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