/* Website-only presentation layer, September 2026.
 * Explicitly scoped: no checkout, sign-in, account, Apple review, admin or
 * native-app logic. Product values and all commerce handlers remain original.
 */
body.storefront-polished { background: #f8f9f5; }
.storefront-polished > main,
.storefront-polished > .site-header,
.storefront-polished > .site-footer {
  --sf-ink: #19392b;
  --sf-green: #087443;
  --sf-line: #dfe6da;
  --sf-muted: #647368;
}
.storefront-polished .shell { width: min(1360px, calc(100% - 64px)); }
.storefront-polished main > section[id] { scroll-margin-top: 28px; }
.storefront-skip-link {
  position: fixed; z-index: 200; top: 8px; left: 16px;
  padding: 12px 20px; border-radius: 10px; background: #19392b; color: white;
  transform: translateY(-160%);
}
.storefront-skip-link:focus { transform: none; }

/* A calm, readable storefront header. The original logo asset is untouched. */
.storefront-polished .site-header { background: #fff; backdrop-filter: none; box-shadow: 0 1px 0 #e0e6dd; }
.storefront-polished .header-main { min-height: 86px; grid-template-columns: 152px minmax(220px, 1fr) auto; gap: 28px; }
.storefront-polished .site-search { height: 50px; border-radius: 12px; padding: 0 16px; background: #f6f8f3; border-color: #dfe6da; }
.storefront-polished .site-search input { font-size: 14px; min-height: 48px; }
.storefront-polished .site-search kbd { font-size: 10px; padding: 4px 7px; }
.storefront-polished .header-actions { gap: 6px; }
.storefront-polished .header-action { height: 48px; grid-template-columns: auto 1fr; justify-items: start; padding: 0 12px; gap: 9px; }
.storefront-polished .header-action > span { display: grid; font-size: 12px; line-height: 1.4; }
.storefront-polished .header-action small { font-size: 10px; }
.storefront-polished .header-action svg { width: 20px; height: 20px; }
.storefront-polished .cart-action { min-width: 132px; border-radius: 12px; }
.storefront-polished .department-inner { min-height: 48px; gap: 28px; }
.storefront-polished .department-trigger { height: 36px; min-width: 180px; padding-inline: 16px; font-size: 12px; }
.storefront-polished .department-inner nav { gap: 25px; }
.storefront-polished .department-inner nav a,
.storefront-polished .track-link { font-size: 12px; color: #3f5648; white-space: nowrap; }
.storefront-polished .department-inner nav a:hover { color: #087443; }

/* An editorial introduction above the existing admin-controlled campaign. */
.storefront-polished .storefront-lead { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px; align-items: center; padding-block: 20px 4px; }
.storefront-polished .storefront-intro { display: grid; grid-template-columns: 1fr; align-items: center; gap: 16px; padding: 0; min-width: 0; }
.storefront-polished main .kicker { font-size: 10px; letter-spacing: .15em; font-weight: 700; margin-bottom: 10px; }
.storefront-polished .storefront-intro .kicker { display: flex; align-items: center; gap: 9px; }
.storefront-polished .intro-dot { width: 7px; height: 7px; border-radius: 50%; background: #087443; }
.storefront-polished .storefront-intro h1 { margin: 0; color: var(--sf-ink); font-family: Inter, sans-serif; font-size: clamp(30px, 2.7vw, 38px); font-weight: 750; letter-spacing: -.045em; line-height: 1.12; }
.storefront-polished .storefront-intro h1 span { color: #487354; font-weight: 500; }
.storefront-polished .storefront-intro-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.storefront-polished .storefront-intro-actions p { width: 100%; margin: 0; color: #637468; font-size: 14px; line-height: 1.55; }
.storefront-polished main .button { min-height: 46px; padding: 0 18px; font-size: 12px; border-radius: 10px; }
.storefront-polished .intro-category-link { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; font-size: 12px; font-weight: 650; color: #315942; }
.storefront-polished .intro-category-link svg { width: 15px; }
.storefront-polished .hero { width: 100%; min-width: 0; margin: 0; border: 0; border-radius: 16px; background: #e9eee5; box-shadow: none; }
.storefront-polished .hero-visual { height: auto; grid-template-rows: auto auto; }
.storefront-polished .hero-media { aspect-ratio: 5 / 2; height: auto; object-fit: contain; background: #e9eee5; }
.storefront-polished .hero-carousel-dots { min-height: 28px; gap: 10px; padding: 0 14px; background: #eef2e9; border: none; }
.storefront-polished .hero-carousel-dot { position: relative; width: 8px; height: 8px; }
.storefront-polished .hero-carousel-dot::before { content: ""; position: absolute; inset: -12px -5px; }
.storefront-polished .hero-carousel-dot[aria-current="true"] { width: 28px; }
.storefront-polished .service-ribbon { margin-top: 20px; border: 0; border-bottom: 1px solid #dfe6da; border-radius: 0; background: transparent; box-shadow: none; }
.storefront-polished .service-grid { min-height: 86px; }
.storefront-polished .service-grid > div { min-height: 46px; gap: 13px; padding: 0 26px; }
.storefront-polished .service-grid > div:first-child { padding-left: 6px; }
.storefront-polished .service-grid > div:last-child { padding-right: 6px; }
.storefront-polished .service-grid svg { width: 25px; height: 25px; }
.storefront-polished .service-grid strong { color: var(--sf-ink); font-size: 13px; }
.storefront-polished .service-grid small { font-size: 11px; color: var(--sf-muted); margin-top: 3px; }

/* Clear section rhythm and all departments visible in a responsive grid. */
.storefront-polished .section { padding-block: 52px; }
.storefront-polished .section-heading { align-items: end; gap: 20px; margin-bottom: 24px; }
.storefront-polished .section-heading h2 { color: var(--sf-ink); font-size: clamp(26px, 2.65vw, 35px); letter-spacing: -.04em; font-weight: 700; line-height: 1.18; }
.storefront-polished .text-link { min-height: 40px; font-size: 12px; gap: 8px; }
.storefront-polished .category-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; overflow: visible; }
.storefront-polished .category-card { display: grid; grid-template-rows: 108px 1fr; min-width: 0; padding: 7px; border: 1px solid #e0e7db; border-radius: 16px; background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.storefront-polished .category-card:hover { border-color: #9abca2; box-shadow: 0 7px 18px #183b2810; transform: translateY(-3px); }
.storefront-polished .category-card.active { background: #edf6ec; border-color: #087443; }
.storefront-polished .category-photo { border: 0; border-radius: 10px; box-shadow: none; }
.storefront-polished .category-photo img { width: 100%; height: 100%; object-fit: cover; }
.storefront-polished .category-copy { display: grid; align-content: center; min-height: 74px; padding: 12px 6px 8px; }
.storefront-polished .category-card strong { color: var(--sf-ink); font-size: 13px; font-weight: 650; line-height: 1.4; }
.storefront-polished .visual-discovery { padding-bottom: 0; }
.storefront-polished .mobile-collection-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 20px; }
.storefront-polished .mobile-collection-heading strong { display: block; color: var(--sf-ink); font-size: 30px; font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.storefront-polished .mobile-collection-heading > span { color: #69786c; font-size: 12px; }
.storefront-polished .collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 280px; gap: 20px; min-height: 0; }
.storefront-polished .collection-card { border-radius: 18px; border: none; box-shadow: none; }
.storefront-polished .collection-copy { gap: 9px; padding: 26px; }
.storefront-polished .collection-copy small { font-size: 10px; letter-spacing: .13em; }
.storefront-polished .collection-copy strong,
.storefront-polished .collection-card:not(.collection-lead) .collection-copy strong { font-size: 26px; max-width: 280px; letter-spacing: -.025em; line-height: 1.15; }
.storefront-polished .collection-copy em { font-size: 12px; line-height: 1.45; font-style: normal; }

/* Product information is unmodified. Make every name, pack and price readable. */
.storefront-polished main .product-rail { gap: 18px; padding: 2px 1px 18px; scroll-padding-left: 1px; }
.storefront-polished main .product-rail .product-card { flex-basis: 248px; }
.storefront-polished main .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.storefront-polished main .product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #dfe6da; border-radius: 17px; box-shadow: none; background: #fff; }
.storefront-polished main .product-card:hover { border-color: #a7c4ac; box-shadow: 0 10px 28px #1c382511; transform: translateY(-3px); }
.storefront-polished main .product-card .product-visual { aspect-ratio: 1 / .88; margin: 8px 8px 0; border-radius: 11px; background: #f5f7f1; }
.storefront-polished main .product-card .product-visual > img { width: 88%; height: 85%; object-fit: contain; }
.storefront-polished main .product-info { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.storefront-polished main .product-brand { font-size: 9px; letter-spacing: .1em; font-weight: 700; margin: 0 0 7px; color: #39714f; }
.storefront-polished main .product-title { display: block; overflow: visible; min-height: 46px; margin: 0; font-size: 16px; line-height: 1.4; font-weight: 650; letter-spacing: -.02em; color: #203d2c; -webkit-line-clamp: unset; }
.storefront-polished main .product-title a { display: block; overflow-wrap: anywhere; }
.storefront-polished main .product-unit { grid-template-columns: 18px minmax(0, 1fr); align-items: center; gap: 8px; min-height: 53px; margin-block: 12px 0; padding: 9px 10px; border: none; border-radius: 8px; background: #f3f6ee; }
.storefront-polished main .product-unit > svg { width: 17px; height: 17px; color: #6d8267; }
.storefront-polished main .product-unit small { font-size: 8px; letter-spacing: .075em; font-weight: 600; color: #63735c; }
.storefront-polished main .product-unit strong { overflow: visible; white-space: normal; font-size: 12px; font-weight: 600; line-height: 1.35; color: #3c5134; }
.storefront-polished main .product-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; border-top: none; }
.storefront-polished main .product-card .price-stack { padding-top: 12px; }
.storefront-polished main .price-label { font-size: 9px; color: #64715f; font-weight: 600; letter-spacing: .08em; margin-bottom: 3px; }
.storefront-polished main .price { font-size: 24px; font-weight: 750; line-height: 1.1; letter-spacing: -.04em; color: #173e29; }
.storefront-polished main .was { font-size: 11px; }
.storefront-polished main .add-button { min-width: 86px; height: 44px; padding-inline: 14px; border-radius: 10px; font-size: 12px; font-weight: 650; gap: 7px; }
.storefront-polished main .product-card-quantity { min-width: 110px; height: 44px; border-radius: 10px; }
.storefront-polished main .product-card-quantity button { width: 34px; min-width: 34px; height: 42px; }
.storefront-polished main .product-card-quantity strong span { font-size: 13px; }
.storefront-polished main .product-badge { font-size: 8px; padding: 5px 8px; }
.storefront-polished main .wishlist-toggle { width: 36px; height: 36px; box-shadow: 0 2px 8px #23372210; }
.storefront-polished main .quick-view { width: 36px; height: 36px; }
.storefront-polished main .wishlist-toggle svg,
.storefront-polished main .quick-view svg { width: 17px; height: 17px; }

/* A quieter merchandising palette keeps real products in focus. */
.storefront-polished .story-band { grid-template-columns: .85fr 1.15fr; padding: 22px; border-radius: 22px; background: #193e2c; box-shadow: none; margin-block: 0 0; gap: 16px; }
.storefront-polished .story-copy { align-self: center; padding: 26px 30px; }
.storefront-polished .story-copy h2,
.storefront-polished .wholesale-copy h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; font-weight: 600; letter-spacing: -.04em; }
.storefront-polished .story-copy > p:not(.kicker),
.storefront-polished .wholesale-copy > p:not(.kicker) { font-size: 14px; line-height: 1.7; max-width: 350px; margin-block: 18px 24px; }
.storefront-polished main .light-kicker { color: #c4d9b7; }
.storefront-polished .story-products { gap: 16px; }
.storefront-polished .story-product,
.storefront-polished .story-product:last-child { display: flex; flex-direction: column; padding: 14px; border: 1px solid #ffffff26; border-radius: 14px; background: #ffffff09; }
.storefront-polished .story-product .product-visual { min-height: 190px; background: #f2f5ed; margin: 0; }
.storefront-polished .story-product > div:last-child { padding: 2px 4px 8px; }
.storefront-polished .story-product h3 { font-size: 16px; line-height: 1.4; }
.storefront-polished .story-product p { font-size: 12px; }
.storefront-polished .story-product button { min-height: 36px; font-size: 12px; }
.storefront-polished .deal-code { font-size: 11px; padding: 9px 14px; background: #faf0d1; }
.storefront-polished .deal-grid { gap: 18px; }
.storefront-polished .deal-card { grid-template-columns: minmax(0, 1fr) 108px; min-height: 235px; padding: 22px; border-radius: 16px; box-shadow: none; border: 1px solid #e2e4d5; }
.storefront-polished .deal-card:nth-child(1) { background: #faf1d8; }
.storefront-polished .deal-card:nth-child(2) { background: #eaf1e4; }
.storefront-polished .deal-card:nth-child(3) { background: #f5e9df; }
.storefront-polished .deal-card h3 { font-size: 17px; line-height: 1.35; }
.storefront-polished .deal-card p { font-size: 12px; }
.storefront-polished .deal-card .clear-filter { min-height: 40px; font-size: 12px; }

/* Spacious catalog with a useful, readable filter panel. */
.storefront-polished .catalog { grid-template-columns: 232px minmax(0, 1fr); gap: 28px; padding-block: 20px 60px; }
.storefront-polished .catalog-sidebar { top: 152px; padding: 24px 20px; background: #edf2e7; border: 1px solid #e0e7d9; border-radius: 16px; box-shadow: none; }
.storefront-polished .catalog-sidebar h2 { font-size: 26px; color: #25482d; font-weight: 650; letter-spacing: -.035em; }
.storefront-polished .catalog-copy { color: #63715e; font-size: 13px; line-height: 1.7; margin: 12px 0 24px; }
.storefront-polished .filter-group { margin-top: 18px; gap: 7px; }
.storefront-polished .filter-group label { font-size: 11px; color: #435d3d; font-weight: 650; }
.storefront-polished .filter-group select { min-height: 46px; padding-inline: 12px; font-size: 12px; border-color: #ccd8c5; background-color: white; }
.storefront-polished .catalog-sidebar .clear-filter { font-size: 12px; min-height: 44px; margin-top: 16px; }
.storefront-polished .catalog-note { border-color: #d1ddc9; margin-top: 22px; padding-top: 22px; }
.storefront-polished .catalog-note p { font-size: 11px; line-height: 1.6; }
.storefront-polished .catalog-toolbar { min-height: 58px; margin-bottom: 20px; padding: 0 0 14px; border: none; border-bottom: 1px solid #dfe6da; border-radius: 0; background: transparent; }
.storefront-polished .catalog-toolbar p { color: #36563c; font-size: 13px; font-weight: 600; }
.storefront-polished .sort-control { display: flex; align-items: center; color: #6a7864; font-size: 12px; gap: 10px; }
.storefront-polished .sort-control select { min-height: 42px; font-size: 12px; background-color: #fff; border-color: #dce5d5; }
.storefront-polished .catalog-load-more { margin-top: 18px; min-height: 50px; border-color: #cddbc6; color: #315d38; background: #f0f5eb; }
.storefront-polished .catalog-load-more small { font-size: 11px; }

/* Supporting storefront sections, without touching policy or app pages. */
.storefront-polished .wholesale { min-height: 390px; border-radius: 22px; box-shadow: none; background: #163c2b; padding: 22px; }
.storefront-polished .wholesale-copy { padding: 28px 32px; }
.storefront-polished .wholesale-actions > a { font-size: 12px; }
.storefront-polished .wholesale-item { grid-template-columns: 88px minmax(0, 1fr); padding: 20px; background: #ffffff07; }
.storefront-polished .wholesale-item .product-visual { width: 88px; }
.storefront-polished .wholesale-item h3 { font-size: 14px; line-height: 1.4; }
.storefront-polished .wholesale-item p { font-size: 11px; }
.storefront-polished .wholesale-price { font-size: 20px; }
.storefront-polished .shopping-cta { min-height: 124px; margin-block: 40px 52px; padding: 28px 32px; background: #eaf0df; border-color: #dce5ce; border-radius: 16px; }
.storefront-polished .shopping-cta h2 { font-size: 24px; color: #26442c; }
.storefront-polished .seo-discovery { grid-template-columns: .8fr 1.2fr; border: 1px solid #e0e6da; border-radius: 20px; box-shadow: none; margin-bottom: 64px; }
.storefront-polished .seo-discovery-copy { padding: 36px; background: #edf1e6; }
.storefront-polished .seo-discovery-copy .kicker { color: #487354; }
.storefront-polished .seo-discovery h2 { color: #25442c; font-size: 30px; font-weight: 650; line-height: 1.18; }
.storefront-polished .seo-discovery-copy > p:not(.kicker) { color: #66735f; font-size: 13px; line-height: 1.8; }
.storefront-polished .seo-trust-links a { font-size: 12px; min-height: 42px; color: #315e39; background: #fff; border-color: #cddbc5; }
.storefront-polished .seo-catalog-links { padding: 36px; }
.storefront-polished .seo-catalog-links h3 { font-size: 12px; letter-spacing: .09em; }
.storefront-polished .seo-category-links { gap: 8px; }
.storefront-polished .seo-category-links a { padding: 9px 12px; font-size: 11px; border-color: #e0e6d9; background: #f6f8f2; }
.storefront-polished .seo-product-links { gap: 10px; }
.storefront-polished .seo-product-links a { min-height: 52px; padding: 12px 38px 12px 12px; font-size: 12px; border-radius: 9px; }
.storefront-polished .seo-product-links a:hover { background: #193e2c; color: #fff; }
.storefront-polished .site-footer { background: #102e20; }
.storefront-polished .footer-logo { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 14px; background: #f8f9f5; }
.storefront-polished .footer-main { grid-template-columns: 1.3fr .65fr .85fr 1.2fr; gap: 54px; padding-block: 54px 44px; }
.storefront-polished .footer-main h3 { font-size: 14px; margin-bottom: 18px; font-weight: 650; }
.storefront-polished .footer-main p { color: #bed0bd; font-size: 13px; line-height: 1.8; }
.storefront-polished .footer-main a:not(.brand),
.storefront-polished .footer-main button:not([type="submit"]) { font-size: 12px; line-height: 1.6; padding-block: 4px; }
.storefront-polished .footer-news form { margin-top: 22px; }
.storefront-polished .footer-news input { font-size: 13px; min-height: 48px; }
.storefront-polished .footer-bottom { min-height: 74px; font-size: 11px; color: #adc3ad; }

@media (max-width: 1180px) {
  .storefront-polished .shell { width: calc(100% - 40px); }
  .storefront-polished .header-main { grid-template-columns: 130px minmax(190px, 1fr) auto; gap: 16px; }
  .storefront-polished .header-action { padding-inline: 8px; min-width: 0; }
  .storefront-polished .header-action > span { font-size: 11px; }
  .storefront-polished .cart-action { min-width: 115px; }
  .storefront-polished .department-inner { gap: 20px; }
  .storefront-polished .department-inner nav { gap: 17px; }
  .storefront-polished .department-inner nav a { font-size: 11px; }
  .storefront-polished .department-trigger { min-width: 160px; }
  .storefront-polished .storefront-lead { gap: 28px; }
  .storefront-polished .storefront-intro h1 { font-size: 34px; }
  .storefront-polished .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .storefront-polished .category-card { grid-template-columns: 70px minmax(0, 1fr); grid-template-rows: auto; align-items: stretch; text-align: left; }
  .storefront-polished .category-photo { height: 80px; }
  .storefront-polished .category-copy { padding: 10px; min-height: 80px; }
  .storefront-polished .collection-grid { gap: 14px; grid-template-rows: 255px; }
  .storefront-polished .collection-copy { padding: 22px; }
  .storefront-polished .collection-copy strong,
  .storefront-polished .collection-card:not(.collection-lead) .collection-copy strong { font-size: 23px; }
  .storefront-polished .catalog { grid-template-columns: 210px minmax(0, 1fr); gap: 22px; }
  .storefront-polished main .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .storefront-polished .deal-card { grid-template-columns: minmax(0, 1fr) 80px; padding: 18px; gap: 10px; }
  .storefront-polished .story-copy,
  .storefront-polished .wholesale-copy { padding: 24px 18px; }
  .storefront-polished .footer-main { gap: 30px; }
}
@media (max-width: 940px) {
  .storefront-polished main > section[id] { scroll-margin-top: 76px; }
  .storefront-polished .header-main { grid-template-columns: 1fr auto; min-height: 116px; padding-block: 10px; gap: 10px; }
  .storefront-polished .header-main > .brand { grid-column: 1; grid-row: 1; }
  .storefront-polished .header-actions { grid-column: 2; grid-row: 1; }
  .storefront-polished .site-search { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .storefront-polished .department-bar { display: block; }
  .storefront-polished .cart-action { width: auto; min-width: 132px; }
  .storefront-polished .header-action:not(.cart-action) > span { display: none; }
  .storefront-polished .header-action:not(.cart-action) { display: grid; width: 36px; padding-inline: 5px; }
  .storefront-polished .department-inner nav { gap: 18px; overflow-x: auto; scrollbar-width: none; }
  .storefront-polished .department-inner .track-link { display: none; }
  .storefront-polished .storefront-lead { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; padding-block: 18px 4px; }
  .storefront-polished .storefront-intro { gap: 14px; }
  .storefront-polished .storefront-intro h1 { font-size: 32px; }
  .storefront-polished .storefront-intro-actions { gap: 12px 16px; }
  .storefront-polished .storefront-intro-actions p { width: 100%; margin: 0; }
  .storefront-polished .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 120px; gap: 14px; padding-block: 16px; }
  .storefront-polished .service-grid > div,
  .storefront-polished .service-grid > div:first-child { border: none; padding: 0 16px; }
  .storefront-polished .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .storefront-polished .story-band { grid-template-columns: 1fr; }
  .storefront-polished .story-copy { padding: 16px; }
  .storefront-polished .story-copy > p:not(.kicker) { max-width: 540px; }
  .storefront-polished .story-product .product-visual { min-height: 220px; }
  .storefront-polished .deal-grid { grid-template-columns: 1fr; }
  .storefront-polished .deal-card { grid-template-columns: minmax(0, 1fr) 140px; min-height: 190px; }
  .storefront-polished .catalog { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .storefront-polished .catalog-sidebar { position: static; display: grid; width: 100%; grid-template-columns: 1fr 1fr auto; gap: 14px; padding: 18px; margin: 0; }
  .storefront-polished .catalog-sidebar > .kicker,
  .storefront-polished .catalog-sidebar h2,
  .storefront-polished .catalog-copy,
  .storefront-polished .catalog-note { display: none; }
  .storefront-polished .filter-group { margin: 0; }
  .storefront-polished .catalog-sidebar .clear-filter { margin: 0; align-self: end; }
  .storefront-polished .catalog-content { width: 100%; }
  .storefront-polished .wholesale { grid-template-columns: 1fr; }
  .storefront-polished .wholesale-copy { padding: 22px; }
  .storefront-polished .shopping-cta h2 { font-size: 21px; }
  .storefront-polished .seo-discovery { grid-template-columns: 1fr; }
  .storefront-polished .seo-discovery-copy { padding: 30px; }
  .storefront-polished .seo-discovery-copy > p:not(.kicker) { max-width: 640px; }
  .storefront-polished .footer-main { grid-template-columns: 1fr 1fr; gap: 34px; }
  .storefront-polished .footer-brand,
  .storefront-polished .footer-news { grid-column: auto; }
}
@media (max-width: 620px) {
  .storefront-polished .shell { width: calc(100% - 28px); }
  .storefront-polished main > section[id] { scroll-margin-top: 76px; }
  .storefront-polished .header-main { grid-template-columns: 1fr auto; min-height: 112px; gap: 8px; padding: 8px 0 10px; }
  .storefront-polished .header-actions { gap: 8px; }
  .storefront-polished .header-action:not(.cart-action) { width: 32px; height: 38px; }
  .storefront-polished .header-action[data-open-account] { display: none; }
  .storefront-polished .cart-action { width: auto; height: 40px; min-width: 116px; padding-inline: 10px; }
  .storefront-polished .cart-action > span { display: grid; font-size: 11px; }
  .storefront-polished .cart-action small { display: block; font-size: 8px; }
  .storefront-polished .site-search { grid-column: 1 / -1; grid-row: 2; height: 44px; padding: 0 12px; }
  .storefront-polished .site-search input { font-size: 16px; min-height: 42px; }
  .storefront-polished .site-search kbd { display: none; }
  .storefront-polished .department-bar { display: block; }
  .storefront-polished .department-inner { min-height: 40px; gap: 15px; overflow: hidden; }
  .storefront-polished .department-trigger { min-width: 138px; height: 30px; font-size: 11px; padding-inline: 10px; flex-shrink: 0; }
  .storefront-polished .department-inner nav { display: flex; min-width: 0; gap: 19px; }
  .storefront-polished .department-inner nav a { display: block; min-height: 38px; line-height: 38px; font-size: 11px; }
  .storefront-polished .storefront-lead { grid-template-columns: minmax(0, 1fr); gap: 14px; padding-block: 16px 0; }
  .storefront-polished .storefront-intro { padding: 0; gap: 12px; }
  .storefront-polished .storefront-intro .kicker { font-size: 9px; }
  .storefront-polished .storefront-intro h1 { font-size: 28px; line-height: 1.12; letter-spacing: -.04em; }
  .storefront-polished .storefront-intro-actions { gap: 12px 20px; }
  .storefront-polished .storefront-intro-actions p { width: 100%; flex-basis: 100%; font-size: 13px; line-height: 1.5; }
  .storefront-polished .storefront-intro-actions .button { min-height: 44px; }
  .storefront-polished .hero { border-radius: 14px; }
  .storefront-polished .hero-carousel-dots { min-height: 28px; }
  .storefront-polished .service-ribbon { margin-top: 12px; }
  .storefront-polished .service-grid { gap: 18px 10px; padding-block: 18px; }
  .storefront-polished .service-grid > div,
  .storefront-polished .service-grid > div:first-child { padding: 0 2px; gap: 10px; }
  .storefront-polished .service-grid svg { width: 22px; height: 22px; flex-shrink: 0; }
  .storefront-polished .service-grid strong { font-size: 12px; }
  .storefront-polished .service-grid small { font-size: 10px; }
  .storefront-polished .section { padding-block: 34px; }
  .storefront-polished .section-heading { align-items: start; flex-direction: column; gap: 5px; margin-bottom: 18px; }
  .storefront-polished .section-heading h2 { font-size: 27px; }
  .storefront-polished main .kicker { font-size: 9px; margin-bottom: 7px; }
  .storefront-polished .text-link { min-height: 36px; font-size: 12px; }
  .storefront-polished .category-grid { display: grid; width: 100%; margin-right: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-height: none; }
  .storefront-polished .category-card { grid-template-columns: 50px minmax(0, 1fr); gap: 0; padding: 5px; border-radius: 10px; }
  .storefront-polished .category-photo { height: 82px; border-radius: 7px; }
  .storefront-polished .category-copy { min-height: 82px; padding: 8px; }
  .storefront-polished .category-card strong { font-size: 11.5px; line-height: 1.4; overflow-wrap: anywhere; }
  .storefront-polished .mobile-collection-heading { margin-bottom: 16px; }
  .storefront-polished .mobile-collection-heading strong { font-size: 27px; }
  .storefront-polished .mobile-collection-heading > span { display: none; }
  .storefront-polished .collection-grid { display: flex; gap: 12px; width: 100%; min-height: 0; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
  .storefront-polished .collection-card { flex: 0 0 86%; min-height: 258px; border-radius: 16px; scroll-snap-align: start; }
  .storefront-polished .collection-copy { padding: 24px; }
  .storefront-polished main .product-rail { width: 100%; margin-right: 0; padding-right: 0; gap: 12px; }
  .storefront-polished main .product-rail .product-card { flex-basis: 190px; }
  .storefront-polished main .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .storefront-polished main .product-card { border-radius: 13px; }
  .storefront-polished main .product-card .product-visual { margin: 5px 5px 0; aspect-ratio: 1 / 1; border-radius: 9px; }
  .storefront-polished main .product-info { padding: 12px; }
  .storefront-polished main .product-brand { font-size: 8px; margin-bottom: 7px; }
  .storefront-polished main .product-title { font-size: 14px; line-height: 1.4; min-height: 58px; }
  .storefront-polished main .product-unit { min-height: 58px; padding: 7px; gap: 6px; grid-template-columns: 14px minmax(0, 1fr); margin-top: 10px; }
  .storefront-polished main .product-unit > svg { width: 14px; }
  .storefront-polished main .product-unit small { font-size: 7px; letter-spacing: .045em; }
  .storefront-polished main .product-unit strong { font-size: 11px; line-height: 1.35; }
  .storefront-polished main .product-bottom { gap: 12px; padding-top: 14px; }
  .storefront-polished main .product-card .price-stack { padding: 0; min-height: 36px; }
  .storefront-polished main .price-label { font-size: 8px; }
  .storefront-polished main .price { font-size: 23px; }
  .storefront-polished main .product-card .add-button,
  .storefront-polished main .product-card .product-card-quantity { width: 100%; min-width: 0; height: 42px; }
  .storefront-polished main .product-card-quantity button { flex: 1; height: 40px; }
  .storefront-polished main .wishlist-toggle { width: 32px; height: 32px; }
  .storefront-polished .story-band { padding: 14px; gap: 16px; border-radius: 17px; }
  .storefront-polished .story-copy { padding: 14px 8px; }
  .storefront-polished .story-copy h2,
  .storefront-polished .wholesale-copy h2 { font-size: 34px; }
  .storefront-polished .story-copy > p:not(.kicker),
  .storefront-polished .wholesale-copy > p:not(.kicker) { font-size: 13px; }
  .storefront-polished .story-products { gap: 10px; }
  .storefront-polished .story-product { padding: 8px; }
  .storefront-polished .story-product .product-visual { min-height: 142px; }
  .storefront-polished .story-product h3 { font-size: 13px; }
  .storefront-polished .story-product p { font-size: 10px; }
  .storefront-polished .deal-code { display: inline-flex; font-size: 10px; margin-top: 8px; }
  .storefront-polished .deal-grid { display: flex; width: 100%; margin-right: 0; padding-right: 0; gap: 12px; }
  .storefront-polished .deal-card { flex-basis: 90%; grid-template-columns: minmax(0, 1fr) 95px; min-height: 218px; }
  .storefront-polished .deal-card h3 { font-size: 16px; }
  .storefront-polished .catalog { padding-block: 6px 38px; }
  .storefront-polished .catalog-sidebar { grid-template-columns: 1fr 1fr; gap: 10px; padding: 13px; border-radius: 12px; }
  .storefront-polished .catalog-sidebar .clear-filter { grid-column: 1 / -1; min-height: 32px; justify-content: center; }
  .storefront-polished .filter-group select { width: 100%; min-height: 44px; font-size: 12px; padding-inline: 8px; }
  .storefront-polished .catalog-toolbar { min-height: 50px; gap: 8px; padding-bottom: 12px; margin-bottom: 15px; }
  .storefront-polished .catalog-toolbar p { font-size: 11px; }
  .storefront-polished .sort-control { font-size: 10px; gap: 4px; }
  .storefront-polished .sort-control select { width: 125px; font-size: 11px; min-height: 38px; }
  .storefront-polished .wholesale { padding: 14px; border-radius: 17px; }
  .storefront-polished .wholesale-copy { padding: 14px 8px; }
  .storefront-polished .wholesale-list { gap: 10px; }
  .storefront-polished .wholesale-item { grid-template-columns: 1fr; padding: 12px; border-radius: 12px; }
  .storefront-polished .wholesale-item .product-visual { width: 100%; }
  .storefront-polished .wholesale-item h3 { font-size: 13px; }
  .storefront-polished .shopping-cta { grid-template-columns: auto 1fr; gap: 14px; padding: 22px; margin-block: 30px 36px; }
  .storefront-polished .shopping-cta h2 { font-size: 20px; }
  .storefront-polished .shopping-cta .button { grid-column: 1 / -1; }
  .storefront-polished .seo-discovery { margin-block: 30px 40px; border-radius: 16px; }
  .storefront-polished .seo-discovery-copy,
  .storefront-polished .seo-catalog-links { padding: 26px 22px; }
  .storefront-polished .seo-discovery h2 { font-size: 27px; }
  .storefront-polished .seo-product-links { grid-template-columns: 1fr; }
  .storefront-polished .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 38px; }
  .storefront-polished .footer-brand,
  .storefront-polished .footer-news { grid-column: 1 / -1; }
  .storefront-polished .footer-bottom { font-size: 10px; }
}
@media (max-width: 360px) {
  .storefront-polished .shell { width: calc(100% - 20px); }
  .storefront-polished .storefront-intro h1 { font-size: 26px; }
  .storefront-polished .storefront-intro-actions { column-gap: 10px; }
  .storefront-polished .storefront-intro-actions .button { padding-inline: 12px; font-size: 11px; }
  .storefront-polished .intro-category-link { font-size: 11px; }
  .storefront-polished .category-card { grid-template-columns: 42px minmax(0, 1fr); }
  .storefront-polished .category-copy { padding-inline: 6px; }
  .storefront-polished .category-card strong { font-size: 11px; }
  .storefront-polished main .product-info { padding: 10px; }
  .storefront-polished main .product-title { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .storefront-polished main *, .storefront-polished main *::before { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Product-first revision. Compact spacing after the introductory hero. */
.storefront-product-focus .product-catalog {
  display: block; padding-block: 24px 64px;
}
.storefront-product-focus .catalog-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px;
}
.storefront-product-focus .catalog-heading h2 {
  margin: 0; color: #19392b; font-size: 34px; font-weight: 700; letter-spacing: -.04em; line-height: 1.15;
}
.storefront-product-focus .catalog-heading > p { margin: 0 0 3px; color: #647368; font-size: 13px; }
.storefront-product-focus .catalog-views {
  display: flex; gap: 28px; border-bottom: 1px solid #dfe6da; overflow-x: auto; scrollbar-width: none;
}
.storefront-product-focus .catalog-views a {
  display: flex; align-items: center; min-height: 49px; white-space: nowrap;
  border-bottom: 3px solid transparent; color: #627066; font-size: 14px; font-weight: 600;
}
.storefront-product-focus .catalog-views a:hover { color: #087443; }
.storefront-product-focus .catalog-views a[aria-current] { color: #087443; border-bottom-color: #087443; }
.storefront-product-focus .catalog-departments { margin-block: 18px 0; scroll-margin-top: 24px; }
.storefront-product-focus .catalog-departments summary {
  display: flex; align-items: center; justify-content: space-between; min-height: 44px;
  padding: 0; cursor: pointer; list-style: none; color: #294e37; font-size: 13px; font-weight: 600;
}
.storefront-product-focus .catalog-departments summary::-webkit-details-marker { display: none; }
.storefront-product-focus .catalog-departments summary span { display: flex; align-items: center; gap: 9px; }
.storefront-product-focus .catalog-departments summary svg { width: 17px; height: 17px; }
.storefront-product-focus .catalog-departments[open] summary > svg { transform: rotate(180deg); }
.storefront-product-focus .department-chips { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 6px 16px; }
.storefront-product-focus .department-chip {
  display: inline-flex; align-items: center; gap: 12px; min-height: 42px; padding: 9px 13px;
  border: 1px solid #dce5d9; border-radius: 8px; background: #fff; color: #355441;
  font: inherit; font-size: 13px; text-align: left; cursor: pointer;
}
.storefront-product-focus .department-chip small { color: #6b7d70; font-size: 11px; }
.storefront-product-focus .department-chip:hover,
.storefront-product-focus .department-chip[aria-pressed="true"] { border-color: #087443; color: #087443; background: #edf5ed; }
.storefront-product-focus .catalog-filters {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 16px; align-items: end; padding: 16px 0 24px;
}
.storefront-product-focus .catalog-filters .filter-group { margin: 0; min-width: 0; gap: 7px; }
.storefront-product-focus .catalog-filters label { font-size: 11px; font-weight: 600; color: #66756a; }
.storefront-product-focus .catalog-filters select {
  width: 100%; min-height: 46px; border: 1px solid #d8e1d5; border-radius: 9px;
  padding: 0 34px 0 13px; font-size: 13px; background-color: #fff; color: #2d4836;
}
.storefront-product-focus .catalog-filters .clear-filter { min-height: 46px; margin: 0; padding-inline: 12px; font-size: 12px; }
.storefront-product-focus .catalog-business-note:not([hidden]) {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; margin-bottom: 22px;
  padding: 14px 18px; border-radius: 9px; background: #eaf2e6; font-size: 12px; color: #3e5f40;
}
.storefront-product-focus .catalog-business-note button,
.storefront-product-focus .catalog-business-note a { display: inline-flex; gap: 8px; align-items: center; font: inherit; font-weight: 650; color: #087443; background: none; border: 0; cursor: pointer; }
.storefront-product-focus .catalog-business-note svg { width: 16px; }
.storefront-product-focus main .product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.storefront-product-focus main .product-card { border-color: #e0e6dd; border-radius: 13px; }
.storefront-product-focus main .product-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px #183b280a; }
.storefront-product-focus main .product-card .product-visual {
  aspect-ratio: 1 / 1; margin: 6px 6px 0; border-radius: 8px; background: #fff;
}
.storefront-product-focus main .product-card .product-visual > img { width: 92%; height: 92%; object-fit: contain; }
.storefront-product-focus main .product-info { padding: 14px 16px 16px; }
.storefront-product-focus main .product-brand { margin-bottom: 8px; font-size: 9px; color: #65806b; }
.storefront-product-focus main .product-title { min-height: 45px; font-size: 16px; line-height: 1.4; font-weight: 650; color: #203d2c; }
.storefront-product-focus main .product-unit {
  display: flex; align-items: start; min-height: 34px; margin-block: 10px 0; padding: 0; gap: 7px; background: none; border-radius: 0;
}
.storefront-product-focus main .product-unit > svg { width: 15px; height: 18px; flex-shrink: 0; color: #809180; }
.storefront-product-focus main .product-unit strong { font-size: 12px; font-weight: 500; color: #647368; line-height: 1.5; }
.storefront-product-focus main .product-bottom { padding-top: 14px; gap: 10px; flex-wrap: wrap; }
.storefront-product-focus main .product-card .price-stack { padding: 0; min-width: 0; min-height: 0; }
.storefront-product-focus main .price { font-size: 23px; letter-spacing: -.04em; }
.storefront-product-focus main .product-card .add-button { min-width: 74px; width: auto; min-height: 42px; height: 42px; padding-inline: 12px; border-radius: 9px; }
.storefront-product-focus main .product-card .product-card-quantity { display: flex; min-width: 100px; width: 100px; height: 42px; flex-shrink: 0; }
.storefront-product-focus main .product-card-quantity strong { flex: 1; }
.storefront-product-focus main .product-card-quantity button { min-width: 30px; width: 30px; height: 40px; }
.storefront-product-focus main .catalog-load-more { grid-column: 1 / -1; justify-self: center; width: min(100%, 350px); margin-top: 22px; }
.storefront-product-focus main .empty-state { grid-column: 1 / -1; width: 100%; padding: 48px 20px; background: #fff; border: 1px solid #e0e6dd; border-radius: 12px; }
.storefront-product-focus .product-catalog :is(a, button, select, summary):focus-visible { outline: 3px solid #daa834; outline-offset: 4px; }
@media (max-width: 1250px) {
  .storefront-product-focus main .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .storefront-product-focus main .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
}
@media (max-width: 700px) {
  .storefront-product-focus .product-catalog { padding-block: 20px 40px; }
  .storefront-product-focus .catalog-heading { align-items: start; flex-direction: column; gap: 10px; margin-bottom: 18px; }
  .storefront-product-focus .catalog-heading h2 { font-size: 29px; }
  .storefront-product-focus .catalog-heading > p { font-size: 12px; }
  .storefront-product-focus .catalog-views { gap: 23px; }
  .storefront-product-focus .catalog-views a { min-height: 45px; font-size: 13px; }
  .storefront-product-focus .catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; padding-block: 10px 22px; }
  .storefront-product-focus .catalog-filters .clear-filter { justify-content: center; }
  .storefront-product-focus .catalog-departments { margin-top: 12px; }
  .storefront-product-focus .department-chips { gap: 7px; }
  .storefront-product-focus .department-chip { font-size: 12px; gap: 8px; padding-inline: 10px; }
  .storefront-product-focus main .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .storefront-product-focus main .product-info { padding: 12px; }
  .storefront-product-focus main .product-title { font-size: 14px; min-height: 58px; }
  .storefront-product-focus main .product-unit { min-height: 36px; }
  .storefront-product-focus main .product-unit strong { font-size: 11px; }
  .storefront-product-focus main .product-bottom { flex-wrap: wrap; gap: 12px; }
  .storefront-product-focus main .price { font-size: 22px; }
  .storefront-product-focus main .product-card .add-button,
  .storefront-product-focus main .product-card .product-card-quantity { width: 100%; min-width: 0; }
  .storefront-product-focus main .product-card-quantity button { flex: 1; min-width: 40px; }
}

/* Image categories: persistent left rail on desktop, collapsible mobile carousel. */
.storefront-category-sidebar .cart-panel { grid-template-rows: auto auto minmax(0, 1fr) auto; }
.storefront-category-sidebar .product-catalog {
  display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; align-items: start;
}
.storefront-category-sidebar :is(#shop, #categories, #catalogResults) { scroll-margin-top: 154px; }
.storefront-category-sidebar .catalog-results { min-width: 0; }
.storefront-category-sidebar .category-sidebar {
  position: sticky; top: 154px; display: flex; flex-direction: column; min-width: 0;
  max-height: calc(100vh - 174px); max-height: calc(100dvh - 174px);
  border: 1px solid #dfe6da; border-radius: 14px; background: #fff; overflow: hidden;
}
.storefront-category-sidebar .category-sidebar-heading {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 18px 16px;
  border-bottom: 1px solid #e9eee5; flex-shrink: 0;
}
.storefront-category-sidebar .category-sidebar-heading h3 {
  display: flex; align-items: center; gap: 9px; margin: 0; font-size: 17px; font-weight: 700; color: #19392b; letter-spacing: -.02em;
}
.storefront-category-sidebar .category-sidebar-heading h3 svg { width: 18px; height: 18px; color: #087443; }
.storefront-category-sidebar .category-sidebar-heading p { margin: 7px 0 0; font-size: 11px; line-height: 1.5; color: #6a7b6e; }
.storefront-category-sidebar .category-panel-toggle { display: none; }
.storefront-category-sidebar .category-browse-panel { display: flex; flex-direction: column; min-height: 0; }
.storefront-category-sidebar .category-image-list { display: grid; gap: 3px; padding: 9px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #c9d6c7 transparent; }
.storefront-category-sidebar .category-image-item {
  display: flex; align-items: center; gap: 11px; min-width: 0; min-height: 74px; padding: 8px;
  border: 1px solid transparent; border-radius: 10px; background: #fff; font: inherit; color: #2e4936; text-align: left; cursor: pointer;
}
.storefront-category-sidebar .category-image-item:hover { background: #f4f7ef; }
.storefront-category-sidebar .category-image-item[aria-pressed="true"] { background: #edf5e9; border-color: #c5dabe; color: #07683b; }
.storefront-category-sidebar .category-image-thumb {
  display: grid; place-items: center; width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 9px; background: #f5f7f0; overflow: hidden;
}
.storefront-category-sidebar .category-image-thumb img { width: 100%; height: 100%; object-fit: cover; }
.storefront-category-sidebar .category-image-thumb svg { width: 24px; height: 24px; color: #087443; }
.storefront-category-sidebar .category-image-copy { display: grid; gap: 5px; min-width: 0; }
.storefront-category-sidebar .category-image-copy strong { font-size: 12px; line-height: 1.45; font-weight: 600; overflow-wrap: anywhere; }
.storefront-category-sidebar .category-image-copy small { font-size: 10px; line-height: 1.3; color: #788475; }
.storefront-category-sidebar .category-carousel-controls { display: none; }
.storefront-category-sidebar main .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.storefront-category-sidebar .catalog-filters { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; padding-top: 20px; }
.storefront-category-sidebar .catalog-filters .filter-group:first-child { display: none; }
.storefront-category-sidebar .catalog-heading h2 { font-size: 31px; }
.storefront-category-sidebar .catalog-views { gap: 24px; }
.storefront-category-sidebar .category-image-item:focus-visible { outline-offset: -3px; }
@media (max-width: 1240px) {
  .storefront-category-sidebar .product-catalog { grid-template-columns: 226px minmax(0, 1fr); gap: 22px; }
  .storefront-category-sidebar main .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .storefront-category-sidebar .category-image-item { gap: 9px; }
  .storefront-category-sidebar .category-image-thumb { width: 46px; height: 46px; }
  .storefront-category-sidebar .catalog-heading { align-items: start; flex-direction: column; gap: 10px; }
}
@media (max-width: 1000px) {
  .storefront-category-sidebar .product-catalog { display: block; }
  .storefront-category-sidebar :is(#shop, #categories, #catalogResults) { scroll-margin-top: 178px; }
  .storefront-category-sidebar .category-sidebar { position: static; max-height: none; margin-bottom: 28px; overflow: hidden; }
  .storefront-category-sidebar .category-sidebar-heading { padding: 16px; }
  .storefront-category-sidebar .category-sidebar-heading p { margin-top: 4px; }
  .storefront-category-sidebar .category-panel-toggle {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 76px; min-height: 40px;
    padding: 0 10px; border: 1px solid #dce6d5; border-radius: 8px; color: #285939; background: #f6f8f2;
    font: inherit; font-size: 12px; cursor: pointer; flex-shrink: 0;
  }
  .storefront-category-sidebar .category-panel-toggle svg { width: 15px; height: 15px; }
  .storefront-category-sidebar .categories-collapsed .category-panel-toggle svg { transform: rotate(180deg); }
  .storefront-category-sidebar .categories-collapsed .category-browse-panel { display: none; }
  .storefront-category-sidebar .categories-collapsed .category-sidebar-heading { border-bottom: 0; }
  .storefront-category-sidebar .category-image-list {
    display: flex; gap: 9px; padding: 12px 14px 4px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none;
    scroll-snap-type: x mandatory; scroll-padding-inline: 14px; overscroll-behavior-x: contain;
  }
  .storefront-category-sidebar .category-image-item {
    flex: 0 0 116px; min-height: 160px; padding: 10px 7px; flex-direction: column; justify-content: start; gap: 9px;
    text-align: center; scroll-snap-align: start;
  }
  .storefront-category-sidebar .category-image-thumb { width: 64px; height: 64px; border-radius: 10px; }
  .storefront-category-sidebar .category-image-copy { gap: 5px; }
  .storefront-category-sidebar .category-image-copy strong { font-size: 11px; line-height: 1.35; }
  .storefront-category-sidebar .category-image-copy small { font-size: 10px; }
  .storefront-category-sidebar .category-carousel-controls { display: flex; align-items: center; justify-content: space-between; padding: 6px 16px 12px; }
  .storefront-category-sidebar .category-carousel-controls > span { font-size: 10px; color: #7a8879; }
  .storefront-category-sidebar .category-carousel-controls > div { display: flex; gap: 7px; }
  .storefront-category-sidebar .category-carousel-controls button { display: grid; place-items: center; width: 36px; height: 34px; border: 1px solid #dfe6da; border-radius: 8px; background: white; color: #087443; cursor: pointer; }
  .storefront-category-sidebar .category-carousel-controls button:disabled { color: #bdc7ba; background: #f7f9f5; cursor: default; }
  .storefront-category-sidebar .category-carousel-controls svg { width: 15px; height: 15px; }
}
@media (max-width: 700px) {
  .storefront-category-sidebar .catalog-heading h2 { font-size: 28px; }
  .storefront-category-sidebar .catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .storefront-category-sidebar .catalog-filters .clear-filter { grid-column: 1 / -1; justify-self: end; min-height: 34px; padding-right: 0; }
  .storefront-category-sidebar main .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
