:root {
  --store-warning: #f8ff46;
  --store-warning-ink: #070815;
}

body.store-auth-required main {
  position: relative;
}

body.store-auth-required .store-coming-soon-tape,
body.store-auth-required .visual-marquee,
body.store-auth-required main > section:not(.store-auth-gate) {
  filter: blur(10px) saturate(.8);
  pointer-events: none;
  user-select: none;
}

.store-auth-gate {
  position: sticky;
  top: 92px;
  z-index: 25;
  padding: 20px 0 0;
}

.store-auth-gate-card {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(9,11,31,.96), rgba(19,24,62,.96));
  box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 34px rgba(56,232,255,.1);
  text-align: center;
}

.store-auth-gate-card h1 {
  margin: 0 0 12px;
  font-size: 3rem;
  line-height: .95;
}

.store-auth-gate-card p:not(.eyebrow):not(.fine-print) {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
}

.store-auth-gate-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 22px 0 10px;
}

.store-coming-soon-tape {
  position: relative;
  z-index: 8;
  display: flex;
  width: calc(100% + 28px);
  min-height: 54px;
  margin: 18px -14px 2px;
  overflow: hidden;
  align-items: center;
  border-block: 3px solid #070815;
  color: var(--store-warning-ink);
  background:
    repeating-linear-gradient(135deg, transparent 0 25px, rgba(7, 8, 21, .14) 25px 45px),
    var(--store-warning);
  box-shadow: 0 8px 0 rgba(3, 4, 14, .8), 0 0 34px rgba(248, 255, 70, .2);
  transform: rotate(-.7deg);
}

.store-coming-soon-tape span {
  flex: 0 0 auto;
  padding-inline: clamp(22px, 4vw, 58px);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.store-coming-soon-tape span::before,
.store-coming-soon-tape span::after {
  content: "//";
  margin-inline: 16px;
  color: #ff3158;
  text-shadow: 1px 1px 0 #070815;
}

.store-prelaunch-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin: 0 0 18px;
  padding: 15px 17px;
  border: 1px solid rgba(248, 255, 70, .32);
  border-radius: 18px;
  color: var(--muted);
  background: linear-gradient(110deg, rgba(248, 255, 70, .08), rgba(56, 232, 255, .035));
}

.store-prelaunch-note strong { color: var(--ink); }
.store-prelaunch-note p { margin: 2px 0 0; font-size: .82rem; }

.store-lock-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid #070815;
  border-radius: 12px;
  color: #070815;
  background: var(--store-warning);
  box-shadow: 3px 3px 0 var(--magenta);
  font-size: 1.12rem;
}

.store-market-switch {
  display: inline-flex;
  gap: 7px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 4, 14, .68);
}

.store-market-switch a {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.store-market-switch a[aria-current="page"],
.store-market-switch a:hover,
.store-market-switch a:focus-visible {
  color: #070815;
  background: var(--electric);
}

.store-catalog-status {
  min-height: 22px;
  margin: -11px 0 20px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
}

.store-catalog-status[data-state="loading"] { color: var(--cyan); }
.store-catalog-status[data-state="success"] { color: var(--mint); }
.store-catalog-status[data-state="fallback"] { color: var(--gold); }
.store-catalog-status[data-state="error"] { color: #ff879f; }
.international-filter-list { margin: -12px 0 28px; }
.international-filter-list + .store-catalog-status { margin-top: -12px; }

.top-ten-marketplace {
  margin: 0 0 22px;
  padding: clamp(20px, 4vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(248,255,70,.14), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255,78,219,.14), transparent 28%),
    linear-gradient(145deg, rgba(9,11,31,.96), rgba(19,24,62,.96));
}

.top-ten-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.top-ten-window {
  min-width: min(100%, 260px);
}

.top-ten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.top-ten-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(10,13,39,.92), rgba(19,24,62,.9));
}

.top-ten-rank {
  display: inline-grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 18px;
  color: #070815;
  background: linear-gradient(135deg, var(--electric), var(--magenta));
  box-shadow: 0 0 22px rgba(56,232,255,.25);
  font-size: 1.1rem;
  font-weight: 1000;
}

