/* storefront source: /styles.css */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Tajawal:wght@500;700;800;900&display=swap');
:root{--g:#0b5447;--n:#102b38;--y:#f6b73c;--bg:#f4f7f6;--line:#dfe8e4;--body-font:'IBM Plex Sans Arabic','Segoe UI',Tahoma,Arial,sans-serif;--heading-font:'Tajawal','IBM Plex Sans Arabic',Tahoma,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body-font);background:var(--bg);color:var(--n);font-weight:500}h1,h2,h3,.brand h1,.hero h2,.section-head h2,.card h3,.login h1,.admin h1,.admin h2{font-family:var(--heading-font);letter-spacing:0}button,input,textarea,select{font:inherit}header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:14px 5vw;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:56px;height:56px;object-fit:contain;border-radius:14px}.brand h1,.brand p{margin:0}.brand h1{font-size:1.45rem;font-weight:900;line-height:1.15}.brand p{color:#6c797f;font-size:.88rem;font-weight:500}header button,.primary{border:0;border-radius:12px;padding:12px 17px;background:var(--g);color:#fff;font-weight:800;cursor:pointer}.hero{position:relative;isolation:isolate;overflow:hidden;max-width:1180px;margin:30px auto;padding:72px 64px;border-radius:30px;background:linear-gradient(130deg,#082f2a 0%,#0b5447 52%,#147966 100%);color:#fff;box-shadow:0 24px 60px rgba(11,84,71,.18)}.hero::before,.hero::after{content:'';position:absolute;z-index:-1;border-radius:50%;filter:blur(2px)}.hero::before{width:360px;height:360px;left:-100px;top:-180px;background:rgba(246,183,60,.16)}.hero::after{width:280px;height:280px;right:-100px;bottom:-160px;border:48px solid rgba(255,255,255,.07)}.hero-content{max-width:860px}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);font-size:.9rem;font-weight:700;color:#f8fffd}.hero-badge i{width:8px;height:8px;border-radius:50%;background:var(--y);box-shadow:0 0 0 5px rgba(246,183,60,.16)}.hero h2{display:grid;gap:8px;margin:22px 0 18px;max-width:900px;line-height:1.18}.hero h2 span{font-size:clamp(2rem,4.8vw,4.3rem);font-weight:900}.hero h2 strong{font-family:var(--heading-font);font-size:clamp(1.35rem,3vw,2.55rem);font-weight:800;color:var(--y);line-height:1.35}.hero p{max-width:700px;margin:0;color:#d9eeea;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.85;font-weight:500}.hero-actions{display:flex;gap:12px;margin-top:26px}.hero a{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:13px;background:var(--y);color:var(--n);font-weight:800;text-decoration:none;box-shadow:0 10px 24px rgba(246,183,60,.22);transition:transform .2s,box-shadow .2s}.hero a:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(246,183,60,.28)}.hero a b{font-size:1.15rem}.hero-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:27px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);color:#d9eeea;font-size:.9rem;font-weight:600}.hero-trust span{display:inline-flex;align-items:center;gap:6px}.toolbar,#products{max-width:1180px;margin:24px auto}.toolbar{display:grid;grid-template-columns:1fr 2fr;gap:14px}.toolbar input{padding:14px;border:1px solid var(--line);border-radius:13px}.toolbar #cats{display:flex;gap:8px;overflow:auto}.toolbar button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 15px}.toolbar button.active{background:var(--g);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:center}.section-head h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;line-height:1.25}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px}.card img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff;padding:10px}.card-body{padding:16px}.card h3{margin:0 0 8px;font-size:1.18rem;font-weight:800;line-height:1.45}.card p{color:#6c797f;line-height:1.7;font-weight:400}.price{font-size:1.2rem;font-weight:800}.actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.actions button{border:0;border-radius:10px;padding:11px;font-weight:700;cursor:pointer}.add{background:#e5f2ee;color:var(--g)}.buy{background:var(--g);color:#fff}.drawer{position:fixed;inset:0;z-index:30;pointer-events:none;background:transparent}.drawer.open{pointer-events:auto;background:#0008}.panel{position:absolute;left:0;top:0;bottom:0;width:min(430px,94vw);padding:22px;background:#fff;transform:translateX(-105%);transition:.25s;overflow:auto}.drawer.open .panel{transform:none}.panel>button{float:left;border:0;background:none;font-size:2rem}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.qty{display:flex;gap:8px;align-items:center}.qty button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:8px}.total{display:flex;justify-content:space-between;margin:22px 0}dialog{width:min(560px,94vw);border:0;border-radius:20px;padding:0}dialog::backdrop{background:#0008}dialog form{display:grid;gap:12px;padding:24px}dialog input,dialog textarea,dialog select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px}#formError{color:#b3261e}footer{margin-top:40px;padding:24px 5vw;background:var(--n)}footer a{color:var(--y)}.admin{max-width:1180px;margin:30px auto;padding:0 18px}.login{max-width:430px;margin:8vh auto;padding:28px;background:#fff;border-radius:20px}.admin-head,.tabs,.admin-actions{display:flex;justify-content:space-between;gap:10px;align-items:center}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.stats article,.box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.stats strong{display:block;font-size:2rem;color:var(--g)}.tabs button{padding:11px 18px;border:1px solid var(--line);background:#fff;border-radius:10px}.tabs button.active{background:var(--g);color:#fff}.admin-item{display:grid;grid-template-columns:1fr auto;gap:14px;padding:14px;border-bottom:1px solid var(--line)}@media(max-width:800px){.hero,.toolbar,#products{margin:18px}.hero{padding:48px 28px;border-radius:24px}.toolbar{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:1fr}}@media(max-width:520px){header{padding:11px 14px}.brand img{width:48px;height:48px}.brand p{display:none}.hero{margin:14px;padding:38px 21px}.hero-badge{font-size:.78rem}.hero h2{margin:18px 0 14px}.hero h2 span{font-size:2.25rem;line-height:1.22}.hero h2 strong{font-size:1.35rem;line-height:1.45}.hero p{font-size:.95rem;line-height:1.75}.hero a{width:100%;justify-content:center}.hero-trust{display:grid;gap:9px;margin-top:22px}.grid{grid-template-columns:1fr}.actions{grid-template-columns:1fr}.card img{padding:6px}}
/* CONTENT_CREATORS_HERO_V1 */
.hero{max-width:1180px;padding:46px 52px;background:linear-gradient(135deg,#071f2d 0%,#102b38 48%,#0b5447 100%)}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:42px;align-items:center}
.hero-content{max-width:none}
.hero-showcase{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:148px 148px;gap:12px;transform:rotate(-1.5deg)}
.showcase-card{position:relative;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:#fff;box-shadow:0 18px 35px rgba(0,0,0,.2)}
.showcase-main{grid-row:1/3}
.showcase-card img{width:100%;height:100%;object-fit:contain;padding:10px;background:linear-gradient(145deg,#fff,#edf5f2)}
.showcase-card figcaption{position:absolute;right:10px;bottom:10px;padding:7px 10px;border-radius:10px;background:rgba(7,31,45,.88);color:#fff;font-size:.78rem;font-weight:800;backdrop-filter:blur(7px)}
.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px;padding-top:0;border-top:0}
.hero-trust span{min-height:82px;padding:11px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(255,255,255,.09);align-items:center}
.hero-trust span>b{font-size:1.35rem}
.hero-trust em{display:grid;gap:2px;font-style:normal}
.hero-trust strong{color:#fff;font-size:.84rem}
.hero-trust small{color:#bcd5cf;font-size:.68rem;line-height:1.45}
@media(max-width:900px){.hero-layout{grid-template-columns:1fr}.hero-showcase{grid-template-columns:1.2fr 1fr;grid-template-rows:120px 120px}.hero-trust{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.hero{padding:30px 18px}.hero-layout{gap:26px}.hero-showcase{grid-template-rows:105px 105px;gap:8px}.showcase-card{border-radius:15px}.showcase-card figcaption{right:6px;bottom:6px;padding:5px 7px;font-size:.64rem}.hero-trust{grid-template-columns:1fr;gap:8px}.hero-trust span{min-height:62px}.hero-trust small{font-size:.72rem}}

/* PRIORITY_ONE_SHOPPING_EXPERIENCE */
.toolbar{position:relative;z-index:20;display:grid;gap:14px;margin-top:28px;padding:18px;border:1px solid #dfe9e5;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 12px 32px rgba(16,43,56,.08)}
.search-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,260px);gap:12px}
.search-row input,.search-row select,.filter-grid input{width:100%;min-height:48px;border:1px solid #d8e4df;border-radius:12px;background:#fff;padding:0 14px;color:#102b38;font:inherit}
.category-strip{display:flex;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:2px 0 6px;scrollbar-width:thin}
.category-strip button{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}
.advanced-filters{border-top:1px solid #e5eeea;padding-top:12px}.advanced-filters summary{cursor:pointer;color:#0b5447;font-weight:900}.filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:end;margin-top:14px}.filter-grid label{display:grid;gap:6px;color:#52636b;font-size:.82rem;font-weight:800}.filter-check{min-height:48px!important;display:flex!important;grid-auto-flow:column;align-items:center;justify-content:center;border:1px solid #d8e4df;border-radius:12px;background:#fff;padding:0 10px}.filter-check input{width:18px;min-height:18px}.discovery{display:grid;gap:34px;margin-top:34px}.category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.category-card{display:grid;gap:5px;min-height:86px;padding:14px;border:1px solid #dce8e3;border-radius:16px;background:linear-gradient(145deg,#fff,#f1f8f5);color:#102b38;text-align:right;cursor:pointer}.category-card:hover{border-color:#0b5447;transform:translateY(-2px)}.category-card span{color:#71827d;font-size:.75rem}.compact-head{margin-bottom:14px}.section-kicker{display:block;margin-bottom:5px;color:#b06b00;font-size:.76rem;font-weight:900}.discovery-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,280px);gap:14px;overflow-x:auto;padding:4px 2px 14px;scroll-snap-type:x mandatory}.discovery-card{scroll-snap-align:start}.discovery-card p{display:none}.discovery-card img{height:180px}.card-badge{display:inline-flex;margin-bottom:7px;padding:4px 9px;border-radius:999px;background:#fff1c9;color:#7a5200;font-size:.7rem;font-weight:900}.load-more-wrap{display:flex;justify-content:center;margin-top:26px}.load-more{min-width:220px;min-height:50px;border:0;border-radius:14px;background:#0b5447;color:#fff;font-weight:900;cursor:pointer}.load-more[hidden]{display:none}
@media(max-width:900px){.filter-grid{grid-template-columns:repeat(2,1fr)}.category-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.toolbar{position:sticky;top:0;margin-inline:-12px;padding:12px;border-radius:0 0 18px 18px}.search-row{grid-template-columns:1fr}.search-row select{min-height:44px}.category-strip{margin-inline:-12px;padding-inline:12px}.filter-grid{grid-template-columns:1fr 1fr}.filter-grid .secondary-button{grid-column:1/-1}.category-cards{display:flex;overflow-x:auto}.category-card{flex:0 0 145px}.discovery-grid{grid-auto-columns:minmax(210px,78vw)}.discovery{gap:26px}.section-head{align-items:flex-start}}

.brand-title{display:block;margin:0;font-family:var(--heading-font);font-size:1.45rem;font-weight:900;line-height:1.15;letter-spacing:0}
/* COMMERCE_EXPERIENCE_V2 */
.brand-link,.product-card-link,.card h3 a{color:inherit;text-decoration:none}.header-actions{display:flex;align-items:center;gap:8px}.header-tool,.header-link{border:1px solid var(--line);border-radius:12px;padding:10px 13px;background:#fff;color:var(--n);font-weight:800;text-decoration:none}.header-tool.active,.favorite-card.active{color:#b42318;background:#fff1f0}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;color:#51806f;font-size:.8rem}.favorite-card{border:0;background:#edf5f2;width:38px;height:38px;border-radius:50%;font-size:1.4rem;cursor:pointer}.view-product{display:inline-flex;margin-top:8px;color:var(--g);font-size:.85rem;font-weight:900}.actions button:disabled{opacity:.5;cursor:not-allowed}.free-shipping-progress{margin-top:18px;padding:12px;border-radius:12px;background:#edf8f4;color:var(--g);text-align:center;font-size:.86rem}.store-footer{display:flex;justify-content:space-between;gap:24px;align-items:center;color:#fff}.store-footer p{color:#bcd5cf}.store-footer nav{display:flex;flex-wrap:wrap;gap:18px}.product-page,.info-page{max-width:1180px;margin:32px auto;padding:0 20px}.breadcrumbs{display:flex;gap:9px;margin-bottom:22px;color:#667b75}.breadcrumbs a{color:var(--g)}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;padding:28px;border:1px solid var(--line);border-radius:26px;background:#fff}.product-gallery img{width:100%;max-height:620px;object-fit:contain;border-radius:18px}.product-info h1{font-size:clamp(2rem,4vw,3.4rem);margin:12px 0}.product-description{color:#5d6c73;font-size:1.05rem;line-height:2;white-space:pre-line}.product-price{display:flex;align-items:center;gap:16px;margin:18px 0;font-size:1.7rem;font-weight:900;color:var(--g)}.product-price del{color:#8c979c;font-size:1rem}.stock-state{font-weight:900}.available{color:#16794f}.unavailable{color:#b42318}.product-page-actions{display:flex;gap:10px;margin:20px 0}.secondary-button{border:1px solid var(--line);border-radius:12px;padding:11px 15px;background:#fff;font-weight:800;cursor:pointer}.purchase-benefits{display:grid;gap:8px;padding:18px 34px;border-radius:14px;background:#f4f8f6}.related-products{margin-top:36px}.info-page{max-width:860px}.info-page>h1{font-size:clamp(2.2rem,5vw,4rem)}.info-page section,.info-page details{margin:14px 0;padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff}.info-page li,.info-page p{line-height:1.9}.info-page summary{cursor:pointer;font-weight:900;font-size:1.08rem}.primary-link{display:inline-flex;padding:12px 18px;border-radius:12px;background:var(--g);color:#fff;text-decoration:none;font-weight:900}.not-found{text-align:center;padding:80px 20px}
@media(max-width:760px){.header-actions{gap:4px}.header-tool{padding:9px;font-size:.75rem}.header-link{display:none}.product-detail{grid-template-columns:1fr;padding:16px;gap:20px}.product-page-actions{display:grid}.store-footer{align-items:flex-start;flex-direction:column}.store-footer nav{display:grid}.product-info h1{font-size:2rem}}

/* ADMIN_COMMERCE_V2 */
.admin .stats{grid-template-columns:repeat(3,1fr)}.admin-filters{display:grid;grid-template-columns:1fr 260px;gap:10px;margin:16px 0}.admin-filters input,.admin-filters select{min-height:46px;padding:0 12px;border:1px solid var(--line);border-radius:11px}.category-summary{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px}.category-summary button{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#f5faf8;cursor:pointer}.category-summary b{display:inline-flex;min-width:23px;justify-content:center;margin-right:4px;border-radius:999px;background:#0b5447;color:#fff}
@media(max-width:700px){.admin .stats{grid-template-columns:repeat(2,1fr)}.admin-filters{grid-template-columns:1fr}.admin-item{grid-template-columns:1fr}.admin-actions{justify-content:flex-start}}

/* storefront source: /store-v3.css */
[hidden]{display:none!important}
body.no-scroll{overflow:hidden}
#cart.drawer{position:fixed;inset:0;z-index:50;display:block;pointer-events:auto;background:rgba(0,0,0,.58)}
#cart.drawer .panel{position:absolute;top:0;right:0;bottom:0;left:auto;width:min(460px,96vw);padding:26px;background:#fff;transform:none;overflow-y:auto;box-shadow:-18px 0 45px rgba(0,0,0,.2);display:flex;flex-direction:column}
.close-button{float:left;border:0;background:transparent;color:var(--n);font-size:2rem;line-height:1;cursor:pointer;padding:4px 8px}
#cartItems{flex:1}
.cart-checkout-area{position:sticky;bottom:-1px;margin:18px -4px -6px;padding:18px 4px 6px;background:linear-gradient(to top,#fff 82%,rgba(255,255,255,.94));border-top:1px solid var(--line)}
#checkoutBtn{width:100%;margin-top:6px}
#checkoutBtn:disabled{opacity:.5;cursor:not-allowed}
.checkout-main-button{min-height:64px;display:grid;place-items:center;gap:2px;padding:12px 18px;background:linear-gradient(135deg,var(--g),#147966);box-shadow:0 12px 24px rgba(11,84,71,.22);font-size:1.08rem}
.checkout-main-button span{font-family:var(--heading-font);font-size:1.08rem;font-weight:900}
.checkout-main-button small{font-size:.78rem;font-weight:600;color:#d9eeea}
.secondary-button{width:100%;margin-top:10px;padding:12px 16px;border:1px solid var(--g);border-radius:12px;background:#fff;color:var(--g);font-weight:800;cursor:pointer}
.empty-cart{padding:28px 0;text-align:center;color:#6c797f}
.checkout-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.62);overflow-y:auto}
.checkout-card{width:min(680px,100%);display:grid;gap:14px;padding:28px;background:#fff;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.28);max-height:94vh;overflow-y:auto}
.checkout-card h2,.checkout-card h3{margin:0;font-family:var(--heading-font);font-weight:900}
.checkout-card h3{font-size:1.08rem;margin-bottom:10px}
.checkout-intro{margin:-4px 0 4px;color:#6c797f;line-height:1.7}
.form-section{display:grid;gap:10px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fbfdfc}
.form-section label{font-weight:700;color:var(--n)}
.checkout-card input,.checkout-card textarea,.checkout-card select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--n);outline:none}
.checkout-card input:focus,.checkout-card textarea:focus,.checkout-card select:focus{border-color:var(--g);box-shadow:0 0 0 3px rgba(11,84,71,.1)}
.checkout-card textarea{min-height:88px;resize:vertical}
.delivery-grid,.carrier-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice-card{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.2s}
.choice-card:hover{border-color:var(--g);transform:translateY(-1px)}
.choice-card input{width:auto;margin-top:3px;accent-color:var(--g)}
.choice-card span{display:grid;gap:4px}
.choice-card strong{font-family:var(--heading-font);font-weight:900}
.choice-card small{color:#6c797f;line-height:1.5}
.choice-card:has(input:checked){border-color:var(--g);background:#eaf5f1;box-shadow:0 0 0 2px rgba(11,84,71,.08)}
.choice-card.compact{align-items:center}
.shipping-note{margin:2px 0 0;color:#6c797f;font-size:.9rem;line-height:1.6}
.customer-fields{grid-template-columns:1fr 1fr}
.customer-fields h3,.customer-fields textarea{grid-column:1/-1}
.checkout-summary{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:16px;border-radius:16px;background:var(--n);color:#fff}
.checkout-summary strong{font-family:var(--heading-font);font-size:1.25rem;color:var(--y)}
.checkout-summary small{grid-column:1/-1;color:#d9e2e7}
.whatsapp-submit{width:100%;font-size:1rem}
#formError{margin:0;color:#b3261e;font-weight:700}
.load-error{grid-column:1/-1;padding:24px;background:#fff;border:1px solid var(--line);border-radius:15px;text-align:center;color:#b3261e}
.card img{object-fit:contain!important;background:#fff!important;padding:10px}
@media(max-width:620px){
  #cart.drawer .panel{width:100%;padding:20px}
  .checkout-modal{padding:0;align-items:end}
  .checkout-card{width:100%;max-height:96vh;border-radius:22px 22px 0 0;padding:20px}
  .delivery-grid,.carrier-grid,.customer-fields{grid-template-columns:1fr}
  .customer-fields h3,.customer-fields textarea{grid-column:auto}
  .card img{padding:6px}
}

/* storefront source: /app-product-grid.css */
/* Product catalogue card structure. Responsive sizing is controlled by responsive-overrides.css. */
#products{max-width:1180px}
#products .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
#products .card{min-width:0;display:flex;flex-direction:column;overflow:hidden;padding:10px;border:1px solid #e1e9e5;border-radius:18px;background:#fff;box-shadow:0 7px 24px rgba(16,43,56,.055);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
#products .card:hover{transform:translateY(-3px);border-color:#c9ddd5;box-shadow:0 14px 32px rgba(16,43,56,.09)}
#products .card:focus-visible{outline:3px solid rgba(11,84,71,.18);outline-offset:2px}
#products .card>img{display:block;width:100%;height:180px;aspect-ratio:auto;padding:0;border-radius:13px;object-fit:contain!important;background:#fff!important}
#products .card-body{flex:1;display:flex;flex-direction:column;min-width:0;padding:7px 3px 3px}
#products .card h3{min-height:46px;margin:7px 0 0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--n);font-size:15px;line-height:22px;font-weight:900}
#products .card p{min-height:42px;margin:3px 0 0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#6c797f;font-size:12px;line-height:19px;font-weight:500}
#products .price{margin-top:5px;color:var(--g);font-size:16px;line-height:24px;font-weight:900}
#products .card-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;color:#51806f;font-size:12px}
#products .favorite-card{flex:0 0 36px;width:36px;height:36px;border:0;border-radius:50%;background:#edf5f2;font-size:1.2rem;cursor:pointer}
#products .favorite-card.active{color:#b42318;background:#fff1f0}
#products .view-product{display:inline-flex;margin-top:7px;color:var(--g);font-size:12px;line-height:20px;font-weight:900}
#products .actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:auto;padding-top:9px}
#products .actions button{min-width:0;min-height:40px;padding:7px 5px;border:0;border-radius:9px;font-size:12px;line-height:16px;font-weight:900;text-align:center}
#products .add{background:var(--n);color:#fff}
#products .buy{background:var(--g);color:#fff}
#products .actions button:disabled{opacity:.5;cursor:not-allowed}

/* storefront source: /responsive-overrides.css */
/* Unified responsive storefront layout — loaded last to resolve legacy CSS conflicts */
html,body{max-width:100%;overflow-x:hidden}
body{min-width:320px}
img{max-width:100%}
header,main,.store-footer{width:100%}
header{gap:18px;padding:12px clamp(16px,4vw,56px)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.header-actions button,.header-tool{min-height:44px;white-space:nowrap}
main{padding-inline:clamp(14px,3vw,30px)}
.hero,.toolbar,#products,.discovery{width:min(1180px,100%);margin-inline:auto}
.hero{margin-block:24px;padding:clamp(30px,5vw,54px);border-radius:clamp(20px,3vw,30px)}
.hero-layout{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:clamp(24px,4vw,44px)}
.hero h2 span{font-size:clamp(2rem,5vw,4.15rem)}
.hero h2 strong{font-size:clamp(1.3rem,2.8vw,2.45rem)}
.hero-showcase{min-width:0}
.toolbar{margin-block:20px;padding:16px}
.search-row{grid-template-columns:minmax(0,1fr) minmax(180px,250px)}
.category-strip{max-width:100%}
.filter-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.category-cards{grid-template-columns:repeat(6,minmax(0,1fr))}
.discovery-grid{max-width:100%}
#products{margin-block:24px 42px}
#products .section-head{gap:16px;align-items:flex-end}
#products .grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
#products .card{padding:10px;border-radius:18px;box-shadow:0 7px 24px rgba(16,43,56,.055)}
#products .card>img{height:auto;aspect-ratio:1/1;max-height:230px;padding:6px}
#products .card h3{min-height:48px;margin-top:9px;font-size:14px;line-height:1.65}
#products .card p{min-height:40px;margin-top:4px;font-size:11.5px;line-height:1.65}
#products .price{font-size:14.5px;line-height:1.5}
#products .actions{gap:7px;padding-top:9px}
#products .actions button{min-height:40px;padding:8px 6px;font-size:11.5px;line-height:1.3}
#products .details-button{min-height:36px!important}
.store-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:30px clamp(18px,5vw,70px)}
.store-footer nav{display:flex;flex-wrap:wrap;gap:12px 20px}
.store-footer p{margin-bottom:0;color:#d8e2e6}
.category-strip,.category-cards,.discovery-grid{-webkit-overflow-scrolling:touch;scrollbar-width:thin;overscroll-behavior-inline:contain}
.category-strip{display:flex!important;gap:7px!important;overflow-x:auto!important;padding:2px 2px 8px!important;scroll-snap-type:x proximity}
.category-strip button{flex:0 0 auto!important;min-height:34px!important;padding:7px 11px!important;border-radius:999px!important;font-size:.78rem!important;scroll-snap-align:start}
.category-cards{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:3px 2px 9px!important;scroll-snap-type:x proximity}
.category-card{flex:0 0 118px!important;min-height:62px!important;padding:9px 10px!important;border-radius:13px!important;scroll-snap-align:start}
.category-card strong{font-size:.82rem;line-height:1.35}
.category-card span{font-size:.68rem}
.discovery-grid{display:flex!important;gap:10px!important;overflow-x:auto!important;padding:4px 2px 13px!important;scroll-snap-type:x proximity}
.discovery-grid .discovery-card{flex:0 0 190px!important;min-width:190px!important;padding:7px!important;border-radius:14px!important;scroll-snap-align:start}
.discovery-grid .discovery-card img{width:100%!important;height:125px!important;padding:3px!important;border-radius:10px!important;object-fit:contain!important}
.discovery-grid .discovery-card .card-body{padding:0!important}
.discovery-grid .discovery-card h3{min-height:38px;margin:6px 0 0!important;font-size:12px!important;line-height:1.55!important}
.discovery-grid .discovery-card p{display:none!important}
.discovery-grid .discovery-card .price{margin-top:3px;font-size:12.5px!important}
.discovery-grid .discovery-card .card-meta{font-size:.68rem}
.discovery-grid .discovery-card .view-product{font-size:.72rem}
.discovery-grid .discovery-card .actions{grid-template-columns:1fr 1fr!important;gap:4px!important;padding-top:6px!important}
.discovery-grid .discovery-card .actions button{min-height:32px!important;padding:5px 3px!important;font-size:9.5px!important}
.discovery-section{min-width:0}
.discovery-section .compact-head{margin-bottom:8px}
.whatsapp-float{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:45;display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:11px 15px;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:transform .2s,box-shadow .2s}
.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.27)}
.whatsapp-float .wa-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:#25d366}
.whatsapp-float .wa-icon svg{width:21px;height:21px;display:block}
.whatsapp-float .wa-text{display:grid;gap:1px;line-height:1.15}
.whatsapp-float small{font-size:.64rem;font-weight:700;opacity:.92}
.whatsapp-float strong{font-size:.8rem}

/* Green, white and charcoal visual identity */
:root{--g:#087a4b!important;--n:#111714!important;--y:#087a4b!important;--bg:#f4f8f6!important;--line:#d7e5de!important}
body{background:linear-gradient(180deg,#f7faf8 0%,#eef5f1 100%)!important;color:#111714!important}
header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #d7e5de!important;box-shadow:0 8px 22px rgba(8,122,75,.06)}
.brand h1{color:#087a4b!important}.brand p{color:#52615a!important}
.header-actions button,.header-tool,#cartBtn{background:#087a4b!important;color:#fff!important;border:1px solid #087a4b!important}
.header-actions button:hover,.header-tool:hover,#cartBtn:hover{background:#065f3a!important}
.hero{background:linear-gradient(135deg,#061d13 0%,#087a4b 58%,#0d9960 100%)!important;box-shadow:0 24px 60px rgba(8,122,75,.18)!important}
.hero::before{background:rgba(255,255,255,.08)!important}.hero::after{border-color:rgba(255,255,255,.08)!important}
.hero h2 strong{color:#fff!important}.hero p,.hero-trust small{color:#dcece4!important}
.hero-badge{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important}.hero-badge i{background:#fff!important;box-shadow:0 0 0 5px rgba(255,255,255,.12)!important}
.hero a{background:#fff!important;color:#087a4b!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important}.hero a:hover{box-shadow:0 14px 30px rgba(0,0,0,.2)!important}
.hero-trust span{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.18)!important}
.showcase-card figcaption{background:rgba(6,29,19,.88)!important}
.toolbar{background:rgba(255,255,255,.96)!important;border-color:#d7e5de!important;box-shadow:0 12px 32px rgba(8,122,75,.08)!important}
.search-row input,.search-row select,.filter-grid input,.filter-check{border-color:#cfded6!important;color:#111714!important}
.search-row input:focus,.search-row select:focus,.filter-grid input:focus{outline:none;border-color:#087a4b!important;box-shadow:0 0 0 3px rgba(8,122,75,.1)!important}
.advanced-filters summary,.section-kicker{color:#087a4b!important}
.category-strip button{background:#fff!important;color:#111714!important;border-color:#cfded6!important}.category-strip button.active{background:#087a4b!important;color:#fff!important;border-color:#087a4b!important}
.category-card{background:linear-gradient(145deg,#fff,#eef7f2)!important;border-color:#d4e4dc!important;color:#111714!important}.category-card:hover{border-color:#087a4b!important}.category-card span{color:#617169!important}
.card,#products .card,.discovery-card{border-color:#dbe7e1!important;box-shadow:0 7px 24px rgba(8,122,75,.055)!important}
.card-badge{background:#e7f4ed!important;color:#087a4b!important}
.price,#products .price{color:#087a4b!important}
.view-product,.details-button{background:#f1f7f4!important;color:#087a4b!important;border-color:#cfe1d7!important}
.add{background:#111714!important;color:#fff!important}.buy,.load-more,.primary,.checkout-main-button,.whatsapp-submit{background:#087a4b!important;color:#fff!important}.buy:hover,.load-more:hover,.primary:hover,.checkout-main-button:hover,.whatsapp-submit:hover{background:#065f3a!important}
.secondary-button{border-color:#087a4b!important;color:#087a4b!important;background:#fff!important}
.favorite-card.active{color:#087a4b!important}
.checkout-summary{background:#111714!important}.checkout-summary strong{color:#fff!important}
.choice-card:has(input:checked){border-color:#087a4b!important;background:#eaf5ef!important;box-shadow:0 0 0 2px rgba(8,122,75,.08)!important}
.choice-card input{accent-color:#087a4b!important}
.store-footer{background:#111714!important}.store-footer a{color:#fff!important}.store-footer a:hover{color:#a8d8c1!important}

@media(max-width:1000px){#products .grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){header{align-items:flex-start}.brand{min-width:0}.brand h1{font-size:1.25rem}.brand p{font-size:.78rem}.header-actions{max-width:58%}.header-actions button,.header-tool{padding:10px 12px;font-size:.84rem}.hero-layout{grid-template-columns:1fr}.hero-showcase{grid-template-columns:1.2fr 1fr;grid-template-rows:130px 130px;max-width:620px;width:100%;margin-inline:auto}.search-row{grid-template-columns:1fr}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#products .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#products .card>img{max-height:210px}}
@media(max-width:620px){header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 12px}.brand{gap:8px}.brand img{width:44px;height:44px;border-radius:11px}.brand h1{font-size:1.08rem}.brand p{display:none}.header-actions{max-width:none;display:grid;grid-template-columns:repeat(3,auto);gap:5px}.header-actions button,.header-tool{min-height:38px;padding:7px 8px;border-radius:10px;font-size:0;line-height:1}#notificationsBtn::first-letter,#favoritesBtn::first-letter{font-size:18px}#cartBtn{font-size:.72rem;padding-inline:10px}#favoritesCount,#cartCount{font-size:.72rem}main{padding-inline:10px}.hero{margin-block:12px 16px;padding:26px 17px;border-radius:20px}.hero-layout{gap:22px}.hero h2{margin:16px 0 12px}.hero h2 span{font-size:clamp(1.75rem,9vw,2.35rem);line-height:1.25}.hero h2 strong{font-size:1.18rem;line-height:1.5}.hero p{font-size:.92rem;line-height:1.8}.hero-actions{margin-top:20px}.hero-showcase{grid-template-rows:95px 95px;gap:7px;transform:none}.showcase-card{border-radius:13px}.showcase-card img{padding:5px}.hero-trust{grid-template-columns:1fr;gap:7px;margin-top:18px}.hero-trust span{min-height:58px;padding:9px}.toolbar{position:relative;top:auto;margin:0 auto 18px;padding:12px;border-radius:16px}.search-row{gap:8px}.search-row input,.search-row select{min-height:46px}.category-strip{margin-inline:0;padding-inline:0}.advanced-filters{padding-top:10px}.filter-grid{grid-template-columns:1fr;gap:8px}.filter-grid .secondary-button{grid-column:auto}.category-card{flex-basis:104px!important;min-height:56px!important;padding:8px!important}.category-card strong{font-size:.75rem}.category-card span{font-size:.62rem}.discovery{gap:24px;margin-top:24px}.discovery-grid .discovery-card{flex-basis:148px!important;min-width:148px!important}.discovery-grid .discovery-card img{height:96px!important}.discovery-grid .discovery-card h3{min-height:35px;font-size:10.7px!important}.discovery-grid .discovery-card .price{font-size:11px!important}.discovery-grid .discovery-card .view-product{font-size:.64rem}.discovery-grid .discovery-card .actions button{min-height:30px!important;font-size:8.4px!important}#products{margin:18px 0 32px}#products .section-head{align-items:center;margin-bottom:10px}#products .section-head h2{font-size:1.35rem}#products .section-kicker{font-size:.7rem}#products .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}#products .card{padding:7px;border-radius:14px}#products .card>img{aspect-ratio:1/1;height:auto;max-height:none;padding:3px;border-radius:10px}#products .card h3{min-height:43px;margin-top:6px;font-size:12px;line-height:1.55}#products .card p{display:none}#products .price{font-size:12.5px;margin-top:4px}#products .actions{grid-template-columns:1fr;gap:5px;padding-top:7px}#products .actions button{min-height:36px;font-size:10.5px;padding:7px 4px}#products .details-button{grid-column:auto;order:-1;min-height:33px!important}.store-footer{display:grid;gap:18px;padding:25px 16px;text-align:center}.store-footer nav{justify-content:center;gap:10px 15px}#cart.drawer .panel{width:100%;max-width:none;padding:18px 14px}.checkout-card{padding:18px 14px}.whatsapp-float{right:12px;bottom:max(12px,env(safe-area-inset-bottom));min-height:48px;padding:9px 11px}.whatsapp-float .wa-icon{width:28px;height:28px}.whatsapp-float .wa-icon svg{width:20px;height:20px}.whatsapp-float .wa-text{display:none}}
@media(max-width:390px){header{grid-template-columns:1fr}.brand{justify-content:center}.header-actions{width:100%;grid-template-columns:repeat(3,1fr)}.header-actions button,.header-tool{font-size:.7rem}#notificationsBtn,#favoritesBtn{font-size:0}#products .grid{gap:6px}#products .card{padding:6px}#products .card h3{font-size:11.4px}#products .actions button{font-size:9.8px}}
@media(min-width:1400px){.hero,.toolbar,#products,.discovery{max-width:1280px}#products .grid{grid-template-columns:repeat(5,minmax(0,1fr))}}

/* storefront source: /growth-v7.css */
.coupon-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.coupon-row input{min-width:0;text-transform:uppercase}.coupon-row button{border:0;border-radius:10px;padding:0 18px;background:#e7f4ed;color:#087f50;font:inherit;font-weight:800;cursor:pointer}.coupon-row button:disabled{opacity:.55;cursor:wait}.coupon-section small{display:block;margin-top:7px;color:#64748b}.coupon-section small.success{color:#087f50;font-weight:800}.coupon-section small.error{color:#b42318}.checkout-summary>span{display:flex;justify-content:space-between;gap:12px}.checkout-summary>span:first-child b{color:#087f50}.reviews-panel{margin-top:24px;padding:22px;border:1px solid #dbe6e0;border-radius:18px;background:#fff}.reviews-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.review-list{display:grid;gap:10px;margin:16px 0}.review-card{padding:14px;border-radius:12px;background:#f5faf7}.review-card header{display:flex;justify-content:space-between;gap:10px}.review-stars{color:#d69000;letter-spacing:2px}.review-form{display:grid;gap:10px;padding-top:14px;border-top:1px solid #e2e8f0}.review-form input,.review-form select,.review-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px;font:inherit}.review-form button{border:0;border-radius:10px;padding:11px;background:#087f50;color:#fff;font:inherit;font-weight:800}.review-message{min-height:22px;color:#475569}@media(max-width:560px){.coupon-row{grid-template-columns:1fr}.coupon-row button{min-height:44px}.reviews-panel{padding:16px}}

/* storefront source: /category-icons.css */
/* Distinctive icons for Browse by Category cards. */
.category-card {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  min-height: 78px !important;
  padding: 13px 14px !important;
  text-align: right !important;
}

.category-card-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #e9f6f1, #ffffff);
  border: 1px solid rgba(11, 84, 71, .15);
  box-shadow: 0 7px 16px rgba(11, 84, 71, .10);
  font-size: 1.45rem;
  line-height: 1;
}

.category-card-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  text-align: right;
}

.category-card-copy strong {
  color: var(--n, #17313a);
  font-family: var(--heading-font, inherit);
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.35;
}

.category-card-copy small {
  color: #6c797f;
  font-size: .76rem;
  font-weight: 700;
}

.category-card:hover .category-card-icon,
.category-card:focus-visible .category-card-icon {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(11, 84, 71, .35);
  box-shadow: 0 10px 20px rgba(11, 84, 71, .16);
}

.category-card-icon {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

@media (max-width: 420px) {
  .category-card {
    gap: 9px !important;
    min-height: 72px !important;
    padding: 10px !important;
  }

  .category-card-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1.2rem;
  }

  .category-card-copy strong {
    font-size: .86rem;
  }
}

/* storefront source: /growth-v8.css */
.growth-announcement{position:relative;z-index:45;padding:8px 16px;background:#0b6b46;color:#fff;text-align:center;font-size:.9rem;font-weight:800}.growth-search-wrap{position:relative}.growth-search-suggestions{position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:80;background:#fff;border:1px solid #dbe6e0;border-radius:14px;box-shadow:0 18px 45px rgba(15,35,26,.16);overflow:hidden;max-height:360px;overflow-y:auto}.growth-search-suggestions[hidden]{display:none}.growth-search-suggestions a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;color:#183329;text-decoration:none;border-bottom:1px solid #edf2ef}.growth-search-suggestions a:last-child{border-bottom:0}.growth-search-suggestions img{width:48px;height:48px;object-fit:contain;border-radius:9px;background:#f5faf7}.growth-search-suggestions strong,.growth-search-suggestions small{display:block}.growth-search-suggestions small{color:#64748b;margin-top:3px}.growth-search-suggestions b{color:#087f50;font-size:.82rem}.growth-featured,.growth-bundles{margin:28px 0;padding:22px;border:1px solid #dbe6e0;border-radius:20px;background:#fff}.growth-section-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:15px}.growth-section-head h2{margin:0}.growth-section-head p{margin:4px 0 0;color:#64748b}.growth-product-grid,.growth-bundle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.growth-product-card,.growth-bundle-card{border:1px solid #e1e9e4;border-radius:15px;padding:12px;background:#fbfdfc}.growth-product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:11px;background:#fff}.growth-product-card a{color:#183329;text-decoration:none}.growth-product-card h3{font-size:.95rem;line-height:1.5;margin:9px 0}.growth-product-card strong{color:#087f50}.growth-rating{display:inline-flex;align-items:center;gap:5px;margin-top:6px;color:#9b6700;font-size:.82rem;font-weight:800}.growth-bundle-card h3{margin:0 0 8px}.growth-bundle-card ul{margin:0 0 12px;padding-inline-start:18px;color:#52635c;line-height:1.8}.growth-bundle-card button,.growth-direct-buy,.growth-add-cart,.growth-restock-form button,.growth-account-form button,.growth-account-logout{border:0;border-radius:11px;padding:11px 14px;background:#087f50;color:#fff;font:inherit;font-weight:800;cursor:pointer}.growth-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.growth-add-cart{background:#e5f4ec;color:#087f50}.growth-whatsapp-secondary{grid-column:1/-1;text-align:center;border:1px solid #d5e4dc;border-radius:11px;padding:10px;color:#476057;text-decoration:none;font-weight:700;background:#fff}.growth-trust-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0}.growth-trust-panel span{padding:10px;border-radius:11px;background:#f4faf7;color:#345448;font-size:.82rem;font-weight:700}.growth-restock{margin-top:12px;padding:14px;border:1px solid #f0d4a0;border-radius:14px;background:#fffaf0}.growth-restock h3{margin:0 0 8px;font-size:1rem}.growth-restock-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.growth-restock-form input{min-width:0;border:1px solid #d6ded9;border-radius:10px;padding:10px;font:inherit}.growth-restock-consent{display:flex!important;align-items:flex-start;gap:7px;margin-top:8px;font-size:.78rem;color:#66756e}.growth-restock-message{display:block;margin-top:7px;font-size:.8rem}.growth-abandon-optin{display:flex!important;align-items:flex-start;gap:8px;margin-top:10px;padding:10px;border-radius:11px;background:#f5faf7;font-size:.8rem!important}.growth-account-button{border:1px solid #d7e5dd;border-radius:10px;padding:9px 12px;background:#fff;color:#183329;font:inherit;font-weight:800;cursor:pointer}.growth-account-modal{position:fixed;inset:0;z-index:120;background:rgba(12,30,22,.58);display:grid;place-items:center;padding:16px}.growth-account-modal[hidden]{display:none}.growth-account-card{width:min(560px,100%);max-height:min(760px,90vh);overflow:auto;background:#fff;border-radius:20px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.25);position:relative}.growth-account-close{position:absolute;top:12px;left:12px;width:38px;height:38px;border:0;border-radius:50%;font-size:1.35rem;background:#eef4f1;cursor:pointer}.growth-account-form{display:grid;gap:9px}.growth-account-form input{border:1px solid #cfdad4;border-radius:10px;padding:11px;font:inherit}.growth-account-note{color:#64748b;font-size:.82rem;line-height:1.7}.growth-account-orders{display:grid;gap:9px;margin-top:14px}.growth-account-order{padding:12px;border:1px solid #dde7e1;border-radius:12px}.growth-account-order header{display:flex;justify-content:space-between;gap:10px}.growth-account-order small{display:block;color:#64748b;margin-top:5px}.growth-notice{padding:10px 12px;border-radius:10px;background:#eef8f3;color:#176744;margin:8px 0;font-size:.85rem}.growth-card-rating{margin-top:5px;color:#a36b00;font-size:.75rem;font-weight:800}.growth-bundle-product-page{margin:20px 0;padding:18px;border:1px solid #dbe6e0;border-radius:16px;background:#f8fcfa}.growth-bundle-product-page button{border:0;border-radius:11px;padding:10px 14px;background:#087f50;color:#fff;font:inherit;font-weight:800}.growth-perf-badge{position:fixed;bottom:12px;left:12px;z-index:5;padding:5px 8px;border-radius:8px;background:rgba(255,255,255,.92);font-size:.68rem;color:#64748b;box-shadow:0 3px 12px rgba(0,0,0,.08)}@media(max-width:900px){.growth-product-grid,.growth-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.growth-trust-panel{grid-template-columns:1fr}.growth-featured,.growth-bundles{padding:16px}}@media(max-width:560px){.growth-product-grid,.growth-bundle-grid{grid-template-columns:1fr 1fr;gap:8px}.growth-product-card,.growth-bundle-card{padding:9px}.growth-restock-form{grid-template-columns:1fr}.growth-product-actions{grid-template-columns:1fr}.growth-whatsapp-secondary{grid-column:auto}.growth-account-button{padding:8px}.growth-search-suggestions a{grid-template-columns:42px minmax(0,1fr)}.growth-search-suggestions img{width:42px;height:42px}.growth-search-suggestions b{display:none}}

/* storefront source: /conversion-v11.css */
.v11-home-section,.v11-cross-sell,.v11-faq{margin:28px 0;padding:22px;border:1px solid #e5ece8;border-radius:20px;background:#fff}.v11-home-section header,.v11-cross-sell>h2,.v11-faq>h2{margin:0 0 16px}.v11-home-section header p{margin:4px 0 0;color:#66766e}.v11-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.v11-card{border:1px solid #e7ece9;border-radius:16px;padding:12px;background:#fff;display:grid;gap:8px}.v11-card a{text-decoration:none;color:inherit}.v11-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:#f7f9f8}.v11-card h3{font-size:14px;line-height:1.5;margin:8px 0}.v11-card>strong{font-size:16px}.v11-card>div{display:flex;gap:8px;flex-wrap:wrap}.v11-card button{flex:1;border:1px solid #d9e3de;background:#f7faf8;border-radius:10px;padding:8px;cursor:pointer}.v11-card .v11-cross-add{flex-basis:100%;background:#166b49;color:#fff;border-color:#166b49;font-weight:700}.v11-compare-button{border:1px solid #d5e0da!important;background:#f7faf8!important;color:#213c2f!important}.v11-compare-bar{position:fixed;left:16px;right:16px;bottom:14px;z-index:1200;display:flex;align-items:center;gap:12px;padding:12px 14px;background:rgba(20,39,31,.96);color:#fff;border-radius:16px;box-shadow:0 12px 34px rgba(0,0,0,.18)}.v11-compare-bar[hidden]{display:none}.v11-compare-bar span{display:flex;gap:6px;flex:1;overflow:auto}.v11-compare-bar button{border:0;border-radius:9px;padding:8px 10px}.v11-compare-bar .primary{background:#fff;color:#18382a;font-weight:700}.v11-modal{position:fixed;inset:0;z-index:1400;background:rgba(0,0,0,.5);display:grid;place-items:center;padding:18px}.v11-modal[hidden]{display:none}.v11-modal-card{position:relative;width:min(980px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:20px;padding:24px}.v11-modal-card>[data-v11-close]{position:absolute;left:16px;top:14px;border:0;background:#eef3f0;border-radius:50%;width:38px;height:38px;font-size:24px}.v11-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v11-compare-grid article{border:1px solid #e4ebe7;border-radius:14px;padding:14px}.v11-compare-grid img{width:100%;aspect-ratio:1/1;object-fit:contain}.v11-shipping-progress{margin:0 0 14px;padding:12px;border-radius:14px;background:#f2f8f5}.v11-shipping-progress>div{display:flex;justify-content:space-between;gap:8px}.v11-shipping-progress i{display:block;height:8px;background:#dce8e2;border-radius:999px;margin-top:8px;overflow:hidden}.v11-shipping-progress i span{display:block;height:100%;background:currentColor;border-radius:inherit}.v11-no-result{padding:14px;color:#6c7771}.v11-faq details{border-top:1px solid #e8eeeb;padding:12px 0}.v11-faq summary{cursor:pointer;font-weight:700}.v11-faq p{color:#52645b;line-height:1.75}.v11-cross-sell .v11-card{background:#fbfcfb}.v11-share-tools{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.v11-share-tools a,.v11-share-tools button{border:1px solid #d6e1db;border-radius:10px;padding:9px 12px;background:#fff;color:#214032;text-decoration:none;cursor:pointer;font:inherit}.v11-share-tools a:first-child{background:#eaf8ef;border-color:#bfe4ca}.v11-share-tools a:nth-child(2){background:#eef4ff;border-color:#cbd9f5}@media(max-width:900px){.v11-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v11-compare-grid{grid-template-columns:1fr}.v11-compare-bar{bottom:76px;flex-wrap:wrap}.v11-compare-bar span{order:3;flex-basis:100%}}@media(max-width:520px){.v11-home-section,.v11-cross-sell,.v11-faq{padding:14px;margin:18px 0}.v11-grid{gap:9px}.v11-card{padding:9px}.v11-card h3{font-size:13px}.v11-compare-bar{left:8px;right:8px;padding:10px}.v11-share-tools>*{flex:1;text-align:center}}

/* storefront source: /reliability-v12.css */
.v12-skip{position:fixed;top:8px;right:8px;z-index:3000;transform:translateY(-160%);background:#fff;color:#143b2b;padding:10px 14px;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.16)}.v12-skip:focus{transform:none}.v12-backend-state{position:fixed;top:12px;left:12px;z-index:2500;display:flex;align-items:center;gap:8px;max-width:min(420px,calc(100vw - 24px));padding:10px 13px;border:1px solid #dbe7e1;border-radius:12px;background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(20,48,36,.12);font-size:13px}.v12-backend-state[hidden]{display:none}.v12-backend-state.is-error{border-color:#efcaca;background:#fff6f6}.v12-backend-state button{border:0;border-radius:8px;padding:6px 9px;cursor:pointer}.v12-trust{margin:22px auto;padding:20px;border:1px solid #dfe9e4;border-radius:20px;background:linear-gradient(180deg,#fbfdfc,#f4f9f6)}.v12-trust h2{margin:0 0 14px;font-size:22px}.v12-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.v12-trust-item{display:flex;gap:9px;align-items:flex-start;padding:12px;border-radius:13px;background:#fff}.v12-trust-item b{font-size:18px}.v12-trust-item span{font-size:13px;line-height:1.6}.v12-trust-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.v12-trust-links a{padding:8px 11px;border:1px solid #d8e3dd;border-radius:10px;color:inherit;text-decoration:none;background:#fff}.v12-category-links{display:flex;gap:8px;overflow:auto;padding:10px 0 16px;scrollbar-width:thin}.v12-category-links a{flex:0 0 auto;text-decoration:none;color:inherit;border:1px solid #dbe5df;background:#fff;border-radius:999px;padding:8px 12px;font-size:13px}.v12-category-links a:hover{background:#f1f7f4}.v12-category-head{margin:20px 0;padding:18px 20px;border-radius:18px;background:#f4f8f6}.v12-category-head h1{margin:0 0 5px}.v12-category-head p{margin:0;color:#61736a}.v12-phone-help{display:block;margin-top:5px;color:#64756d;font-size:12px;line-height:1.5}.v12-product-assurance{margin:16px 0;padding:14px;border:1px solid #e1e9e5;border-radius:14px;background:#fbfcfb}.v12-product-assurance h3{margin:0 0 9px}.v12-product-assurance ul{margin:0;padding-inline-start:20px;line-height:1.8}.v12-product-facts{margin:22px 0;padding:18px;border:1px solid #dfe8e3;border-radius:18px;background:#fff}.v12-product-facts h2{margin:0 0 12px}.v12-product-facts dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0}.v12-product-facts dl div{padding:10px;border-radius:11px;background:#f6f9f7}.v12-product-facts dt{font-size:12px;color:#687970}.v12-product-facts dd{margin:4px 0 0;font-weight:700}.v12-product-facts p{margin:12px 0 0;color:#62736b;font-size:13px;line-height:1.7}.v12-track-help{margin-top:16px;padding:13px;border-radius:13px;background:#f4f8f6;display:flex;justify-content:space-between;align-items:center;gap:10px}.v12-track-help a{white-space:nowrap}.v12-ab-note{font-size:11px;color:#74827b;margin-top:5px}.v12-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:3px solid rgba(18,122,79,.35)!important;outline-offset:3px!important}button,a,input,select,textarea{scroll-margin-top:90px}@media(max-width:800px){.v12-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v12-product-facts dl{grid-template-columns:repeat(2,minmax(0,1fr))}.v12-track-help{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.v12-trust{padding:14px}.v12-trust-grid,.v12-product-facts dl{grid-template-columns:1fr}.v12-backend-state{top:8px;left:8px;right:8px;max-width:none}}@media(prefers-reduced-motion:reduce){.v12-skip,*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* storefront source: /storefront-commerce-v14.css */
#v12BackendState,.v11-compare-bar,#v11CompareModal,.v11-compare-button,[data-v11-compare]{display:none!important}.v14-commerce-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px!important;gap:7px!important;align-items:stretch!important}.v14-commerce-actions button{min-height:42px;border-radius:11px;font:inherit;font-weight:700;cursor:pointer}.v14-add{background:#fff!important;color:#176846!important;border:1px solid #9bc8b2!important}.v14-buy{background:#16724c!important;color:#fff!important;border:1px solid #16724c!important}.v14-favorite{width:42px!important;min-width:42px!important;padding:0!important;background:#fff!important;color:#176846!important;border:1px solid #d8e5de!important;font-size:22px!important}.favorite-card{display:inline-grid!important;place-items:center!important}.actions .v14-add,.actions .v14-buy{min-height:44px}.actions.v14-commerce-actions{grid-template-columns:1fr 1fr!important}.actions.v14-commerce-actions .favorite-card{grid-column:auto}.drawer,.checkout-modal{z-index:5000!important}body.cart-open-v14 .mobile-store-nav,body.checkout-open-v14 .mobile-store-nav{display:none!important}.cart-checkout-area{position:sticky!important;bottom:0!important;z-index:5!important;background:#fff!important;padding-bottom:calc(18px + env(safe-area-inset-bottom))!important}.cart-checkout-area #checkoutBtn,.cart-checkout-area #continueShoppingBtn{position:relative!important;z-index:6!important}.drawer .panel{padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}@media(max-width:820px){body.cart-open-v14,body.checkout-open-v14{padding-bottom:0!important}.drawer .panel{max-height:100dvh!important;padding-bottom:calc(18px + env(safe-area-inset-bottom))!important}.cart-checkout-area{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}}@media(max-width:520px){.v14-commerce-actions{grid-template-columns:1fr 1fr 40px!important;gap:6px!important}.v14-commerce-actions button{font-size:12px;min-height:40px}.actions.v14-commerce-actions{grid-template-columns:1fr 1fr!important}.v11-card .v14-favorite{width:40px!important;min-width:40px!important}}

/* storefront source: /storefront-v16.css */
.v16-image-zoom[hidden]{display:none!important}.v16-image-zoom{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.86);display:grid;place-items:center;padding:24px}.v16-image-zoom img{max-width:min(94vw,1100px);max-height:88vh;object-fit:contain;background:#fff;border-radius:18px}.v16-image-zoom button{position:fixed;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:50%;font-size:28px;cursor:pointer}.v16-zoom-open{overflow:hidden}.product-main-image img{cursor:zoom-in}.v16-trust-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.v16-trust-strip span{font-size:13px;border:1px solid #dfe8e3;background:#f7fbf9;border-radius:999px;padding:7px 10px}.v16-product-sticky{display:none}.v16-add-product,.v16-buy-product{min-width:120px}.v16-seo-category-links{display:flex!important;flex-wrap:wrap;gap:8px 12px;align-items:center}.v16-seo-category-links strong{width:100%;margin-bottom:2px}.v16-seo-category-links a{font-size:13px;text-decoration:none;opacity:.9}@media(max-width:760px){body:has(.product-detail){padding-bottom:86px}.v16-product-sticky{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:4200;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px 12px;box-shadow:0 16px 40px rgba(0,0,0,.16)}.v16-product-sticky div{display:grid;gap:2px}.v16-product-sticky small{color:#6b7280}.v16-product-sticky strong{font-size:15px}.v16-product-sticky button{border:0;border-radius:12px;padding:12px 20px;font-weight:800;background:#167c4f;color:#fff}.product-page-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-page-actions>*{min-width:0}.v16-trust-strip{display:grid;grid-template-columns:1fr}.v16-seo-category-links{width:100%}}

/* storefront source: /storefront-v17.css */
.v17-cart-resume{position:fixed;z-index:10040;left:max(14px,env(safe-area-inset-left));right:max(14px,env(safe-area-inset-right));bottom:max(84px,calc(env(safe-area-inset-bottom) + 72px));display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:#fff;box-shadow:0 14px 45px rgba(0,0,0,.18);border:1px solid rgba(8,127,80,.14);max-width:720px;margin:auto}.v17-cart-resume div{display:grid;gap:3px}.v17-cart-resume span{font-size:.86rem;color:#66736c}.v17-resume-close{border:0;background:transparent;font-size:1.4rem}.v17-resume-action,.v17-bundle-card button{border:0;border-radius:12px;padding:10px 14px;background:#087f50;color:#fff;font-weight:800;cursor:pointer}.v17-bundle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.v17-bundle-card{display:grid;gap:12px;padding:16px;border:1px solid #e3ebe7;border-radius:18px;background:#fff}.v17-bundle-card>div{display:grid;gap:6px}.v17-bundle-card span{font-size:.9rem}.v17-bundle-card span.unavailable{text-decoration:line-through;opacity:.55}.v17-bundle-card>strong{font-size:1.05rem}.v17-bundle-card button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.v17-cart-resume{grid-template-columns:auto 1fr}.v17-resume-action{grid-column:1/-1;width:100%}}

/* storefront source: /storefront-v18.css */
.v18-promo-panel{display:grid;gap:8px}.v18-promo-panel>button{display:flex;justify-content:space-between;gap:12px;align-items:center;text-align:right;border:1px solid #d8e6df;background:#f8fffb;border-radius:12px;padding:10px 12px;cursor:pointer}.v18-promo-panel>button strong,.v18-promo-panel>button small{display:block}.v18-variant-box{margin:14px 0;padding:12px;border:1px solid #d8e6df;border-radius:14px;background:#fbfffd}.v18-variant-box label{display:grid;gap:8px;font-weight:700}.v18-variant-box select{min-height:44px;border:1px solid #ccd8d1;border-radius:10px;padding:8px;background:#fff}.v18-variant-box small{display:block;margin-top:7px;color:#52615a}@media(max-width:720px){.v18-promo-panel>button{align-items:flex-start;flex-direction:column}}

/* storefront source: /mobile-nav.css */
.mobile-store-nav{display:none}.app-download-float{position:fixed;z-index:1195;left:18px;bottom:22px;display:flex;align-items:center;gap:9px;min-height:54px;padding:8px 13px 8px 10px;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:linear-gradient(135deg,#102b38,#0b5447);color:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(16,43,56,.28);font-family:inherit;transition:transform .18s ease,box-shadow .18s ease}.app-download-float:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(16,43,56,.34)}.app-download-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#f6b73c;color:#102b38;font-size:1.45rem;font-weight:900;line-height:1}.app-download-copy{display:grid;gap:0;line-height:1.15}.app-download-copy strong{font-size:.86rem;font-weight:900;white-space:nowrap}.app-download-copy small{margin-top:3px;color:#cfe3dd;font-size:.68rem;font-weight:700;direction:ltr;text-align:right}@media(max-width:768px){body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.mobile-store-nav{position:fixed;z-index:1200;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);padding:7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.97);border-top:1px solid #d9e4de;box-shadow:0 -8px 24px rgba(19,54,39,.13);backdrop-filter:blur(14px)}.mobile-store-nav a,.mobile-store-nav button{position:relative;border:0;background:transparent;color:#617168;text-decoration:none;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;font:inherit;cursor:pointer}.mobile-store-nav span{font-size:1.35rem;line-height:1}.mobile-store-nav small{font-size:.72rem;font-weight:700;white-space:nowrap}.mobile-store-nav .active{color:#087f51}.mobile-store-nav b{position:absolute;top:0;right:calc(50% - 21px);min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#e74040;color:#fff;font-size:.65rem;line-height:17px;text-align:center}.whatsapp-float{bottom:calc(102px + env(safe-area-inset-bottom))!important}.app-download-float{left:max(12px,env(safe-area-inset-left));bottom:calc(92px + env(safe-area-inset-bottom));min-height:44px;gap:7px;padding:6px 8px;border-radius:14px;max-width:132px}.app-download-icon{width:31px;height:31px;border-radius:10px;font-size:1.18rem;flex:0 0 auto}.app-download-copy{display:none}.app-download-float::after{content:'تحميل التطبيق';font-size:.69rem;font-weight:900;white-space:nowrap;line-height:1}#storeScrollTop{bottom:calc(148px + env(safe-area-inset-bottom))!important}.drawer .panel,.checkout-card{padding-bottom:calc(94px + env(safe-area-inset-bottom))}.store-footer{padding-bottom:28px}}@media(max-width:390px){.app-download-float{left:max(10px,env(safe-area-inset-left));bottom:calc(92px + env(safe-area-inset-bottom));min-height:42px;padding:5px 7px;gap:6px;max-width:118px}.app-download-icon{width:30px;height:30px;border-radius:9px;font-size:1.12rem}.app-download-float::after{content:'التطبيق';font-size:.7rem}}

/* storefront source: /storefront-experience-v1.css */
:root {
  --store-green: #087a4b;
  --store-green-dark: #065f3a;
  --store-ink: #111714;
  --store-muted: #64716b;
  --store-line: #d6e3dc;
  --store-soft: #eef7f2;
}

.store-confidence-strip {
  width: min(1180px, calc(100% - 24px));
  margin: 14px auto 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.store-confidence-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--store-line);
  border-radius: 15px;
  background: #fff;
  color: var(--store-ink);
  text-decoration: none;
  box-shadow: 0 7px 22px rgba(8, 122, 75, .05);
}

.store-confidence-item > span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--store-soft);
  font-size: 1.15rem;
}

.store-confidence-item strong,
.store-confidence-item small {
  display: block;
}

.store-confidence-item strong {
  margin-bottom: 2px;
  font-size: .88rem;
}

.store-confidence-item small {
  color: var(--store-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.mobile-store-nav,
.mobile-product-bar {
  display: none;
}

@media (max-width: 820px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  header {
    min-height: 60px;
  }

  header .header-actions {
    display: none !important;
  }

  .hero {
    margin-bottom: 12px !important;
  }

  .toolbar {
    position: relative !important;
    top: auto !important;
    gap: 8px !important;
    margin: 0 auto 12px !important;
    padding: 10px !important;
    border-radius: 15px !important;
  }

  .toolbar .search-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(108px, 128px) !important;
    gap: 7px !important;
  }

  .toolbar .search-row input,
  .toolbar .search-row select {
    min-width: 0 !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 11px !important;
    border-radius: 11px !important;
    font-size: .86rem !important;
  }

  .toolbar .category-strip {
    display: none !important;
  }

  .toolbar .advanced-filters {
    width: 100% !important;
    padding-top: 7px !important;
    border-top: 1px solid #e4ece8 !important;
  }

  .toolbar .advanced-filters summary {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    border-radius: 10px;
    background: var(--store-soft);
    color: var(--store-green);
    font-size: .83rem;
  }

  .toolbar .filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 8px !important;
  }

  .toolbar .filter-grid label,
  .toolbar .filter-grid button {
    min-width: 0;
    font-size: .75rem !important;
  }

  .toolbar .filter-grid input {
    min-height: 40px !important;
    padding: 0 9px !important;
  }

  .toolbar .filter-grid .secondary-button {
    grid-column: 1 / -1 !important;
    min-height: 40px;
  }

  .store-confidence-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 10px auto 22px;
  }

  .store-confidence-item {
    gap: 7px;
    min-height: 66px;
    padding: 9px;
    border-radius: 13px;
  }

  .store-confidence-item > span {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: .95rem;
  }

  .store-confidence-item strong {
    font-size: .74rem;
  }

  .store-confidence-item small {
    font-size: .62rem;
  }

  #discovery,
  #products {
    margin-top: 18px !important;
  }

  #discovery .section-head,
  #products .section-head,
  .related-products .section-head {
    align-items: center !important;
    margin-bottom: 10px !important;
  }

  #discovery .section-head h2,
  #products .section-head h2,
  .related-products .section-head h2 {
    margin: 0 !important;
    font-size: clamp(1.35rem, 7vw, 1.8rem) !important;
    line-height: 1.3 !important;
  }

  #discovery .section-kicker,
  #products .section-kicker {
    margin-bottom: 3px !important;
    font-size: .68rem !important;
  }

  .category-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .category-card {
    min-width: 0 !important;
    max-width: none !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 9px 10px !important;
    border-radius: 13px !important;
    text-align: right !important;
  }

  .category-card-icon {
    flex: 0 0 35px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
  }

  .category-card strong,
  .category-card-copy strong {
    font-size: .77rem !important;
    line-height: 1.35 !important;
  }

  .category-card span,
  .category-card small,
  .category-card-copy small {
    font-size: .64rem !important;
  }

  #products .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  #products .card {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 6px !important;
    border-radius: 14px !important;
  }

  #products .card .product-card-link {
    display: block;
  }

  #products .card .product-card-link > img,
  #products .card > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    padding: 3px !important;
    border-radius: 10px !important;
    object-fit: contain !important;
  }

  #products .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 7px 3px 2px !important;
  }

  #products .card h3 {
    min-height: 38px !important;
    margin: 5px 0 3px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .72rem !important;
    line-height: 1.55 !important;
  }

  #products .card p {
    display: none !important;
  }

  #products .card-badge {
    align-self: flex-start;
    margin: 0 0 2px !important;
    padding: 3px 7px !important;
    font-size: .58rem !important;
  }

  #products .price {
    margin: 2px 0 !important;
    color: var(--store-green) !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
  }

  #products .card-meta {
    min-height: 31px;
    margin-top: 2px !important;
    font-size: .62rem !important;
  }

  #products .favorite-card {
    width: 30px !important;
    height: 30px !important;
    font-size: 1rem !important;
  }

  #products .view-product {
    width: 100%;
    min-height: 31px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 4px 0 !important;
    padding: 5px !important;
    border: 1px solid #d4e5dc !important;
    border-radius: 8px !important;
    background: #f4f8f6 !important;
    color: var(--store-green) !important;
    font-size: .62rem !important;
    text-decoration: none;
  }

  #products .actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    margin-top: auto !important;
    padding-top: 2px !important;
  }

  #products .actions button {
    min-width: 0;
    min-height: 35px !important;
    padding: 5px 2px !important;
    border-radius: 8px !important;
    font-size: .58rem !important;
  }

  .mobile-store-nav {
    position: fixed;
    z-index: 70;
    inset-inline: 8px;
    bottom: max(7px, env(safe-area-inset-bottom));
    min-height: 61px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    padding: 5px 7px;
    border: 1px solid rgba(214, 227, 220, .95);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 13px 35px rgba(17, 23, 20, .18);
    backdrop-filter: blur(16px);
  }

  .mobile-store-nav a,
  .mobile-store-nav button {
    position: relative;
    min-width: 0;
    min-height: 49px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1px;
    padding: 3px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #5c6963;
    text-decoration: none;
  }

  .mobile-store-nav a.active,
  .mobile-store-nav button.active {
    background: var(--store-soft);
    color: var(--store-green);
  }

  .mobile-store-nav span {
    font-size: 1.18rem;
    line-height: 1;
  }

  .mobile-store-nav small {
    font-size: .62rem;
    font-weight: 800;
  }

  .mobile-store-nav b {
    position: absolute;
    top: 2px;
    inset-inline-start: calc(50% + 9px);
    min-width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    padding: 0 3px;
    border-radius: 99px;
    background: var(--store-green);
    color: #fff;
    font-size: .56rem;
  }

  /* Keep checkout controls fully reachable on mobile. The navigation returns
     as soon as the checkout modal closes. */
  body.checkout-open .mobile-store-nav {
    display: none !important;
  }

  body.checkout-open .checkout-modal {
    padding-bottom: max(18px, env(safe-area-inset-bottom)) !important;
  }

  body.checkout-open .checkout-card {
    margin-bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }

  .product-page {
    margin: 16px auto !important;
    padding: 0 10px !important;
  }

  .breadcrumbs {
    margin-bottom: 12px !important;
    font-size: .72rem;
  }

  .product-detail {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 11px !important;
    border-radius: 17px !important;
  }

  .product-main-image {
    min-height: 245px !important;
    padding: 7px !important;
    border-radius: 14px !important;
  }

  .product-main-image img {
    height: min(360px, 44vh) !important;
  }

  .product-thumbnails {
    display: flex !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding: 2px 1px 6px !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .product-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .product-thumbnail {
    flex: 0 0 68px !important;
    width: 68px !important;
    scroll-snap-align: start;
  }

  .product-info h1 {
    margin: 8px 0 !important;
    font-size: 1.45rem !important;
    line-height: 1.45 !important;
  }

  .product-description {
    margin: 7px 0 !important;
    font-size: .88rem !important;
    line-height: 1.8 !important;
  }

  .product-price {
    margin: 11px 0 !important;
    font-size: 1.35rem !important;
  }

  .product-page-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    margin: 13px 0 !important;
  }

  .purchase-benefits {
    margin: 12px 0 0;
    padding: 13px 28px 13px 10px !important;
    border-radius: 12px !important;
    font-size: .76rem;
  }

  .product-long-details {
    margin-top: 15px !important;
    padding: 15px !important;
    border-radius: 14px !important;
    font-size: .82rem;
  }

  .related-products {
    margin-top: 22px !important;
  }

  .related-products .discovery-static-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .related-products .card {
    min-width: 0 !important;
    padding: 6px !important;
    border-radius: 13px !important;
  }

  .related-products .card h3 {
    min-height: 37px;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .7rem !important;
    line-height: 1.45;
  }

  .mobile-product-bar {
    position: fixed;
    z-index: 69;
    inset-inline: 8px;
    bottom: calc(75px + env(safe-area-inset-bottom));
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--store-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 28px rgba(17, 23, 20, .18);
    backdrop-filter: blur(14px);
  }

  .mobile-product-bar strong {
    overflow: hidden;
    color: var(--store-green);
    font-size: .83rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-product-bar button {
    min-height: 41px;
    border: 0;
    border-radius: 11px;
    background: var(--store-green);
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
  }

  .mobile-product-bar button:disabled {
    background: #8b9791;
  }
}

@media (max-width: 390px) {
  .toolbar .search-row {
    grid-template-columns: minmax(0, 1fr) 104px !important;
  }

  .category-card {
    min-height: 66px !important;
    padding: 8px !important;
  }

  #products .actions button {
    font-size: .54rem !important;
  }
}

/* storefront source: /free-upgrades-v23.css */
.smart-search-results-v23{position:absolute;z-index:80;top:calc(100% + 6px);inset-inline:0;background:#fff;border:1px solid #dce8e2;border-radius:14px;box-shadow:0 14px 34px #10261b24;overflow:hidden;max-height:430px;overflow-y:auto}.search-row{position:relative}.smart-search-item-v23{display:flex;align-items:center;gap:10px;padding:9px 11px;color:#17211d;text-decoration:none;border-bottom:1px solid #edf3ef}.smart-search-item-v23:last-child{border-bottom:0}.smart-search-item-v23:hover{background:#f5faf7}.smart-search-item-v23 img{width:52px;height:52px;object-fit:cover;border-radius:9px;background:#f3f5f4}.smart-search-item-v23 span{display:grid;gap:3px;min-width:0}.smart-search-item-v23 strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-search-item-v23 small{font-weight:800;color:#087f50}.smart-search-empty-v23{margin:0;padding:13px;color:#64736c;font-size:13px}.personal-recommendations-v23{display:grid;gap:28px;margin:28px auto;max-width:1240px;padding:0 18px}.recommend-section-v23{display:grid;gap:14px}.recommend-grid-v23{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.recommend-card-v23{border:1px solid #e0e8e4;border-radius:14px;background:#fff;overflow:hidden;min-width:0}.recommend-card-v23 a{display:grid;gap:8px;padding:9px;text-decoration:none;color:inherit}.recommend-card-v23 img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:#f4f6f5}.recommend-card-v23 strong{font-size:13px;line-height:1.5;min-height:39px}.recommend-card-v23 span{font-size:13px;font-weight:900;color:#087f50}.store-footer-v23{margin-top:54px;background:#0f211a;color:#e8f3ee;padding:34px 20px calc(26px + env(safe-area-inset-bottom))}.store-footer-grid-v23{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.store-footer-v23 section{display:grid;gap:8px;align-content:start}.store-footer-v23 strong{font-size:16px}.store-footer-v23 p,.store-footer-v23 a,.store-footer-v23 span{color:#bed1c8;font-size:13px;line-height:1.8;text-decoration:none}.store-footer-v23 a:hover{color:#fff}.store-footer-bottom-v23{max-width:1180px;margin:24px auto 0;padding-top:16px;border-top:1px solid #ffffff1f;color:#91a99e;font-size:12px}.delivery-confidence-v23{display:grid;gap:8px;margin-top:16px;padding:13px;border-radius:13px;background:#f4faf7;border:1px solid #d9e9e1;color:#24443a;font-size:13px}.delivery-confidence-v23 strong{color:#0b5c42}.mobile-product-cta-v23{display:none}.product-card-link img,.recommend-card-v23 img,.smart-search-item-v23 img{content-visibility:auto}.info-page-v23{max-width:860px;margin:34px auto;padding:0 18px 42px}.info-card-v23{background:#fff;border:1px solid #e0e8e4;border-radius:18px;padding:24px;box-shadow:0 10px 30px #13271d0d}.info-card-v23 h1{margin-top:0;color:#0b5c42}.info-card-v23 h2{margin-top:26px}.info-card-v23 p,.info-card-v23 li{line-height:1.9;color:#394a43}.info-card-v23 a{color:#087f50;font-weight:800}.info-nav-v23{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.info-nav-v23 a{padding:8px 12px;border:1px solid #dbe7e1;border-radius:10px;text-decoration:none;background:#fff}
@media(max-width:900px){.recommend-grid-v23{grid-template-columns:repeat(3,minmax(0,1fr))}.store-footer-grid-v23{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.recommend-grid-v23{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.personal-recommendations-v23{padding:0 12px}.store-footer-grid-v23{grid-template-columns:1fr}.store-footer-v23{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.mobile-product-cta-v23{position:fixed;z-index:1160;display:flex;left:10px;right:10px;bottom:calc(70px + env(safe-area-inset-bottom));align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border:1px solid #d7e5de;border-radius:14px;background:#fff;box-shadow:0 12px 30px #10261b30}.mobile-product-cta-v23 span{display:grid}.mobile-product-cta-v23 small{font-size:10px;color:#6b7972}.mobile-product-cta-v23 strong{font-size:13px;color:#17211d}.mobile-product-cta-v23 button{border:0;border-radius:10px;padding:11px 16px;background:#087f50;color:#fff;font-weight:900}.smart-search-results-v23{position:fixed;top:128px;left:12px;right:12px;max-height:55vh}}

/* storefront source: /free-upgrades-v24.css */
.phase2-toast-v24{position:fixed;z-index:1300;inset-inline-start:50%;bottom:calc(88px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(460px,calc(100vw - 28px));padding:11px 14px;border:1px solid #d8e4de;border-radius:14px;background:#fff;color:#173128;box-shadow:0 14px 34px #0002;font:700 13px/1.5 system-ui;text-align:center}.phase2-toast-v24.online{border-color:#91d0ad;background:#f2fbf6}.phase2-toast-v24.offline{border-color:#e3c56d;background:#fff9e8}.pwa-install-v24{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:1px solid #c9ded4;border-radius:12px;padding:8px 13px;background:#f6fbf8;color:#087a4b;font-weight:800;cursor:pointer}.smart-search-v24{position:absolute;z-index:1120;inset-inline:0;top:calc(100% + 7px);display:grid;gap:4px;padding:7px;border:1px solid #dbe5df;border-radius:16px;background:#fff;box-shadow:0 18px 42px #0002;max-height:min(480px,70vh);overflow:auto}.search-row{position:relative}.smart-search-v24[hidden]{display:none}.smart-search-v24>small{padding:6px 9px;color:#68736e}.smart-search-result-v24{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;padding:8px;border-radius:12px;color:inherit;text-decoration:none}.smart-search-result-v24:hover,.smart-search-result-v24:focus{background:#f2f8f5}.smart-search-result-v24 img{width:52px;height:52px;object-fit:contain;border-radius:10px;background:#f7f8f8}.smart-search-result-v24 span{display:grid;gap:3px;min-width:0}.smart-search-result-v24 strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-search-result-v24 em{font-style:normal;color:#087a4b;font-weight:800;font-size:13px}.phase2-section-v24{width:min(1180px,calc(100% - 28px));margin:28px auto}.phase2-section-v24 .phase2-grid-v24{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.phase2-product-v24{display:grid;gap:8px;padding:11px;border:1px solid #e4e9e6;border-radius:17px;background:#fff;text-decoration:none;color:inherit}.phase2-product-v24 img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:#fafafa}.phase2-product-v24 strong{font-size:14px}.phase2-product-v24 span{color:#087a4b;font-weight:900}.phase2-title-v24{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px}.phase2-title-v24 h2{margin:0;font-size:22px}.phase2-title-v24 small{color:#68736e}.customer-hub-link-v24{white-space:nowrap}.saved-profile-v24{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0;padding:10px 12px;border:1px dashed #b9d2c5;border-radius:12px;background:#f7fbf9;font-size:13px}.saved-profile-v24 button{border:0;border-radius:9px;padding:7px 10px;background:#087f50;color:#fff;font-weight:800;cursor:pointer}.my-orders-v24{width:min(980px,calc(100% - 28px));margin:24px auto 70px}.my-orders-head-v24{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.my-orders-head-v24 h1{margin:0}.orders-list-v24{display:grid;gap:14px}.order-card-v24{border:1px solid #e1e7e3;border-radius:18px;background:#fff;padding:16px;box-shadow:0 8px 22px #0000000b}.order-card-v24 header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.order-card-v24 header div{display:grid;gap:4px}.order-status-v24{padding:5px 9px;border-radius:999px;background:#eef8f3;color:#087a4b;font-weight:900;font-size:12px}.order-status-v24.cancelled,.order-status-v24.returned{background:#fff0ed;color:#a23a2e}.order-items-v24{margin:13px 0;padding:0 18px;display:grid;gap:4px;color:#4b5752}.order-actions-v24{display:flex;gap:8px;flex-wrap:wrap}.order-actions-v24 a,.order-actions-v24 button,.my-orders-head-v24 button{border:1px solid #cfe0d8;border-radius:10px;padding:8px 11px;background:#f7fbf9;color:#087a4b;text-decoration:none;font-weight:800;cursor:pointer}.order-actions-v24 .primary{background:#087f50;color:#fff;border-color:#087f50}.empty-orders-v24{padding:30px;border:1px dashed #cbd8d1;border-radius:18px;text-align:center;background:#fff}.category-tools-v24{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.category-tools-v24 input{min-width:min(280px,100%);flex:1;border:1px solid #dce4e0;border-radius:11px;padding:10px 12px}.category-tools-v24 button{border:1px solid #d3e1da;border-radius:10px;padding:9px 12px;background:#fff;color:#17604b;font-weight:800;cursor:pointer}.category-tools-v24 button.active{background:#087f50;color:#fff}.category-trust-v24{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;color:#4f6058;font-size:13px}.category-trust-v24 span{padding:6px 9px;border-radius:999px;background:#f3f8f5}.phase2-category-badge-v24{display:inline-flex;width:max-content;padding:4px 7px;border-radius:999px;background:#fff1d9;color:#8a5900;font-size:11px;font-weight:900}.phase2-category-action-v24{display:inline-flex;justify-content:center;margin-top:4px;padding:8px;border-radius:10px;background:#087f50;color:#fff!important;text-decoration:none;font-weight:800}.admin-link-phase2-v24{font-weight:800}.store-footer-v23 a.customer-hub-link-v24{color:inherit}@media(max-width:820px){.phase2-section-v24 .phase2-grid-v24{grid-template-columns:repeat(2,minmax(0,1fr))}.phase2-section-v24{width:min(100% - 18px,1180px)}.phase2-title-v24 h2{font-size:19px}.my-orders-v24{width:min(100% - 18px,980px)}.my-orders-head-v24{align-items:flex-start}.smart-search-v24{position:fixed;top:118px;left:9px;right:9px;inset-inline:auto;max-height:60vh}.order-card-v24 header{flex-direction:column}.saved-profile-v24{align-items:flex-start;flex-direction:column}}

/* storefront source: /phase3-v25.css */
.phase3-eta-v25{margin:10px 0;padding:10px 12px;border:1px solid #dce9e2;border-radius:12px;background:#f6fbf8;color:#36584a;font-size:.84rem;font-weight:700}.phase3-promo-v25{margin:14px 0;padding:12px;border-radius:14px;background:#fff8e8;border:1px solid #f0d99c}.phase3-promo-v25 strong{display:block;color:#173d31}.phase3-promo-v25 small{display:block;margin-top:4px;color:#64766d}.phase3-promo-v25 button{margin-top:8px;border:0;border-radius:10px;padding:8px 12px;background:#087f50;color:#fff;font:inherit;font-weight:800;cursor:pointer}.phase3-card-tools-v25{display:flex;gap:6px;margin-top:8px}.phase3-card-tools-v25 button{flex:1;border:1px solid #d7e5dd;border-radius:9px;background:#fff;padding:7px 5px;font:inherit;font-size:.72rem;font-weight:800;color:#315746;cursor:pointer}.phase3-compare-bar-v25{position:fixed;z-index:1170;left:50%;bottom:92px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;max-width:min(92vw,520px);padding:9px 11px;border-radius:14px;background:#173d31;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.2)}.phase3-compare-bar-v25[hidden]{display:none}.phase3-compare-bar-v25 button{border:0;border-radius:9px;padding:7px 10px;font:inherit;font-weight:800;cursor:pointer}.phase3-compare-bar-v25 .primary{background:#f6b73c;color:#16382e}.phase3-modal-v25{position:fixed;z-index:1500;inset:0;display:grid;place-items:center;padding:16px;background:rgba(5,20,14,.55)}.phase3-modal-v25[hidden]{display:none}.phase3-modal-card-v25{width:min(760px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:18px;padding:18px;box-shadow:0 24px 70px rgba(0,0,0,.28)}.phase3-modal-card-v25>header{display:flex;justify-content:space-between;align-items:center;gap:12px}.phase3-modal-card-v25>header button{border:0;background:#edf4f0;border-radius:50%;width:36px;height:36px;font-size:1.3rem}.phase3-compare-grid-v25{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.phase3-compare-item-v25{border:1px solid #dce7e1;border-radius:14px;padding:12px;min-width:0}.phase3-compare-item-v25 img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:10px}.phase3-compare-item-v25 h3{font-size:.9rem}.phase3-compare-item-v25 p{font-size:.76rem;color:#60746a}.phase3-manage-v25{margin-top:10px;padding-top:10px;border-top:1px solid #e0e8e3}.phase3-manage-v25 button{margin-inline-start:6px;border:1px solid #cdded5;border-radius:9px;background:#fff;padding:8px 11px;font:inherit;font-weight:800;cursor:pointer}.phase3-manage-v25 button.danger{color:#b32323;border-color:#efcaca}.phase3-edit-grid-v25{display:grid;gap:10px;margin-top:14px}.phase3-edit-grid-v25 label{display:grid;gap:5px;font-weight:800}.phase3-edit-grid-v25 input,.phase3-edit-grid-v25 textarea{width:100%;box-sizing:border-box;border:1px solid #cadbd2;border-radius:10px;padding:10px;font:inherit}.phase3-edit-items-v25{display:grid;gap:8px}.phase3-edit-item-v25{display:grid;grid-template-columns:1fr 90px;gap:8px;align-items:center}.phase3-success-details-v25{margin-top:14px;padding:12px;border:1px solid #dce7e1;border-radius:14px;background:#f8fbf9}.phase3-success-details-v25 ul{margin:8px 0;padding-right:20px}.phase3-success-actions-v25{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.phase3-success-actions-v25 a,.phase3-success-actions-v25 button{border:1px solid #cdded5;border-radius:10px;padding:9px 12px;background:#fff;color:#173d31;text-decoration:none;font:inherit;font-weight:800}.phase3-share-toast-v25{position:fixed;z-index:1600;bottom:110px;left:50%;transform:translateX(-50%);background:#173d31;color:#fff;border-radius:10px;padding:9px 13px;font-size:.82rem}@media(max-width:600px){.phase3-compare-grid-v25{grid-template-columns:1fr}.phase3-compare-bar-v25{bottom:calc(92px + env(safe-area-inset-bottom));font-size:.78rem}.phase3-modal-card-v25{padding:14px}.phase3-edit-item-v25{grid-template-columns:1fr 76px}body:has(.phase3-compare-bar-v25:not([hidden])) .app-download-float,body:has(.phase3-compare-bar-v25:not([hidden])) #storeScrollTop{display:none!important}}

/* storefront source: /storefront-parity.css */
/* Fixed storefront grids — loaded last in the CDN build.
   Pure CSS only: no observers, transforms or horizontal-scroll handlers. */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#discovery,
.discovery-section,
.category-discovery,
#products {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Category filters remain a single swipeable row on phones and small screens. */
.category-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 7px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 2px 0 8px !important;
  scroll-snap-type: x proximity !important;
  overscroll-behavior-inline: contain !important;
  transform: none !important;
  touch-action: pan-x pan-y !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-strip button {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  scroll-snap-align: start !important;
}

/* All category cards are visible in a stable grid. */
.category-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding: 0 !important;
  scroll-snap-type: none !important;
  transform: none !important;
  touch-action: auto !important;
}

.category-card {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: initial !important;
  scroll-snap-align: none !important;
  transform: none !important;
}

/* Each discovery list contains exactly four products:
   2 × 2 on phones and four cards in one row on wider screens. */
.discovery-grid,
.product-rail,
.horizontal-products,
[data-horizontal-scroll] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  overflow-x: visible !important;
  padding: 0 !important;
  scroll-snap-type: none !important;
  overscroll-behavior: auto !important;
  transform: none !important;
  touch-action: auto !important;
}

.discovery-grid > .card,
.product-rail > .card,
.horizontal-products > .card,
[data-horizontal-scroll] > .card {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: initial !important;
  scroll-snap-align: none !important;
  transform: none !important;
}

.discovery-grid > .card:nth-child(n + 5) {
  display: none !important;
}

.discovery-grid .discovery-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex-basis: auto !important;
}

.discovery-grid .discovery-card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

/* The complete catalogue remains a normal product grid. */
#products .grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  overflow: visible !important;
}

#products .grid > .card {
  min-width: 0 !important;
}

/* Mobile uses the complete category card grid, so the duplicate filter rail is hidden. */
@media (max-width: 820px) {
  .toolbar .category-strip {
    display: none !important;
  }
}

@media (min-width: 720px) {
  .category-cards,
  .discovery-grid,
  .product-rail,
  .horizontal-products,
  [data-horizontal-scroll],
  #products .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

/* storefront source: /mobile-orders-nav-v26.css */
@media (max-width: 820px) {
  #mobileStoreNav.mobile-store-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
