*,:after,:before{box-sizing:border-box}:root{--brand:#132f4c;--brand-light:#eaf1f7;--brand-dark:#091d30;--brand-hover:#1d456a;--accent:#f9bd2b;--accent-dark:#e8a70b;--accent-soft:#fff5d6;--success:#15805d;--danger:#c0392b;--danger-soft:#fef2f2;--text:#152231;--text-muted:#647180;--text-light:#8a96a3;--border:#dde4e9;--bg:#f6f8f7;--surface-soft:#eef3f3;--white:#ffffff;--radius:18px;--radius-sm:10px;--shadow-sm:0 1px 3px rgba(9,29,48,0.08);--shadow-md:0 14px 38px rgba(9,29,48,0.12);--shadow-lg:0 28px 70px rgba(9,29,48,0.18)}html{scroll-behavior:smooth}@keyframes cart-bump{0%{transform:scale(1) rotate(0deg)}25%{transform:scale(1.4) rotate(-8deg)}55%{transform:scale(1.2) rotate(6deg)}80%{transform:scale(1.05) rotate(-2deg)}to{transform:scale(1) rotate(0deg)}}.cart-bump{animation:cart-bump .5s cubic-bezier(.36,.07,.19,.97) both}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--accent);color:var(--brand-dark)}:focus-visible{outline:3px solid rgba(249,189,43,.55);outline-offset:3px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}button,input,select,textarea{font:inherit}@keyframes pesapal-spin{to{transform:rotate(1turn)}}.pesapal-checkout-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:clamp(8px,3vw,32px);background:rgba(9,29,48,.68);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pesapal-checkout-dialog{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(620px,100%);height:calc(100dvh - clamp(16px, 6vh, 64px));max-height:860px;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-lg)}.pesapal-checkout-header{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--white)}.pesapal-checkout-heading{display:flex;align-items:center;gap:11px;min-width:0}.pesapal-checkout-heading>div{min-width:0}.pesapal-checkout-heading h2{margin:0;color:var(--text);font-size:16px;font-weight:850;line-height:1.25}.pesapal-checkout-heading p{margin:2px 0 0;overflow:hidden;color:var(--text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.pesapal-checkout-lock{display:grid;flex:none;width:38px;height:38px;place-items:center;border-radius:12px;background:#e8f7f1;color:var(--success)}.pesapal-checkout-lock svg{width:20px;height:20px}.pesapal-checkout-close{display:inline-flex;flex:none;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:8px 13px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);font-size:13px;font-weight:750}.pesapal-checkout-close:hover{border-color:#b9c8d2;background:var(--bg)}.pesapal-checkout-close svg{width:17px;height:17px}.pesapal-checkout-frame{position:relative;min-height:0;background:var(--bg)}.pesapal-checkout-iframe{display:block;width:100%;height:100%;border:0;background:var(--white)}.pesapal-checkout-loading{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;background:var(--white);color:var(--text-muted);font-size:13px}.pesapal-checkout-spinner{width:30px;height:30px;border:3px solid var(--brand-light);border-top-color:var(--brand);border-radius:50%;animation:pesapal-spin .8s linear infinite}.pesapal-checkout-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:11px 16px;border-top:1px solid var(--border);background:#fbfcfd;color:var(--text-muted);font-size:12px;line-height:1.45}.pesapal-checkout-status{flex:1 1;min-width:0;text-align:left}.pesapal-checkout-footer a{display:inline-flex;flex:none;align-items:center;justify-content:center;gap:5px;min-height:44px;padding:6px 8px;border-radius:var(--radius-sm);color:var(--brand);font-weight:750}.pesapal-checkout-footer a:hover{background:var(--brand-light)}.pesapal-checkout-footer a svg{width:15px;height:15px}@media (max-width:640px){.pesapal-checkout-overlay{padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.pesapal-checkout-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.pesapal-checkout-header{padding-top:max(12px,env(safe-area-inset-top))}.pesapal-checkout-footer{padding-bottom:max(11px,env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.pesapal-checkout-spinner{animation-duration:1.6s}}.storefront-icon{width:24px;height:24px}.tracking-empty-icon{width:56px;height:56px;margin-bottom:16px;color:var(--brand)}.category-tree-icon{width:17px;height:17px;flex:none}.site-header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:90}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:15px;line-height:1;padding:12px 22px;border-radius:var(--radius-sm);border:1.5px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;text-align:center;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-brand{background:var(--brand);color:var(--accent);border-color:var(--brand)}.btn-brand:focus-visible,.btn-brand:hover:not(:disabled){background:var(--accent);color:var(--brand);border-color:var(--accent)}.btn-block{width:100%}.container{max-width:1240px;margin:0 auto;padding:0 24px;width:100%}.header-delivery-row{min-width:0}.delivery-location-btn{min-width:0;max-width:100%}.delivery-location-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-search{min-width:180px}.header-nav{min-width:0}.header-category-button:hover{background:#ffd25f!important;transform:translateY(-1px)}@media (max-width:900px){.desktop-auth-control,.desktop-nav-link,.desktop-only{display:none!important}.mobile-menu-btn{display:inline-flex!important;align-items:center;justify-content:center}.site-header-row{height:auto!important;min-height:58px;flex-wrap:wrap;gap:8px!important;padding-top:8px;padding-bottom:8px}.site-search{order:3;flex:1 0 100%!important;min-width:0;height:38px!important}.site-search-submit{padding:0 14px!important}.header-nav{margin-left:auto;gap:2px!important}.header-cart-link{padding:6px 8px!important}.location-picker-panel{padding:14px 16px!important}.location-picker-controls{align-items:stretch!important;flex-direction:column}.location-action-btn{width:100%}}@media (max-width:520px){.container{padding-left:16px;padding-right:16px}.header-delivery-row{gap:6px!important}.delivery-location-btn{flex:1 1;justify-content:flex-start}.site-search-submit{font-size:0!important;padding:0 14px!important}.site-search-submit:before{content:"Go";font-size:13px}}@media (max-width:360px){.brand-word,.delivery-prefix{display:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-store-buttons{display:flex;gap:12px;flex-wrap:wrap}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);grid-gap:32px;gap:32px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}@media (max-width:900px){.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand-col{grid-column:1/-1}}@media (max-width:560px){.footer-cta{flex-direction:column;align-items:flex-start}.footer-store-buttons{width:100%}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px 20px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}}@media (max-width:360px){.footer-store-buttons>button{flex:1 1 100%;justify-content:center}}.cart-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:32px;gap:32px;align-items:start}.cart-item-row{display:flex;align-items:center;gap:16px}@media (max-width:900px){.cart-layout{grid-template-columns:1fr;gap:20px}.cart-summary{position:static!important}}@media (max-width:560px){.cart-item-row{flex-wrap:wrap;gap:10px 12px;padding:14px!important}.cart-item-name{flex-basis:calc(100% - 80px)}.cart-item-price{margin-left:auto}}.account-layout{display:flex;gap:32px;padding:32px 24px;min-height:70vh;align-items:flex-start}.account-sidebar{width:240px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:100px}.account-nav-icon{width:19px;height:19px;flex:none}.account-messages-empty-icon{width:48px;height:48px}@media (max-width:900px){.account-layout{flex-direction:column;align-items:stretch;gap:20px;padding:20px 16px}.account-sidebar{width:100%;position:static}}.category-card{transition:box-shadow .15s,transform .15s,border-color .15s}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--brand)!important}.storefront-home{background:var(--bg)}.storefront-section{padding:76px 0 0}.storefront-section--compact{padding-top:48px}.storefront-section--white{margin-top:76px;padding:76px 0;background:var(--white);border-block:1px solid var(--border)}.storefront-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.storefront-eyebrow:before{content:"";width:24px;height:3px;border-radius:99px;background:var(--accent)}.storefront-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.storefront-section-heading h2{margin:0;max-width:680px;font-size:clamp(25px,3vw,36px);line-height:1.15;letter-spacing:-.035em}.storefront-section-heading p{margin:8px 0 0;max-width:600px;color:var(--text-muted);font-size:15px}.storefront-text-link{display:inline-flex;align-items:center;gap:8px;flex:none;color:var(--brand);font-size:14px;font-weight:800}.storefront-text-link:hover{color:var(--brand-hover)}.storefront-text-link span{transition:transform .2s ease}.storefront-text-link:hover span{transform:translateX(3px)}.storefront-hero{position:relative;overflow:hidden;color:var(--white);background:radial-gradient(circle at 82% 8%,rgba(249,189,43,.24),transparent 28%),radial-gradient(circle at 4% 100%,rgba(75,136,168,.35),transparent 32%),var(--brand-dark)}.storefront-hero:after{content:"";position:absolute;right:-140px;bottom:-220px;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 56px rgba(255,255,255,.025),0 0 0 112px rgba(255,255,255,.018)}.storefront-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);align-items:center;grid-gap:clamp(40px,7vw,88px);gap:clamp(40px,7vw,88px);min-height:570px;padding-top:62px;padding-bottom:62px}.storefront-hero__badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;padding:7px 12px;color:#dce9f3;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.07);font-size:12px;font-weight:700}.storefront-hero__badge i{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.13)}.storefront-hero h1{margin:0;max-width:700px;font-size:clamp(42px,5.5vw,70px);font-weight:850;line-height:.99;letter-spacing:-.06em}.storefront-hero h1 em{color:var(--accent);font-style:normal}.storefront-hero__copy{max-width:610px;margin:24px 0 30px;color:#c3d0dc;font-size:clamp(16px,1.7vw,19px);line-height:1.65}.storefront-hero__search{display:flex;width:min(100%,650px);min-height:60px;padding:5px;overflow:hidden;border-radius:16px;background:var(--white);box-shadow:0 20px 52px rgba(0,0,0,.24)}.storefront-hero__search-icon{display:grid;width:48px;flex:none;place-items:center;color:var(--brand)}.storefront-hero__search input{min-width:0;flex:1 1;border:0;outline:0;color:var(--text);background:transparent;font-size:15px}.storefront-hero__search button{min-width:116px;border:0;border-radius:12px;color:var(--brand-dark);background:var(--accent);font-weight:850}.storefront-hero__search button:hover{background:#ffd05e}.storefront-hero__links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:18px;color:#9fb1c1;font-size:12px}.storefront-hero__links a:hover{color:var(--white)}.storefront-hero__visual{position:relative;min-height:410px}.storefront-shop-preview{position:absolute;inset:20px 14px 20px 32px;overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:28px;background:#f8faf9;box-shadow:var(--shadow-lg);transform:rotate(2deg)}.storefront-shop-preview__bar{display:flex;align-items:center;gap:6px;height:42px;padding:0 16px;background:var(--white);border-bottom:1px solid var(--border)}.storefront-shop-preview__bar i{width:7px;height:7px;border-radius:50%;background:#cbd5dc}.storefront-shop-preview__content{padding:22px}.storefront-shop-preview__title{width:58%;height:12px;margin-bottom:18px;border-radius:99px;background:#cdd9e1}.storefront-shop-preview__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.storefront-mini-product{min-height:132px;padding:12px;border:1px solid #e4e9ec;border-radius:15px;background:var(--white)}.storefront-mini-product__image{display:grid;height:72px;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--brand)}.storefront-mini-product__image svg{width:34px;height:34px}.storefront-mini-product:nth-child(2) .storefront-mini-product__image{background:#e5f3ec}.storefront-mini-product:nth-child(3) .storefront-mini-product__image{background:#e9eff8}.storefront-mini-product:nth-child(4) .storefront-mini-product__image{background:#f7e9ee}.storefront-mini-product b{display:block;margin-top:9px;color:var(--text);font-size:11px}.storefront-mini-product small{color:var(--text-muted);font-size:9px}.storefront-floating-order{position:absolute;right:-12px;bottom:3px;z-index:2;display:flex;align-items:center;gap:11px;min-width:190px;padding:14px 16px;color:var(--text);border-radius:16px;background:var(--white);box-shadow:var(--shadow-lg)}.storefront-floating-order__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#dcfce7;font-size:20px}.storefront-floating-order__icon svg{width:22px;height:22px}.storefront-floating-order b{display:block;font-size:12px}.storefront-floating-order span{color:var(--success);font-size:10px;font-weight:700}.storefront-benefits{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);margin-top:-1px;color:var(--text);background:var(--white);border-bottom:1px solid var(--border)}.storefront-benefits__item{display:flex;align-items:center;justify-content:center;gap:12px;min-height:82px;padding:16px 20px;border-right:1px solid var(--border)}.storefront-benefits__item:last-child{border-right:0}.storefront-benefits__icon{width:24px;height:24px;flex:none}.storefront-benefits b{display:block;font-size:13px}.storefront-benefits span{display:block;color:var(--text-muted);font-size:11px}.storefront-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));grid-gap:14px;gap:14px}.storefront-category-card{position:relative;display:flex;min-height:200px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.storefront-category-card:hover{transform:translateY(-4px);border-color:#b7c8d4;box-shadow:var(--shadow-md)}.storefront-category-card__media{position:absolute;inset:0;background:linear-gradient(145deg,var(--category-soft,#edf3f7),#fff)}.storefront-category-card__media img{width:100%;height:100%;object-fit:cover}.storefront-category-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,29,48,.88),rgba(9,29,48,0) 68%)}.storefront-category-card__icon{position:absolute;top:18px;left:18px;display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:rgba(255,255,255,.86);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.storefront-category-card__icon svg{width:29px;height:29px}.storefront-category-card__body{position:relative;z-index:1;align-self:end;width:100%;padding:18px;color:var(--white)}.storefront-category-card__body strong{display:block;font-size:16px;line-height:1.25}.storefront-category-card__body span{display:block;margin-top:4px;overflow:hidden;color:#d6e0e7;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:18px;gap:18px}.product-card{position:relative;min-width:0;border-radius:16px!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}.product-card:hover{transform:translateY(-4px);border-color:#bccbd5!important;box-shadow:var(--shadow-md)!important}.product-card__image{background:#f0f3f2!important}.product-card__image img{transition:transform .35s ease}.product-card__fallback-icon{width:42px;height:42px}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__body{padding:13px 14px 15px!important;gap:5px!important}.product-card__name{font-size:14px!important;font-weight:750!important}.product-card__price{color:var(--brand)!important;font-size:16px!important}.product-card__add{min-width:66px;min-height:36px;border-radius:10px!important;color:var(--brand-dark)!important;background:var(--accent)!important;transition:transform .15s ease,background .15s ease}.product-card__add:hover{background:#ffd25f!important;transform:translateY(-1px)}.product-card__add.is-added{color:var(--white)!important;background:var(--brand)!important}.product-card__add.is-error{color:var(--white)!important;background:var(--danger)!important}.storefront-skeleton-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:18px;gap:18px}.storefront-product-skeleton{aspect-ratio:.73;border-radius:16px;background:linear-gradient(100deg,#e9eeed 30%,#f7f9f8 50%,#e9eeed 70%);background-size:200% 100%;animation:storefront-shimmer 1.4s infinite}@keyframes storefront-shimmer{to{background-position-x:-200%}}.storefront-outlet-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.storefront-outlet-card{display:grid;grid-template-columns:94px minmax(0,1fr);min-height:152px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.storefront-outlet-card:hover{transform:translateY(-3px);border-color:#b7c8d4;box-shadow:var(--shadow-md)}.storefront-outlet-card__mark{display:grid;position:relative;place-items:center;color:var(--brand);background:linear-gradient(160deg,var(--accent-soft),#f0f5f2);font-size:34px}.storefront-outlet-card__mark svg{width:34px;height:34px}.storefront-outlet-card__status{position:absolute;top:9px;left:9px;width:9px;height:9px;border:2px solid var(--white);border-radius:50%;background:var(--success)}.storefront-outlet-card__status.is-closed{background:#8c98a4}.storefront-outlet-card__body{display:flex;flex-direction:column;min-width:0;padding:18px}.storefront-outlet-card__body strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.storefront-outlet-card__address{margin-top:5px;overflow:hidden;color:var(--text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.storefront-outlet-card__meta{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:14px;color:var(--text-muted);font-size:11px}.storefront-outlet-card__meta b{color:var(--success);font-size:11px}.storefront-outlet-card__meta b.is-closed{color:var(--text-light)}.storefront-steps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;counter-reset:steps}.storefront-step{position:relative;padding:0 28px;text-align:left}.storefront-step:first-child{padding-left:0}.storefront-step:last-child{padding-right:0}.storefront-step:not(:last-child):after{content:"";position:absolute;top:27px;right:-28px;width:56px;height:1px;background:#cfd9df}.storefront-step__icon{display:grid;width:56px;height:56px;margin-bottom:20px;place-items:center;border-radius:17px;color:var(--brand);background:var(--accent-soft)}.storefront-step__icon svg{width:25px;height:25px}.storefront-step small{color:var(--success);font-size:10px;font-weight:850;letter-spacing:.1em}.storefront-step h3{margin:6px 0 7px;font-size:16px}.storefront-step p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.65}.storefront-app-panel{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;grid-gap:40px;gap:40px;margin-top:76px;padding:clamp(34px,5vw,62px);overflow:hidden;color:var(--white);border-radius:28px;background:linear-gradient(125deg,var(--brand-dark),#1f506f)}.storefront-app-panel h2{margin:0;max-width:580px;font-size:clamp(27px,4vw,44px);line-height:1.08;letter-spacing:-.04em}.storefront-app-panel p{max-width:560px;margin:15px 0 24px;color:#c6d4df;font-size:15px;line-height:1.7}.storefront-store-buttons{display:flex;flex-wrap:wrap;gap:10px}.storefront-store-button{display:flex;align-items:center;gap:10px;padding:10px 16px;color:var(--brand-dark);border:0;border-radius:11px;background:var(--white)}.storefront-store-button>span:first-child{display:grid;place-items:center}.storefront-store-button>span:first-child svg{width:21px;height:21px}.storefront-store-button small{display:block;color:var(--text-muted);font-size:9px;text-align:left}.storefront-store-button b{display:block;font-size:13px}.storefront-phone{position:relative;width:240px;height:300px;margin:20px auto -95px;padding:13px;border:7px solid #071622;border-radius:34px;background:#f7f9f8;box-shadow:0 28px 70px rgba(0,0,0,.3);transform:rotate(5deg)}.storefront-phone__speaker{width:54px;height:6px;margin:0 auto 17px;border-radius:99px;background:#bcc7cd}.storefront-phone__head{margin-bottom:12px;color:var(--text);font-size:13px;font-weight:800}.storefront-phone__item{display:flex;align-items:center;gap:9px;margin-bottom:8px;padding:9px;color:var(--text);border-radius:11px;background:var(--white);box-shadow:var(--shadow-sm)}.storefront-phone__item i{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;background:var(--accent-soft);font-style:normal}.storefront-phone__item i svg{width:19px;height:19px}.storefront-phone__item b{display:block;font-size:9px}.storefront-phone__item small{display:block;color:var(--text-muted);font-size:8px}.storefront-breadcrumb{padding:13px 0;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--white);font-size:12px}.storefront-breadcrumb .container{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.storefront-breadcrumb a{color:var(--brand);font-weight:700}.storefront-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storefront-collection-hero{color:var(--white);background:linear-gradient(125deg,var(--brand-dark),var(--brand))}.storefront-collection-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:260px;padding-top:42px;padding-bottom:42px}.storefront-collection-hero h1{margin:0;max-width:760px;font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-.05em}.storefront-collection-hero p{max-width:620px;margin:15px 0 0;color:#c8d5df;font-size:16px}.storefront-collection-hero__icon{display:grid;width:122px;height:122px;flex:none;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:32px;background:rgba(255,255,255,.08);font-size:57px;transform:rotate(4deg)}.storefront-collection-hero__icon svg{width:57px;height:57px}.storefront-location-callout{display:flex;align-items:center;gap:14px;margin:34px 0;padding:16px 18px;border:1px solid #ead99c;border-radius:14px;background:var(--accent-soft)}.storefront-location-callout__icon{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:12px;background:var(--white)}.storefront-location-callout__icon svg{width:22px;height:22px}.storefront-location-callout__body{min-width:0;flex:1 1}.storefront-location-callout__body b{display:block;color:var(--brand);font-size:13px}.storefront-location-callout__body span{display:block;margin-top:2px;color:var(--text-muted);font-size:12px}.storefront-all-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:16px;gap:16px;padding-bottom:72px}.storefront-all-category{display:grid;grid-template-columns:66px minmax(0,1fr);grid-gap:16px;gap:16px;min-height:134px;padding:20px;border:1px solid var(--border);border-radius:17px;background:var(--white);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.storefront-all-category:hover{transform:translateY(-3px);border-color:#b6c8d4;box-shadow:var(--shadow-md)}.storefront-all-category__icon{display:grid;width:66px;height:66px;place-items:center;border-radius:18px;background:var(--category-soft,var(--brand-light))}.storefront-all-category__icon svg{width:31px;height:31px}.storefront-all-category strong{display:block;font-size:15px}.storefront-all-category p{display:-webkit-box;margin:5px 0 11px;overflow:hidden;color:var(--text-muted);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.storefront-all-category span{color:var(--brand);font-size:12px;font-weight:800}.storefront-category-layout{display:flex;align-items:flex-start;gap:28px;padding-top:34px;padding-bottom:72px}.storefront-category-content{min-width:0;flex:1 1}.storefront-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.storefront-category-toolbar p{margin:0;color:var(--text-muted);font-size:13px}.storefront-empty-state{padding:64px 24px;color:var(--text-muted);border:1px dashed #c8d3da;border-radius:var(--radius);background:rgba(255,255,255,.6);text-align:center}.storefront-empty-state__icon{display:grid;width:54px;height:54px;margin:0 auto 14px;place-items:center;color:var(--brand);border-radius:16px;background:var(--brand-light)}.storefront-empty-state__icon svg{width:30px;height:30px}.storefront-empty-state h2{margin:0 0 7px;color:var(--text);font-size:18px}.storefront-empty-state p{margin:0 auto 16px;max-width:480px;font-size:13px}.storefront-search-band{padding:30px 0;border-bottom:1px solid var(--border);background:var(--white)}.storefront-search-form{display:flex;max-width:720px;min-height:52px;overflow:hidden;border:1.5px solid #b7c8d4;border-radius:14px;background:var(--bg)}.storefront-search-form:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(19,47,76,.08)}.storefront-search-form input{min-width:0;flex:1 1;padding:0 18px;border:0;outline:0;background:transparent}.storefront-search-form button{border-radius:10px!important;margin:5px}.storefront-results{padding-top:36px;padding-bottom:72px}.storefront-results h1{margin:0 0 24px;font-size:clamp(22px,3vw,30px);letter-spacing:-.025em}.storefront-cart-page{padding-top:40px;padding-bottom:72px}.storefront-outlet-banner__inner{display:flex;align-items:flex-start;gap:22px}.storefront-outlet-products{padding-top:36px;padding-bottom:72px}.storefront-product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-gap:clamp(26px,4vw,48px);gap:clamp(26px,4vw,48px);align-items:start;padding:clamp(18px,3vw,34px);border:1px solid var(--border);border-radius:var(--radius);background:var(--white)}.storefront-product-fallback-icon{width:88px;height:88px}.storefront-related-fallback-icon{width:36px;height:36px}.storefront-product-page{padding-top:30px;padding-bottom:72px}.storefront-product-actions{display:flex;gap:10px}.storefront-product-description{padding:28px 32px}.storefront-checkout-wrap{width:100%;max-width:720px;padding-top:40px;padding-bottom:64px}.storefront-checkout-steps{display:flex;align-items:center;margin-bottom:36px}.storefront-delivery-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.storefront-delivery-mode-grid button{display:flex;align-items:flex-start;gap:10px;min-width:0;padding:13px;color:var(--text);border:1.5px solid var(--border);border-radius:12px;background:var(--white);text-align:left}.storefront-delivery-mode-grid button.is-selected{border:2px solid var(--brand);background:var(--brand-light)}.storefront-delivery-mode-grid button>svg{width:21px;height:21px;flex:none;color:var(--brand)}.storefront-delivery-mode-grid button span{min-width:0}.storefront-delivery-mode-grid button b,.storefront-delivery-mode-grid button small{display:block}.storefront-delivery-mode-grid button b{font-size:13px}.storefront-delivery-mode-grid button small{margin-top:2px;color:var(--text-muted);font-size:10px;line-height:1.35}.storefront-payment-state-icon{display:grid;width:72px;height:72px;margin:0 auto 20px;place-items:center;color:var(--brand);border-radius:22px;background:var(--brand-light)}.storefront-payment-state-icon svg{width:38px;height:38px}.storefront-footer{margin-top:84px;color:#d7e2e9;background:var(--brand-dark)}.storefront-footer__promise{border-bottom:1px solid rgba(255,255,255,.1)}.storefront-footer__promise-inner{display:grid;grid-template-columns:repeat(3,1fr)}.storefront-footer__promise-item{display:flex;gap:12px;padding:25px 24px;border-right:1px solid rgba(255,255,255,.1)}.storefront-footer__promise-item:first-child{padding-left:0}.storefront-footer__promise-item:last-child{border-right:0}.storefront-footer__promise-item>span{display:grid;width:22px;height:22px;flex:none;place-items:center}.storefront-footer__promise-item>span svg{width:22px;height:22px}.storefront-footer__promise-item b{display:block;color:var(--white);font-size:12px}.storefront-footer__promise-item small{display:block;margin-top:3px;color:#8fa5b5;font-size:10px}.storefront-footer__main{padding-top:54px;padding-bottom:34px}.storefront-footer .footer-grid{grid-template-columns:1.45fr repeat(4,1fr)}.storefront-footer .footer-brand-col p{max-width:280px;color:#98acbb!important}.storefront-footer h4{color:var(--white)!important}.storefront-footer li a{color:#98acbb!important}.storefront-footer li a:hover{color:var(--accent)!important}.storefront-footer .footer-bottom{border-color:rgba(255,255,255,.1)!important}@media (max-width:1020px){.storefront-hero__inner{grid-template-columns:minmax(0,1fr) 340px;gap:34px}.storefront-shop-preview{inset-inline:10px}.storefront-outlet-grid{grid-template-columns:repeat(2,1fr)}.storefront-skeleton-grid{grid-template-columns:repeat(4,1fr)}.storefront-steps{grid-template-columns:repeat(3,1fr);gap:32px}.storefront-step{padding:0}.storefront-step:after{display:none}.storefront-footer .footer-grid{grid-template-columns:repeat(3,1fr)}.storefront-footer .footer-brand-col{grid-column:1/-1}}@media (max-width:780px){.storefront-section{padding-top:56px}.storefront-section--white{margin-top:56px;padding:56px 0}.storefront-hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:54px;padding-bottom:48px}.storefront-hero__content{text-align:center}.storefront-hero h1,.storefront-hero__copy,.storefront-hero__search{margin-inline:auto}.storefront-hero__links{justify-content:center}.storefront-hero__visual{display:none}.storefront-benefits{grid-template-columns:repeat(2,1fr)}.storefront-benefits__item:nth-child(2){border-right:0}.storefront-benefits__item:nth-child(-n+2){border-bottom:1px solid var(--border)}.storefront-steps{grid-template-columns:repeat(2,1fr);gap:32px}.storefront-step{padding:0}.storefront-step:after{display:none}.storefront-app-panel{grid-template-columns:1fr 230px;gap:20px}.storefront-phone{width:205px}.storefront-all-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-category-layout{display:block}.storefront-collection-hero__inner{min-height:220px}.storefront-product-layout{grid-template-columns:1fr}.storefront-product-description{padding:22px 20px}.storefront-footer__promise-inner{grid-template-columns:1fr}.storefront-footer__promise-item{padding-inline:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.storefront-footer__promise-item:last-child{border-bottom:0}}@media (max-width:600px){.storefront-section-heading{align-items:flex-start;margin-bottom:20px}.storefront-section-heading p{font-size:13px}.storefront-section-heading .storefront-text-link{margin-top:6px;font-size:0}.storefront-section-heading .storefront-text-link:before{content:"View all";font-size:12px}.storefront-category-grid{display:flex;gap:12px;margin-inline:-16px;padding:0 16px 10px;overflow-x:auto;scroll-snap-type:x mandatory}.storefront-category-card{width:150px;min-width:150px;min-height:175px;scroll-snap-align:start}.storefront-category-card__icon{top:13px;left:13px;width:49px;height:49px;border-radius:14px;font-size:24px}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__body{padding:10px 10px 12px!important}.product-card__name{font-size:12.5px!important}.product-card__price{font-size:13.5px!important;white-space:nowrap}.product-card__add{min-width:42px;min-height:32px;padding:6px 8px!important;font-size:11px!important}.storefront-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:10px}.storefront-outlet-grid{grid-template-columns:1fr}.storefront-app-panel{display:block;margin-top:56px;padding:32px 24px}.storefront-app-panel__visual{display:none}.storefront-all-categories{grid-template-columns:1fr;padding-bottom:50px}.storefront-collection-hero__icon{width:86px;height:86px;border-radius:24px;font-size:40px}.storefront-location-callout{align-items:flex-start;flex-wrap:wrap}.storefront-location-callout .btn{width:100%}.storefront-category-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.storefront-search-form{min-height:48px}.storefront-search-form button{padding:0 15px!important}.storefront-outlet-banner__inner,.storefront-product-actions{flex-wrap:wrap}.storefront-product-actions>button:nth-last-child(2){order:3;flex-basis:calc(100% - 60px)!important}.storefront-checkout-steps{overflow-x:auto;padding-bottom:6px}.storefront-delivery-mode-grid{grid-template-columns:1fr}.storefront-checkout-step-label{font-size:11px!important}.storefront-form-heading{align-items:flex-start!important;flex-direction:column;gap:10px}.storefront-footer .footer-grid{grid-template-columns:repeat(2,1fr);gap:30px 20px}}@media (max-width:430px){.storefront-hero__inner{padding-top:42px}.storefront-hero h1{font-size:clamp(36px,12vw,48px)}.storefront-hero__copy{margin-block:19px 24px;font-size:15px}.storefront-hero__search{min-height:54px;border-radius:14px}.storefront-hero__search-icon{width:40px}.storefront-hero__search input{font-size:13px}.storefront-hero__search button{min-width:82px;border-radius:10px;font-size:12px}.storefront-hero__links{font-size:11px}.storefront-benefits__item{justify-content:flex-start;min-height:74px;padding:12px 14px}.storefront-benefits__icon{width:20px;height:20px}.storefront-benefits b{font-size:11px}.storefront-benefits span{font-size:9px}.storefront-steps{grid-template-columns:1fr;gap:28px}.storefront-step{display:grid;grid-template-columns:50px 1fr;grid-gap:0 14px;gap:0 14px}.storefront-step__icon{grid-row:span 3;width:50px;height:50px;margin:0}.storefront-collection-hero__inner{min-height:190px;padding-block:34px}.storefront-collection-hero__icon{display:none}.storefront-all-category{grid-template-columns:54px minmax(0,1fr);min-height:112px;padding:16px}.storefront-all-category__icon{width:54px;height:54px;border-radius:15px;font-size:26px}.storefront-checkout-step-label{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}