.top-ten-copy h3,
.top-ten-copy p {
  margin: 0;
}

.top-ten-copy p:last-child {
  margin-top: 8px;
  color: var(--muted);
  font-size: .84rem;
}

.top-ten-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
}

.top-ten-meta strong {
  color: var(--store-warning);
  font-size: 1rem;
}

.shop-tools.store-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  align-items: end;
  justify-content: stretch;
}

.shop-tools.store-tools > * {
  min-width: 0;
}

.shop-tools.store-tools > .lookup-examples,
.shop-tools.store-tools > .filter-list,
.shop-tools.store-tools > .store-taxonomy-tools,
.shop-tools.store-tools > [data-product-suggestions] {
  grid-column: 1 / -1;
  width: 100%;
}

.store-taxonomy-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.price-range-readout {
  align-self: end;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(56,232,255,.18);
  border-radius: 16px;
  color: var(--store-warning);
  background: rgba(7,9,27,.78);
  font-size: .86rem;
  font-weight: 900;
}

.type-grid[data-store-primary-tabs] .type-pill {
  min-height: 68px;
}

.shop-tools .type-grid .type-pill {
  border: 1px solid rgba(255,255,255,.16);
  color: #f7f9ff;
  background: #0b0e28;
  cursor: pointer;
}

.shop-tools .type-grid .type-pill:hover,
.shop-tools .type-grid .type-pill:focus-visible {
  border-color: rgba(56,232,255,.62);
  color: #fff;
  background: #161b45;
  outline: none;
}

.shop-tools .type-grid .type-pill.is-active {
  border-color: var(--electric);
  color: #071019;
  background: var(--electric);
  box-shadow: 0 0 20px rgba(248,255,70,.18);
}

.shop-tools .type-grid .type-pill.is-active small {
  color: rgba(7,16,25,.76);
}

.type-grid[data-store-primary-tabs] .type-pill strong {
  font-size: .95rem;
}

.type-grid[data-store-primary-tabs] .type-pill small {
  color: rgba(223,226,243,.72);
}

.store-show-modal[hidden] {
  display: none !important;
}

.store-show-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.store-show-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 14, .72);
  backdrop-filter: blur(12px);
}

.store-show-panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(86vh, 900px);
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(248,255,70,.1), transparent 25%),
    radial-gradient(circle at bottom right, rgba(255,78,219,.12), transparent 28%),
    linear-gradient(145deg, rgba(9,11,31,.98), rgba(19,24,62,.96));
}

.store-show-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.08);
  font-size: 1.5rem;
  cursor: pointer;
}

.store-show-head {
  margin-bottom: 18px;
  padding-right: 56px;
}

.store-show-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.store-show-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(8,11,33,.95), rgba(18,23,59,.9));
  box-shadow: 0 18px 40px rgba(0,0,0,.26);
}

.store-show-card-top,
.store-show-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.store-show-badge,
.store-show-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.store-show-badge {
  color: #070815;
  background: var(--store-warning);
}

.store-show-pill.is-live {
  color: #070815;
  background: linear-gradient(135deg, #56ff98, #38e8ff);
}

.store-show-pill.is-upcoming {
  color: #fff;
  background: linear-gradient(135deg, rgba(255,78,219,.86), rgba(56,232,255,.72));
}

.store-show-card h3,
.store-show-card p {
  margin: 0;
}

.store-show-card p {
  color: var(--muted);
}

.store-show-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.store-listing-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(7,9,27,.52);
}

.store-listing-summary span {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
}

.store-listing-summary strong {
  color: var(--ink);
  font-size: .92rem;
}

