.agz-sws{
  --agz-sws-control-bg:rgba(31,111,235,1);
  --agz-sws-control-border:rgba(216,220,227,1);
  --agz-sws-control-border-width:1px;
  --agz-sws-control-text:#fff;
  --agz-sws-control-radius:12px;
  position:relative;
  width:100%;
  max-width:720px;
}
.agz-sws-form{display:flex;gap:8px;align-items:center;margin:0}
.agz-sws-input{
  width:100%;height:46px;min-width:0;
  border:var(--agz-sws-control-border-width) solid var(--agz-sws-control-border);
  border-radius:var(--agz-sws-control-radius);
  padding:0 14px;font-size:16px;background:#fff;color:#111;
}
.agz-sws-input:focus{outline:2px solid rgba(31,111,235,.2);outline-offset:1px}
.agz-sws-button{
  height:46px;flex:0 0 auto;padding:0 18px;
  border:var(--agz-sws-control-border-width) solid var(--agz-sws-control-border);
  border-radius:var(--agz-sws-control-radius);
  background:var(--agz-sws-control-bg);color:var(--agz-sws-control-text);
  font-weight:700;cursor:pointer;white-space:nowrap;
}
.agz-sws-button:hover,.agz-sws-button:focus-visible{filter:brightness(.95)}.agz-sws-submit-icon{width:46px;padding:0;display:inline-flex;align-items:center;justify-content:center}
.agz-sws-submit-icon svg{width:20px;height:20px;fill:currentColor}
.agz-sws-submit-hidden{display:none!important}
.agz-sws-layout-field_only .agz-sws-form{gap:0}
.agz-sws-layout-icon_left .agz-sws-form{
  gap:0;border:var(--agz-sws-control-border-width) solid var(--agz-sws-control-border);
  border-radius:var(--agz-sws-control-radius);overflow:hidden;background:#fff;
}
.agz-sws-layout-icon_left .agz-sws-input{border:0;border-radius:0;outline-offset:-2px}
.agz-sws-layout-icon_left .agz-sws-button{border:0;border-radius:0}
.agz-sws-results{
  position:absolute;z-index:99999;top:calc(100% + 8px);left:0;right:0;
  background:#fff;border:1px solid #e1e5ea;border-radius:16px;
  box-shadow:0 14px 40px rgba(15,23,42,.16);overflow:hidden;
  max-height:min(70vh,620px);overflow-y:auto;overscroll-behavior:contain;
}
.agz-sws-item{
  display:flex;align-items:center;gap:10px;padding:10px 12px;
  color:#111;border-bottom:1px solid #f0f2f5;transition:background-color .12s ease;
}
.agz-sws-item:hover,.agz-sws-item-main:focus,.agz-sws-item-main[aria-selected="true"]{background:#f3f7fc;outline:none}
.agz-sws-item-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1;color:#111;text-decoration:none}
.agz-sws-item-main:focus-visible{outline:2px solid rgba(31,111,235,.28);outline-offset:2px;border-radius:8px}
.agz-sws-item img{width:58px;height:58px;object-fit:cover;border-radius:10px;background:#f4f4f4;flex:0 0 auto}.agz-sws-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.agz-sws-info strong{font-size:15px;line-height:1.3;overflow-wrap:anywhere}
.agz-sws-info small{font-size:12px;line-height:1.35;color:#64748b}
.agz-sws-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px 12px}
.agz-sws-meta-sku,.agz-sws-meta-stock{white-space:nowrap}
.agz-sws-meta-stock.is-positive{color:#2f7d32;font-weight:600}
.agz-sws-meta-stock.is-warning{color:#8a5a00;font-weight:600}
.agz-sws-meta-stock.is-negative{color:#9f2f2f;font-weight:600}
.agz-sws-category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.agz-sws-info em{font-style:normal;font-weight:700;color:#0f172a}
.agz-sws-item-actions{flex:0 0 auto;display:flex;align-items:center}
.agz-sws-cart-action{
  display:inline-flex;align-items:center;justify-content:center;min-height:34px;
  padding:6px 10px;border:1px solid #d8e1ec;border-radius:9px;background:#fff;
  color:#1f5fae;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap;
}
.agz-sws-cart-action:hover,.agz-sws-cart-action:focus-visible{background:#f3f7fc;outline:none}
.agz-sws-cart-select{color:#475569}
.agz-sws-empty{padding:14px;color:#64748b}
.agz-sws-empty.is-warning{color:#8a5a00;background:#fff8e5}
.agz-sws-empty.is-loading{display:flex;align-items:center;gap:9px}
.agz-sws-empty.is-loading:before{
  content:"";width:15px;height:15px;border:2px solid #cbd5e1;border-top-color:#1f6feb;
  border-radius:50%;animation:agz-sws-spin .75s linear infinite;flex:0 0 auto;
}.agz-sws mark{background:#fff0a8;color:inherit;border-radius:3px;padding:0 .08em}
.agz-sws-all-results{position:sticky;bottom:0;border-top:1px solid #e8edf3;background:#fff}
.agz-sws-all-results a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;color:#1f5fae;font-weight:700;text-decoration:none}
.agz-sws-all-results a:hover,.agz-sws-all-results a:focus-visible{background:#f3f7fc;outline:none}
.agz-sws-search-summary{margin:0 0 18px;padding:12px 14px;border:1px solid #dbe7f5;border-radius:12px;background:#f6faff;color:#263548}
.agz-sws-search-summary strong{color:#0f172a}
.agz-sws-suggestion,.agz-sws-corrected{padding:12px 14px;background:#f6faff;color:#263548;border-bottom:1px solid #e1e8f0}
.agz-sws-suggestion a{font-weight:700}
.agz-sws-corrected strong{color:#0f172a}
.agz-sws-did-you-mean{margin-top:7px}
.agz-sws-did-you-mean a{font-weight:700}
@keyframes agz-sws-spin{to{transform:rotate(360deg)}}
@media(max-width:600px){
  .agz-sws-form{gap:6px}
  .agz-sws-button{padding:0 14px}
  .agz-sws-results{max-height:65vh;border-radius:14px}
  .agz-sws-item{padding:9px 10px;align-items:flex-start}
  .agz-sws-item-main{gap:10px}
  .agz-sws-item img{width:52px;height:52px}
  .agz-sws-info strong{font-size:14px}
  .agz-sws-item-actions{align-self:center}
  .agz-sws-cart-action{padding:6px 8px}
}
@media(prefers-reduced-motion:reduce){
  .agz-sws-item{transition:none}
  .agz-sws-empty.is-loading:before{animation-duration:1.5s}
}
