:root{
  --scs-shop-navy:#061a78;
  --scs-shop-blue:#0b35d7;
  --scs-shop-bright:#1464ff;
  --scs-shop-cyan:#24c8ff;
  --scs-shop-yellow:#ffe229;
  --scs-shop-red:#d71920;
  --scs-shop-ink:#0e1b3f;
  --scs-shop-muted:#60708f;
  --scs-shop-line:#d8e2f3;
  --scs-shop-soft:#f3f7ff;
  --scs-shop-white:#fff;
}

body.scs-shop-context .page-header,
body.scs-shop-context .site-breadcrumbs{
  display:none!important;
}

body.scs-shop-context #content-wrap,
body.scs-shop-context #primary,
body.scs-shop-context .content-area{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
}

.scs-shop-main{
  width:100%;
  min-height:60vh;
  color:var(--scs-shop-ink);
  background:none;
}

.scs-shop-container{
  width:min(1320px,calc(100% - 40px));
  margin:0 auto;
}

.scs-shop-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(100deg,rgba(2,17,88,.98) 0%,rgba(7,44,191,.95) 55%,rgba(14,91,245,.88) 100%),
    repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 2px,transparent 2px 14px);
  border-bottom:4px solid var(--scs-shop-yellow);
}

.scs-shop-hero::after{
  content:"";
  position:absolute;
  inset:auto -7% -55% auto;
  width:530px;
  height:530px;
  border:90px solid rgba(255,255,255,.07);
  border-radius:50%;
  pointer-events:none;
}

.scs-shop-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:50px;
  align-items:end;
  padding:46px 0 42px;
}

.scs-shop-kicker,
.scs-shop-section-kicker{
  display:block;
  margin-bottom:7px;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.scs-shop-kicker{color:var(--scs-shop-yellow)}

.scs-shop-hero h1{
  margin:0;
  max-width:820px;
  color:#fff;
  font-size:clamp(34px,4vw,62px);
  line-height:.98;
  letter-spacing:-.035em;
  text-transform:none;
}

.scs-shop-hero-copy>p{
  max-width:780px;
  margin:18px 0 0;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.65;
}

.scs-shop-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(88px,1fr));
  min-width:320px;
  background:rgba(0,12,72,.56);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
}

.scs-shop-hero-stats>div{
  padding:17px 15px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,.15);
}
.scs-shop-hero-stats>div:first-child{border-left:0}
.scs-shop-hero-stats strong,
.scs-shop-hero-stats span{display:block}
.scs-shop-hero-stats strong{font-size:24px;line-height:1;color:#fff}
.scs-shop-hero-stats span{margin-top:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#bcd1ff}

.scs-shop-quick-nav{
  position:relative;
  z-index:3;
  background:#fff;
  border-bottom:1px solid var(--scs-shop-line);
  box-shadow:0 9px 24px rgba(14,43,102,.08);
}

.scs-shop-quick-nav-inner{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:12px 0;
  scrollbar-width:thin;
}

.scs-shop-quick-nav a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 13px;
  color:#15306f;
  background:#f1f5fd;
  border:1px solid #dce5f5;
  font-size:12px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

.scs-shop-quick-nav a:hover,
.scs-shop-quick-nav a.is-active{
  color:#fff;
  background:var(--scs-shop-blue);
  border-color:var(--scs-shop-blue);
}

.scs-shop-content{padding:30px 0 50px}

.scs-shop-section{
  margin:0 0 28px;
  background:#fff;
  border:0;
  box-shadow:0 12px 30px rgba(21,48,111,.08);
}

.scs-shop-section-head{
  display:flex;
  align-items:center;
  min-height:68px;
  padding:14px 20px 13px;
  color:#fff;
  background:linear-gradient(180deg,#0c36db 0%,#061b88 100%);
  border:1px solid rgba(255,255,255,.14);
}

.scs-shop-section-kicker{margin:0 0 3px;color:#8edcff}
.scs-shop-section-head h2{margin:0;color:#fff;font-size:23px;line-height:1.05}
.scs-shop-section-head p{margin:5px 0 0;color:rgba(255,255,255,.78);font-size:12px}

.scs-shop-featured-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:var(--scs-shop-line);
}

.scs-shop-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  background:var(--scs-shop-line);
  border-top:1px solid var(--scs-shop-line);
}

.scs-shop-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease;
}

.scs-shop-card:hover{
  position:relative;
  z-index:2;
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(18,48,110,.16);
}

.scs-shop-card-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1/1;
  overflow:hidden;
  padding:12px;
  background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%);
  text-decoration:none;
}

.scs-shop-card--featured .scs-shop-card-media{aspect-ratio:16/10}
.scs-shop-card-media img{width:100%;height:100%;object-fit:contain;transition:transform .24s ease}
.scs-shop-card:hover .scs-shop-card-media img{transform:scale(1.035)}

.scs-shop-image-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#9eb0d1;
  font-size:58px;
  background:linear-gradient(135deg,#eef3fc,#fff);
}

.scs-shop-card-body{
  display:flex;
  flex:1;
  min-width:0;
  flex-direction:column;
  padding:17px;
}