.store-show-action {
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 720px) {
  .store-listing-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.store-product-card { isolation: isolate; }
.store-product-card .product-media { cursor: default; }

.store-product-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 28px;
  color: rgba(255, 255, 255, .85);
  background:
    radial-gradient(circle at 26% 18%, rgba(248, 255, 70, .24), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(255, 78, 219, .26), transparent 36%),
    linear-gradient(145deg, #151a48, #080a22);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.store-product-card .product-media::after {
  content: "COMING SOON";
  position: absolute;
  z-index: 5;
  left: -11%;
  bottom: 13%;
  width: 122%;
  padding: 8px 16px;
  border-block: 2px solid #070815;
  color: #070815;
  background: repeating-linear-gradient(135deg, #f8ff46 0 24px, #dbdf3a 24px 46px);
  box-shadow: 0 5px 0 rgba(3, 4, 14, .65);
  transform: rotate(-5deg);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  letter-spacing: .12em;
  text-align: center;
}

.store-product-card .product-description { min-height: 62px; }

.store-market-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
}

.store-market-meta strong { color: var(--electric); }
.store-market-meta span { color: var(--mint); }

.store-market-meta .seller-trust-badge {
  padding: 2px 6px;
  border: 1px solid rgba(18, 116, 78, 0.34);
  border-radius: 999px;
  color: #075a3a;
  background: rgba(114, 255, 164, 0.78);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.store-listing-identifiers {
  margin: 0;
  color: #d7f8ff;
  font-size: 0.78rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.store-price-stack {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.store-msrp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #adb2cc;
  font-size: .72rem;
  font-weight: 800;
}

.store-msrp-old {
  position: relative;
  display: inline-block;
  padding: 1px 4px;
  color: #cfd2e2;
  text-decoration: line-through 2px #ff4edb;
  text-decoration-thickness: 2px;
}

.store-msrp-old::before,
.store-msrp-old::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 48%;
  top: -3px;
  width: 2px;
  height: calc(100% + 6px);
  border-radius: 2px;
  background: var(--electric);
  box-shadow: 0 0 7px rgba(248, 255, 70, .5);
  transform: rotate(52deg);
}

.store-msrp-old::after { transform: rotate(-52deg); }

.store-current-price {
  color: #fff;
  font-size: 1.18rem !important;
  font-weight: 1000;
  letter-spacing: 0;
}

.store-shipping-label {
  color: var(--mint) !important;
  font-size: .71rem !important;
  line-height: 1.25;
}

.store-checkout-button,
.store-checkout-button:disabled {
  min-width: 124px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(248, 255, 70, .25);
  border-radius: 999px;
  color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .055);
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  cursor: not-allowed;
  opacity: 1;
}

.store-source-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--cyan);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.store-source-link:hover,
.store-source-link:focus-visible { color: var(--electric); }
.store-product-card .product-body > [data-quote-product] { width: 100%; margin-top: 12px; }

.store-currency-control {
  display: grid;
  grid-template-columns: auto minmax(120px, 180px);
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}

.store-currency-control select,
.shipping-field input,
.shipping-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: rgba(4, 5, 18, .82);
  font: inherit;
  outline: none;
}

.store-currency-control select:focus,
.shipping-field input:focus,
.shipping-field select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(56, 232, 255, .09);
}

.store-currency-control option,
.shipping-field option { color: #11152e; background: #fff; }

.international-disclosure {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 20px 0 28px;
  padding: 20px;
  border: 1px solid rgba(255, 177, 59, .36);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 177, 59, .1), rgba(255, 78, 219, .04));
}

.international-disclosure > span {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border: 2px solid #070815;
  border-radius: 15px;
  color: #070815;
  background: var(--gold);
  box-shadow: 4px 4px 0 var(--fire);
  font-size: 1.45rem;
  font-weight: 1000;
}

.international-disclosure h2 { margin: 0 0 8px; font-size: 1.22rem; }
.international-disclosure p { margin: 0; color: var(--muted); font-size: .88rem; }

.shipping-quote-panel {
  padding: clamp(24px, 5vw, 48px);
  border-radius: 30px;
}

.shipping-quote-panel h2 { margin-bottom: 8px; }
.shipping-quote-panel > p { max-width: 760px; color: var(--muted); }

.shipping-quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 24px;
}

