        .category-banner { padding: .75rem 0 .15rem; }
        .store-frame { width: calc(100% - 24px); max-width: 1680px; margin: 0 auto; padding: 0 8px; }
        .category-banner-card { min-height: 150px; border-radius: 24px; overflow: hidden; position: relative; background: linear-gradient(135deg, #fff0c9 0%, #ffe6a3 50%, #fff6d9 100%); box-shadow: 0 18px 42px rgba(63,125,58,.10); display: grid; grid-template-columns: 1.2fr .8fr; }
        .category-banner-copy { padding: 1.4rem 1.8rem; display: flex; flex-direction: column; justify-content: center; }
        .category-banner-copy h1 { margin: 0 0 .45rem; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -.04em; color: #2c5228; }
        .category-banner-copy p { margin: 0; color: #5b5670; font-size: .95rem; max-width: 420px; }
        .category-banner-image { min-height: 150px; background: rgba(255,255,255,.34); display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .category-banner-image img { width: 100%; height: 100%; object-fit: cover; }
        .category-banner-fallback { width: 140px; height: 140px; border-radius: 28px; background: rgba(255,255,255,.65); display: flex; align-items: center; justify-content: center; color: var(--store-accent); font-size: 4rem; }
        .product-intro { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: .85rem 0 .2rem; }
        .product-intro h1 { margin: 0; font-size: 1.8rem; letter-spacing: -.03em; }
        .product-intro p { margin: .25rem 0 0; color: var(--store-muted); }
        .section-block { padding: .65rem 0 1.45rem; }
        .section-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
        .section-head h2 { margin: 0; font-size: 1.5rem; letter-spacing: -.03em; }
        .section-head p { margin: .2rem 0 0; color: var(--store-muted); font-size: .92rem; }
        .section-viewall { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .3rem; color: var(--store-accent); font-weight: 800; font-size: .92rem; text-decoration: none; white-space: nowrap; }
        .section-viewall:hover { color: #285a2b; gap: .5rem; }
        .section-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .9rem; padding-bottom: .35rem; align-items: stretch; }
        .product-card { background: #fff; border: 1px solid #eee7db; border-radius: 16px; padding: .8rem; display: flex; flex-direction: column; gap: .22rem; box-shadow: 0 1px 3px rgba(47,42,36,.05); min-height: 100%; }
        .product-card:hover { transform: translateY(-2px); border-color: #e2d9c6; box-shadow: 0 8px 24px rgba(44,82,40,.10); }
        .product-media { position: relative; aspect-ratio: 1 / 1; border-radius: 12px; background: linear-gradient(180deg, #fff 0%, #faf7f2 100%); border: 1px solid #ece5d8; display: flex; align-items: center; justify-content: center; overflow: hidden; text-decoration: none; }
        .product-media img { width: 100%; height: 100%; object-fit: cover; }
        .product-media i { font-size: 3.2rem; color: #86b06f; }
        .product-offer { position: absolute; top: 8px; left: 8px; z-index: 4; display: inline-flex; background: #fff2df; color: #e8632a; border-radius: 8px; padding: .15rem .5rem; font-size: .72rem; font-weight: 800; }
        .product-name { color: var(--store-text); font-weight: 700; text-decoration: none; line-height: 1.3; min-height: 38px; font-size: .92rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: .3rem; }
        .variant-row { display: flex; flex-wrap: wrap; gap: .3rem; }
        .variant-chip { border: 1.5px solid #d9d0bf; background: #fff; color: #5b5670; border-radius: 8px; padding: .18rem .5rem; font-size: .75rem; font-weight: 700; cursor: pointer; transition: all .15s; }
        .variant-chip:hover { border-color: #86b06f; }
        .variant-chip.active { background: var(--store-accent); border-color: var(--store-accent); color: #fff; }
        .variant-chip.oos { opacity: .5; text-decoration: line-through; }
        .price-row { display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; margin-top: .15rem; }
        .price-main { font-size: 1.3rem; font-weight: 900; color: var(--store-green); }
        .price-mrp { color: #9a9382; text-decoration: line-through; font-weight: 600; font-size: .85rem; }
        .price-saved { color: #e8632a; font-weight: 800; font-size: .8rem; margin-left: auto; }
        .stock-line { display: flex; align-items: center; gap: .5rem; }
        .stock-badge { display: inline-flex; align-items: center; gap: .25rem; font-size: .8rem; font-weight: 700; }
        .stock-badge.in { color: #15803d; }
        .stock-badge.out { color: #be123c; }
        .stock-badge i { font-size: .95rem; }
        .stock-line .free-del { margin-left: auto; }
        .buy-row { margin-top: auto; padding-top: .45rem; }
        .btn-add-cart { display: inline-flex; align-items: center; justify-content: center; width: 100%; border: 0; border-radius: 12px; font-weight: 800; color: #fff; background: var(--store-accent); padding: .6rem; font-size: .92rem; cursor: pointer; transition: background .15s; }
        .btn-add-cart:hover { background: #285a2b; color: #fff; }
        .hero-empty { background: #fff; border: 1px dashed #d9d0bf; border-radius: 24px; padding: 2rem; color: var(--store-muted); }
        .hero { margin: .9rem 0 .3rem; }
        .hero-track { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 1600 / 500; min-height: 170px; background: #f3efe7; }
        .hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: 2rem 2.4rem; }
        .hero-slide.active { opacity: 1; z-index: 1; }
        .hero-slide h2 { font-size: clamp(1.6rem, 3.4vw, 2.7rem); line-height: 1.05; letter-spacing: -.03em; margin: 0 0 .5rem; color: #fff; }
        .hero-slide p { color: rgba(255,255,255,.92); font-size: 1.02rem; margin: 0 0 1.1rem; max-width: 460px; }
        .hero-slide .btn { border-radius: 14px; font-weight: 800; padding: .65rem 1.5rem; }
        .hero-emoji { font-size: clamp(4rem, 10vw, 8rem); text-align: center; filter: drop-shadow(0 12px 24px rgba(0,0,0,.2)); }
        .hero-s1 { background: linear-gradient(120deg,#2c5228,#2f6b34 60%,#6fa860); }
        .hero-s2 { background: linear-gradient(120deg,#0f766e,#15b39d 60%,#4ade80); }
        .hero-s3 { background: linear-gradient(120deg,#ea580c,#f59e0b 60%,#fbbf24); }
        .hero-slide.hero-img { display: block; padding: 0; grid-template-columns: 1fr; }
        .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
        .hero-slide.hero-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,15,8,.55) 0%, rgba(20,15,8,.18) 55%, rgba(20,15,8,0) 100%); z-index: 1; }
        /* Image-only banner (no heading/subheading): show the image clean, no dark overlay */
        .hero-slide.hero-nocopy::before { display: none; }
        .hero-slide.hero-img .hero-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 2rem 2.4rem; max-width: 560px; z-index: 2; }
        .hero-slide.hero-img .hero-copy:empty, .hero-slide.hero-img .hero-copy h2:empty { display: none; }
        .hero-dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: .4rem; z-index: 3; }
        .hero-dots button { width: 9px; height: 9px; border-radius: 999px; border: 0; background: rgba(255,255,255,.5); cursor: pointer; padding: 0; transition: width .2s ease; }
        .hero-dots button.active { width: 26px; background: #fff; }
        .hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.25); color: #fff; cursor: pointer; font-size: 1.2rem; backdrop-filter: blur(4px); }
        .hero-arrow.prev { left: 12px; } .hero-arrow.next { right: 12px; }
        @media (max-width: 700px) { .hero-slide { grid-template-columns: 1fr; text-align: center; padding: 1.5rem; } .hero-emoji { display: none; } .hero-arrow { display: none; } }
        .promo-strip { display: flex; flex-wrap: wrap; gap: .6rem; margin: .85rem 0 .35rem; }
        .promo-chip { flex: 1 1 200px; display: flex; align-items: center; gap: .7rem; padding: .85rem 1.1rem; border-radius: 20px; background: var(--store-surface); border: 1px solid #efe8da; box-shadow: 0 1px 2px rgba(47,42,36,.03), 0 8px 20px rgba(47,42,36,.05); }
        .promo-chip .promo-ic { width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; color: #fff; flex: 0 0 auto; }
        .promo-chip b { display: block; font-size: .95rem; color: var(--store-text); }
        .promo-chip span { font-size: .8rem; color: var(--store-muted); }
        .card-ribbon { position: absolute; top: 10px; left: 10px; background: #c86b3c; color: #fff; font-size: .68rem; font-weight: 800; padding: .18rem .5rem; border-radius: 999px; letter-spacing: .02em; z-index: 2; }
        .qv-btn { position: absolute; bottom: 10px; right: 10px; z-index: 5; width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(255,255,255,.94); color: #2c5228; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.14); display: none; align-items: center; justify-content: center; font-size: 1.05rem; }
        .product-card:hover .qv-btn { display: flex; }
        @media (hover: none) { .qv-btn { display: flex; } }
        .card-wish { position: absolute; top: 8px; right: 8px; z-index: 5; width: 26px; height: 26px; border-radius: 50%; border: 0; background: rgba(255,255,255,.85); color: #b7afa6; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,.08); display: flex; align-items: center; justify-content: center; font-size: .98rem; line-height: 1; transition: color .15s ease, transform .12s ease; }
        .card-wish:hover { color: #e11d48; transform: scale(1.12); }
        .card-wish.on { color: #e11d48; }
        .card-wish i { color: inherit; font-size: 1rem; line-height: 1; }
        .card-wish .wish-fill { color: #e11d48; font-size: 1.15rem; line-height: 1; }
        .card-stars { align-self: flex-start; }
        .card-stars .star { font-size: .92rem; }
        .product-card { position: relative; transition: transform .18s ease, box-shadow .18s ease; }
        .product-media img { transition: transform .3s ease; }
        .product-card:hover .product-media img { transform: scale(1.05); }
        .qty-stepper { display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; gap: .2rem; border: 1.5px solid var(--store-accent); border-radius: 12px; overflow: hidden; background: #f1f7ec; }
        .qty-stepper button { border: 0; background: transparent; color: var(--store-accent); font-weight: 900; font-size: 1.1rem; height: 38px; cursor: pointer; }
        .qty-stepper button:hover { background: #e2eed7; }
        .qty-stepper .qty-val { text-align: center; font-weight: 800; color: var(--store-text); }
        .buy-added { display: none; grid-template-columns: 1fr auto; gap: .4rem; align-items: stretch; }
        .buy-cart-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; border-radius: 12px; background: var(--store-accent); color: #fff; text-decoration: none; font-size: 1.15rem; }
        .buy-cart-icon:hover { background: #285a2b; color: #fff; }
        .buy-row.added .add-form { display: none; }
        .buy-row.added .buy-added { display: grid; }
        .trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin: .5rem 0 1.75rem; }
        .trust-item { display: flex; align-items: center; gap: .7rem; padding: .95rem 1.1rem; background: var(--store-surface); border: 1px solid #efe8da; border-radius: 20px; box-shadow: 0 1px 2px rgba(47,42,36,.03), 0 8px 20px rgba(47,42,36,.05); }
        .trust-item i { font-size: 1.5rem; color: var(--store-accent); }
        .trust-item b { display: block; font-size: .92rem; }
        .trust-item span { font-size: .78rem; color: var(--store-muted); }
        @media (max-width: 900px) { .trust-bar { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 520px) { .trust-bar { grid-template-columns: 1fr 1fr; } .promo-chip { flex-basis: 100%; } }
        @media (max-width: 1100px) {
            .category-banner-card { grid-template-columns: 1fr; }
        }
        @media (max-width: 640px) {
            .store-frame { width: calc(100% - 16px); padding: 0 4px; }
            .section-products { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
            .product-intro { align-items: flex-start; flex-direction: column; }
        }
        .pm-fallback { font-size: 2.6rem; font-weight: 900; color: #86b06f; letter-spacing: -.02em; }
        /* Testimonials */
        .tm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
        .tm-card { background: var(--store-surface); border: 1px solid #efe8da; border-radius: 22px; padding: 1.3rem; box-shadow: 0 1px 2px rgba(47,42,36,.03), 0 10px 26px rgba(47,42,36,.05); display: flex; flex-direction: column; gap: .7rem; }
        .tm-stars { color: #e0a419; letter-spacing: 2px; font-size: 1rem; }
        .tm-card blockquote { margin: 0; color: var(--store-text); font-size: .98rem; line-height: 1.55; flex: 1; }
        .tm-card figcaption { display: flex; align-items: center; gap: .7rem; }
        .tm-avatar { width: 44px; height: 44px; border-radius: 50%; background: #eef3e6; color: #2f6b34; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem; flex: 0 0 auto; }
        .tm-card figcaption b { display: block; font-size: .92rem; color: var(--store-text); }
        .tm-card figcaption small { color: var(--store-muted); font-size: .78rem; }
        /* Certifications / quality strip */
        .cert-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem 2rem; margin: 1.5rem 0 2rem; padding: 1.2rem 1.4rem; background: var(--store-surface); border: 1px solid #efe8da; border-radius: 22px; box-shadow: 0 1px 2px rgba(47,42,36,.03), 0 8px 20px rgba(47,42,36,.05); }
        .cert-item { display: inline-flex; align-items: center; gap: .5rem; color: var(--store-muted); font-weight: 700; font-size: .9rem; }
        .cert-item i { font-size: 1.5rem; color: #2f6b34; }
        /* Shop by category tiles */
        .cat-section { padding: .5rem 0 .4rem; }
        .cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: .9rem; }
        .cat-tile { display: flex; flex-direction: column; align-items: center; gap: .55rem; padding: 1rem .6rem; background: var(--store-surface); border: 1px solid #efe8da; border-radius: 20px; text-decoration: none; text-align: center; box-shadow: 0 1px 2px rgba(47,42,36,.03), 0 8px 18px rgba(47,42,36,.04); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
        .cat-tile:hover { transform: translateY(-3px); border-color: #e2d9c6; box-shadow: 0 4px 10px rgba(44,82,40,.08), 0 18px 34px rgba(44,82,40,.10); }
        .cat-tile-img { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(180deg,#f4f8ee,#eef3e6); border: 1px solid #e2ecd6; display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .cat-tile-img img { width: 100%; height: 100%; object-fit: cover; }
        .cat-tile-img i { font-size: 2rem; color: #2f6b34; }
        .cat-tile-img .cat-initial { font-size: 1.7rem; font-weight: 900; color: #86b06f; }
        .cat-tile b { font-size: .88rem; color: var(--store-text); font-weight: 700; line-height: 1.25; }
        .cat-tile span { font-size: .74rem; color: var(--store-muted); }
        @media (max-width: 640px) { .cat-grid { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: .6rem; } .cat-tile-img { width: 60px; height: 60px; } }
        /* Sort / filter bar */
        .sort-bar { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; }
        .sort-select { border: 1px solid #e6dfcd; border-radius: 12px; padding: .5rem .9rem; background: var(--store-surface); color: var(--store-text); font-weight: 700; font-size: .88rem; cursor: pointer; }
        .sort-check { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .88rem; color: var(--store-muted); cursor: pointer; white-space: nowrap; }
        @media (max-width: 640px) { .sort-bar { width: 100%; } .sort-select { flex: 1; } }
        /* Top deals row */
        .deals-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(160px, 1fr); gap: 1rem; overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x proximity; }
        .deal-card { scroll-snap-align: start; position: relative; display: flex; flex-direction: column; gap: .5rem; padding: .85rem; background: var(--store-surface); border: 1px solid #efe8da; border-radius: 20px; text-decoration: none; box-shadow: 0 1px 2px rgba(47,42,36,.03), 0 8px 18px rgba(47,42,36,.04); transition: transform .16s ease, box-shadow .16s ease; }
        .deal-card:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(44,82,40,.08), 0 18px 34px rgba(44,82,40,.10); }
        .deal-off { position: absolute; top: 10px; left: 10px; z-index: 2; background: #c86b3c; color: #fff; font-size: .68rem; font-weight: 800; padding: .18rem .5rem; border-radius: 999px; }
        .deal-media { aspect-ratio: 1/1; border-radius: 14px; background: linear-gradient(180deg,#fff,#f7f2e8); border: 1px solid #efe8da; display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .deal-media img { width: 100%; height: 100%; object-fit: cover; }
        .deal-name { font-size: .86rem; font-weight: 700; color: var(--store-text); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .deal-price { display: flex; align-items: baseline; gap: .4rem; }
        .deal-price strong { color: var(--store-green); font-size: 1.1rem; font-weight: 900; }
        .deal-price s { color: var(--store-muted); font-size: .82rem; }
        /* Low-stock badge on cards */
        .low-stock { align-self: flex-start; background: #fbe7db; color: #b45a26; border-radius: 999px; padding: .15rem .55rem; font-size: .72rem; font-weight: 800; }
        /* Active filter chips */
        .filter-chips { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; padding: .25rem 0 .6rem; }
        .fchip { display: inline-flex; align-items: center; gap: .35rem; background: var(--store-surface); border: 1px solid #e2d9c6; color: var(--store-text); border-radius: 999px; padding: .3rem .7rem; font-size: .82rem; font-weight: 700; text-decoration: none; }
        .fchip:hover { border-color: #c86b3c; color: #c86b3c; }
        .fchip i { font-size: .9rem; }
        .fchip-clear { color: #c86b3c; font-weight: 800; font-size: .82rem; text-decoration: none; margin-left: .25rem; }
        .fchip-clear:hover { text-decoration: underline; }
