@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{--ink:#061f32;--muted:#577086;--blue:#109fbe;--blue-dark:#073b5a;--aqua:#d9f6fb;--pale:#f0f8fa;--line:#d8e5ea;--lavender:#d8c5f4;--white:#fff;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;font-family:Montserrat,sans-serif}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:inherit;font-size:16px;font-weight:400}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}.site-shell{min-height:100vh;overflow:clip}.storefront-loader{background:#f7fcfd;place-content:center;justify-items:center;gap:24px;min-height:100svh;padding:32px;display:grid}.storefront-loader img{object-fit:contain;width:142px;max-height:82px}.storefront-loader>span{gap:7px;display:flex}.storefront-loader i{background:var(--blue);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite alternate loadingPulse}.storefront-loader i:nth-child(2){animation-delay:.18s}.storefront-loader i:nth-child(3){animation-delay:.36s}.storefront-error{text-align:center;min-height:100vh;color:var(--ink);background:#f5fbfd;place-items:center;padding:32px;display:grid}.storefront-error>div{max-width:560px}.storefront-error h1{margin:0 0 12px;font-size:clamp(28px,4vw,48px);font-weight:500}.storefront-error p{color:var(--muted);margin:0 0 24px}@keyframes loadingPulse{to{opacity:.25;transform:translateY(-4px)}}.container{width:min(var(--container), calc(100% - 48px));margin-inline:auto}.section{padding:90px 0}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.04em;font-family:inherit;font-weight:800}.eyebrow{color:#087d9a;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:700;display:block}.button{cursor:pointer;border:0;border-radius:5px;justify-content:center;align-items:center;min-height:50px;padding:0 26px;font-size:15px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-dark{color:#fff;background:var(--ink)}.button-dark:hover{background:var(--blue-dark)}.button-blue{color:#fff;background:var(--blue)}.button-white{color:var(--ink);background:#fff}.text-link{color:var(--ink);text-underline-offset:5px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.header{z-index:50;background:#fff;height:86px;position:relative;box-shadow:0 8px 25px #03233514}.header-inner{width:min(var(--container), calc(100% - 48px));align-items:center;gap:24px;height:100%;margin:0 auto;display:flex}.logo-link{flex:0 0 145px;align-items:center;height:58px;display:grid}.logo-link img{object-fit:contain;width:132px;max-height:58px}.main-nav{align-items:stretch;gap:26px;height:100%;margin-left:auto;display:flex}.main-nav a{white-space:nowrap;align-items:center;font-size:16px;font-weight:500;display:flex;position:relative}.main-nav a:after{content:"";background:var(--blue);opacity:0;border-radius:50%;width:6px;height:6px;transition:all .2s;position:absolute;bottom:14px;left:calc(50% - 3px);transform:translateY(5px)}.main-nav a:hover:after,.main-nav a.active:after{opacity:1;transform:none}.header-search{border:1px solid var(--line);background:#f9fcfd;border-radius:4px;align-items:center;gap:10px;width:220px;height:45px;padding:0 15px;display:flex}.header-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:15px;font-weight:600}.header-search input::placeholder{color:#667d8f;opacity:1}.socials{align-items:center;gap:8px;display:flex}.socials a{width:38px;height:38px;color:var(--blue-dark);border:1.5px solid #061f3247;border-radius:50%;place-items:center;font-size:16px;font-weight:800;display:grid}.search-icon{border:2px solid var(--blue-dark);border-radius:50%;flex:0 0 16px;width:16px;height:16px;display:inline-block;position:relative}.search-icon:after{content:"";background:var(--blue-dark);transform-origin:50%;border-radius:2px;width:7px;height:2px;position:absolute;bottom:-2px;right:-5px;transform:rotate(45deg)}.instagram-icon{border:2px solid;border-radius:5px;width:17px;height:17px;display:block;position:relative}.instagram-icon:before{content:"";border:1.7px solid;border-radius:50%;width:6px;height:6px;position:absolute;top:3.5px;left:3.5px}.instagram-icon:after{content:"";background:currentColor;border-radius:50%;width:2.5px;height:2.5px;position:absolute;top:2px;right:2px}.facebook-icon{font-family:inherit;font-size:22px;font-weight:700;line-height:1;display:block;transform:translateY(1px)}.cart-trigger{background:var(--blue-dark);color:#fff;cursor:pointer;border:0;align-items:center;gap:8px;min-width:112px;height:45px;padding:0 13px;display:flex}.cart-trigger b{font-size:13px}.cart-trigger i{width:21px;height:21px;color:var(--ink);background:#6ee8f1;border-radius:50%;place-items:center;font-size:11px;font-style:normal;font-weight:800;display:grid}.bag-icon{border:1.5px solid;border-radius:2px;width:12px;height:13px;position:relative}.bag-icon:before{content:"";border:1.5px solid;border-bottom:0;border-radius:5px 5px 0 0;width:6px;height:5px;position:absolute;top:-6px;left:1.5px}.mobile-toggle{background:0 0;border:0;width:42px;height:42px;padding:9px;display:none}.mobile-toggle span{background:var(--ink);height:2px;margin:5px 0;display:block}.mobile-menu-backdrop,.mobile-nav-head,.mobile-nav-socials{display:none}.home-hero{background:#020608;height:420px;position:relative;overflow:hidden}.hero-slide{color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s,visibility .7s;position:absolute;inset:0}.hero-media{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-slide:before{content:"";z-index:1;background:linear-gradient(90deg,#01080fe6 0%,#010910ad 32%,#0109101a 67%,#0000 100%);position:absolute;inset:0}.hero-slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.hero-inner{z-index:2;width:min(var(--container), calc(100% - 48px));align-items:center;height:100%;margin:0 auto;display:flex;position:relative}.hero-copy{color:#fff;width:520px}.hero-kicker{color:#7df3fa;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:15px;font-size:13px;font-weight:800;display:inline-flex}.home-hero .hero-kicker,.home-products .eyebrow,.category-zone .eyebrow,.promo-card>span,.bestseller-section .eyebrow,.testimonials .eyebrow{font-weight:300}.hero-copy h1{letter-spacing:-.06em;max-width:620px;margin-bottom:14px;font-size:clamp(44px,5vw,67px);line-height:.93}.hero-copy p{color:#edf6f9;max-width:510px;margin-bottom:24px;font-size:17px;font-weight:500;line-height:1.65}.hero-controls{z-index:3;right:max(24px, calc((100% - var(--container)) / 2));align-items:center;gap:11px;display:flex;position:absolute;bottom:24px}.hero-arrow{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#031a2873;border:1px solid #ffffff85;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;transition:background .2s,border-color .2s;display:grid}.hero-arrow:hover{background:#109fbed1;border-color:#fff}.hero-arrow i{border-top:2px solid;border-right:2px solid;width:10px;height:10px}.hero-arrow--previous i{transform:rotate(-135deg)translate(-1px,-1px)}.hero-arrow--next i{transform:rotate(45deg)translate(-1px,1px)}.hero-dots{align-items:center;gap:7px;display:flex}.hero-dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:20px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.hero-dots button.is-active{background:#7df3fa;width:25px}.partner-strip{background:#ddf8fb;height:62px;overflow:hidden}.partner-track{align-items:center;width:max-content;height:100%;animation:28s linear infinite marquee;display:flex}.partner-track a{opacity:.72;filter:saturate(.75);justify-content:center;align-items:center;gap:10px;width:235px;height:100%;display:flex}.partner-track img{object-fit:contain;max-width:112px;max-height:38px}.partner-track span{font-weight:800;display:none}@keyframes marquee{to{transform:translate(-50%)}}.section-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:36px;display:flex}.section-heading h2,.center-heading h2{margin-bottom:6px;font-size:clamp(34px,4vw,47px);line-height:1}.section-heading p{color:#425e73;margin:0;font-size:16px;line-height:1.6}.center-heading{text-align:center;max-width:760px;margin:0 auto 45px}.center-heading p{color:var(--muted)}.stars{color:var(--blue);letter-spacing:.2em;font-size:16px}.product-slider-wrap{position:relative}.product-row{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;display:flex;overflow-x:auto}.product-row::-webkit-scrollbar{display:none}.product-card{border:1px solid var(--line);scroll-snap-align:start;background:#fff;border-radius:6px;flex:0 0 calc(25% - 12px);min-width:0;transition:transform .25s,box-shadow .25s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0d44581a}.product-image{aspect-ratio:1;background:#f8fbfc;display:block;position:relative;overflow:hidden}.product-image img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{z-index:2;background:var(--blue);min-width:45px;height:24px;color:var(--ink);text-transform:uppercase;border-radius:20px;place-items:center;padding:0 10px;font-size:10px;font-weight:800;display:grid;position:absolute;top:13px;right:13px}.product-copy{flex-direction:column;min-height:155px;padding:17px;display:flex}.product-brand{color:#087d9a;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.product-copy h3{letter-spacing:-.02em;min-height:52px;margin:8px 0 17px;font-family:inherit;font-size:17px;font-weight:700;line-height:1.42}.product-bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.product-bottom strong{font-size:14px;line-height:1.35}.price-stack{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.price-stack del,.detail-price del{color:#78909f;font-size:12px;font-weight:600}.product-bottom button{background:var(--blue-dark);color:#fff;cursor:pointer;border:0;border-radius:50%;flex:0 0 35px;width:35px;height:35px;font-size:22px;line-height:1}.slider-arrows{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.slider-arrows button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;width:42px;height:42px;font-size:18px}.skeleton{height:430px;padding:15px}.skeleton div,.skeleton span{background:linear-gradient(90deg,#f0f4f5 25%,#fafcfc 50%,#f0f4f5 75%) 0 0/200% 100%;animation:1.5s infinite shimmer;display:block}.skeleton div{height:260px}.skeleton span{width:75%;height:15px;margin-top:20px}.skeleton span:last-child{width:50%}@keyframes shimmer{to{background-position:-200% 0}}.category-zone{background:#f9fcfd}.category-cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.category-card{background:#edf7fa;border:1px solid #d8e9ee;border-radius:7px;min-height:325px;padding:30px;transition:all .25s;position:relative;overflow:hidden}.category-card:hover{background:#e1f6f9;transform:translateY(-4px)}.category-number{color:var(--blue);letter-spacing:.12em;font-size:12px;font-weight:800}.category-drawing{z-index:0;width:150px;height:108px;color:var(--blue);margin:14px auto 18px;transition:transform .25s;position:relative}.category-card:hover .category-drawing{transform:translateY(-3px)}.category-drawing:after{content:"";z-index:-1;background:#109fbe1a;border-radius:50%;width:100px;height:100px;position:absolute;top:4px;left:25px}.category-drawing i,.category-drawing i:before,.category-drawing i:after{box-sizing:border-box;display:block;position:absolute}.category-drawing i:before,.category-drawing i:after{content:""}.category-drawing--hygiene i:first-child{background:#ffffffb8;border:3px solid;border-radius:10px 10px 16px 16px;width:54px;height:66px;bottom:5px;left:46px}.category-drawing--hygiene i:first-child:before{border:3px solid;border-bottom:0;border-radius:4px 4px 0 0;width:24px;height:13px;top:-14px;left:12px}.category-drawing--hygiene i:first-child:after{background:#109fbe14;border:2px solid #109fbe8c;border-radius:5px;width:34px;height:20px;top:24px;left:7px}.category-drawing--hygiene i:nth-child(2){background:#fff;border:3px solid;border-radius:4px 10px 3px 3px;width:45px;height:11px;top:4px;left:57px}.category-drawing--hygiene i:nth-child(2):after{border-bottom:3px solid;border-left:3px solid;width:17px;height:16px;top:8px;left:8px;transform:skew(-15deg)}.category-drawing--hygiene i:nth-child(3){background:currentColor;border-radius:70% 40%;width:13px;height:17px;top:25px;right:20px;transform:rotate(45deg)}.category-drawing--hygiene i:nth-child(4){width:20px;height:20px;top:29px;left:23px}.category-drawing--hygiene i:nth-child(4):before{background:currentColor;border-radius:4px;width:3px;height:20px;top:0;left:8px}.category-drawing--hygiene i:nth-child(4):after{background:currentColor;border-radius:4px;width:20px;height:3px;top:8px;left:0}.category-drawing--paper i:first-child{background:#ffffffb8;border:3px solid;border-radius:15px;width:78px;height:72px;top:5px;left:36px;box-shadow:0 6px #109fbe14}.category-drawing--paper i:first-child:before{background:#109fbe1a;border:2px solid;border-radius:8px;width:47px;height:9px;top:18px;left:13px}.category-drawing--paper i:first-child:after{background:currentColor;border-radius:50%;width:7px;height:7px;bottom:10px;left:33px}.category-drawing--paper i:nth-child(2){background:#fff;border:3px solid;border-top:0;border-radius:0 0 6px 6px;width:48px;height:44px;bottom:1px;left:51px}.category-drawing--paper i:nth-child(2):before{background:#109fbe85;width:28px;height:2px;top:13px;left:7px;box-shadow:0 9px #109fbe57}.category-drawing--paper i:nth-child(3){background:currentColor;border-radius:3px;width:24px;height:3px;top:0;left:63px}.category-drawing--paper i:nth-child(4){border:2px solid;border-radius:50%;width:8px;height:8px;top:21px;right:21px}.category-drawing--equipment i:first-child{background:#ffffffb8;border:3px solid;border-radius:4px 4px 15px 15px;width:66px;height:46px;bottom:5px;left:15px}.category-drawing--equipment i:first-child:before{border:3px solid;border-bottom:0;border-radius:50% 50% 0 0;width:48px;height:37px;top:-25px;left:6px}.category-drawing--equipment i:first-child:after{background:#109fbe80;border-radius:4px;width:42px;height:3px;top:12px;left:9px}.category-drawing--equipment i:nth-child(2){transform-origin:50%;background:currentColor;border-radius:4px;width:4px;height:91px;top:1px;right:43px;transform:rotate(18deg)}.category-drawing--equipment i:nth-child(3){background:#ffffffb8;border:3px solid;border-radius:50% 50% 8px 8px;width:57px;height:18px;bottom:3px;right:4px;transform:rotate(5deg)}.category-drawing--equipment i:nth-child(3):before{border:3px solid;border-bottom:0;border-radius:5px 5px 0 0;width:17px;height:13px;top:-13px;left:18px}.category-drawing--equipment i:nth-child(4){border:3px solid;border-radius:50%;width:13px;height:13px;top:14px;right:11px}.category-card h3{margin-bottom:10px;font-size:24px}.category-card p{color:#425e73;min-height:70px;margin-bottom:20px;font-size:15px;line-height:1.65}.category-card b{color:var(--blue-dark);font-size:14px}.category-card b span{margin-left:6px}.promo-section{padding-top:30px}.promo-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.promo-card{color:#fff;background-position:50%;background-size:cover;border-radius:7px;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:360px;padding:38px;display:flex;position:relative;overflow:hidden}.promo-card:before{content:"";background:linear-gradient(#00112005 25%,#000f1bd9);position:absolute;inset:0}.promo-card>*{position:relative}.promo-products{background-image:url(/media/site/hero-products.webp)}.promo-delivery{background-image:url(/media/site/hero-delivery.webp)}.promo-card span{color:#90f4f8;letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:800}.promo-card h2{max-width:470px;margin:8px 0 20px;font-size:32px;line-height:1.05}.promo-card b{border-bottom:1px solid #fff;padding-bottom:3px;font-size:15px}.bestseller-section{background:#fff}.testimonials{background:#f4fafb}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.testimonial-grid blockquote{background:#fff;border-radius:6px;margin:0;padding:30px;box-shadow:0 12px 35px #114e5e0f}.testimonial-grid blockquote div{color:var(--blue);letter-spacing:.15em}.testimonial-grid blockquote p{min-height:120px;margin:20px 0;font-size:17px;line-height:1.7}.testimonial-grid blockquote footer{color:#496579;font-size:14px;font-weight:700}.cta-banner{background:var(--lavender) url(/media/site/cta-cleaning.webp) center/cover no-repeat;text-align:center;place-items:center;height:500px;display:grid;position:relative}.cta-overlay{padding:40px}.cta-overlay>span{color:var(--blue-dark);letter-spacing:.15em;text-transform:uppercase;font-size:12px;font-weight:800}.cta-overlay h2{margin:10px 0 15px;font-size:clamp(43px,6vw,66px);line-height:.95}.cta-overlay p{color:var(--blue-dark);margin-bottom:25px;font-size:17px;font-weight:600}.inner-page{min-height:55vh;padding-top:62px}.page-title-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px;display:flex}.page-title-row h1{margin:0;font-size:clamp(48px,7vw,74px);line-height:.95}.page-title-row select{border:1px solid var(--line);width:220px;height:48px;color:var(--ink);background:#fff;outline:0;padding:0 13px}.shop-layout{grid-template-columns:285px 1fr;gap:28px;padding-bottom:100px;display:grid}.filters{background:#eef8fa;align-self:start;padding:26px}.filter-head{justify-content:space-between;align-items:center;display:flex}.filter-head h3{margin:0;font-size:21px}.filter-head button{background:0 0;border:0;font-size:30px;display:none}.filter-group{padding-top:25px}.filter-group h4{margin:0 0 13px;font-size:16px}.filter-group label{color:#304c61;cursor:pointer;align-items:center;gap:9px;padding:8px 0;font-size:15px;display:flex}.filter-group input{accent-color:var(--blue)}.filter-done{width:100%;margin-top:25px;display:none}.desktop-shop-search{color:#415d72;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;font-size:14px;font-weight:600;display:flex}.desktop-shop-search label,.mobile-product-tools label{border:1px solid var(--line);flex:0 360px;align-items:center;gap:10px;height:46px;padding:0 15px;display:flex}.desktop-shop-search input,.mobile-product-tools input{background:0 0;border:0;outline:0;width:100%;font-size:15px;font-weight:600}.shop-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.shop-grid .product-card{width:auto}.pagination{justify-content:center;gap:7px;margin-top:45px;display:flex}.pagination button{border:1px solid var(--line);cursor:pointer;background:#fff;width:38px;height:38px}.pagination button.active{border-color:var(--ink);background:var(--ink);color:#fff}.pagination button:disabled{opacity:.35;cursor:default}.empty-results{text-align:center;background:#f7fbfc;padding:80px 20px}.empty-results h2{margin-bottom:8px;font-size:30px}.empty-results p{color:var(--muted)}.mobile-product-tools,.filter-backdrop{display:none}.detail-page{padding-top:28px}.breadcrumbs{color:#4d687c;gap:9px;padding:18px 0 35px;font-size:13px;display:flex}.breadcrumbs b{text-overflow:ellipsis;white-space:nowrap;max-width:430px;color:var(--ink);overflow:hidden}.product-detail-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:70px;padding-bottom:95px;display:grid}.detail-gallery{grid-template-columns:76px minmax(0,1fr);align-items:start;gap:14px;width:100%;min-width:0;display:grid}.detail-thumb{border:2px solid var(--blue);border-radius:4px;width:76px;height:76px;padding:5px}.detail-thumb img{object-fit:contain;width:100%;height:100%}.detail-main-image{aspect-ratio:1;background:#f7fafb;place-items:center;width:100%;min-width:0;max-width:100%;display:grid;position:relative;overflow:hidden}.detail-main-image>img{object-fit:contain;object-position:center;mix-blend-mode:multiply;width:100%;min-width:0;height:100%;padding:28px;position:absolute;inset:0}.detail-copy{padding-top:8px}.brand-pill{height:30px;color:var(--blue-dark);background:#e1f6fa;border-radius:30px;align-items:center;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.detail-copy h1{margin:18px 0 14px;font-size:clamp(38px,4.5vw,58px);line-height:.98}.detail-price{color:var(--blue);margin-bottom:24px;font-size:22px;font-weight:800}.detail-price del{margin-left:12px;font-size:15px}.detail-description{color:#425e73;font-size:16px;line-height:1.75}.detail-copy dl{border-top:1px solid var(--line);margin:26px 0}.detail-copy dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:13px 0;font-size:15px;display:flex}.detail-copy dt{color:var(--muted)}.detail-copy dd{text-align:right;margin:0;font-weight:700}.detail-copy dd.stock{color:var(--blue)}.purchase-row{gap:12px;display:flex}.quantity{border:1px solid var(--line);justify-content:space-around;align-items:center;min-width:120px;height:48px;display:flex}.quantity button{cursor:pointer;background:0 0;border:0;width:35px;height:100%;font-size:20px}.quantity span{text-align:center;min-width:25px;font-weight:800}.purchase-row .button{flex:1}.delivery-note{color:#4b6679;margin-top:17px;font-size:13px}.delivery-note b{color:var(--blue)}.related-section{background:#f7fbfc}.detail-loading,.not-found{text-align:center;align-content:center;place-items:center;gap:20px;min-height:520px;display:grid}.drawer-backdrop{z-index:100;background:#010d168c;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:#fff;width:min(460px,100%);height:100%;padding:32px;animation:.25s both slideIn;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:22px;display:flex}.drawer-header h2{margin:0;font-size:35px}.drawer-header h2 i{color:var(--blue);font-style:normal}.drawer-header>button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;width:40px;height:40px;font-size:25px}.drawer-lines{padding:10px 0}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;gap:16px;padding:18px 0;display:grid}.cart-line>a{background:#f7fafb;width:92px;height:92px}.cart-line img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.cart-line h3{letter-spacing:-.02em;margin:0 0 7px;font-family:inherit;font-size:16px;font-weight:700;line-height:1.4}.cart-line strong{color:var(--blue-dark);font-size:14px}.line-controls{align-items:center;gap:8px;margin-top:12px;display:flex}.line-controls button{border:1px solid var(--line);cursor:pointer;background:#fff;width:28px;height:28px}.line-controls span{text-align:center;min-width:20px;font-size:14px;font-weight:800}.line-controls button.remove-line{color:#9b4040;border:0;width:auto;margin-left:auto;padding:0;text-decoration:underline}.drawer-actions{padding-top:22px}.drawer-actions .button{width:100%}.drawer-actions .text-link{width:100%;margin-top:18px}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:50px 10px;display:flex}.empty-bag{border:2px solid var(--blue);border-radius:5px;width:56px;height:62px;margin-bottom:25px;position:relative}.empty-bag:before{content:"";border:2px solid var(--blue);border-bottom:0;border-radius:16px 16px 0 0;width:26px;height:18px;position:absolute;top:-20px;left:13px}.cart-empty h3,.cart-empty h2{margin-bottom:8px;font-size:28px}.cart-empty p{max-width:300px;color:var(--muted);font-size:13px;line-height:1.6}.cart-page{padding-bottom:100px}.cart-layout{grid-template-columns:1fr 390px;align-items:start;gap:50px;display:grid}.cart-list .cart-line{grid-template-columns:130px 1fr}.cart-list .cart-line>a{width:130px;height:130px}.cart-list .cart-line h3{font-size:17px}.order-summary{background:#e9f8fb;padding:30px}.order-summary h2{margin-bottom:25px;font-size:27px}.order-summary>div{border-bottom:1px solid #061f321f;justify-content:space-between;gap:20px;padding:12px 0;font-size:15px;display:flex}.order-summary .summary-total{padding:20px 0;font-size:16px}.order-summary p{color:#496579;font-size:13px;line-height:1.65}.order-summary .button{width:100%;margin-top:10px}.cart-page-empty{background:#f7fbfc;grid-column:1/-1;min-height:450px}.checkout-page{padding-bottom:100px}.checkout-heading{align-items:center;gap:20px;margin-bottom:45px;display:flex}.checkout-heading h1{margin:0 0 6px;font-size:58px}.checkout-heading p{color:#425e73;margin:0;font-size:16px}.secure-mark{background:var(--aqua);width:58px;height:58px;color:var(--blue-dark);border-radius:50%;place-items:center;font-size:24px;font-weight:800;display:grid}.checkout-layout{grid-template-columns:1fr 410px;align-items:start;gap:48px;display:grid}.checkout-form h2,.checkout-summary h2{margin-bottom:24px;font-size:25px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-grid label,.contact-form label{display:block}.form-grid label>span,.contact-form label>span{color:#314f65;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.form-grid input,.form-grid textarea,.contact-form input,.contact-form textarea{border:1px solid var(--line);background:#fff;border-radius:0;outline:0;width:100%;min-height:48px;padding:12px 13px}.form-grid input:focus,.form-grid textarea:focus,.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue)}.form-grid .full-field{grid-column:1/-1}.phone-field>div{grid-template-columns:90px 1fr;display:grid}.phone-field select{border:1px solid var(--line);background:#f7fbfc;border-right:0;padding:0 8px}.payment-heading{margin-top:42px}.payment-option{border:2px solid var(--blue);cursor:pointer;align-items:center;gap:13px;padding:18px;display:flex}.payment-option input{accent-color:var(--blue)}.cash-icon{background:var(--aqua);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.payment-option div{flex-direction:column;display:flex}.payment-option small{color:#4a667a;margin-top:3px;font-size:13px}.terms-check{color:#435f74;align-items:flex-start;gap:10px;margin-top:20px;font-size:13px;line-height:1.6;display:flex!important}.terms-check input{width:16px;height:16px;accent-color:var(--blue);flex:none;margin-top:1px}.checkout-summary{background:#edf8fa;padding:28px;position:sticky;top:25px}.checkout-items{max-height:330px;overflow-y:auto}.checkout-items>div{border-bottom:1px solid #061f321f;grid-template-columns:58px 1fr auto;align-items:center;gap:11px;padding:11px 0;display:grid}.checkout-items img{object-fit:contain;mix-blend-mode:multiply;background:#fff;width:58px;height:58px}.checkout-items p{flex-direction:column;margin:0;display:flex}.checkout-items strong{font-size:13px;line-height:1.4}.checkout-items span,.checkout-items b{color:#48657a;font-size:12px}.checkout-summary-row{justify-content:space-between;padding:12px 0;font-size:12px;display:flex}.checkout-summary-row.total{border-top:1px solid #061f322e;margin-top:5px;padding:20px 0;font-size:16px}.checkout-summary .button{width:100%}.button:disabled{opacity:.6;cursor:wait}.checkout-summary>small{color:var(--muted);text-align:center;margin-top:10px;display:block}.form-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.form-error{color:#7e2525;background:#fff1f1;border-left:3px solid #b73535;margin:18px 0 0;padding:13px 15px;font-size:13px;line-height:1.5}.checkout-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:750px;min-height:620px;display:flex}.checkout-success>span,.contact-success>span{background:var(--aqua);width:80px;height:80px;color:var(--blue-dark);border-radius:50%;place-items:center;font-size:38px;display:grid}.checkout-success h1{margin:25px 0 12px;font-size:56px}.checkout-success p{max-width:600px;color:var(--muted);line-height:1.7}.about-intro{text-align:center;max-width:850px;padding:50px 0 60px}.about-intro h1{margin:8px 0 18px;font-size:clamp(55px,8vw,88px)}.about-intro p{color:var(--muted);font-size:18px;line-height:1.75}.about-image{background:#091522;border-radius:7px;width:min(1340px,100% - 40px);height:470px;margin:0 auto;overflow:hidden}.about-image img{object-fit:cover;width:100%;height:100%}.about-story{text-align:center;max-width:830px;padding:100px 0}.about-story h2{font-size:50px;line-height:1}.about-story p{color:var(--muted);font-size:16px;line-height:1.8}.about-story .button{border-radius:30px;margin-top:15px}.brand-wall{background:var(--blue);text-align:center;padding:95px 0}.brand-wall h2{max-width:720px;margin:5px auto 45px;font-size:48px;line-height:1.05}.brand-wall .container>div{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.brand-wall a{background:#ffffff59;place-items:center;height:125px;padding:20px;display:grid}.brand-wall img{object-fit:contain;max-width:130px;max-height:48px}.brand-wall a span{font-weight:800;display:none}.contact-page{padding-bottom:100px}.contact-layout{grid-template-columns:.86fr 1.14fr;align-items:start;gap:65px;display:grid}.contact-form-side{padding:35px 0}.contact-form-side h1{margin:0 0 18px;font-size:70px}.contact-form-side>p{color:#425e73;font-size:17px;line-height:1.7}.contact-form{margin-top:35px}.contact-form>div{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form>label{margin-top:15px}.contact-form textarea{resize:vertical}.contact-form .button{margin-top:22px}.contact-visual{min-height:690px;position:relative;overflow:hidden}.contact-visual>img{object-fit:cover;object-position:70% center;width:100%;height:690px}.contact-card{background:#d8f6fa;flex-direction:column;width:min(340px,100% - 50px);padding:28px;display:flex;position:absolute;bottom:25px;right:25px}.contact-card>span{color:#456277;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:800}.contact-card>a{margin:4px 0;font-weight:800}.contact-card .socials{margin-top:18px}.contact-card .socials a{border-radius:22px;gap:8px;width:auto;height:40px;padding:0 14px;font-size:13px;display:flex}.contact-success{flex-direction:column;justify-content:center;align-items:flex-start;min-height:450px;display:flex}.contact-success>span{width:58px;height:58px;font-size:25px}.contact-success h2{margin:20px 0 5px;font-size:36px}.legal-page article{max-width:850px;padding:40px 0 100px}.legal-page h1{margin:10px 0 20px;font-size:clamp(48px,7vw,74px)}.legal-lead{color:var(--muted);margin-bottom:50px;font-size:17px;line-height:1.7}.legal-page article section{border-top:1px solid var(--line);padding:25px 0}.legal-page article section h2{margin-bottom:10px;font-size:24px}.legal-page article section p{color:var(--muted);line-height:1.75}.footer{background:#d9f3f7;padding:65px 0 20px}.footer-grid{grid-template-columns:1fr 220px 300px;gap:50px;padding-bottom:55px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;display:flex}.footer-brand img{object-fit:contain;width:150px;max-height:80px;margin-bottom:18px}.footer-brand p{color:#425e73;max-width:390px;font-size:15px;line-height:1.7}.footer-grid h3{margin-bottom:17px;font-size:18px}.footer-grid>div>a,.footer-grid>div>span{color:#2e4c62;margin:6px 0;font-size:14px}.footer-bottom{color:#405d72;border-top:1px solid #061f3221;justify-content:space-between;padding-top:20px;font-size:12px;display:flex}.footer-bottom div{gap:22px;display:flex}@media (width<=1100px){.header-socials{display:none}.header-search{width:190px}.main-nav{gap:18px}.product-card{flex-basis:calc(33.3333% - 10.6667px)}.shop-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{gap:35px}}@media (width<=820px){body.mobile-menu-open{overflow:hidden}.container,.header-inner,.hero-inner{width:min(100% - 30px, var(--container))}.section{padding:65px 0}.header{height:auto;min-height:64px}.header-inner{flex-wrap:wrap;gap:10px;min-height:64px}.logo-link{flex-basis:105px;height:53px}.logo-link img{width:98px;max-height:52px}.main-nav{z-index:121;opacity:0;visibility:hidden;background:#fff;flex-direction:column;align-items:flex-start;gap:4px;width:min(360px,88vw);height:100dvh;margin:0;padding:20px 24px 30px;transition:transform .25s,opacity .25s,visibility .25s;display:flex;position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(100%);box-shadow:-18px 0 50px #00141e2e}.main-nav.is-open{opacity:1;visibility:visible;transform:none}.main-nav a{width:100%;padding:14px 0;font-size:18px}.main-nav a:after{bottom:16px;left:auto;right:4px}.mobile-nav-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:100%;margin-bottom:22px;padding-bottom:18px;display:flex}.mobile-nav-head img{object-fit:contain;width:105px;max-height:58px}.mobile-nav-head button{border:1px solid var(--line);cursor:pointer;background:#f6fbfc;border-radius:50%;width:42px;height:42px;font-size:27px;line-height:1}.mobile-nav-socials{border-top:1px solid var(--line);gap:10px;width:100%;margin-top:auto;padding-top:24px;display:flex}.mobile-nav-socials a{border:1px solid var(--line);border-radius:22px;align-items:center;width:auto;min-height:42px;padding:0 14px;font-size:13px;display:inline-flex}.mobile-menu-backdrop{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#02121d80;border:0;display:block;position:fixed;inset:0}.header-search{order:5;width:100%;height:42px;margin-bottom:10px}.cart-trigger{background:var(--aqua);width:44px;min-width:44px;height:44px;color:var(--blue-dark);border-radius:50%;justify-content:center;margin-left:auto;padding:0;position:relative}.cart-trigger b{display:none}.cart-trigger i{background:var(--blue-dark);color:#fff;border:2px solid #fff;width:19px;height:19px;font-size:9px;position:absolute;top:-3px;right:-3px}.bag-icon{border-width:2px;width:17px;height:18px}.bag-icon:before{border-width:2px;width:8px;height:6px;top:-8px;left:2.5px}.mobile-toggle{display:block}.mobile-toggle span{transition:transform .2s,opacity .2s}.mobile-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-toggle.is-open span:nth-child(2){opacity:0}.mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.home-hero{height:410px}.hero-slide--products .hero-media{object-position:65% center}.hero-slide--delivery .hero-media{object-position:54% center}.hero-slide:before{background:linear-gradient(90deg,#010a11e6,#010a1180 70%,#010a1133)}.hero-copy{width:86%}.hero-copy h1{font-size:48px}.hero-controls{bottom:18px;right:24px}.partner-strip{height:54px}.partner-track a{width:165px}.partner-track img{max-width:95px;max-height:32px}.product-card{flex-basis:calc(50% - 8px)}.category-cards,.testimonial-grid{grid-template-columns:1fr}.category-card{min-height:290px}.promo-grid{grid-template-columns:1fr}.promo-card{min-height:330px}.testimonial-grid blockquote p{min-height:0}.cta-banner{background-position:50%;height:470px}.shop-layout{grid-template-columns:1fr}.filters{z-index:90;width:min(390px,100%);padding:26px;transition:all .25s;position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(100%)}.filters.is-open{transform:none}.filter-head button,.filter-done{display:block}.filter-backdrop{z-index:80;background:#000a1273;border:0;display:block;position:fixed;inset:0}.mobile-product-tools{gap:8px;margin-bottom:25px;display:flex}.mobile-product-tools label{flex:1}.mobile-product-tools>button{background:var(--ink);color:#fff;border:0;width:95px;font-weight:800}.desktop-shop-search label{display:none}.desktop-shop-search{justify-content:flex-end}.product-detail-grid,.detail-gallery{grid-template-columns:1fr}.detail-main-image{order:-1}.detail-main-image>img{padding:20px}.detail-thumb{width:68px;height:68px}.cart-layout,.checkout-layout,.contact-layout{grid-template-columns:1fr}.order-summary,.checkout-summary{position:static}.contact-visual{min-height:560px}.contact-visual>img{height:560px}.brand-wall .container>div{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=560px){.container,.header-inner,.hero-inner{width:min(100% - 24px, var(--container))}.section{padding:55px 0}.home-hero{height:390px}.hero-copy{width:100%}.hero-kicker{font-size:12px;line-height:1.45}.hero-copy h1{font-size:42px}.hero-copy p{max-width:345px;font-size:16px;line-height:1.55}.hero-controls{bottom:12px;right:12px}.hero-arrow{width:38px;height:38px}.button{min-height:48px}.section-heading{align-items:flex-start}.section-heading .button{display:none}.section-heading h2,.center-heading h2{font-size:34px}.product-card{flex-basis:82%}.product-copy{min-height:145px}.product-copy h3{min-height:58px;font-size:17px;line-height:1.42}.category-card{padding:24px}.promo-card{min-height:300px;padding:26px}.promo-card h2{font-size:27px}.cta-banner{height:430px}.cta-overlay h2{font-size:42px}.cta-overlay{padding:22px}.inner-page{padding-top:42px}.page-title-row{flex-direction:column;align-items:flex-start}.page-title-row h1{font-size:52px}.page-title-row select{width:100%}.shop-grid{grid-template-columns:1fr}.shop-grid .product-card{width:100%}.shop-grid .product-image{aspect-ratio:1.05}.pagination{flex-wrap:wrap}.product-detail-grid{padding-bottom:65px}.detail-copy h1{font-size:39px}.purchase-row{flex-direction:column}.quantity{width:100%}.breadcrumbs b{max-width:170px}.cart-drawer{padding:22px}.cart-line{grid-template-columns:78px 1fr}.cart-line>a{width:78px;height:78px}.cart-list .cart-line{grid-template-columns:95px 1fr}.cart-list .cart-line>a{width:95px;height:95px}.checkout-heading{align-items:flex-start}.checkout-heading h1{font-size:43px}.secure-mark{flex:0 0 45px;width:45px;height:45px}.form-grid,.contact-form>div{grid-template-columns:1fr}.form-grid .full-field{grid-column:auto}.checkout-summary,.order-summary{padding:22px}.about-intro{padding-top:20px}.about-intro h1{font-size:54px}.about-intro p{font-size:15px}.about-image{width:calc(100% - 24px);height:390px}.about-image img{object-position:68% center}.about-story{padding:70px 0}.about-story h2,.brand-wall h2{font-size:37px}.brand-wall .container>div{grid-template-columns:1fr 1fr}.contact-form-side h1{font-size:52px}.contact-visual{min-height:490px}.contact-visual>img{height:490px}.contact-card{width:calc(100% - 28px);bottom:14px;right:14px}.legal-page h1{font-size:48px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