.shipping-field { display: grid; gap: 7px; }
.shipping-field > span { color: #dfe2f3; font-size: .76rem; font-weight: 850; }
.shipping-field > small { color: var(--muted); font-size: .68rem; }
.shipping-field-wide { grid-column: 1 / -1; }
.shipping-security-check { justify-items: start; }
.shipping-security-check > div { min-height: 65px; color: var(--gold); font-size: .76rem; }

.shipping-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  grid-column: 1 / -1;
  margin-top: 6px;
}

.shipping-form-actions .btn:disabled { cursor: wait; opacity: .62; }

.shipping-quote-status {
  flex: 1 1 260px;
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
  font-weight: 750;
}

.shipping-quote-status[data-state="loading"] { color: var(--cyan); }
.shipping-quote-status[data-state="success"] { color: var(--mint); }
.shipping-quote-status[data-state="error"] { color: #ff879f; }
.shipping-quote-status[data-state="unavailable"] { color: var(--gold); }

.shipping-rate-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.shipping-rate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .035);
}

.shipping-rate strong { display: block; color: #fff; }
.shipping-rate small { display: block; margin-top: 3px; color: var(--muted); }
.shipping-rate-price { color: var(--electric); font-size: 1.05rem; font-weight: 1000; }

.shipping-provider-disclosure {
  margin: 16px 0 0;
  padding: 13px 15px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  background: rgba(255, 177, 59, .06);
  font-size: .76rem;
  line-height: 1.55;
}

.store-conversion-note {
  margin: 16px 0 0;
  color: #8f95b2;
  font-size: .72rem;
  line-height: 1.55;
}

.seller-storefront-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 20px 22px;
  border-color: rgba(80, 226, 193, .34);
  background:
    linear-gradient(118deg, rgba(16, 29, 47, .96), rgba(26, 19, 45, .94)),
    rgba(13, 18, 30, .96);
}

.seller-storefront-context[hidden] { display: none; }
.seller-storefront-context h2 { margin: 2px 0 4px; font-size: 1.75rem; }
.seller-storefront-context p:last-child { margin: 0; color: var(--muted); }
.seller-storefront-context .btn { flex: 0 0 auto; }

@media (max-width: 840px) {
  .store-prelaunch-note { grid-template-columns: auto minmax(0, 1fr); }
  .store-market-switch { grid-column: 1 / -1; justify-self: start; }
  .store-taxonomy-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shipping-rate { grid-template-columns: minmax(0, 1fr) auto; }
  .shipping-rate .store-checkout-button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 680px) {
  .store-coming-soon-tape { min-height: 48px; }
  .store-prelaunch-note { grid-template-columns: 1fr; }
  .store-lock-icon { display: none; }
  .store-market-switch { justify-self: stretch; }
  .store-market-switch a { flex: 1 1 0; text-align: center; }
  .shop-tools.store-tools { grid-template-columns: 1fr; align-items: stretch; }
  .shop-tools.store-tools > * { grid-column: auto; }
  .store-taxonomy-tools { grid-template-columns: 1fr; }
  .store-currency-control { grid-template-columns: 1fr; }
  .shipping-quote-form { grid-template-columns: 1fr; }
  .shipping-field-wide,
  .shipping-form-actions { grid-column: auto; }
  .shipping-form-actions .btn { width: 100%; }
  .international-disclosure { grid-template-columns: 1fr; }
  .international-disclosure > span { width: 45px; height: 45px; }
  .product-footer { align-items: stretch; flex-direction: column; }
  .store-checkout-button { width: 100%; }
  .seller-storefront-context { align-items: stretch; flex-direction: column; }
  .seller-storefront-context .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .store-coming-soon-tape { transform: none; }
}

/* Buyer marketplace: dense, search-first, and fast to scan. */
body[data-page="shop"] .store-coming-soon-tape {
  width: 100%;
  min-height: 38px;
  margin: 8px 0 0;
  transform: none;
}

body[data-page="shop"] .store-coming-soon-tape span {
  padding-inline: 24px;
  font-size: .9rem;
}

.buyer-store-masthead {
  padding: 30px 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(110deg, rgba(56,232,255,.09), transparent 34%),
    linear-gradient(290deg, rgba(255,78,219,.09), transparent 35%),
    rgba(7,9,27,.7);
}

