.gxws-wrap { position: relative; }

.gxws-panel {
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  border-radius: 10px;
  margin-top: 6px;
  display: none;
  overflow: hidden;
}
.gxws-panel.open { display: block; }
.gxws-panel.loading { cursor: progress; }

.gxws-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  padding: 10px 12px;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.gxws-item:last-child { border-bottom: 0; }
.gxws-item:hover { background: #f7f7f9; }

.gxws-thumb {
  width: 56px; height: 56px;
  object-fit: cover; border-radius: 8px;
  background: #f0f0f0;
}
.gxws-thumb.gxws-noimg { display: block; }

.gxws-info { display: flex; flex-direction: column; min-width: 0; }
.gxws-title { font-weight: 600; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.gxws-meta { display: flex; gap: 8px; flex-wrap: wrap; font-size: 12px; color: #666; margin-top: 2px; }
.gxws-price { font-weight: 600; }
.gxws-sku { opacity: .8; }
.gxws-stock.gxws-ok { color: #0a7e33; }
.gxws-stock.gxws-oos { color: #a00; }

.gxws-empty { padding: 12px; color: #666; }

.gxws-viewall {
  display: block; text-align: center;
  padding: 10px 12px;
  background: #f2f4f7; color: #111;
  text-decoration: none; font-weight: 600;
}
.gxws-viewall:hover { background: #e9ecf1; }