.scs-shop-badges{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 10px}
.scs-shop-badge{
  display:inline-flex;
  align-items:center;
  min-height:21px;
  padding:4px 7px 3px;
  color:#fff;
  background:#234aa5;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.scs-shop-badge--deal,
.scs-shop-badge--deal-live{background:#d71920}
.scs-shop-badge--pre-order{background:#6c29c8}
.scs-shop-badge--exclusive{background:#bd146c}
.scs-shop-badge--limited{background:#a45c00}
.scs-shop-badge--staff-pick{color:#14205c;background:var(--scs-shop-yellow)}
.scs-shop-badge--new,
.scs-shop-badge--back-in-stock{background:#07835d}
.scs-shop-badge--sold-out{background:#596273}
.scs-shop-badge--coming-soon{background:#0a71c9}

.scs-shop-card-source,
.scs-shop-product-source{
  margin-bottom:5px;
  color:#3861a5;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.scs-shop-card-title{margin:0;font-size:17px;line-height:1.2}
.scs-shop-card-title a{color:#101c3d;text-decoration:none}
.scs-shop-card-title a:hover{color:var(--scs-shop-blue)}
.scs-shop-card-subtitle,
.scs-shop-card-excerpt{margin:8px 0 0;color:#5d6c88;font-size:12px;line-height:1.5}
.scs-shop-card-regions{display:flex;align-items:center;gap:6px;margin-top:10px;color:#697995;font-size:10px}
.scs-shop-card-regions i{color:var(--scs-shop-bright)}

.scs-shop-card-footer{
  margin-top:auto;
  padding-top:16px;
}

.scs-shop-card-price{display:flex;align-items:baseline;gap:8px;min-height:28px;margin-bottom:12px}
.scs-shop-card-price del{color:#8d98ad;font-size:12px}
.scs-shop-card-price strong{color:#101d47;font-size:21px;line-height:1}
.scs-shop-card-price span{color:#67748d;font-size:12px;font-weight:700}

.scs-shop-card-actions{display:grid;grid-template-columns:1fr 1.3fr;gap:7px}
.scs-shop-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:37px;
  padding:9px 13px;
  border:1px solid transparent;
  font-size:11px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.035em;
  text-align:center;
  text-decoration:none!important;
  text-transform:uppercase;
  cursor:pointer;
}
.scs-shop-btn--primary{color:#fff!important;background:var(--scs-shop-bright);border-color:var(--scs-shop-bright)}
.scs-shop-btn--primary:hover{color:#fff!important;background:#0644cb;border-color:#0644cb}
.scs-shop-btn--secondary{color:#15336f!important;background:#f5f8ff;border-color:#d3dff1}
.scs-shop-btn--secondary:hover{color:#fff!important;background:#15336f;border-color:#15336f}
.scs-shop-btn--large{min-height:52px;padding:13px 20px;font-size:13px}

.scs-shop-filters{border-bottom:1px solid var(--scs-shop-line);background:#f8faff}
.scs-shop-filters summary{display:none}
.scs-shop-filter-form{
  display:grid;
  grid-template-columns:minmax(220px,1.6fr) repeat(5,minmax(130px,1fr));
  gap:12px;
  align-items:end;
  padding:18px 20px;
}
.scs-shop-filter-form label{display:block;margin:0}
.scs-shop-filter-form label>span{display:block;margin-bottom:6px;color:#425679;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.scs-shop-filter-form input,
.scs-shop-filter-form select{
  width:100%;
  height:40px;
  margin:0;
  padding:0 11px;
  color:#132247;
  background:#fff;
  border:1px solid #cdd9eb;
  border-radius:0;
  font-size:12px;
}
.scs-shop-filter-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;margin-top:2px}

.scs-shop-results-head{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;background:#fff}
.scs-shop-results-head strong{font-size:14px}
.scs-shop-results-head span{color:#6d7b94;font-size:11px}

.scs-shop-pagination{padding:20px;background:#f8faff;border-top:1px solid var(--scs-shop-line)}
.scs-shop-pagination ul{display:flex;justify-content:center;gap:5px;margin:0;padding:0;list-style:none}
.scs-shop-pagination a,
.scs-shop-pagination span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  min-height:36px;
  padding:7px 10px;
  color:#143375;
  background:#fff;
  border:1px solid #d4dfef;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}
.scs-shop-pagination .current,
.scs-shop-pagination a:hover{color:#fff;background:var(--scs-shop-blue);border-color:var(--scs-shop-blue)}

.scs-shop-empty{text-align:center;padding:58px 25px;background:#fff}
.scs-shop-empty>i{display:block;margin-bottom:18px;color:#8ea4ce;font-size:44px}
.scs-shop-empty h2{margin:0 0 8px;font-size:25px}
.scs-shop-empty p{margin:0 auto 20px;max-width:560px;color:#66758f}

.scs-shop-disclosure{
  display:flex;
  gap:13px;
  align-items:flex-start;
  margin:26px 0 0;
  padding:17px 19px;
  color:#435273;
  background:#eaf1ff;
  border-left:4px solid var(--scs-shop-bright);
}
.scs-shop-disclosure>i{margin-top:2px;color:var(--scs-shop-blue);font-size:17px}
.scs-shop-disclosure strong{display:block;margin-bottom:3px;color:#132555;font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.scs-shop-disclosure p{margin:0;font-size:12px;line-height:1.55}

/* Single product */
.scs-shop-product{padding:0 0 50px}
.scs-shop-breadcrumbs{display:flex;gap:8px;align-items:center;overflow:hidden;padding:15px 0;color:#6b7891;font-size:11px;white-space:nowrap}
.scs-shop-breadcrumbs a{color:#2353ad;text-decoration:none}
.scs-shop-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}

.scs-shop-product-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(400px,.98fr);
  background:#fff;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 34px rgba(19,46,105,.1);
}
.scs-shop-product-media{display:flex;align-items:center;justify-content:center;min-height:540px;padding:30px;background:linear-gradient(180deg,#fff,#f3f7ff);border-right:1px solid var(--scs-shop-line)}
.scs-shop-product-media img{width:100%;height:100%;max-height:610px;object-fit:contain}
.scs-shop-product-summary{display:flex;flex-direction:column;padding:42px}
.scs-shop-product-summary h1{margin:0;color:#0e1b3f;font-size:clamp(34px,4vw,55px);line-height:1.02;letter-spacing:-.035em}
.scs-shop-product-subtitle{margin:13px 0 0;color:#526481;font-size:19px;line-height:1.45}
.scs-shop-product-excerpt{margin:20px 0 0;color:#4f5f7b;font-size:14px;line-height:1.7}
.scs-shop-product-excerpt p{margin:0}
.scs-shop-product-taxonomy{display:flex;flex-wrap:wrap;gap:8px 18px;margin:20px 0 0;padding-top:16px;border-top:1px solid var(--scs-shop-line)}
.scs-shop-product-taxonomy span{display:flex;gap:7px;align-items:center;color:#5b6d89;font-size:11px}
.scs-shop-product-taxonomy i{color:var(--scs-shop-bright)}
.scs-shop-product-purchase{margin-top:auto;padding-top:28px}
.scs-shop-product-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px;margin-bottom:15px}
.scs-shop-product-pricing del{color:#8a96aa;font-size:18px}
.scs-shop-product-pricing strong{color:#0a1c54;font-size:36px;line-height:1}
.scs-shop-product-pricing span{width:100%;color:#6c7890;font-size:11px}
.scs-shop-product-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:20px;background:var(--scs-shop-line);border:1px solid var(--scs-shop-line)}
.scs-shop-product-meta span{display:block;padding:12px;background:#f8faff;color:#53637e;font-size:11px}
.scs-shop-product-meta strong{display:block;margin-bottom:3px;color:#18346f;font-size:9px;text-transform:uppercase;letter-spacing:.07em}

.scs-shop-editor-note{display:flex;gap:14px;margin:22px 0;padding:17px 20px;color:#24345e;background:#fff9cf;border-left:4px solid #f1c900}
.scs-shop-editor-note i{color:#c99700;font-size:18px}
.scs-shop-editor-note strong{display:block;margin-bottom:4px;text-transform:uppercase;font-size:11px;letter-spacing:.06em}
.scs-shop-editor-note p{margin:0;font-size:13px;line-height:1.5}

.scs-shop-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start;margin-top:24px}
.scs-shop-product-section{margin-bottom:24px}
.scs-shop-rich-content,.scs-shop-collector-note>p{padding:24px 26px;color:#3e4f6d;font-size:14px;line-height:1.75}
.scs-shop-rich-content>:first-child{margin-top:0}
.scs-shop-rich-content>:last-child{margin-bottom:0}
.scs-shop-rich-content a{color:#e01f2d}
.scs-shop-feature-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.scs-shop-feature-list li{position:relative;margin:0;padding-left:19px}
.scs-shop-feature-list li::before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;background:var(--scs-shop-yellow);border:2px solid #0d37d8;transform:translateY(-50%) rotate(45deg)}
.scs-shop-collector-note>p{margin:0}
.scs-shop-product-sidebar{position:sticky;top:110px;display:grid;gap:18px}
.scs-shop-side-card{background:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 9px 24px rgba(18,48,110,.07)}
.scs-shop-side-card h2{margin:0;padding:14px 16px;color:#fff;background:linear-gradient(180deg,#0d37d8,#071b86);border-bottom:3px solid var(--scs-shop-yellow);font-size:17px}
.scs-shop-side-card dl{margin:0}
.scs-shop-side-card dl>div{display:grid;grid-template-columns:115px 1fr;gap:14px;padding:11px 14px;border-top:1px solid #e5ebf5}
.scs-shop-side-card dl>div:first-child{border-top:0}
.scs-shop-side-card dt{color:#536684;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.scs-shop-side-card dd{margin:0;color:#1d2d52;font-size:12px;line-height:1.45}
.scs-shop-retailer-list{display:grid}
.scs-shop-retailer-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:13px 14px;border-top:1px solid #e5ebf5}
.scs-shop-retailer-row:first-child{border-top:0}
.scs-shop-retailer-row strong,.scs-shop-retailer-row span,.scs-shop-retailer-row small{display:block}
.scs-shop-retailer-row strong{font-size:12px;color:#172854}
.scs-shop-retailer-row span{margin-top:2px;font-weight:900;color:#0b2f8b}
.scs-shop-retailer-row small{margin-top:2px;color:#6a7890}
.scs-shop-retailer-row a{padding:7px 9px;color:#fff;background:var(--scs-shop-bright);font-size:9px;font-weight:900;text-decoration:none;text-transform:uppercase}
.scs-shop-related-section{margin-top:24px}
.scs-shop-grid--related{grid-template-columns:repeat(auto-fit,minmax(240px,300px));justify-content:start}

@media (max-width:1180px){
  .scs-shop-filter-form{grid-template-columns:repeat(3,minmax(0,1fr))}
  .scs-shop-filter-search{grid-column:span 2}
  .scs-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .scs-shop-grid--related{grid-template-columns:repeat(auto-fit,minmax(240px,300px));justify-content:start}
}

@media (max-width:920px){
  .scs-shop-container{width:min(100% - 24px,1320px)}
  .scs-shop-hero-grid{grid-template-columns:1fr;gap:24px;padding:36px 0 32px}
  .scs-shop-hero-stats{min-width:0;width:100%}
  .scs-shop-featured-grid{grid-template-columns:1fr 1fr}
  .scs-shop-featured-grid .scs-shop-card:first-child{grid-column:1/-1}
  .scs-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-shop-product-hero{grid-template-columns:1fr}
  .scs-shop-product-media{min-height:420px;border-right:0;border-bottom:1px solid var(--scs-shop-line)}
  .scs-shop-product-layout{grid-template-columns:1fr}
  .scs-shop-product-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-shop-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:680px){
  .scs-shop-container{width:100%}
  .scs-shop-content{padding:16px 10px 36px}
  .scs-shop-hero-grid{padding:30px 14px}
  .scs-shop-hero h1{font-size:36px}
  .scs-shop-hero-copy>p{font-size:14px}
  .scs-shop-hero-stats strong{font-size:20px}
  .scs-shop-quick-nav-inner{padding:9px 10px}
  .scs-shop-featured-grid,.scs-shop-grid,.scs-shop-grid--related{grid-template-columns:1fr}
  .scs-shop-featured-grid .scs-shop-card:first-child{grid-column:auto}
  .scs-shop-card-media,.scs-shop-card--featured .scs-shop-card-media{aspect-ratio:4/3}
  .scs-shop-section-head{padding:12px 14px}
  .scs-shop-section-head h2{font-size:19px}
  .scs-shop-section-head p{display:none}
  .scs-shop-filters summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#173574;font-size:12px;font-weight:900;cursor:pointer}
  .scs-shop-filters:not([open]) .scs-shop-filter-form{display:none}
  .scs-shop-filter-form{grid-template-columns:1fr;padding:0 14px 14px}
  .scs-shop-filter-search{grid-column:auto}
  .scs-shop-filter-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}
  .scs-shop-results-head{padding:12px 14px}
  .scs-shop-results-head span{display:none}
  .scs-shop-product{padding:0 10px 36px}
  .scs-shop-breadcrumbs{padding:11px 2px}
  .scs-shop-product-media{min-height:300px;padding:16px}
  .scs-shop-product-summary{padding:23px 18px}
  .scs-shop-product-summary h1{font-size:34px}
  .scs-shop-product-subtitle{font-size:16px}
  .scs-shop-product-meta{grid-template-columns:1fr}
  .scs-shop-product-sidebar{grid-template-columns:1fr}
  .scs-shop-rich-content,.scs-shop-collector-note>p{padding:19px 17px}
  .scs-shop-side-card dl>div{grid-template-columns:95px 1fr}
}

/* ==========================================================
   Sonic City Shop v1.2.3 — aligned to Sonic City Global CSS
   ========================================================== */
:root{
  --scs-shop-navy:#02126f;
  --scs-shop-blue:#1720d2;
  --scs-shop-blue-2:#1720cb;
  --scs-shop-link:#0b5fff;
  --scs-shop-cyan:#18f2ff;
  --scs-shop-yellow:#feeb4a;
  --scs-shop-yellow-deep:#f2c200;
  --scs-shop-red:#a60304;
  --scs-shop-ink:#0b1220;
  --scs-shop-muted:rgba(11,18,32,.78);
  --scs-shop-card-line:rgba(15,25,45,.12);
  --scs-shop-panel:#f4f7ff;
  --scs-shop-shadow:0 12px 26px rgba(0,0,0,.10);
  --scs-shop-shadow-hover:0 16px 30px rgba(0,0,0,.14);
}

.scs-shop-container{
  width:min(1480px,calc(100% - 48px));
}

.scs-shop-hero{
  background:
    linear-gradient(180deg,rgb(2 18 111) 0%,rgb(23 32 210) 100%),
    radial-gradient(120% 90% at 50% 10%,rgba(0,0,0,.15) 0%,rgba(0,0,0,.45) 100%);
  border-bottom:2px solid rgba(254,235,74,.85);
}
.scs-shop-hero::after{
  width:500px;
  height:500px;
  border-color:rgba(255,255,255,.055);
}
.scs-shop-hero-grid{padding:40px 0 38px}
.scs-shop-kicker{color:var(--scs-shop-yellow)}
.scs-shop-hero h1{
  font-size:clamp(38px,4vw,60px);
  text-shadow:0 2px 0 rgba(0,0,0,.55),0 10px 30px rgba(0,0,0,.45);
}
.scs-shop-hero-copy>p{
  max-width:820px;
  margin-top:14px;
  color:rgba(255,255,255,.95);
  font-size:16px;
  line-height:1.55;
}
.scs-shop-hero-stats{
  min-width:320px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 8px 20px rgba(0,0,0,.15);
  backdrop-filter:none;
}
.scs-shop-hero-stats>div{padding:18px 16px;border-left-color:rgba(255,255,255,.14)}
.scs-shop-hero-stats strong{font-size:27px}
.scs-shop-hero-stats span{color:rgba(255,255,255,.90);font-size:10.5px}

.scs-shop-quick-nav{
  background:#fff;
  border:0;
  border-bottom:1px solid rgba(15,25,45,.10);
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.scs-shop-quick-nav-inner{gap:8px;padding:11px 0}
.scs-shop-quick-nav a{
  position:relative;
  min-height:40px;
  padding:10px 15px 9px;
  color:var(--scs-shop-navy);
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border:1px solid rgba(15,25,45,.10);
  border-radius:8px;
  font-size:12.5px;
  box-shadow:none;
}
.scs-shop-quick-nav a:hover,
.scs-shop-quick-nav a.is-active{
  color:#fff;
  background:linear-gradient(to bottom,var(--scs-shop-link),var(--scs-shop-blue-2));
  border-color:rgba(255,255,255,.22);
  box-shadow:0 10px 18px rgba(0,0,0,.14);
}
.scs-shop-quick-nav a.is-active::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:3px;
  height:2px;
  background:linear-gradient(90deg,rgba(254,235,74,0),rgba(254,235,74,.95),rgba(254,235,74,0));
}

.scs-shop-content{padding:26px 0 54px}
.scs-shop-disclosure--top{
  margin:0 0 20px;
  padding:14px 16px;
  color:var(--scs-shop-muted);
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border:1px solid rgba(15,25,45,.10);
  border-left:4px solid var(--scs-shop-link);
  box-shadow:0 10px 20px rgba(0,0,0,.08);
}
.scs-shop-disclosure--top>i{color:var(--scs-shop-link)}
.scs-shop-disclosure--top strong{display:inline;margin-right:7px;color:var(--scs-shop-navy)}
.scs-shop-disclosure--top p{display:inline;color:var(--scs-shop-muted)}

.scs-shop-section{
  overflow:hidden;
  margin-bottom:28px;
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border:0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),var(--scs-shop-shadow);
}
.scs-shop-section-head{
  position:relative;
  min-height:68px;
  padding:12px 14px 10px;
  color:#fff;
  background:linear-gradient(180deg,rgb(2 18 111) 0%,rgb(23 32 210) 100%);
  border:1px solid rgba(255,255,255,.14);
}
.scs-shop-section-head::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,rgba(11,95,255,0) 0%,rgba(11,95,255,.55) 20%,rgba(24,242,255,.95) 50%,rgba(11,95,255,.55) 80%,rgba(11,95,255,0) 100%);
  box-shadow:0 0 12px rgba(24,242,255,.25);
  pointer-events:none;
}
.scs-shop-section-kicker{margin-bottom:3px;color:var(--scs-shop-yellow);font-size:11px}
.scs-shop-section-head h2{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.05;
  letter-spacing:.2px;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
}
.scs-shop-section-head p{margin-top:5px;color:rgba(255,255,255,.84);font-size:13px}

.scs-shop-featured-grid,
.scs-shop-grid{
  display:grid;
  gap:20px;
  padding:20px;
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border:0;
}
.scs-shop-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.scs-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

.scs-shop-card{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,25,45,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 10px 20px rgba(0,0,0,.08);
  transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease;
}
.scs-shop-card:hover{
  z-index:2;
  transform:translateY(-1px);
  border-color:rgba(11,95,255,.35);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),var(--scs-shop-shadow-hover);
}
.scs-shop-card:focus-within{
  outline:2px solid rgba(242,194,0,.92);
  outline-offset:2px;
}
.scs-shop-card-media,
.scs-shop-card--featured .scs-shop-card-media{
  aspect-ratio:16/9;
  padding:14px;
  background:#fff;
  border-bottom:1px solid rgba(15,25,45,.10);
}
.scs-shop-card-media img{object-fit:contain;transition:transform 220ms ease}
.scs-shop-card:hover .scs-shop-card-media img{transform:scale(1.025)}
.scs-shop-card-media::after{content:none}
.scs-shop-card--category-comics-books .scs-shop-card-media,
.scs-shop-card--category-soundtracks .scs-shop-card-media,
.scs-shop-card--category-posters-art .scs-shop-card-media{padding:16px}
.scs-shop-image-placeholder{color:#6a82b3;background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%)}

.scs-shop-badges--overlay{
  top:10px;
  left:10px;
  max-width:calc(100% - 20px);
  gap:6px;
}
.scs-shop-badge{
  min-height:27px;
  padding:7px 10px 6px;
  color:#fff;
  background:var(--scs-shop-link);
  border:1px solid rgba(255,255,255,.35);
  border-radius:4px;
  box-shadow:0 6px 14px rgba(0,0,0,.25);
  font-size:11px;
  letter-spacing:.04em;
}
.scs-shop-badge--deal,
.scs-shop-badge--deal-live{background:var(--scs-shop-red)}
.scs-shop-badge--pre-order,
.scs-shop-badge--limited{color:var(--scs-shop-yellow);background:var(--scs-shop-navy)}
.scs-shop-badge--exclusive{background:var(--scs-shop-blue)}
.scs-shop-badge--staff-pick{color:var(--scs-shop-navy);background:var(--scs-shop-yellow)}
.scs-shop-badge--new{color:var(--scs-shop-navy);background:var(--scs-shop-cyan)}
.scs-shop-badge--back-in-stock,
.scs-shop-badge--in-stock,
.scs-shop-badge--coming-soon{background:var(--scs-shop-link)}
.scs-shop-badge--sold-out{background:#4f5d76}

.scs-shop-card-body{
  padding:17px 17px 18px;
  background:linear-gradient(180deg,rgba(11,95,255,.04) 0%,rgba(11,18,32,.02) 100%);
}
.scs-shop-card-source,
.scs-shop-product-source{
  margin-bottom:8px;
  color:var(--scs-shop-link);
  font-size:11.5px;
  line-height:1.4;
}
.scs-shop-card-title{
  display:-webkit-box;
  min-height:3.75em;
  overflow:hidden;
  margin:0;
  font-size:19px;
  line-height:1.25;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.scs-shop-card-title a{color:var(--scs-shop-ink)}
.scs-shop-card-title a:hover{color:var(--scs-shop-link);text-decoration:underline;text-underline-offset:3px}
.scs-shop-card-subtitle,
.scs-shop-card-excerpt{margin-top:9px;color:rgba(11,18,32,.80);font-size:13.5px;line-height:1.5}
.scs-shop-card-regions{margin-top:12px;color:rgba(11,18,32,.72);font-size:12.5px;font-weight:700}
.scs-shop-card-regions i{color:var(--scs-shop-link)}
.scs-shop-card-footer{margin-top:auto;padding-top:16px;border-top:1px solid rgba(15,25,45,.10)}
.scs-shop-card-price{min-height:38px;margin-bottom:13px}
.scs-shop-card-price del{color:rgba(11,18,32,.50);font-size:13px}
.scs-shop-card-price strong{color:var(--scs-shop-navy);font-size:25px}
.scs-shop-card-price span{color:rgba(11,18,32,.72);font-size:13px;line-height:1.4}
.scs-shop-card-actions{grid-template-columns:minmax(100px,.75fr) minmax(138px,1.25fr);gap:10px}

.scs-shop-btn{
  --scs-btn-bg1:#0b5fff;
  --scs-btn-bg2:#1720cb;
  position:relative;
  overflow:hidden;
  min-height:46px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  font-family:inherit;
  font-size:13px;
  font-weight:900;
  box-shadow:0 10px 18px rgba(0,0,0,.14);
  transition:transform 160ms ease,box-shadow 160ms ease,filter 160ms ease;
}
.scs-shop-btn::before{
  content:"";
  position:absolute;
  left:1px;
  right:1px;
  top:1px;
  height:48%;
  border-radius:7px;
  background:linear-gradient(to bottom,rgba(255,255,255,.40),rgba(255,255,255,0));
  pointer-events:none;
}
.scs-shop-btn::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:7px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.10);
  pointer-events:none;
}
.scs-shop-btn>span,
.scs-shop-btn>i{position:relative;z-index:1}
.scs-shop-btn:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(0,0,0,.18)}
.scs-shop-btn:active{transform:translateY(0)}
.scs-shop-btn:focus-visible{outline:2px solid rgba(242,194,0,.92);outline-offset:2px}
.scs-shop-btn--primary{
  color:#fff!important;
  background:linear-gradient(to bottom,var(--scs-btn-bg1),var(--scs-btn-bg2));
  border-color:rgba(255,255,255,.22);
}
.scs-shop-btn--primary:hover{color:#fff!important;filter:brightness(1.06)}
.scs-shop-btn--secondary{
  color:var(--scs-shop-navy)!important;
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border-color:rgba(15,25,45,.12);
  box-shadow:0 8px 16px rgba(0,0,0,.08);
}
.scs-shop-btn--secondary:hover{
  color:#fff!important;
  background:linear-gradient(to bottom,var(--scs-shop-link),var(--scs-shop-blue-2));
  border-color:rgba(255,255,255,.22);
}
.scs-shop-btn--secondary i{font-size:10px}

.scs-shop-filters{
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border-bottom:1px solid rgba(15,25,45,.10);
}
.scs-shop-filter-form{
  grid-template-columns:minmax(270px,1.7fr) repeat(5,minmax(140px,1fr));
  gap:14px;
  padding:20px;
}
.scs-shop-filter-form label>span{margin-bottom:8px;color:var(--scs-shop-navy);font-size:12px}
.scs-shop-filter-form input,
.scs-shop-filter-form select{
  height:48px;
  padding:0 14px;
  color:var(--scs-shop-ink);
  background:#fff;
  border:1px solid rgba(15,25,45,.12);
  border-radius:2px;
  box-shadow:inset 0 1px 2px rgba(2,18,111,.04);
  font-size:14px;
}
.scs-shop-filter-form input:focus,
.scs-shop-filter-form select:focus{outline:2px solid rgba(242,194,0,.92);outline-offset:2px;border-color:var(--scs-shop-link)}
.scs-shop-filter-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:4px}
.scs-shop-filter-actions .scs-shop-btn{min-width:146px;white-space:nowrap}

.scs-shop-results-head{
  min-height:54px;
  padding:15px 20px;
  color:var(--scs-shop-navy);
  background:#fff;
  border-bottom:1px solid rgba(15,25,45,.10);
}
.scs-shop-results-head strong{font-size:16px}
.scs-shop-results-head span{color:rgba(11,18,32,.67);font-size:13px;font-weight:700}

.scs-shop-pagination{
  padding:24px 20px;
  background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%);
  border-top:1px solid rgba(15,25,45,.10);
}
.scs-shop-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:0;padding:0;list-style:none}
.scs-shop-pagination a,
.scs-shop-pagination span{
  min-width:46px;
  min-height:46px;
  padding:10px 14px;
  color:var(--scs-shop-navy);
  background:#fff;
  border:1px solid rgba(15,25,45,.12);
  border-radius:8px;
  font-size:13px;
  box-shadow:0 8px 16px rgba(0,0,0,.07);
}
.scs-shop-pagination .current,
.scs-shop-pagination a:hover{
  color:#fff;
  background:linear-gradient(to bottom,var(--scs-shop-link),var(--scs-shop-blue-2));
  border-color:rgba(255,255,255,.22);
  box-shadow:0 10px 18px rgba(0,0,0,.14);
}
.scs-shop-pagination .dots{color:rgba(11,18,32,.55);background:transparent;border-color:transparent;box-shadow:none}

.scs-shop-empty{color:var(--scs-shop-ink);background:#fff}
.scs-shop-archive .scs-shop-content>.scs-shop-disclosure:not(.scs-shop-disclosure--top){display:none}

/* Single product */
.scs-shop-breadcrumbs{color:rgba(255,255,255,.86)}
.scs-shop-breadcrumbs a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.scs-shop-product-hero,
.scs-shop-side-card{
  border:1px solid rgba(15,25,45,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),var(--scs-shop-shadow);
}
.scs-shop-product-media{background:#fff;border-right:1px solid rgba(15,25,45,.10)}
.scs-shop-product-summary h1{color:var(--scs-shop-ink)}
.scs-shop-product-taxonomy{border-top-color:rgba(15,25,45,.10)}
.scs-shop-product-taxonomy i{color:var(--scs-shop-link)}
.scs-shop-product-pricing strong{color:var(--scs-shop-navy)}
.scs-shop-product-meta{background:rgba(15,25,45,.10);border-color:rgba(15,25,45,.10)}
.scs-shop-product-meta span{background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%)}
.scs-shop-side-card h2{
  position:relative;
  background:linear-gradient(180deg,rgb(2 18 111) 0%,rgb(23 32 210) 100%);
  border:1px solid rgba(255,255,255,.14);
  border-bottom:0;
}
.scs-shop-side-card h2::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,rgba(11,95,255,0),rgba(24,242,255,.95),rgba(11,95,255,0));
  box-shadow:0 0 12px rgba(24,242,255,.25);
}
.scs-shop-retailer-row a{
  color:#fff;
  background:linear-gradient(to bottom,var(--scs-shop-link),var(--scs-shop-blue-2));
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  box-shadow:0 8px 16px rgba(0,0,0,.12);
}
.scs-shop-related-section{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,25,45,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),var(--scs-shop-shadow);
}
.scs-shop-related-section .scs-shop-grid{background:linear-gradient(180deg,#fff 0%,#f4f7ff 100%)}

@media (max-width:1360px){
  .scs-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .scs-shop-filter-form{grid-template-columns:minmax(240px,1.5fr) repeat(3,minmax(140px,1fr))}
  .scs-shop-filter-actions{grid-column:1/-1}
}

@media (max-width:920px){
  .scs-shop-container{width:min(100% - 24px,1480px)}
  .scs-shop-hero-grid{grid-template-columns:1fr;gap:22px;padding:32px 0}
  .scs-shop-hero-stats{min-width:0;width:100%}
  .scs-shop-featured-grid,
  .scs-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-shop-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-shop-filter-search{grid-column:1/-1}
  .scs-shop-filter-actions{grid-column:1/-1}
  .scs-shop-product-hero{grid-template-columns:1fr}
  .scs-shop-product-media{border-right:0;border-bottom:1px solid rgba(15,25,45,.10)}
  .scs-shop-product-layout{grid-template-columns:1fr}
  .scs-shop-product-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .scs-shop-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:680px){
  .scs-shop-container{width:100%}
  .scs-shop-content{padding:15px 10px 34px}
  .scs-shop-hero-grid{padding:28px 14px}
  .scs-shop-hero h1{font-size:34px}
  .scs-shop-hero-copy>p{font-size:14px}
  .scs-shop-quick-nav-inner{padding:9px 10px}
  .scs-shop-section{margin-bottom:18px}
  .scs-shop-section-head{padding:12px 14px}
  .scs-shop-section-head h2{font-size:20px}
  .scs-shop-section-head p{display:none}
  .scs-shop-featured-grid,
  .scs-shop-grid,
  .scs-shop-grid--related{grid-template-columns:1fr;gap:14px;padding:14px}
  .scs-shop-card-media,
  .scs-shop-card--featured .scs-shop-card-media{aspect-ratio:4/3}
  .scs-shop-card-title{min-height:auto;font-size:19px;-webkit-line-clamp:4}
  .scs-shop-filters summary{
    display:flex;
    align-items:center;
    gap:8px;
    padding:14px;
    color:#fff;
    background:linear-gradient(180deg,rgb(2 18 111) 0%,rgb(23 32 210) 100%);
    border:1px solid rgba(255,255,255,.14);
    font-size:13px;
    font-weight:900;
    cursor:pointer;
  }
  .scs-shop-filters:not([open]) .scs-shop-filter-form{display:none}
  .scs-shop-filter-form{grid-template-columns:1fr;padding:14px}
  .scs-shop-filter-search,
  .scs-shop-filter-actions{grid-column:auto}
  .scs-shop-filter-actions{display:grid;grid-template-columns:1fr 1fr}
  .scs-shop-results-head{padding:13px 14px}
  .scs-shop-results-head span{display:none}
  .scs-shop-card-actions{grid-template-columns:1fr 1.25fr}
  .scs-shop-disclosure--top strong,
  .scs-shop-disclosure--top p{display:block}
  .scs-shop-disclosure--top strong{margin:0 0 3px}
  .scs-shop-product{padding:0 10px 34px}
  .scs-shop-product-media{min-height:300px;padding:16px}
  .scs-shop-product-summary{padding:23px 18px}
  .scs-shop-product-summary h1{font-size:34px}
  .scs-shop-product-meta{grid-template-columns:1fr}
  .scs-shop-product-sidebar{grid-template-columns:1fr}
  .scs-shop-pagination a,
  .scs-shop-pagination span{min-width:44px;min-height:44px}
}

@media (prefers-reduced-motion:reduce){
  .scs-shop-card,
  .scs-shop-card-media img,
  .scs-shop-btn{transition:none!important}
}


/* ==========================================================
   Sonic City Shop v1.2.4 — catalogue readability polish
   ========================================================== */

/* Keep the requested section-border treatment exact. */
.scs-shop-section{
  border:0;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 12px 26px rgba(0,0,0,.10);
}
.scs-shop-section-head{
  border:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}

/* Give the catalogue a visible panel/card rhythm instead of one white slab. */
.scs-shop-featured-grid,
.scs-shop-grid{
  gap:24px;
  padding:24px;
  background:#f4f7ff;
}
.scs-shop-card{
  height:100%;
  border:1px solid rgba(20,55,120,.16);
  background:#fff;
  box-shadow:0 10px 18px rgba(0,0,0,.06);
  transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease;
}
.scs-shop-card:hover{
  transform:translateY(-2px);
  border-color:rgba(11,95,255,.35);
  box-shadow:0 14px 26px rgba(0,0,0,.10);
}

/* Short, consistent media frames with targeted zoom for jewellery imagery. */
.scs-shop-card-media,
.scs-shop-card--featured .scs-shop-card-media{
  aspect-ratio:16/9;
  padding:12px;
  background:#fff;
  border-bottom:1px solid rgba(20,55,120,.12);
}
.scs-shop-card-media img{
  transform:scale(1);
  object-position:center;
}
.scs-shop-card:hover .scs-shop-card-media img{transform:scale(1.025)}

/* Product labels belong in the image corner, not halfway down its edge. */
.scs-shop-badges--overlay{
  top:12px;
  right:12px;
  left:auto;
  display:flex;
  max-width:calc(100% - 24px);
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
  margin:0;
}
.scs-shop-badge{
  min-height:24px;
  padding:6px 9px 5px;
  border-radius:2px;
  box-shadow:0 5px 12px rgba(0,0,0,.18);
  font-size:10.5px;
}

/* Stronger card hierarchy and less forced empty title space. */
.scs-shop-card-body{
  padding:18px 18px 19px;
  background:#fff;
}
.scs-shop-card-source,
.scs-shop-product-source{
  margin-bottom:7px;
  font-size:12px;
  line-height:1.35;
}
.scs-shop-card-title{
  min-height:2.5em;
  font-size:20px;
  line-height:1.25;
  -webkit-line-clamp:3;
}
.scs-shop-card-subtitle,
.scs-shop-card-excerpt{
  margin-top:9px;
  font-size:14px;
  line-height:1.5;
}
.scs-shop-card-regions{
  margin-top:11px;
  font-size:13px;
}
.scs-shop-card-footer{
  padding-top:15px;
  border-top:1px solid rgba(20,55,120,.12);
}
.scs-shop-card-price{
  min-height:36px;
  margin-bottom:13px;
}
.scs-shop-card-price del{font-size:13px}
.scs-shop-card-price strong{font-size:26px}
.scs-shop-card-price span{font-size:13.5px}

/* Details is deliberately quieter; View Deal is the single primary action. */
.scs-shop-card-actions{
  grid-template-columns:minmax(96px,.68fr) minmax(145px,1.32fr);
  gap:10px;
}
.scs-shop-btn{
  min-height:44px;
  padding:11px 15px;
  border-radius:999px;
  font-size:13px;
  box-shadow:none;
}
.scs-shop-btn::before,
.scs-shop-btn::after{content:none}
.scs-shop-btn--primary{
  color:#fff!important;
  background:#0b5fff;
  border:1px solid rgba(15,25,45,.10);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
}
.scs-shop-btn--primary:hover{
  color:#fff!important;
  background:linear-gradient(90deg,#0b5fff 0%,#18f2ff 100%);
  border-color:rgba(15,25,45,.10);
  filter:none;
  box-shadow:0 12px 20px rgba(0,0,0,.12);
}
.scs-shop-btn--secondary{
  color:#02126f!important;
  background:#fff;
  border:1px solid rgba(23,32,203,.16);
  box-shadow:none;
}
.scs-shop-btn--secondary:hover{
  color:#0b5fff!important;
  background:#eef3ff;
  border-color:rgba(11,95,255,.35);
  box-shadow:none;
}

/* Make filters feel like a public-facing Sonic City module. */
.scs-shop-filters{
  background:#fff;
  border-bottom:1px solid rgba(20,55,120,.12);
}
.scs-shop-filter-form{
  gap:15px;
  padding:22px 20px 20px;
}
.scs-shop-filter-form label>span{
  margin-bottom:8px;
  font-size:12.5px;
  letter-spacing:.055em;
}
.scs-shop-filter-form input,
.scs-shop-filter-form select{
  height:50px;
  padding:0 15px;
  border-color:rgba(20,55,120,.16);
  background:#fff;
  font-size:14.5px;
}
.scs-shop-filter-actions{margin-top:6px}
.scs-shop-filter-actions .scs-shop-btn{min-width:150px}
.scs-shop-filter-actions .scs-shop-btn--secondary{
  min-width:auto;
  color:#02126f!important;
  background:transparent;
  border-color:transparent;
}
.scs-shop-filter-actions .scs-shop-btn--secondary:hover{
  color:#0b5fff!important;
  background:#eef3ff;
  border-color:rgba(11,95,255,.20);
}

.scs-shop-results-head{
  min-height:58px;
  padding:16px 20px;
}
.scs-shop-results-head strong{font-size:17px}
.scs-shop-results-head span{font-size:13.5px}

/* Larger, flatter pagination matching the catalogue actions. */
.scs-shop-pagination{
  padding:26px 20px;
  background:#fff;
}
.scs-shop-pagination ul{gap:10px}
.scs-shop-pagination a,
.scs-shop-pagination span{
  min-width:46px;
  min-height:46px;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
  box-shadow:none;
}
.scs-shop-pagination .current{
  color:#fff;
  background:#0b5fff;
  border-color:rgba(15,25,45,.10);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
}
.scs-shop-pagination a:hover{
  color:#fff;
  background:linear-gradient(90deg,#0b5fff 0%,#18f2ff 100%);
  border-color:rgba(15,25,45,.10);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
}

/* Keep individual product CTAs in the same flatter system. */
.scs-shop-product .scs-shop-btn--primary,
.scs-shop-single .scs-shop-btn--primary{
  background:#0b5fff;
}
.scs-shop-product .scs-shop-btn--primary:hover,
.scs-shop-single .scs-shop-btn--primary:hover{
  background:linear-gradient(90deg,#0b5fff 0%,#18f2ff 100%);
}

@media (max-width:1360px){
  .scs-shop-featured-grid,
  .scs-shop-grid{gap:20px;padding:20px}
  .scs-shop-card-title{font-size:19px}
}

@media (max-width:680px){
  .scs-shop-featured-grid,
  .scs-shop-grid,
  .scs-shop-grid--related{gap:14px;padding:14px}
  .scs-shop-card-media,
  .scs-shop-card--featured .scs-shop-card-media{aspect-ratio:4/3}
  .scs-shop-card-title{min-height:auto;font-size:19px}
  .scs-shop-card-actions{grid-template-columns:1fr 1.25fr}
  .scs-shop-btn{min-height:44px;font-size:12.5px}
}


/* ==========================================================
   Sonic City Shop v1.2.5 — badge overlay positioning fix
   ========================================================== */
.scs-shop-card-media{
  position:relative;
}
.scs-shop-badges--overlay{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  z-index:4;
  width:auto;
  max-width:calc(100% - 24px);
  margin:0!important;
  pointer-events:none;
}
.scs-shop-badges--overlay .scs-shop-badge{
  flex:0 0 auto;
  white-space:nowrap;
}

/* ==========================================================
   Sonic City Shop v1.2.6 — product fit + compact actions
   ========================================================== */

/* Keep jewellery and every other product fully visible in the media frame. */
.scs-shop-card-media img,
.scs-shop-card--brand-king-ice .scs-shop-card-media img,
.scs-shop-card--category-accessories .scs-shop-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:scale(1);
}

.scs-shop-card:hover .scs-shop-card-media img,
.scs-shop-card--brand-king-ice:hover .scs-shop-card-media img,
.scs-shop-card--category-accessories:hover .scs-shop-card-media img{
  transform:scale(1.02);
}

/* Replace pill-shaped catalogue actions with compact Sonic City controls. */
.scs-shop-card-actions{
  gap:8px;
}

.scs-shop-card-actions .scs-shop-btn,
.scs-shop-product .scs-shop-btn,
.scs-shop-single .scs-shop-btn{
  min-height:40px;
  padding:9px 13px;
  border-radius:4px;
  font-size:12px;
  line-height:1;
}

.scs-shop-card-actions .scs-shop-btn--secondary{
  box-shadow:none;
}

@media (max-width:680px){
  .scs-shop-card-actions .scs-shop-btn,
  .scs-shop-product .scs-shop-btn,
  .scs-shop-single .scs-shop-btn{
    min-height:40px;
    padding:9px 11px;
    border-radius:4px;
    font-size:11.5px;
  }
}



/* ==========================================================
   Sonic City Shop v1.2.7 — balanced jewellery presentation
   ========================================================== */

/*
 * King Ice product photography usually includes generous white space in the
 * source image. Give those cards a measured lift without returning to the
 * heavy crop used in v1.2.5. Other product categories keep the normal fit.
 */
.scs-shop-card--brand-king-ice .scs-shop-card-media{
  padding:6px;
}

.scs-shop-card--brand-king-ice .scs-shop-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:scale(1.08);
  transform-origin:center center;
}

.scs-shop-card--brand-king-ice:hover .scs-shop-card-media img{
  transform:scale(1.105);
}

/* Slightly stronger catalogue labels at normal browsing distance. */
.scs-shop-card-source,
.scs-shop-product-source{
  font-size:12.5px;
  line-height:1.4;
}

.scs-shop-card-price span{
  font-size:14px;
}

@media (max-width:680px){
  .scs-shop-card--brand-king-ice .scs-shop-card-media{
    padding:7px;
  }

  .scs-shop-card--brand-king-ice .scs-shop-card-media img{
    transform:scale(1.055);
  }

  .scs-shop-card--brand-king-ice:hover .scs-shop-card-media img{
    transform:scale(1.075);
  }
}

/* ==========================================================
   Sonic City Shop v1.2.8 — mobile archive final polish
   ========================================================== */
@media (max-width:680px){
  /* Compact the shop identity without crushing the copy. */
  .scs-shop-hero-grid{
    gap:18px;
    padding:22px 14px 20px;
  }
  .scs-shop-kicker{
    margin-bottom:5px;
    font-size:10px;
    letter-spacing:.11em;
  }
  .scs-shop-hero h1{
    max-width:330px;
    font-size:30px;
    line-height:1.02;
    letter-spacing:-.025em;
  }
  .scs-shop-hero-copy>p{
    margin-top:10px;
    font-size:13px;
    line-height:1.45;
  }
  .scs-shop-hero-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
  }
  .scs-shop-hero-stats>div{
    min-width:0;
    padding:12px 5px 11px;
  }
  .scs-shop-hero-stats strong{font-size:20px}
  .scs-shop-hero-stats span{
    margin-top:4px;
    font-size:8.5px;
    letter-spacing:.055em;
  }

  /* The shortcut rail is a deliberate swipeable control on phones. */
  .scs-shop-quick-nav-inner{
    gap:7px;
    padding:8px 10px;
    scroll-padding-inline:10px;
    scroll-snap-type:x proximity;
  }
  .scs-shop-quick-nav a{
    min-height:38px;
    padding:9px 12px 8px;
    border-radius:4px;
    font-size:11px;
    scroll-snap-align:start;
  }

  .scs-shop-content{padding:12px 8px 30px}
  .scs-shop-disclosure--top{
    gap:9px;
    margin-bottom:12px;
    padding:11px 12px;
    border-left-width:3px;
  }
  .scs-shop-disclosure--top>i{
    margin-top:1px;
    font-size:14px;
  }
  .scs-shop-disclosure--top strong{
    margin-bottom:2px;
    font-size:10px;
  }
  .scs-shop-disclosure--top p{
    font-size:11px;
    line-height:1.42;
  }

  .scs-shop-section{
    margin-bottom:16px;
    box-shadow:0 8px 20px rgba(0,0,0,.09);
  }
  .scs-shop-section-head{
    min-height:60px;
    padding:11px 12px 10px;
  }
  .scs-shop-section-head::after{
    left:12px;
    right:12px;
  }
  .scs-shop-section-kicker{
    font-size:9.5px;
    letter-spacing:.10em;
  }
  .scs-shop-section-head h2{
    font-size:20px;
    line-height:1.08;
  }
  .scs-shop-section-head p{display:none}

  /* Filters are closed on initial phone paint and remain easy to operate. */
  .scs-shop-filters summary{
    min-height:48px;
    padding:12px 13px;
    font-size:12.5px;
    line-height:1.2;
  }
  .scs-shop-filter-form{
    gap:12px;
    padding:13px;
  }
  .scs-shop-filter-form label>span{
    margin-bottom:6px;
    font-size:10.5px;
  }
  .scs-shop-filter-form input,
  .scs-shop-filter-form select{
    height:46px;
    padding:0 12px;
    font-size:13px;
  }
  .scs-shop-filter-actions{
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:2px;
  }
  .scs-shop-filter-actions .scs-shop-btn{
    width:100%;
    min-width:0;
  }
  .scs-shop-results-head{
    min-height:48px;
    padding:12px 13px;
  }
  .scs-shop-results-head strong{font-size:14px}
  .scs-shop-results-head span{
    display:block;
    max-width:48%;
    font-size:10.5px;
    text-align:right;
  }

  /* Reduce scroll fatigue while retaining a full-width editorial card. */
  .scs-shop-featured-grid,
  .scs-shop-grid,
  .scs-shop-grid--related{
    gap:12px;
    padding:12px;
  }
  .scs-shop-card{
    box-shadow:0 7px 16px rgba(0,0,0,.08);
  }
  .scs-shop-card:hover{
    transform:none;
    box-shadow:0 7px 16px rgba(0,0,0,.08);
  }
  .scs-shop-card-media,
  .scs-shop-card--featured .scs-shop-card-media{
    aspect-ratio:16/10;
    padding:10px;
  }
  .scs-shop-card:hover .scs-shop-card-media img{transform:scale(1)}
  .scs-shop-card--brand-king-ice .scs-shop-card-media{
    padding:5px;
  }
  .scs-shop-card--brand-king-ice .scs-shop-card-media img,
  .scs-shop-card--brand-king-ice:hover .scs-shop-card-media img{
    transform:scale(1.08);
  }
  .scs-shop-badges--overlay{
    top:8px!important;
    right:8px!important;
    max-width:calc(100% - 16px);
  }
  .scs-shop-badge{
    min-height:22px;
    padding:5px 7px 4px;
    font-size:9px;
  }

  .scs-shop-card-body{
    padding:14px 14px 15px;
  }
  .scs-shop-card-source,
  .scs-shop-product-source{
    margin-bottom:5px;
    font-size:10.5px;
  }
  .scs-shop-card-title{
    min-height:auto;
    font-size:16px;
    line-height:1.28;
    -webkit-line-clamp:4;
  }
  .scs-shop-card-subtitle,
  .scs-shop-card-excerpt{
    margin-top:7px;
    font-size:12.5px;
  }
  .scs-shop-card-regions{
    margin-top:9px;
    font-size:11px;
  }
  .scs-shop-card-footer{
    padding-top:12px;
  }
  .scs-shop-card-price{
    min-height:30px;
    margin-bottom:10px;
  }
  .scs-shop-card-price del{font-size:11.5px}
  .scs-shop-card-price strong{font-size:22px}
  .scs-shop-card-price span{
    font-size:11.5px;
    line-height:1.35;
  }
  .scs-shop-card-actions{
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:7px;
  }
  .scs-shop-card-actions .scs-shop-btn,
  .scs-shop-product .scs-shop-btn,
  .scs-shop-single .scs-shop-btn{
    min-height:44px;
    padding:10px 9px;
    font-size:11px;
  }

  .scs-shop-pagination{
    padding:17px 12px;
  }
  .scs-shop-pagination ul{gap:6px}
  .scs-shop-pagination a,
  .scs-shop-pagination span{
    min-width:40px;
    min-height:40px;
    padding:8px 10px;
    border-radius:4px;
    font-size:12px;
  }
}

@media (max-width:380px){
  .scs-shop-hero h1{font-size:28px}
  .scs-shop-card-actions{
    grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
  }
  .scs-shop-card-actions .scs-shop-btn{font-size:10.5px}
  .scs-shop-pagination a,
  .scs-shop-pagination span{
    min-width:38px;
    min-height:38px;
    padding:7px 8px;
  }
}


/* ==========================================================
   Sonic City Shop v1.2.9 — mobile scale and scroll-length fix
   ========================================================== */
@media (max-width:680px){
  /* Keep the top of the page compact but readable. */
  .scs-shop-hero::after{
    width:300px;
    height:300px;
    border-width:54px;
    opacity:.72;
  }
  .scs-shop-hero-grid{
    padding:20px 14px 18px;
  }
  .scs-shop-hero h1{
    font-size:31px;
    line-height:1;
  }
  .scs-shop-hero-copy>p{
    max-width:34em;
    font-size:13.5px;
    line-height:1.5;
  }

  /* Make the disclosure useful without letting it become a dense mini-card. */
  .scs-shop-disclosure--top{
    align-items:center;
    padding:10px 11px;
  }
  .scs-shop-disclosure--top strong{
    font-size:10.5px;
  }
  .scs-shop-disclosure--top p{
    font-size:11.25px;
    line-height:1.4;
  }

  /* Slightly stronger catalogue framing and card separation. */
  .scs-shop-featured-grid,
  .scs-shop-grid,
  .scs-shop-grid--related{
    gap:14px;
    padding:13px;
  }
  .scs-shop-card{
    border-color:rgba(20,55,120,.15);
    box-shadow:0 8px 18px rgba(0,0,0,.085);
  }
  .scs-shop-card-media,
  .scs-shop-card--featured .scs-shop-card-media{
    aspect-ratio:16/10;
    min-height:0;
    padding:9px;
  }
  .scs-shop-card--brand-king-ice .scs-shop-card-media{
    padding:4px;
  }
  .scs-shop-card--brand-king-ice .scs-shop-card-media img,
  .scs-shop-card--brand-king-ice:hover .scs-shop-card-media img{
    transform:scale(1.085);
  }

  /* Bring mobile card copy closer to the scale used by Sonic City article cards. */
  .scs-shop-card-body{
    padding:15px 15px 16px;
  }
  .scs-shop-card-source,
  .scs-shop-product-source{
    margin-bottom:6px;
    font-size:11px;
    line-height:1.35;
  }
  .scs-shop-card-title{
    font-size:17px;
    line-height:1.3;
  }
  .scs-shop-card-subtitle,
  .scs-shop-card-excerpt{
    font-size:13px;
    line-height:1.48;
  }
  .scs-shop-card-regions{
    margin-top:10px;
    font-size:11.5px;
  }
  .scs-shop-card-footer{
    padding-top:13px;
  }
  .scs-shop-card-price{
    min-height:32px;
    margin-bottom:11px;
  }
  .scs-shop-card-price strong{
    font-size:23px;
  }
  .scs-shop-card-price span{
    font-size:12px;
  }

  /* Clear action hierarchy with reliable touch targets. */
  .scs-shop-card-actions{
    grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);
    gap:8px;
  }
  .scs-shop-card-actions .scs-shop-btn,
  .scs-shop-product .scs-shop-btn,
  .scs-shop-single .scs-shop-btn{
    min-height:43px;
    padding:10px 10px;
    font-size:11.5px;
  }

  /* Badges and result metadata should remain readable on a real phone. */
  .scs-shop-badge{
    min-height:23px;
    padding:5px 8px 4px;
    font-size:9.5px;
  }
  .scs-shop-results-head strong{
    font-size:14.5px;
  }
  .scs-shop-results-head span{
    font-size:10.75px;
  }

  /* Keep six-page catalogues navigable after the mobile eight-item limit. */
  .scs-shop-pagination{
    padding:18px 10px;
  }
  .scs-shop-pagination ul{
    gap:7px;
  }
  .scs-shop-pagination a,
  .scs-shop-pagination span{
    min-width:42px;
    min-height:42px;
    padding:8px 9px;
    font-size:12.5px;
  }
  .scs-shop-pagination .prev,
  .scs-shop-pagination .next{
    padding-inline:11px;
  }
}

@media (max-width:380px){
  .scs-shop-card-title{font-size:16.5px}
  .scs-shop-card-actions .scs-shop-btn{font-size:11px}
  .scs-shop-pagination a,
  .scs-shop-pagination span{
    min-width:39px;
    min-height:39px;
    padding:7px 8px;
  }
}

/* ==========================================================
   Sonic City Shop v1.3.1 — single product page refinement
   ========================================================== */

/* Give the individual product page a tighter, editorial layout. */
.scs-shop-product .scs-shop-breadcrumbs{
  padding:18px 0;
  font-size:12px;
}

.scs-shop-product-hero{
  grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.12);
}

.scs-shop-product-media{
  min-height:500px;
  padding:34px;
  background:#fff;
  border-right:1px solid rgba(20,55,120,.12);
}

.scs-shop-product-media img{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:contain;
  object-position:center;
}

.scs-shop-product-summary{
  display:grid;
  align-content:start;
  gap:0;
  padding:38px 42px 36px;
}

.scs-shop-product-summary .scs-shop-badges{
  margin:0 0 10px;
}

.scs-shop-product-source{
  margin:0 0 8px;
  color:#0b5fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.07em;
  line-height:1.25;
  text-transform:uppercase;
}

.scs-shop-product-summary h1{
  max-width:18ch;
  margin:0;
  color:#0b1838;
  font-size:clamp(38px,3.5vw,54px);
  line-height:1.02;
  letter-spacing:-.035em;
}

.scs-shop-product-subtitle{
  margin:12px 0 0;
  color:#526481;
  font-size:18px;
  line-height:1.45;
}

.scs-shop-product-excerpt{
  max-width:68ch;
  margin:18px 0 0;
  color:#42516e;
  font-size:15px;
  line-height:1.72;
}

.scs-shop-product-taxonomy{
  gap:9px;
  margin:20px 0 0;
  padding-top:16px;
}

.scs-shop-product-taxonomy span{
  min-height:30px;
  padding:6px 10px;
  color:#29416f;
  background:#f4f7ff;
  border:1px solid rgba(20,55,120,.12);
  border-radius:3px;
  font-size:11.5px;
  font-weight:800;
}

.scs-shop-product-purchase{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-top:26px;
  padding:22px;
  background:linear-gradient(180deg,#f7f9ff 0%,#eef3ff 100%);
  border:1px solid rgba(20,55,120,.12);
}

.scs-shop-product-pricing{
  margin:0;
}

.scs-shop-product-pricing strong{
  font-size:38px;
}

.scs-shop-product-purchase .scs-shop-btn--large{
  flex:0 0 auto;
  min-width:210px;
  min-height:48px;
  padding:13px 18px;
  font-size:12.5px;
}

.scs-shop-product-meta{
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:1px;
  margin-top:14px;
}

.scs-shop-product-meta span{
  min-height:58px;
  padding:13px 15px;
  font-size:12px;
}

.scs-shop-product-meta strong{
  font-size:9.5px;
}

/* Keep the overview and product details visually balanced. */
.scs-shop-product-layout{
  grid-template-columns:minmax(0,1fr) 330px;
  gap:22px;
  margin-top:22px;
}

.scs-shop-product-section{
  overflow:hidden;
  margin-bottom:22px;
  background:#fff;
  box-shadow:0 9px 24px rgba(0,0,0,.08);
}

.scs-shop-product-section .scs-shop-section-head,
.scs-shop-related-section .scs-shop-section-head{
  border:1px solid rgba(255,255,255,.14);
}

.scs-shop-rich-content,
.scs-shop-collector-note>p{
  padding:24px 26px;
  color:#334563;
  font-size:15px;
  line-height:1.75;
}

.scs-shop-product-sidebar{
  top:108px;
  gap:16px;
}

.scs-shop-side-card{
  overflow:hidden;
  border:0;
  box-shadow:0 9px 24px rgba(0,0,0,.08);
}

.scs-shop-side-card h2{
  padding:15px 17px;
  font-size:18px;
}

.scs-shop-side-card dl>div{
  grid-template-columns:105px 1fr;
  gap:14px;
  padding:13px 15px;
}

.scs-shop-side-card dt{
  font-size:10.5px;
}

.scs-shop-side-card dd{
  font-size:12.5px;
}

/* Related items should fill the available width like homepage cards. */
.scs-shop-related-section{
  margin-top:24px;
  border:0;
  box-shadow:0 10px 26px rgba(0,0,0,.10);
}

.scs-shop-grid--related{
  grid-template-columns:repeat(4,minmax(0,1fr));
  justify-content:stretch;
  gap:18px;
  padding:18px;
}

.scs-shop-grid--related .scs-shop-card-title{
  font-size:17px;
}

.scs-shop-product>.scs-shop-container>.scs-shop-disclosure{
  margin-top:22px;
}

@media (max-width:1100px){
  .scs-shop-product-hero{
    grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);
  }
  .scs-shop-product-summary{
    padding:32px;
  }
  .scs-shop-product-purchase{
    align-items:stretch;
    flex-direction:column;
  }
  .scs-shop-product-purchase .scs-shop-btn--large{
    width:100%;
  }
  .scs-shop-grid--related{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:920px){
  .scs-shop-product .scs-shop-container{
    width:min(100% - 24px,1460px);
  }
  .scs-shop-product-hero{
    grid-template-columns:1fr;
  }
  .scs-shop-product-media{
    min-height:420px;
    border-right:0;
    border-bottom:1px solid rgba(20,55,120,.12);
  }
  .scs-shop-product-layout{
    grid-template-columns:1fr;
  }
  .scs-shop-product-sidebar{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  .scs-shop-product{
    padding:0 10px 34px;
  }
  .scs-shop-product .scs-shop-container{
    width:100%;
  }
  .scs-shop-product .scs-shop-breadcrumbs{
    padding:12px 4px;
    font-size:10.5px;
  }
  .scs-shop-product-media{
    min-height:310px;
    padding:18px;
  }
  .scs-shop-product-media img{
    max-height:330px;
  }
  .scs-shop-product-summary{
    padding:22px 18px 20px;
  }
  .scs-shop-product-summary h1{
    max-width:none;
    font-size:32px;
    line-height:1.06;
  }
  .scs-shop-product-excerpt{
    font-size:14px;
    line-height:1.65;
  }
  .scs-shop-product-taxonomy span{
    min-height:28px;
    font-size:10.5px;
  }
  .scs-shop-product-purchase{
    gap:16px;
    margin-top:20px;
    padding:17px;
  }
  .scs-shop-product-pricing strong{
    font-size:32px;
  }
  .scs-shop-product-purchase .scs-shop-btn--large{
    min-width:0;
    min-height:46px;
  }
  .scs-shop-product-meta{
    grid-template-columns:1fr;
  }
  .scs-shop-product-sidebar{
    grid-template-columns:1fr;
  }
  .scs-shop-rich-content,
  .scs-shop-collector-note>p{
    padding:19px 18px;
    font-size:14px;
  }
  .scs-shop-grid--related{
    grid-template-columns:1fr;
    gap:14px;
    padding:14px;
  }
}


/* ==========================================================
   Sonic City Shop v1.3.2 — product detail finishing pass
   ========================================================== */

/* When no specifications exist, the editorial content should use the full row. */
.scs-shop-product-layout--full{
  grid-template-columns:minmax(0,1fr);
}

.scs-shop-product-layout--full .scs-shop-product-main{
  width:100%;
  max-width:none;
}

.scs-shop-product-layout--full .scs-shop-product-sidebar{
  position:static;
  width:100%;
}

/* Tighten large, multi-line product titles without making them feel cramped. */
.scs-shop-product-summary h1{
  line-height:.96;
}

/* Make the buying action read as the dominant next step. */
.scs-shop-product-purchase .scs-shop-btn--large{
  min-width:260px;
  min-height:52px;
  padding:15px 24px;
  font-size:13px;
  letter-spacing:.025em;
}

/* Price-check metadata should stay compact instead of looking like a second panel. */
.scs-shop-product-meta span{
  min-height:46px;
  padding:9px 13px;
}

.scs-shop-product-meta strong{
  margin-bottom:3px;
}

/* Give editorial content and recommendations clearer separation. */
.scs-shop-related-section{
  margin-top:34px;
}

/* Related cards need the same readable hierarchy as the main catalogue. */
.scs-shop-grid--related .scs-shop-card-source{
  font-size:11px;
  line-height:1.35;
}

.scs-shop-grid--related .scs-shop-card-title{
  font-size:18px;
  line-height:1.32;
}

.scs-shop-grid--related .scs-shop-card-regions,
.scs-shop-grid--related .scs-shop-card-price span{
  font-size:12px;
  line-height:1.45;
}

.scs-shop-grid--related .scs-shop-card-price strong{
  font-size:20px;
}

/* Keep the disclosure legible without overpowering the product content. */
.scs-shop-product>.scs-shop-container>.scs-shop-disclosure{
  padding:16px 18px;
}

.scs-shop-product>.scs-shop-container>.scs-shop-disclosure strong{
  font-size:11px;
}

.scs-shop-product>.scs-shop-container>.scs-shop-disclosure p{
  font-size:12.5px;
  line-height:1.6;
}

@media (max-width:1100px){
  .scs-shop-product-purchase .scs-shop-btn--large{
    min-width:0;
  }
}

@media (max-width:680px){
  .scs-shop-product-summary h1{
    line-height:1;
  }

  .scs-shop-product-purchase .scs-shop-btn--large{
    min-height:48px;
    padding:13px 17px;
  }

  .scs-shop-product-meta span{
    min-height:44px;
    padding:9px 12px;
  }

  .scs-shop-related-section{
    margin-top:28px;
  }

  .scs-shop-grid--related .scs-shop-card-title{
    font-size:17px;
  }

  .scs-shop-product>.scs-shop-container>.scs-shop-disclosure p{
    font-size:12px;
  }
}


/* ==========================================================
   Sonic City Shop v1.3.3 — deterministic empty-sidebar layout
   ========================================================== */
.scs-shop-product-layout--full{
  display:block !important;
  width:100% !important;
}

.scs-shop-product-layout--full > .scs-shop-product-main,
.scs-shop-product-layout--full .scs-shop-product-section{
  display:block;
  width:100% !important;
  max-width:none !important;
}

/* ==========================================================
   Sonic City Shop v1.3.6 — breadcrumb refinements
   ========================================================== */
.scs-shop-product .scs-shop-breadcrumbs{
  display:block;
  padding:8px 14px;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(180deg,rgb(5 30 114) 0%,rgb(23 32 210) 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 6px 18px rgba(0,0,0,.18);
  font-size:12px;
  line-height:1.2;
  white-space:normal;
}

.scs-shop-product .scs-shop-breadcrumbs .trail-items{
  display:flex;
  flex-wrap:wrap;
  gap:6px 8px;
  align-items:center;
  min-width:0;
  margin:0;
  padding:0;
  list-style:none;
}

.scs-shop-product .scs-shop-breadcrumbs .trail-item{
  display:flex;
  align-items:center;
  min-width:0;
  margin:0;
  padding:0;
}

.scs-shop-product .scs-shop-breadcrumbs a,
.scs-shop-product .scs-shop-breadcrumbs span{
  color:#fff;
}

.scs-shop-product .scs-shop-breadcrumbs a{
  display:inline-flex;
  align-items:center;
  min-width:0;
  text-decoration:none;
  opacity:.95;
  transition:opacity .18s ease;
}

.scs-shop-product .scs-shop-breadcrumbs a:hover,
.scs-shop-product .scs-shop-breadcrumbs a:focus-visible{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:3px;
}

.scs-shop-product .scs-shop-breadcrumbs a:focus-visible{
  outline:2px solid var(--scs-shop-yellow);
  outline-offset:3px;
}

.scs-shop-product .scs-shop-breadcrumbs .breadcrumb-sep{
  flex:0 0 auto;
  padding:0 2px;
  color:rgba(255,255,255,.7);
}

.scs-shop-product .scs-shop-breadcrumbs .trail-end{
  flex:1 1 220px;
  overflow:hidden;
  font-weight:600;
}

.scs-shop-product .scs-shop-breadcrumbs .trail-end span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.scs-shop-product .scs-shop-breadcrumbs .icon-home{
  margin:0;
  vertical-align:-1px;
}

@media (max-width:680px){
  .scs-shop-product .scs-shop-breadcrumbs{
    padding:9px 12px;
    font-size:11px;
  }

  .scs-shop-product .scs-shop-breadcrumbs .trail-items{
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .scs-shop-product .scs-shop-breadcrumbs .trail-items::-webkit-scrollbar{
    display:none;
  }

  .scs-shop-product .scs-shop-breadcrumbs .trail-end{
    flex:0 1 auto;
  }
}


/* ==========================================================
   Sonic City Shop v1.3.7 — mobile related-items swipe rail
   ========================================================== */
@media (max-width:680px){
  /* Keep the breadcrumb flush with the product hero. */
  .scs-shop-product .scs-shop-breadcrumbs{
    margin-bottom:0;
  }

  /* Give the product summary and disclosure a little more breathing room. */
  .scs-shop-product-excerpt{
    font-size:14.5px;
    line-height:1.72;
  }

  .scs-shop-product>.scs-shop-container>.scs-shop-disclosure{
    padding:15px 14px;
  }

  .scs-shop-product>.scs-shop-container>.scs-shop-disclosure strong{
    font-size:11px;
  }

  .scs-shop-product>.scs-shop-container>.scs-shop-disclosure p{
    font-size:12.5px;
    line-height:1.6;
  }

  /* Replace the four-card vertical stack with a touch-friendly swipe rail. */
  .scs-shop-related-section .scs-shop-grid--related{
    display:flex;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:14px 14px 17px;
    scroll-padding-inline:14px;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:rgba(23,32,210,.48) rgba(2,18,111,.08);
  }

  .scs-shop-related-section .scs-shop-grid--related::-webkit-scrollbar{
    height:6px;
  }

  .scs-shop-related-section .scs-shop-grid--related::-webkit-scrollbar-track{
    background:rgba(2,18,111,.08);
  }

  .scs-shop-related-section .scs-shop-grid--related::-webkit-scrollbar-thumb{
    background:rgba(23,32,210,.48);
    border-radius:999px;
  }

  .scs-shop-related-section .scs-shop-grid--related>.scs-shop-card{
    flex:0 0 min(86%,320px);
    width:min(86%,320px);
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
}


/* v1.3.9: let short related lists size to their actual card count. */
@media (min-width:921px){
  .scs-shop-related-section--count-1,
  .scs-shop-related-section--count-2,
  .scs-shop-related-section--count-3{
    width:fit-content;
    max-width:100%;
  }

  .scs-shop-grid--related.scs-shop-grid--count-1{
    grid-template-columns:minmax(240px,300px);
  }

  .scs-shop-grid--related.scs-shop-grid--count-2{
    grid-template-columns:repeat(2,minmax(240px,300px));
  }

  .scs-shop-grid--related.scs-shop-grid--count-3{
    grid-template-columns:repeat(3,minmax(240px,300px));
  }
}

@media (max-width:920px){
  .scs-shop-related-section--count-1,
  .scs-shop-related-section--count-2,
  .scs-shop-related-section--count-3{
    width:100%;
  }
}

/* ==========================================================
   Sonic City Shop v1.4.2 — internal product versions
   ========================================================== */
.scs-shop-product-versions{
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid rgba(20,55,120,.14);
}

.scs-shop-product-versions[hidden]{
  display:none!important;
}

.scs-shop-product-versions__title{
  display:block;
  margin:0 0 9px;
  color:#02126f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.45px;
  text-transform:uppercase;
}

.scs-shop-product-versions__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.scs-shop-version{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  min-width:0;
  padding:8px;
  border:1px solid rgba(20,55,120,.15);
  border-radius:8px;
  background:rgba(255,255,255,.78);
  color:#0b1220;
  text-decoration:none!important;
  box-shadow:0 5px 12px rgba(0,0,0,.045);
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}

.scs-shop-version:hover,
.scs-shop-version:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(11,95,255,.42);
  box-shadow:0 9px 18px rgba(0,0,0,.075);
}

.scs-shop-version:focus-visible{
  outline:2px solid #feeb4a;
  outline-offset:2px;
}

.scs-shop-version img,
.scs-shop-version__placeholder{
  width:38px;
  height:38px;
  object-fit:contain;
  border-radius:5px;
  background:#fff;
}

.scs-shop-version__copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.scs-shop-version__copy strong{
  overflow:hidden;
  color:#0b1220;
  font-size:12px;
  font-weight:900;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.scs-shop-version__copy small{
  margin-top:3px;
  overflow:hidden;
  color:rgba(11,18,32,.66);
  font-size:10.5px;
  font-weight:700;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.scs-shop-version>i{
  color:#1720cb;
  font-size:10px;
}

@media (max-width:680px){
  .scs-shop-product-versions__list{
    grid-template-columns:1fr;
  }
}

.scs-shop-version__placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1720cb;
}

/* =========================================================
   Rich retailer content (v1.4.3)
   ========================================================= */

.scs-shop-product-rating{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
  color:#526481;
  font-size:12px;
  font-weight:800;
}

.scs-shop-product-rating__score{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  padding:5px 9px;
  color:#0b1838;
  background:#fff8d3;
  border:1px solid rgba(242,194,0,.35);
  border-radius:4px;
  font-weight:900;
}

.scs-shop-product-rating__score i{
  color:#e5a900;
}

.scs-shop-product-rating a{
  color:#0b5fff;
  text-decoration:none;
}

.scs-shop-product-rating a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.scs-shop-availability-note{
  display:flex;
  align-items:center;
  gap:7px;
  width:100%;
  margin-top:7px;
  color:#334563;
  font-size:11.5px;
  font-weight:800;
  line-height:1.4;
}

.scs-shop-availability-note i{
  color:#0b5fff;
}

.scs-shop-track-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 22px;
  margin:0;
  padding:18px 24px 24px;
  list-style:none;
  counter-reset:none;
}

.scs-shop-track-list li{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:start;
  min-width:0;
  padding:10px 0;
  border-bottom:1px solid rgba(20,55,120,.10);
}

.scs-shop-track-list li>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  min-height:24px;
  padding:3px 6px;
  color:#fff;
  background:linear-gradient(180deg,#1732d2 0%,#071a78 100%);
  border-radius:3px;
  font-size:10px;
  font-weight:900;
  line-height:1;
}

.scs-shop-track-list li>strong{
  color:#273a5d;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
}

.scs-shop-editorial-section .scs-shop-rich-content p:first-child{
  margin-top:0;
}

.scs-shop-editorial-section .scs-shop-rich-content p:last-child{
  margin-bottom:0;
}

.scs-shop-imported-details-section{
  overflow:hidden;
  margin-top:24px;
  background:#fff;
  box-shadow:0 9px 24px rgba(0,0,0,.08);
}

.scs-shop-imported-details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin:0;
  padding:1px;
  background:rgba(20,55,120,.11);
}

.scs-shop-imported-details>div{
  display:grid;
  grid-template-columns:minmax(125px,.42fr) minmax(0,1fr);
  gap:16px;
  min-width:0;
  padding:14px 16px;
  background:#fff;
}

.scs-shop-imported-details dt{
  color:#536481;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.045em;
  line-height:1.35;
  text-transform:uppercase;
}

.scs-shop-imported-details dd{
  min-width:0;
  margin:0;
  color:#1e3155;
  font-size:12.5px;
  font-weight:700;
  line-height:1.5;
  overflow-wrap:anywhere;
}

@media (max-width:900px){
  .scs-shop-track-list,
  .scs-shop-imported-details{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  .scs-shop-track-list{
    padding:12px 16px 18px;
  }

  .scs-shop-product-rating{
    margin-top:12px;
  }

  .scs-shop-imported-details>div{
    grid-template-columns:1fr;
    gap:5px;
  }
}

/* ==========================================================
   Sonic City Shop v1.4.8 — empty editorial column cleanup
   ========================================================== */
.scs-shop-product-layout--sidebar-only{
  display:block !important;
  width:100% !important;
}

.scs-shop-product-layout--sidebar-only .scs-shop-product-sidebar{
  position:static !important;
  width:100% !important;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}

.scs-shop-product-layout--sidebar-only .scs-shop-side-card{
  width:100%;
}

/* =========================================================
   Apparel importer refinements (v1.5.1)
   ========================================================= */
.scs-shop-version__copy strong{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  text-overflow:ellipsis;
  white-space:normal;
}

.scs-shop-side-card dd{
  overflow-wrap:anywhere;
}

/* =========================================================
   v1.5.32 final consistency and interconnectivity pass
   ========================================================= */

.scs-shop-quick-nav-inner a{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.scs-shop-nav-count{
  display:inline-grid;
  place-items:center;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  background:rgba(11,95,255,.10);
  border:1px solid rgba(11,95,255,.18);
  color:#051e72;
  font-size:10px;
  line-height:1;
  font-weight:900;
}

.scs-shop-quick-nav-inner a.is-active .scs-shop-nav-count{
  background:rgba(255,255,255,.20);
  border-color:rgba(255,255,255,.32);
  color:inherit;
}

.scs-shop-product-source a,
.scs-shop-product-taxonomy a{
  color:inherit;
  text-decoration:none;
}

.scs-shop-product-source a:hover,
.scs-shop-product-taxonomy a:hover{
  color:#0B5FFF;
  text-decoration:underline;
  text-underline-offset:3px;
}

.scs-shop-site-links-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:12px;
  background:#fff;
}

.scs-shop-site-link-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #d7dfef;
  background:linear-gradient(180deg,#fff 0%,#f7f9ff 100%);
  box-shadow:0 4px 12px rgba(5,30,114,.06);
}

.scs-shop-site-link-card__media{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:linear-gradient(180deg,#eef3ff 0%,#dce7ff 100%);
}

.scs-shop-site-link-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.scs-shop-site-link-card__media > span{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#0B5FFF;
  font-size:28px;
}

.scs-shop-site-link-card__body{
  padding:11px 12px 13px;
}

.scs-shop-site-link-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:7px;
  color:rgba(11,18,32,.58);
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.35px;
}

.scs-shop-site-link-card__meta span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#0B5FFF;
}

.scs-shop-site-link-card h3{
  margin:0;
  font-size:14px;
  line-height:1.28;
  font-weight:900;
}

.scs-shop-site-link-card h3 a{
  color:#0b1220;
  text-decoration:none;
}

.scs-shop-site-link-card h3 a:hover{
  color:#0B5FFF;
  text-decoration:underline;
  text-underline-offset:3px;
}

.scs-shop-site-link-card p{
  margin:8px 0 0;
  color:rgba(11,18,32,.68);
  font-size:12px;
  line-height:1.45;
}

@media (max-width:1100px){
  .scs-shop-site-links-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .scs-shop-site-links-grid{
    grid-template-columns:1fr;
  }

  .scs-shop-site-link-card{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
  }

  .scs-shop-site-link-card__media{
    height:100%;
    aspect-ratio:auto;
  }
}

/* ==========================================================
   Sonic City Shop v1.5.32 — final collection/interconnectivity pass
   ========================================================== */
.scs-shop-card-source a,
.scs-shop-product-source a{
  color:inherit;
  text-decoration:none;
}
.scs-shop-card-source a:hover,
.scs-shop-product-source a:hover{
  color:var(--scs-shop-blue);
  text-decoration:underline;
  text-underline-offset:3px;
}
.scs-shop-nav-count{
  display:inline-grid;
  place-items:center;
  min-width:18px;
  min-height:18px;
  margin-left:6px;
  padding:2px 5px;
  border-radius:999px;
  background:rgba(11,95,255,.10);
  color:#173574;
  font-size:9px;
  line-height:1;
  font-weight:900;
}
.scs-shop-quick-nav a:hover .scs-shop-nav-count,
.scs-shop-quick-nav a.is-active .scs-shop-nav-count{
  background:rgba(255,255,255,.18);
  color:#fff;
}