.buyer-store-masthead-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.buyer-store-masthead h1 {
  margin: 2px 0 6px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .96;
  letter-spacing: 0;
}

.buyer-store-masthead p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.buyer-store-shortcuts {
  position: sticky;
  top: var(--site-header-height);
  z-index: 44;
  display: flex;
  min-height: var(--subnav-row-height);
  gap: 8px;
  align-items: center;
  padding-block: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  background: rgba(7,9,27,.97);
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
  backdrop-filter: blur(18px) saturate(135%);
}

.buyer-store-shortcuts a {
  flex: 0 0 170px;
  display: grid;
  gap: 1px;
  min-height: 44px;
  align-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.045);
  text-decoration: none;
}

.buyer-store-shortcuts a:hover,
.buyer-store-shortcuts a:focus-visible {
  border-color: rgba(56,232,255,.64);
  outline: none;
  background: rgba(56,232,255,.1);
}

.buyer-store-shortcuts strong {
  font-size: .82rem;
}

.buyer-store-shortcuts span {
  color: rgba(255,255,255,.62);
  font-size: .68rem;
}

body[data-page="shop"] .section-tight {
  padding-top: 24px;
}

.buyer-store-search-shell {
  position: relative;
  z-index: 12;
  margin-bottom: 14px;
}

.buyer-store-search-row {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(390px, 500px);
  gap: 10px;
  align-items: stretch;
}

.buyer-store-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  overflow: hidden;
  border: 2px solid rgba(56,232,255,.58);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.25), 0 0 25px rgba(56,232,255,.1);
}

.buyer-store-search:focus-within {
  border-color: var(--electric);
  box-shadow: 0 0 0 4px rgba(248,255,70,.12), 0 12px 30px rgba(0,0,0,.28);
}

.buyer-store-search input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  color: #11152e;
  background: #fff;
  font-size: 1rem;
  font-weight: 750;
}

.buyer-store-search > span:last-child {
  display: grid;
  min-width: 116px;
  place-items: center;
  color: #071019;
  background: linear-gradient(115deg, var(--electric), var(--cyan));
  font-size: .76rem;
  font-weight: 1000;
}

.buyer-store-quick-sort {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  min-height: 58px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(8,11,31,.96);
  box-shadow: 0 10px 28px rgba(0,0,0,.2);
}

.buyer-store-quick-sort button {
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(255,255,255,.72);
  background: transparent;
  font: inherit;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.15;
  cursor: pointer;
}

.buyer-store-quick-sort button:hover,
.buyer-store-quick-sort button:focus-visible {
  border-color: rgba(56,232,255,.48);
  color: #fff;
  outline: none;
  background: rgba(56,232,255,.08);
}

.buyer-store-quick-sort button.is-active,
.buyer-store-quick-sort button[aria-pressed="true"] {
  border-color: rgba(248,255,70,.65);
  color: #071019;
  background: var(--electric);
  box-shadow: 0 0 18px rgba(248,255,70,.13);
}

.buyer-store-suggestions {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  display: grid;
  max-height: 330px;
  padding: 6px;
  overflow: auto;
  border: 1px solid rgba(56,232,255,.35);
  border-radius: 8px;
  background: #090c23;
  box-shadow: 0 24px 60px rgba(0,0,0,.48);
}

