/* StoresCount Phase 27 — presentation-only storefront themes */
.sc-theme .shop-main{width:min(var(--sc-theme-max-width,1180px),100%)}
.sc-theme .product-grid{gap:var(--sc-theme-grid-gap,16px)}
.sc-theme .product-card{border-radius:var(--sc-theme-card-radius,20px);box-shadow:var(--sc-theme-card-shadow,0 6px 24px rgba(17,24,39,.09))}
.sc-theme .product-photo{aspect-ratio:var(--sc-theme-image-ratio,1/1)}
.sc-theme .storefront-hero{border-radius:var(--sc-theme-hero-radius,28px)}
.sc-theme .buy-btn,.sc-theme .hero-cta,.sc-theme .search-bar button{border-radius:var(--sc-theme-button-radius,12px)}
.sc-theme-modern-grid{background:#f7f8fa}
.sc-theme-modern-grid .shop-header{background:rgba(247,248,250,.96)}
.sc-theme-modern-grid .storefront-hero{min-height:250px;box-shadow:none}
.sc-theme-modern-grid .storefront-hero-copy{min-height:250px}
.sc-theme-modern-grid .product-card{border:1px solid #e7e9ee;box-shadow:none}
.sc-theme-modern-grid .product-card-body{padding:12px}
.sc-theme-modern-grid .product-card h2{font-weight:750;letter-spacing:-.02em}
.sc-theme-modern-grid .category-thumb{border-radius:14px;box-shadow:none;border:1px solid #e5e7eb}
.sc-theme-modern-grid .storefront-search{border-radius:12px}
.sc-theme-boutique{background:#fbf8f4}
.sc-theme-boutique .shop-header{background:rgba(251,248,244,.95);border-bottom-color:#eee5dc}
.sc-theme-boutique .storefront-hero{box-shadow:none}
.sc-theme-boutique .storefront-hero-copy{width:66%;padding:28px}
.sc-theme-boutique .storefront-hero-shade{background:linear-gradient(90deg,rgba(34,26,22,.86),rgba(34,26,22,.5),rgba(34,26,22,.08))}
.sc-theme-boutique .section-title{margin-top:16px}
.sc-theme-boutique .section-title span{letter-spacing:.18em}
.sc-theme-boutique .product-card{border:0;background:#fff;box-shadow:none}
.sc-theme-boutique .product-card-body{padding:14px 4px 18px}
.sc-theme-boutique .product-card h2{font-size:.9rem;font-weight:650}
.sc-theme-boutique .product-card-cta{width:auto;display:inline-flex;padding-inline:16px}
.sc-theme-boutique .category-thumb{border-radius:999px;background:#fff}
.sc-theme-boutique .mobile-dock{border-radius:999px}
.sc-theme-bold-market{background:color-mix(in srgb,var(--primary) 4%,#f7f7f7)}
.sc-theme-bold-market .storefront-hero{background:var(--primary);box-shadow:0 10px 0 color-mix(in srgb,var(--primary) 24%,transparent)}
.sc-theme-bold-market .storefront-hero-copy h1{text-transform:uppercase;max-width:12ch;font-weight:950}
.sc-theme-bold-market .hero-cta{background:var(--accent);color:#fff}
.sc-theme-bold-market .section-title h2{font-weight:950;text-transform:uppercase}
.sc-theme-bold-market .product-card{border:2px solid #111827;box-shadow:5px 5px 0 #111827}
.sc-theme-bold-market .product-card-cta{background:var(--accent)}
.sc-theme-bold-market .category-thumb{border:2px solid #111827;box-shadow:3px 3px 0 #111827}
.sc-theme-bold-market .search-bar{border:2px solid #111827;box-shadow:4px 4px 0 #111827}
@media(min-width:720px){
 .sc-theme-modern-grid .storefront-hero{min-height:290px}.sc-theme-modern-grid .storefront-hero-copy{min-height:290px}
 .sc-theme-boutique .storefront-hero-copy{padding:44px}.sc-theme-boutique .product-card-body{padding:16px 6px 22px}
}