.buyer-store-suggestions button {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  align-items: center;
  padding: 8px 11px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.buyer-store-suggestions button:hover,
.buyer-store-suggestions button:focus-visible {
  outline: none;
  background: rgba(56,232,255,.09);
}

.buyer-store-suggestions span {
  color: var(--mint);
  font-size: .72rem;
}

.buyer-store-suggestions em {
  display: inline-flex;
  margin-right: 7px;
  padding: 3px 5px;
  border: 1px solid rgba(248,255,70,.38);
  border-radius: 5px;
  color: var(--electric);
  font-size: .62rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-page="shop"] .store-prelaunch-note {
  border-radius: 8px;
  background: rgba(12,15,42,.9);
}

body[data-page="shop"] .top-ten-marketplace {
  margin: 16px 0 18px;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="shop"] .top-ten-head {
  align-items: center;
  margin-bottom: 12px;
}

body[data-page="shop"] .top-ten-head h2 {
  margin: 0;
  font-size: 1.25rem;
}

body[data-page="shop"] .top-ten-head p:not(.eyebrow) {
  display: none;
}

body[data-page="shop"] .top-ten-grid {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

body[data-page="shop"] .top-ten-card {
  flex: 0 0 260px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 5px 10px;
  min-height: 82px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(12,15,42,.9);
  text-decoration: none;
}

body[data-page="shop"] .top-ten-card:hover,
body[data-page="shop"] .top-ten-card:focus-visible {
  border-color: rgba(248,255,70,.58);
  outline: none;
}

body[data-page="shop"] .top-ten-rank {
  grid-row: 1 / -1;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  font-size: .82rem;
}

body[data-page="shop"] .top-ten-copy,
body[data-page="shop"] .top-ten-meta {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 8px;
}

body[data-page="shop"] .top-ten-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="shop"] .shop-tools.store-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 12px;
  align-items: end;
  padding: 14px;
  border-radius: 8px;
  background: rgba(10,13,36,.94);
}

body[data-page="shop"] .shop-tools.store-tools .lookup-examples {
  margin: 0;
}

body[data-page="shop"] .type-grid {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

body[data-page="shop"] .type-grid .type-pill {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 7px 12px;
  border-radius: 7px;
}

body[data-page="shop"] .type-grid .type-pill small {
  display: none;
}

body[data-page="shop"] .filter-list {
  margin: 0;
}

body[data-page="shop"] .filter-btn {
  border-radius: 7px;
}

body[data-page="shop"] .store-taxonomy-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="shop"] .store-taxonomy-tools label,
body[data-page="shop"] .store-currency-control {
  color: rgba(255,255,255,.74);
}

body[data-page="shop"] .store-taxonomy-tools input:not([type="range"]),
body[data-page="shop"] .store-taxonomy-tools select,
body[data-page="shop"] .store-currency-control select {
  min-height: 44px;
  border-radius: 7px;
}

body[data-page="shop"] .price-range-readout {
  min-height: 44px;
  border-radius: 7px;
}

.buyer-filter-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-height: 40px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
}

.buyer-filter-summary strong,
.buyer-filter-summary button {
  padding: 5px 8px;
  border: 1px solid rgba(56,232,255,.26);
  border-radius: 7px;
  color: #fff;
  background: rgba(56,232,255,.06);
  font: inherit;
}

.buyer-filter-summary button {
  border-color: rgba(248,255,70,.35);
  color: var(--electric);
  cursor: pointer;
}

.buyer-filter-summary strong.is-close-match {
  border-color: rgba(248,255,70,.46);
  color: var(--electric);
  background: rgba(248,255,70,.08);
}

body[data-page="shop"] .store-catalog-status {
  margin: 2px 0 14px;
}

body[data-page="shop"] .shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="shop"] .store-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #0c0f2b;
  content-visibility: auto;
  contain-intrinsic-size: 360px 530px;
}

body[data-page="shop"] .store-product-card:hover {
  border-color: rgba(56,232,255,.48);
  transform: translateY(-2px);
}

body[data-page="shop"] .store-product-card .product-media {
  aspect-ratio: 4 / 3;
  border-radius: 0;
}

body[data-page="shop"] .store-product-card .product-media::after {
  content: none;
}

body[data-page="shop"] .store-product-card .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="shop"] .store-product-card .product-media .store-catalog-art-thumb {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  width: 58px;
  height: 80px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 5px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.44);
}

body[data-page="shop"] .store-product-card .product-body {
  display: grid;
  grid-template-rows: auto auto auto minmax(42px, auto) auto auto auto;
  gap: 7px;
  padding: 13px;
}

body[data-page="shop"] .store-product-card h3 {
  min-height: 2.6em;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="shop"] .store-market-meta {
  margin: 0;
}

body[data-page="shop"] .store-market-meta a {
  color: var(--electric);
  text-decoration: none;
}

body[data-page="shop"] .store-product-card .product-description {
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: rgba(255,255,255,.64);
  font-size: .78rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-listing-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.store-listing-facts span {
  padding: 4px 6px;
  border-radius: 5px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.055);
  font-size: .66rem;
}

body[data-page="shop"] .product-footer {
  align-items: center;
  margin-top: 4px;
}

body[data-page="shop"] .store-checkout-button {
  min-width: 104px;
  min-height: 38px;
  border-color: rgba(248,255,70,.48);
  border-radius: 7px;
  color: #071019;
  background: var(--electric);
  cursor: pointer;
}

.store-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.store-card-actions .btn {
  flex: 1 1 96px;
  min-width: 86px;
  border-radius: 7px;
  padding-inline: 10px;
  font-size: .72rem;
  text-align: center;
}

.buyer-store-more {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

body[data-page="shop"] .store-show-panel {
  border-radius: 8px;
  background: #0a0d28;
}

.store-detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
  gap: 22px;
}

.store-detail-media {
  overflow: hidden;
  border-radius: 8px;
  background: #080a20;
}

.store-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.store-detail-media.has-catalog-art {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .55fr);
  align-items: start;
  gap: 8px;
  padding: 8px;
}

.store-detail-media figure { margin: 0; }
.store-detail-media.has-catalog-art img { min-height: 0; aspect-ratio: 3 / 4; object-fit: contain; background: #050715; }
.store-detail-media figcaption { padding: 6px; color: rgba(255,255,255,.68); font-size: .72rem; text-align: center; }
.store-checkout-status { min-height: 1.4em; margin: 10px 0 0; color: var(--electric); font-size: .82rem; }

.store-detail-copy h3 {
  margin: 4px 0 8px;
  font-size: 1.7rem;
}

.store-detail-copy > p:not(.card-kicker) {
  color: var(--muted);
}

.store-detail-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}

.store-detail-copy dl div {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  background: rgba(255,255,255,.035);
}

.store-detail-copy dt {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.store-detail-copy dd {
  margin: 3px 0 0;
  color: #fff;
  font-weight: 850;
}

body[data-page="shop"] main > .element-zone,
body[data-page="shop"] main > .process-section,
body[data-page="shop"] main > section:last-of-type {
  display: none;
}

@media (max-width: 1060px) {
  .buyer-store-search-row {
    grid-template-columns: 1fr;
  }

  body[data-page="shop"] .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .buyer-store-masthead-inner {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-page="shop"] .shop-tools.store-tools,
  body[data-page="shop"] .store-taxonomy-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="shop"] .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .buyer-store-masthead {
    padding-top: 22px;
  }

  .buyer-store-shortcuts a {
    flex-basis: 142px;
  }

  .buyer-store-search {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .buyer-store-search input {
    padding-inline: 12px;
    font-size: .86rem;
  }

  .buyer-store-search > span:last-child {
    min-width: 76px;
    font-size: .65rem;
  }

  .buyer-store-quick-sort button {
    min-height: 46px;
    padding-inline: 5px;
    font-size: .64rem;
  }

  body[data-page="shop"] .shop-tools.store-tools,
  body[data-page="shop"] .store-taxonomy-tools {
    grid-template-columns: 1fr;
  }

  body[data-page="shop"] .shop-grid {
    gap: 9px;
  }

  body[data-page="shop"] .store-product-card .product-body {
    padding: 10px;
  }

  body[data-page="shop"] .store-product-card h3 {
    font-size: .88rem;
  }

  body[data-page="shop"] .store-product-card .product-description,
  body[data-page="shop"] .store-listing-facts,
  body[data-page="shop"] .store-shipping-label {
    display: none;
  }

  body[data-page="shop"] .product-footer {
    align-items: stretch;
  }

  body[data-page="shop"] .store-current-price {
    font-size: 1rem !important;
  }

  body[data-page="shop"] .store-checkout-button {
    width: 100%;
  }

  .store-card-actions {
    flex-direction: column;
  }

  .store-detail-copy dl {
    grid-template-columns: 1fr;
  }
}
