:root{--bg:#eef5f6;--surface:#ffffff;--text:#12213d;--muted:#667085;--green:#35a85b;--green-dark:#14713e;--border:#e2e9e8;--radius:18px;--shadow:0 8px 24px rgba(21,43,56,.07);--container:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.page-width{width:min(calc(100% - 48px),var(--container));margin:0 auto}.skip-link{position:absolute;left:-9999px;top:8px}.skip-link:focus{left:16px;z-index:100;background:var(--surface);padding:10px 14px;border-radius:8px}.announcement-bar{margin:5px 0 7px}.announcement-bar__inner{background:#ffffffd6;border:1px solid rgba(220,231,230,.8);border-radius:24px;min-height:43px;display:flex;align-items:center;justify-content:space-around;gap:15px;padding:7px 24px;box-shadow:0 4px 14px #294a4b0a}.announcement-item,.hero-trust__item,.benefit-item{display:flex;align-items:center;gap:10px;color:#1d2d37;font-size:12px;font-weight:600}.announcement-item__icon,.benefit-item__icon,.hero-trust__item>span{color:var(--green-dark);width:22px;height:22px;display:grid;place-items:center}.announcement-item svg,.benefit-item svg,.hero-trust__item svg{width:22px;height:22px;fill:currentColor}.site-header{position:relative;z-index:20;margin-bottom:16px}.header-main{min-height:88px;display:flex;align-items:center;gap:28px;background:#ffffffeb;padding:15px 28px;border:1px solid rgba(220,231,230,.85);border-radius:25px;box-shadow:var(--shadow)}.brand{display:flex;align-items:center;gap:10px;min-width:194px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2da75a,#9be05d);display:grid;place-items:center;color:#fff;box-shadow:0 6px 12px #2ca65838}.brand-mark svg{width:28px;height:28px;fill:currentColor}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:27px;letter-spacing:-1.4px;color:#12213d}.brand-copy small{font-size:8px;color:#71808b;letter-spacing:.1px;margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:27px;flex:1}.nav-link{font-weight:600;white-space:nowrap;padding:11px 20px;border-radius:22px;transition:background .18s ease,color .18s ease}.nav-link:hover,.nav-link:focus-visible,.nav-dropdown[open]>summary{background:var(--green);color:#fff}.nav-dropdown{position:relative}.nav-dropdown summary{list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown__panel{position:absolute;top:42px;left:-10px;background:var(--surface);min-width:180px;padding:10px;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow)}.nav-dropdown__panel a{display:block;padding:8px;border-radius:8px}.nav-dropdown__panel a:hover{background:#eff8f1}.header-actions{display:flex;align-items:center;gap:10px}.search-form{height:45px;width:255px;display:flex;align-items:center;background:#f8fafb;border:1px solid #edf0f0;border-radius:25px;padding-left:15px}.search-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:12px}.search-form button{border:0;background:transparent;color:#879198;display:grid;place-items:center;padding:8px}.search-form svg{width:19px;height:19px;fill:currentColor}.header-icon-link,.icon-button{position:relative;width:44px;height:44px;border:1px solid #edf0f0;background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--text)}.header-icon-link svg,.icon-button svg{width:23px;height:23px;fill:currentColor}.cart-count{position:absolute;top:-3px;right:-2px;width:20px;height:20px;background:var(--green);color:#fff;border-radius:50%;font-size:10px;display:grid;place-items:center;border:2px solid #fff}.mobile-menu-button,.mobile-menu{display:none}.section-spacing{padding:8px 0}.section-spacing--tight{padding-top:2px;padding-bottom:2px}.hero-card{min-height:390px;border:1px solid rgba(215,228,226,.8);border-radius:28px;background:linear-gradient(106deg,#f5f8f8,#e9f4f0 57%,#d4e9e1);overflow:hidden;display:grid;grid-template-columns:45% 55%;position:relative;box-shadow:0 7px 20px #204d4e0a}.hero-content{padding:42px 35px 30px 78px;position:relative;z-index:2}.eyebrow{margin:0 0 16px;font-size:11px;font-weight:700;letter-spacing:.5px;color:#465766}.hero-content h1{font-size:40px;line-height:1.1;letter-spacing:-1.5px;margin:0 0 14px;max-width:510px}.hero-content h1 em,.hero-content h1 strong{color:var(--green);font-style:normal}.hero-description{max-width:445px;color:#54626d;font-size:15px}.hero-description p{margin:0}.hero-buttons{display:flex;gap:14px;margin:22px 0 26px}.button{min-height:43px;border:0;border-radius:25px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 21px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #17663929}.button svg{width:17px;height:17px;fill:currentColor}.button--primary{background:var(--green);color:#fff}.button--secondary{background:#fff;color:var(--text)}.button--cart{width:100%;min-height:36px;background:linear-gradient(180deg,#3cb764,#2ca657);color:#fff;font-size:12px;padding:0 10px;box-shadow:0 5px 10px #2ca65729;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.button--cart:hover{filter:saturate(1.06);box-shadow:0 8px 15px #2ca6573d;transform:translateY(-2px)}.button--disabled{background:#ccd5d1;cursor:not-allowed}.hero-trust{display:flex;gap:22px}.hero-trust__item{gap:8px;padding-right:18px;border-right:1px solid rgba(120,147,140,.25)}.hero-trust__item:last-child{border:0}.hero-trust__item strong,.benefit-item strong{display:block;font-size:11px}.hero-trust__item small,.benefit-item small{display:block;color:#6f7d84;font-size:10px;font-weight:400}.hero-visual{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-art__glow{position:absolute;top:13%;right:9%;bottom:5%;left:5%;background:radial-gradient(ellipse at center,rgba(255,255,255,.92),rgba(196,229,213,.15) 65%,transparent 70%)}.hero-art__bag{position:absolute;width:145px;height:104px;border-radius:15px 15px 30px 30px;background:linear-gradient(135deg,#1c5d3c,#326d45);right:28%;top:26%;box-shadow:inset 17px 0 18px #ffffff1a,8px 19px 22px #14483333}.hero-art__bag:before{content:"";position:absolute;left:38px;top:-34px;width:68px;height:48px;border:8px solid #245c3e;border-bottom:0;border-radius:50px 50px 0 0}.hero-art__watch{position:absolute;width:79px;height:108px;border-radius:20px;right:57%;top:39%;background:linear-gradient(90deg,#111820,#34414a);box-shadow:8px 15px 12px #0000002e;transform:rotate(-4deg)}.hero-art__watch:after{content:"\2726";position:absolute;top:18px;right:10px;bottom:18px;left:10px;display:grid;place-items:center;border-radius:13px;background:#192f39;color:#84e7c6;font-size:22px}.hero-art__buds{position:absolute;width:93px;height:63px;border-radius:16px 16px 28px 28px;right:39%;top:51%;background:#fff;box-shadow:0 10px 13px #2647402e}.hero-art__bottle{position:absolute;width:59px;height:100px;right:16%;top:40%;background:linear-gradient(90deg,#e3ddd1,#fff,#dac9ba);border-radius:9px 9px 14px 14px;box-shadow:8px 14px 14px #2d54482e}.hero-art__bottle:before{content:"";position:absolute;width:26px;height:25px;top:-24px;left:17px;background:#d2c7b9;border-radius:3px 3px 0 0}.hero-slogan{position:absolute;right:8%;top:14%;font-family:cursive;font-size:23px;line-height:1.45;color:#fff;transform:rotate(-4deg);white-space:pre-wrap}.trusted-badge{position:absolute;right:4%;bottom:10px;background:#ffffffd1;border-radius:18px;padding:12px 16px;display:flex;align-items:center;gap:11px;min-width:184px;box-shadow:0 8px 24px #28554417}.trusted-badge__flag{width:34px;height:34px;border-radius:6px;display:grid;place-items:center;background:#0c713e;color:#fff;font-size:20px}.trusted-badge strong{display:block;font-size:12px}.trusted-badge small{display:block;color:#f3bd35;letter-spacing:2px;font-size:13px}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.category-card{background:#ffffffd4;border:1px solid rgba(221,231,229,.8);border-radius:18px;min-height:76px;padding:12px;display:flex;align-items:center;justify-content:center;gap:11px;transition:transform .18s ease,box-shadow .18s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card__icon{width:30px;height:30px;display:grid;place-items:center}.category-card__icon svg{width:28px;height:28px;fill:currentColor}.category-card__icon--green{color:#38a85d}.category-card__icon--pink{color:#ed3c68}.category-card__icon--blue{color:#2577ca}.category-card__icon--purple{color:#923bd2}.category-card strong,.category-card small{display:block}.category-card strong{font-size:12px;line-height:1.25}.category-card small{color:#77848c;font-size:10px;margin-top:3px}.benefits-bar{display:grid;grid-template-columns:repeat(5,1fr);background:#ffffffd4;border:1px solid rgba(221,231,229,.8);border-radius:19px;padding:12px 14px}.benefit-item{justify-content:center;border-right:1px solid var(--border);padding:5px 13px}.benefit-item:last-child{border:0}.products-section{padding-bottom:35px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin:18px 0 16px}.section-heading .eyebrow{color:var(--green-dark);margin:0 0 2px}.section-heading h2{font-size:23px;line-height:1.1;letter-spacing:-.5px;margin:0}.text-link{display:inline-flex;align-items:center;gap:5px;color:#357152;font-size:12px;font-weight:600}.text-link svg{width:16px;height:16px;fill:currentColor}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.product-card{background:#ffffffeb;border:1px solid rgba(220,230,229,.85);border-radius:18px;overflow:hidden;box-shadow:0 5px 16px #2243470b;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-6px);border-color:#35a85b3d;box-shadow:0 15px 30px #225b4221}.product-card__media{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#fafcfc,#f0f6f4);padding:13px;overflow:hidden}.product-card__media:after{content:"";position:absolute;inset:auto 12% 7% 12%;height:16px;background:#1f4b3914;border-radius:50%;filter:blur(10px);opacity:.7;transition:opacity .24s ease,transform .24s ease}.product-card:hover .product-card__media:after{opacity:1;transform:scale(1.08)}.product-card__image-link{display:block;height:100%;position:relative;z-index:1}.product-card__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s ease,filter .3s ease}.product-card:hover .product-card__image{transform:scale(1.045);filter:saturate(1.04)}.product-card__placeholder{height:100%;display:grid;place-items:center;color:#2c9a58;font-size:54px;font-weight:800}.product-card__badge{position:absolute;top:11px;left:11px;z-index:3;background:#2daf61;color:#fff;border-radius:12px;padding:4px 9px;font-size:9px;font-weight:700;box-shadow:0 4px 9px #248e4b24;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover .product-card__badge{transform:translateY(-2px);box-shadow:0 6px 12px #248e4b33}.product-card__badge--hot{background:#f7941d}.product-card__badge--new{background:#28ae62}.product-card__badge--20-off{background:#ef3e45}.product-card__badge--top-rated{background:#8e37d5}.wishlist-button{position:absolute;top:10px;right:10px;width:30px;height:30px;border:1px solid rgba(215,225,222,.8);background:#ffffffe0;border-radius:50%;display:grid;place-items:center;z-index:4;color:#34404a;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.wishlist-button:hover{transform:scale(1.1);color:#e64168;background:#fff1f4;box-shadow:0 5px 12px #e6416824}.wishlist-button svg{width:17px;height:17px;fill:transparent;stroke:currentColor;stroke-width:1.5}.wishlist-button.is-active{color:#e64168;background:#fff1f4;box-shadow:0 4px 10px #e641681f}.wishlist-button.is-active svg{fill:currentColor}.product-card__body{padding:10px 12px 13px;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:12px;line-height:1.3;margin:0 0 5px;min-height:31px}.product-card__title a{transition:color .18s ease}.product-card:hover .product-card__title a{color:var(--green-dark)}.product-card__price{display:flex;gap:7px;align-items:center;margin-bottom:10px;min-height:18px}.price{font-size:12px;color:var(--green-dark);font-weight:800}.compare-price{color:#a2abad;font-size:10px}.product-card__form{margin:auto 0 0}.empty-state{grid-column:1/-1;text-align:center;background:#fff;padding:38px;border-radius:var(--radius)}.empty-state h3{margin:0 0 6px}.empty-state p{color:var(--muted);margin:0 0 18px}.site-footer{background:#102b2e;color:#edf9f3;padding:46px 0 20px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:36px}.brand--footer .brand-copy strong{color:#fff}.brand--footer .brand-copy small{color:#aec2bd}.footer-copy{color:#adc2be;max-width:280px;font-size:12px}.site-footer h3{font-size:13px;margin:0 0 13px}.site-footer a{color:#adc2be;display:block;font-size:12px;margin:7px 0}.site-footer a:hover{color:#fff}.footer-social{display:flex;gap:10px;flex-wrap:wrap}.footer-social a{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:5px 10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:35px;padding-top:16px;color:#91aaa5;font-size:11px;display:flex;justify-content:space-between}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__backdrop,.video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b1b1f6b;opacity:0;transition:opacity .2s}.cart-drawer.is-open .cart-drawer__backdrop,.video-modal.is-open .video-modal__backdrop{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(410px,100%);background:#fff;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--border)}.cart-drawer__head h2{font-size:20px;margin:0}.cart-drawer__content{padding:20px;overflow:auto}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.cart-line__image{width:72px;height:72px;object-fit:contain;background:#f3f7f6;border-radius:10px}.cart-line__title{font-size:13px;font-weight:700}.cart-line__meta{font-size:11px;color:var(--muted)}.cart-line__remove{border:0;background:transparent;color:#b04d5c;font-size:11px;padding:0}.cart-total{display:flex;justify-content:space-between;font-weight:800;font-size:15px;padding:18px 0}.cart-checkout{width:100%}.cart-empty{text-align:center;padding:34px 10px}.cart-empty__icon{width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:#edf8ef;color:var(--green);display:grid;place-items:center}.cart-empty__icon svg{width:29px;height:29px;fill:currentColor}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;visibility:hidden;display:grid;place-items:center}.video-modal.is-open{visibility:visible}.video-modal__dialog{position:relative;background:#102b2e;border-radius:18px;width:min(780px,calc(100% - 32px));min-height:320px;transform:scale(.96);transition:transform .2s;overflow:hidden}.video-modal.is-open .video-modal__dialog{transform:scale(1)}.video-modal__close{position:absolute;right:12px;top:12px;z-index:1}.video-frame{aspect-ratio:16/9}.video-frame iframe{width:100%;height:100%;border:0}.video-placeholder{min-height:320px;display:grid;place-items:center;text-align:center;color:#fff;padding:40px}.video-placeholder span{width:64px;height:64px;border-radius:50%;background:var(--green);display:grid;place-items:center}.video-placeholder svg{width:30px;height:30px;fill:#fff}.video-placeholder p{margin:12px 0 0;color:#c7d7d2}.template-product main,.template-collection main,.template-cart main,.template-search main{min-height:55vh;padding-bottom:40px}@media(max-width:1250px){.desktop-nav,.header-main{gap:16px}.brand{min-width:170px}.search-form{width:210px}.hero-content{padding-left:45px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.page-width{width:min(calc(100% - 28px),var(--container))}.announcement-bar__inner{justify-content:flex-start;overflow:auto;white-space:nowrap;border-radius:16px}.announcement-item{flex:0 0 auto}.announcement-item:nth-child(n+3){display:none}.header-main{min-height:72px;padding:10px 14px;border-radius:18px}.mobile-menu-button{display:grid;border:0;width:36px;height:36px;background:transparent;border-radius:8px;font-size:22px}.brand{min-width:0;flex:1}.brand-mark{width:36px;height:36px}.brand-copy strong{font-size:22px}.brand-copy small{font-size:7px}.desktop-nav{display:none}.header-actions{gap:5px}.search-form{width:38px;height:38px;padding:0;justify-content:center}.search-form input{display:none}.search-form button{padding:7px}.header-icon-link{width:38px;height:38px}.hide-on-small{display:none}.mobile-menu{display:block;position:absolute;left:0;right:0;top:78px;background:#fff;border-radius:16px;padding:18px;box-shadow:var(--shadow);border:1px solid var(--border);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s}.mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mobile-menu__head .icon-button{width:32px;height:32px}.mobile-menu nav a{display:block;padding:11px 4px;border-bottom:1px solid #edf1f0;font-weight:600}.hero-card{grid-template-columns:1fr;min-height:620px}.hero-content{padding:28px 25px 20px}.hero-content h1{font-size:35px}.hero-visual{min-height:300px}.hero-slogan{top:8%;right:8%;font-size:20px}.hero-trust{gap:10px;flex-wrap:wrap}.hero-trust__item{padding-right:10px}.category-grid{grid-template-columns:repeat(2,1fr);gap:8px}.category-card{justify-content:flex-start;min-height:68px;padding:10px}.benefits-bar{grid-template-columns:repeat(2,1fr);gap:4px}.benefit-item{justify-content:flex-start;border-right:0;padding:8px}.benefit-item:last-child{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.section-heading h2{font-size:20px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:26px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}}@media(max-width:430px){.product-card__body{padding:9px}.hero-content h1{font-size:31px}.hero-description{font-size:13px}.button{padding:0 15px}.hero-trust__item strong{font-size:10px}.hero-trust__item small{font-size:9px}}.no-scroll{overflow:hidden}.page-section{padding-top:30px;padding-bottom:48px}.page-content,.product-detail,.cart-page{background:#ffffffc7;border:1px solid var(--border);border-radius:var(--radius);padding:28px}.page-content h1,.product-detail__info h1,.cart-page h1{font-size:34px;line-height:1.12;margin:0 0 18px}.rte{color:#55646d;line-height:1.75}.rte h2,.rte h3{color:var(--text)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:44px}.product-detail__media{background:#f1f6f5;border-radius:18px;min-height:480px;display:grid;place-items:center}.product-detail__image{width:100%;height:100%;max-height:560px;object-fit:contain}.product-detail__price{font-weight:800;color:var(--green-dark);font-size:24px;margin:0 0 18px}.product-detail__price s{font-size:14px;color:#9aa6a6;margin-left:8px;font-weight:400}.product-detail__form{display:grid;gap:8px;margin-top:24px;max-width:420px}.product-detail__form label{font-size:12px;font-weight:700}.product-detail__form select,.product-detail__form input,.cart-page__line input{width:100%;border:1px solid var(--border);background:#fff;border-radius:10px;padding:12px;outline-color:var(--green)}.product-detail__form .button{margin-top:7px}.pagination{display:flex;gap:14px;align-items:center;justify-content:center;margin-top:28px}.cart-page__lines{border-top:1px solid var(--border)}.cart-page__line{display:grid;grid-template-columns:90px 1fr 110px 110px;gap:18px;align-items:center;border-bottom:1px solid var(--border);padding:15px 0}.cart-page__image{width:90px;height:90px;object-fit:contain;border-radius:12px;background:#f1f6f5}.cart-page__line h2{font-size:14px;margin:0 0 4px}.cart-page__line p{color:var(--muted);font-size:12px;margin:0 0 8px}.cart-page__line>strong{text-align:right}.cart-page__summary{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:22px}.cart-page__summary>strong{margin-right:auto;font-size:17px}@media(max-width:800px){.product-detail{grid-template-columns:1fr;gap:22px}.product-detail__media{min-height:300px}.page-content h1,.product-detail__info h1,.cart-page h1{font-size:28px}.cart-page__line{grid-template-columns:70px 1fr 70px;gap:10px}.cart-page__image{width:70px;height:70px}.cart-page__line>strong{grid-column:2/4;text-align:left}.cart-page__summary{flex-wrap:wrap;justify-content:stretch}.cart-page__summary>strong{width:100%}.cart-page__summary .button{flex:1}}.product-page{padding-bottom:38px}.product-breadcrumb{display:flex;align-items:center;gap:12px;color:#66747b;font-size:12px;margin:2px 0 12px;padding:0 5px}.product-breadcrumb strong,.product-breadcrumb a:hover{color:var(--green-dark)}.product-main-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:16px}.product-gallery-card,.product-buy-card,.product-benefits-bar,.product-info-card,.product-side-card{background:#ffffffe6;border:1px solid rgba(220,230,229,.88);border-radius:18px;box-shadow:0 5px 18px #22434709}.product-gallery-card{padding:22px 22px 16px}.product-gallery__main{height:390px;position:relative;display:grid;place-items:center;background:#fff;border-radius:14px;overflow:hidden}.product-media-slide{display:none;width:100%;height:100%;align-items:center;justify-content:center}.product-media-slide.is-active{display:flex}.product-gallery__image{width:100%;height:100%;object-fit:contain}.product-gallery__video{max-width:100%;max-height:100%}.product-gallery__empty{font-size:120px;font-weight:800;color:var(--green);opacity:.45}.product-status-badge{position:absolute;z-index:3;left:0;top:0;background:var(--green);color:#fff;border-radius:18px;padding:6px 13px;font-size:11px;font-weight:700}.product-gallery__wishlist{right:6px;top:2px;width:42px;height:42px;border:1px solid #edf0f0}.product-gallery__wishlist svg{width:22px;height:22px}.product-gallery__thumbs{display:flex;gap:20px;padding:18px 64px 0;overflow:auto}.product-gallery__thumb{flex:0 0 106px;width:106px;height:95px;padding:7px;border-radius:11px;border:1px solid #e7eeee;background:#fff;display:grid;place-items:center}.product-gallery__thumb.is-active{border:2px solid var(--green)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;border-radius:7px}.product-buy-card{padding:22px 26px 18px}.product-buy-card h1{font-size:32px;line-height:1.12;letter-spacing:-1px;margin:0 0 9px}.product-buy-card>.eyebrow{color:var(--green-dark);margin-bottom:7px}.product-rating-row{display:flex;align-items:center;gap:8px;color:#647078;font-size:12px;margin-bottom:12px}.product-rating-row .stars,.stars{color:#f4bf25;letter-spacing:2px;font-size:18px}.product-rating-row strong{color:#56636b;font-size:12px}.stock-dot{width:8px;height:8px;background:#31a75c;border-radius:50%;margin-left:7px}.stock-dot--out{background:#d75757}.product-price-row{display:flex;align-items:center;gap:14px;margin-bottom:7px}.product-price{font-size:27px;color:var(--green-dark);font-weight:800}.product-price-row s{font-size:15px;color:#9da7aa}.discount-pill{font-size:11px;background:var(--green);color:#fff;border-radius:17px;padding:5px 10px;font-weight:700}.is-hidden{display:none!important}.product-short-description{color:#5c6870;line-height:1.6;font-size:13px;max-width:620px;margin-bottom:16px}.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:5px 0 16px}.product-feature-chip{min-height:44px;border:1px solid #e5ecea;border-radius:10px;display:flex;align-items:center;gap:8px;padding:8px 12px;color:#34424a;font-size:12px;white-space:nowrap}.product-feature-chip span{display:grid;place-items:center;color:var(--green);width:22px}.product-feature-chip svg{width:21px;height:21px;fill:currentColor}.product-feature-empty{grid-column:1/-1;border:1px dashed #b8d9c2;background:#f4fbf5;color:#587267;border-radius:10px;padding:10px 12px;font-size:11px}.product-feature-empty strong{color:var(--green-dark)}.product-options{display:flex;flex-wrap:wrap;gap:20px;margin:6px 0 14px}.product-option{border:0;margin:0;padding:0;min-width:150px}.product-option legend{font-size:12px;font-weight:600;padding:0 0 7px}.product-option__values{display:flex;gap:8px;flex-wrap:wrap}.option-value{border:1px solid #dbe4e1;background:#fff;border-radius:18px;padding:7px 13px;color:#506069;font-size:12px}.option-value.is-selected{border:2px solid var(--green);color:var(--text);padding:6px 12px;font-weight:700}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin:6px 0 11px}.quantity-row>label{font-size:12px;font-weight:700}.quantity-stepper{height:39px;border:1px solid #e1e8e5;border-radius:9px;display:flex;align-items:center;overflow:hidden}.quantity-stepper button{height:100%;width:39px;border:0;background:#fff;color:#56646a;display:grid;place-items:center}.quantity-stepper button:hover{background:#eff8f0}.quantity-stepper svg{width:17px;height:17px;fill:currentColor}.quantity-stepper input{width:43px;text-align:center;border:0;outline:0;background:#fff;color:#45535a}.purchase-actions{display:grid;grid-template-columns:1fr .62fr;gap:18px}.product-add-button,.button--buy-now{min-height:49px;border-radius:10px;font-size:15px}.button--buy-now{background:var(--green);border:2px solid var(--green);color:#fff}.button--add-to-cart{background:#fff;border:2px solid var(--green);color:var(--green-dark)}.product-add-button:disabled,.button--buy-now:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.secure-checkout-note{display:flex;align-items:center;gap:8px;color:#637079;font-size:11px;margin-top:13px}.secure-checkout-note svg{width:18px;height:18px;fill:var(--green-dark)}.product-benefits-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;padding:13px 30px}.product-benefit{display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #e5ebea;padding:4px 15px}.product-benefit:last-child{border:0}.product-benefit>span{color:var(--green-dark);display:grid;place-items:center}.product-benefit svg{width:25px;height:25px;fill:currentColor}.product-benefit strong,.product-benefit small{display:block}.product-benefit strong{font-size:12px}.product-benefit small{font-size:10px;color:#718087}.product-lower-grid{display:grid;grid-template-columns:1.85fr 1fr;gap:14px;margin-top:14px}.product-info-card{min-width:0}.product-tabs{display:flex;align-items:center;gap:30px;border-bottom:1px solid #e4ebea;padding:0 18px}.product-tab{position:relative;border:0;background:transparent;padding:15px 0 12px;color:#68767d;font-size:12px}.product-tab.is-active{color:var(--green-dark);font-weight:700}.product-tab.is-active:after{content:"";position:absolute;bottom:-1px;left:-8px;right:-8px;height:2px;background:var(--green)}.product-tab-panel{display:none;padding:20px 22px;color:#5c6970;font-size:12px;line-height:1.8;min-height:170px}.product-tab-panel.is-active{display:block}.product-tab-panel p{margin-top:0}.spec-table{display:grid;grid-template-columns:1fr 1fr}.spec-table>div{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:10px 8px;border-bottom:1px solid #edf1f0}.spec-table strong{color:#43515a}.review-summary{display:flex;align-items:center;gap:12px;margin-bottom:14px}.review-summary .stars--large{font-size:22px}.review-summary strong{font-size:18px;color:var(--text)}.review-summary p{margin:0;color:var(--muted)}.product-side-card{padding:19px 18px}.product-side-card h2{font-size:16px;margin:0 0 15px}.love-item{display:flex;align-items:center;gap:10px;margin:11px 0;color:#56636a;font-size:12px}.love-item span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edfaf0;color:var(--green)}.love-item svg{width:17px;height:17px;fill:currentColor}.recommendation-heading{border-top:1px solid #e7edeb;padding-top:16px;margin-top:19px!important}.mini-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mini-product-grid .product-card{border-radius:10px}.mini-product-grid .product-card__media{padding:5px}.mini-product-grid .product-card__badge{display:none}.mini-product-grid .wishlist-button{top:4px;right:4px;width:22px;height:22px}.mini-product-grid .wishlist-button svg{width:14px;height:14px}.mini-product-grid .product-card__body{padding:6px}.mini-product-grid .product-card__title{font-size:10px;min-height:27px}.mini-product-grid .product-card__price{gap:3px;margin-bottom:6px;display:block}.mini-product-grid .price{font-size:10px}.mini-product-grid .compare-price{display:block;font-size:8px}.mini-product-grid .button--cart{font-size:9px;min-height:27px;border-radius:6px}.mini-product-grid .button--cart svg{display:none}@media(max-width:1100px){.product-main-grid{grid-template-columns:1fr 1fr}.product-buy-card{padding:20px}.product-buy-card h1{font-size:27px}.product-feature-grid{grid-template-columns:repeat(2,1fr)}.product-gallery__thumbs{padding-left:20px;padding-right:20px}.product-lower-grid{grid-template-columns:1.4fr 1fr}}@media(max-width:800px){.product-page{padding-top:0}.product-breadcrumb{overflow:auto;white-space:nowrap;padding-top:3px}.product-main-grid,.product-lower-grid{grid-template-columns:1fr}.product-gallery-card{padding:14px}.product-gallery__main{height:330px}.product-gallery__thumbs{gap:10px;padding:12px 4px 0}.product-gallery__thumb{flex-basis:77px;width:77px;height:70px}.product-buy-card{padding:18px 16px}.product-buy-card h1{font-size:26px}.product-rating-row{flex-wrap:wrap}.product-price{font-size:25px}.product-feature-grid{grid-template-columns:repeat(2,1fr);gap:7px}.product-feature-chip{font-size:10px;padding:7px 8px;white-space:normal;line-height:1.25}.product-options{display:block}.product-option{margin:0 0 12px}.product-benefits-bar{grid-template-columns:repeat(2,1fr);padding:9px}.product-benefit{justify-content:flex-start;padding:9px 7px;border-right:0}.product-benefit:last-child{grid-column:1/-1}.product-tabs{gap:20px;overflow:auto;white-space:nowrap}.product-tab-panel{padding:17px 15px}.spec-table{grid-template-columns:1fr}.mini-product-grid{gap:10px}}@media(max-width:430px){.product-gallery__main{height:285px}.product-feature-grid{grid-template-columns:1fr 1fr}.purchase-actions{grid-template-columns:1fr}.button--buy-now{min-height:45px}.product-benefit strong{font-size:10px}.product-benefit small{font-size:9px}}.site-header{margin-bottom:12px}.header-main{min-height:76px;padding:10px 22px;border-radius:21px;gap:21px}.brand{min-width:218px;gap:9px}.brand-mark{width:40px;height:40px;border-radius:11px}.brand-mark svg{width:27px;height:27px}.brand-copy strong{font-size:25px;letter-spacing:-1.25px}.desktop-nav{gap:16px}.nav-link{padding:9px 15px;font-size:13px}.nav-dropdown__panel{top:39px}.header-actions{gap:8px}.search-form{height:42px;width:220px}.header-icon-link{width:41px;height:41px}.cart-count{width:18px;height:18px;font-size:9px}@media(max-width:1250px){.header-main{gap:14px;padding-left:18px;padding-right:18px}.brand{min-width:190px}.desktop-nav{gap:8px}.nav-link{padding-left:12px;padding-right:12px}.search-form{width:200px}}@media(max-width:800px){.site-header{margin-bottom:10px}.header-main{min-height:66px;padding:8px 12px;border-radius:17px;gap:8px}.brand{min-width:0}.brand-mark{width:36px;height:36px}.brand-copy strong{font-size:22px}.desktop-nav{gap:0}.nav-link{padding:9px 12px}.search-form{height:38px;width:38px}.header-icon-link{width:38px;height:38px}}.nav-link{position:relative;isolation:isolate;overflow:hidden;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease,border-color .25s ease}.nav-link:before{content:"";position:absolute;z-index:0;pointer-events:none;left:10%;right:10%;top:-45%;height:80%;border-radius:50%;background:#ffffff6b;filter:blur(8px);opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.nav-link:hover,.nav-link:focus-visible,.nav-dropdown[open]>summary{background:radial-gradient(ellipse at 50% -25%,rgba(255,255,255,.5) 0%,rgba(255,255,255,.14) 27%,transparent 56%),linear-gradient(135deg,#5bd384e6,#25aa57d1 45%,#0d793deb);border:1px solid rgba(255,255,255,.58);color:#fff;box-shadow:inset 0 1px #ffffffb3,inset 0 -7px 15px #055c2c33,0 8px 22px #20944b52;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);text-shadow:0 1px 2px rgba(5,77,38,.22);transform:translateY(-1px)}.nav-link:hover:before,.nav-link:focus-visible:before,.nav-dropdown[open]>summary:before{opacity:1;transform:translateY(0)}.nav-link:active{transform:translateY(0) scale(.98)}@supports not ((backdrop-filter:blur(1px))){.nav-link:hover,.nav-link:focus-visible,.nav-dropdown[open]>summary{background:linear-gradient(135deg,#55c87b,#1b914e)}}.header-actions .header-icon-link,.header-actions .search-form button{position:relative;isolation:isolate;overflow:hidden;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease,border-color .25s ease}.header-actions .header-icon-link:before,.header-actions .search-form button:before{content:"";position:absolute;z-index:0;pointer-events:none;left:8%;right:8%;top:-48%;height:78%;border-radius:50%;background:#ffffff75;filter:blur(7px);opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.header-actions .header-icon-link:hover,.header-actions .header-icon-link:focus-visible,.header-actions .search-form button:hover,.header-actions .search-form button:focus-visible{background:radial-gradient(ellipse at 50% -25%,rgba(255,255,255,.54) 0%,rgba(255,255,255,.14) 30%,transparent 58%),linear-gradient(135deg,#5bd384e6,#25aa57d1 48%,#0d793deb);border-color:#ffffffa6;color:#fff;box-shadow:inset 0 1px #ffffffb8,inset 0 -6px 12px #055c2c33,0 8px 18px #20944b4d;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);transform:translateY(-1px)}.header-actions .header-icon-link:hover:before,.header-actions .header-icon-link:focus-visible:before,.header-actions .search-form button:hover:before,.header-actions .search-form button:focus-visible:before{opacity:1;transform:translateY(0)}.header-actions .header-icon-link svg,.header-actions .search-form button svg{position:relative;z-index:1}.header-actions .cart-count{z-index:5}.header-actions .search-form button{border-radius:50%;width:36px;height:36px;padding:7px}@media(max-width:800px){.header-actions .search-form button{width:32px;height:32px;padding:6px}}.category-card__icon{width:36px;height:36px;flex:0 0 36px;transition:transform .24s ease,filter .24s ease}.category-card__icon svg{width:32px;height:32px;filter:drop-shadow(0 3px 3px rgba(25,78,58,.14));transition:filter .24s ease}.category-card:hover .category-card__icon{transform:translateY(-2px) scale(1.1) rotate(-2deg)}.category-card:hover .category-card__icon svg{filter:drop-shadow(0 5px 5px rgba(25,78,58,.22))}.category-card__icon--pink svg{filter:drop-shadow(0 3px 3px rgba(226,43,91,.18))}.category-card__icon--blue svg{filter:drop-shadow(0 3px 3px rgba(25,105,190,.18))}.benefit-item__icon{width:28px;height:28px;transition:transform .22s ease,filter .22s ease}.benefit-item__icon svg{width:26px;height:26px;filter:drop-shadow(0 3px 3px rgba(25,78,58,.16))}.benefit-item:hover .benefit-item__icon{transform:translateY(-2px) scale(1.08)}.benefit-item:hover .benefit-item__icon svg{filter:drop-shadow(0 5px 5px rgba(25,78,58,.24))}.benefit-item__icon,.benefit-item__icon svg{color:var(--green-dark)}@media(max-width:800px){.category-card__icon{width:32px;height:32px;flex-basis:32px}.category-card__icon svg{width:29px;height:29px}}.category-card__custom-icon,.benefit-item__custom-icon{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 3px 3px rgba(25,78,58,.14));transition:transform .24s ease,filter .24s ease}.category-card:hover .category-card__custom-icon{transform:scale(1.08)}.category-card__custom-icon{width:32px;height:32px}.benefit-item__custom-icon{width:26px;height:26px}.category-card__icon:has(.category-card__custom-icon),.benefit-item__icon:has(.benefit-item__custom-icon){color:transparent}.category-card:hover .category-card__custom-icon,.benefit-item:hover .benefit-item__custom-icon{filter:drop-shadow(0 5px 5px rgba(25,78,58,.22))}@media(max-width:800px){.category-card__custom-icon{width:29px;height:29px}.benefit-item__custom-icon{width:24px;height:24px}}.category-card__icon--custom{width:var(--custom-icon-size,32px);height:var(--custom-icon-size,32px);flex-basis:var(--custom-icon-size,32px)}.category-card__icon--custom .category-card__custom-icon{width:100%;height:100%}.benefit-item__icon--custom{width:var(--custom-icon-size,26px);height:var(--custom-icon-size,26px);flex-basis:var(--custom-icon-size,26px)}.benefit-item__icon--custom .benefit-item__custom-icon{width:100%;height:100%}.category-card__icon--custom{position:relative;width:36px!important;height:36px!important;flex:0 0 36px!important;overflow:visible}.category-card__icon--custom .category-card__custom-icon{position:absolute;left:50%;top:50%;width:var(--custom-icon-size,32px)!important;height:var(--custom-icon-size,32px)!important;max-width:none;transform:translate(-50%,-50%);z-index:2}.category-card:hover .category-card__icon--custom .category-card__custom-icon{transform:translate(-50%,-50%) scale(1.06)}.benefit-item__icon--custom{position:relative;width:28px!important;height:28px!important;flex:0 0 28px!important;overflow:visible}.benefit-item__icon--custom .benefit-item__custom-icon{position:absolute;left:50%;top:50%;width:var(--custom-icon-size,26px)!important;height:var(--custom-icon-size,26px)!important;max-width:none;transform:translate(-50%,-50%);z-index:2}.benefit-item:hover .benefit-item__icon--custom .benefit-item__custom-icon{transform:translate(-50%,-50%) scale(1.06)}.announcement-item__icon--custom{position:relative;width:20px!important;height:20px!important;flex:0 0 20px!important;overflow:visible}.announcement-item__icon--custom .announcement-item__custom-icon{position:absolute;left:50%;top:50%;width:var(--announcement-icon-size,18px)!important;height:var(--announcement-icon-size,18px)!important;max-width:none;object-fit:contain;transform:translate(-50%,-50%);z-index:2;filter:drop-shadow(0 2px 2px rgba(25,78,58,.16))}html{background:#eef7f7}body{background-color:#eef7f7;background-image:radial-gradient(ellipse 38% 30% at 7% 8%,rgba(160,224,214,.42) 0%,rgba(160,224,214,.18) 38%,transparent 76%),radial-gradient(ellipse 42% 34% at 94% 18%,rgba(190,225,247,.38) 0%,rgba(190,225,247,.15) 42%,transparent 78%),radial-gradient(ellipse 34% 28% at 27% 66%,rgba(221,245,235,.48) 0%,rgba(221,245,235,.16) 45%,transparent 78%),radial-gradient(ellipse 42% 32% at 82% 82%,rgba(187,238,217,.34) 0%,rgba(187,238,217,.12) 45%,transparent 80%);background-attachment:fixed;background-size:cover}.site-header,.announcement-bar,main,.site-footer{position:relative;z-index:1}@media(max-width:800px){body{background-image:radial-gradient(ellipse 70% 22% at 8% 8%,rgba(160,224,214,.3),transparent 76%),radial-gradient(ellipse 76% 24% at 94% 28%,rgba(190,225,247,.26),transparent 78%),radial-gradient(ellipse 72% 24% at 30% 78%,rgba(221,245,235,.32),transparent 78%);background-attachment:scroll}}.header-icon-link svg,.wishlist-button svg{overflow:visible}.header-icon-link svg path,.wishlist-button svg path{vector-effect:non-scaling-stroke}.header-icon-link.is-active svg path,.wishlist-button.is-active svg path{fill:currentColor;stroke:currentColor}.wishlist-button svg{display:block}.wishlist-page{padding:24px 0 56px}.wishlist-page__heading{margin:6px 0 24px}.wishlist-page__heading h1{margin:0;font-size:32px;letter-spacing:-1px}.wishlist-page__loading{text-align:center;color:var(--muted);padding:48px 10px}.wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.wishlist-card{display:flex;flex-direction:column;overflow:hidden;background:#ffffffeb;border:1px solid rgba(220,230,229,.9);border-radius:20px;box-shadow:0 6px 18px #2243470f;transition:transform .2s ease,box-shadow .2s ease}.wishlist-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #225b4221}.wishlist-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:linear-gradient(145deg,#fafcfc,#edf6f3);padding:14px}.wishlist-card__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.wishlist-card__media>span{font-size:52px;font-weight:800;color:var(--green)}.wishlist-card__body{display:flex;flex-direction:column;gap:8px;flex:1;padding:15px}.wishlist-card__body h2{margin:0;min-height:38px;font-size:14px;line-height:1.35}.wishlist-card__body h2 a:hover{color:var(--green-dark)}.wishlist-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:8px}.wishlist-card__actions .button{min-height:38px;padding:0 8px;font-size:11px}.wishlist-page__empty{text-align:center;background:#ffffffd9;border:1px solid var(--border);border-radius:22px;padding:54px 20px}.wishlist-page__empty[hidden],.wishlist-page__loading[hidden]{display:none}.wishlist-page__empty-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 15px;border-radius:50%;background:#fff0f4;color:#e64168}.wishlist-page__empty-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7}.wishlist-page__empty h2{margin:0 0 5px;font-size:22px}.wishlist-page__empty p{margin:0 0 18px;color:var(--muted)}@media(max-width:620px){.wishlist-page{padding-top:12px}.wishlist-page__heading{align-items:flex-start;gap:12px}.wishlist-page__heading h1{font-size:26px}.wishlist-page__heading .text-link{font-size:10px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wishlist-card__body{padding:11px}.wishlist-card__body h2{font-size:12px;min-height:34px}.wishlist-card__actions{grid-template-columns:1fr;gap:5px}.wishlist-card__actions .button{min-height:34px}}.wishlist-card__media>span{font-size:42px}@media(max-width:620px){.wishlist-card__media{padding:18px}.wishlist-card__media img{width:90%;height:90%}}.nav-dropdown>summary{cursor:pointer}.nav-dropdown__panel{z-index:60;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.nav-dropdown[open] .nav-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-dropdown__panel a{white-space:nowrap}@media(max-width:900px){.nav-dropdown__panel{left:auto;right:0}}.site-header{position:relative;z-index:1000;isolation:isolate;overflow:visible}.header-main{position:relative;z-index:1001;overflow:visible}.desktop-nav,.nav-dropdown{position:relative;z-index:1002}.nav-dropdown__panel{z-index:1003}.hero-card{z-index:0}.nav-dropdown__panel{max-height:min(70vh,420px);overflow-y:auto;scrollbar-width:thin}.nav-dropdown__panel a{font-size:12px;font-weight:600;color:var(--text)}.nav-dropdown__panel a+a{margin-top:2px}.nav-dropdown__panel a:focus-visible{outline:2px solid var(--green);outline-offset:1px}.nav-dropdown__empty{display:block;padding:8px;color:var(--muted);font-size:11px;white-space:nowrap}.nav-dropdown__panel{background:linear-gradient(145deg,#10141ddb,#3d2743b8);border:1px solid rgba(255,255,255,.24);box-shadow:0 20px 48px #080c1647,inset 0 1px #ffffff29;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}.nav-dropdown__panel a{color:#ffffffeb;text-shadow:0 1px 9px rgba(0,0,0,.25)}.nav-dropdown__panel a:hover,.nav-dropdown__panel a:focus-visible{color:#fff;background:linear-gradient(100deg,#5ddd974d,#ffffff1f);box-shadow:inset 0 0 0 1px #ffffff1f}.nav-dropdown__empty{color:#ffffffad}.nav-dropdown__panel{background:linear-gradient(145deg,#ffffffad,#e0f6ed7a);border:1px solid rgba(255,255,255,.78);box-shadow:0 18px 42px #2d6a5329,inset 0 1px #ffffffe0;backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%)}.nav-dropdown__panel a{color:#183c36;text-shadow:0 1px 5px rgba(255,255,255,.42)}.nav-dropdown__panel a:hover,.nav-dropdown__panel a:focus-visible{color:#12372d;background:linear-gradient(100deg,#70d3973d,#ffffff8a);box-shadow:inset 0 0 0 1px #ffffff9e,0 4px 12px #2d8f5714}.nav-dropdown__empty{color:#52726b}.cart-count[hidden]{display:none!important}.cart-count{top:-6px;right:-6px;min-width:21px;height:21px;padding:0 5px;z-index:5;background:#159447;color:#fff;border:2px solid #fff;box-shadow:0 3px 8px #1594474d;line-height:17px;text-align:center}.cart-count.is-empty{display:none!important}.header-main,.header-actions,.header-icon-link,.cart-trigger{overflow:visible!important}.cart-trigger .cart-count{top:-11px;right:-11px;min-width:24px;height:24px;padding:0 6px;z-index:20;font-size:11px;line-height:20px;pointer-events:none}.header-group-sticky{position:sticky;top:0;z-index:1000;padding:1px 0 4px;background:#eef5f6c2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-group-sticky .site-header{z-index:1001;margin-bottom:0}.header-group-sticky .announcement-bar{margin-top:4px}.header-group-sticky .header-main{margin-bottom:0}.header-group-sticky{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header-group-sticky .announcement-bar__inner,.header-group-sticky .header-main{background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(125%);backdrop-filter:blur(20px) saturate(125%);border-color:#dce7e6f5;box-shadow:0 8px 24px #234b481a,inset 0 1px #fffffff2}.nav-dropdown__panel{background-color:#edf8f2;background:#f4fbf8ed;border-color:#ffffffeb;box-shadow:0 18px 42px #25654d2e,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(30px) saturate(125%);backdrop-filter:blur(30px) saturate(125%)}.search-form{position:relative;overflow:visible}.search-field{position:relative;min-width:0;flex:1;height:100%;display:flex;align-items:center}.search-field input{width:100%}.search-suggestions[hidden]{display:none}.search-suggestions{position:absolute;top:calc(100% + 9px);left:-10px;right:-10px;z-index:1200;padding:8px;border:1px solid rgba(255,255,255,.9);border-radius:17px;background:#fffffff5;box-shadow:0 16px 34px #1e4c4129,inset 0 1px #fffffffa;-webkit-backdrop-filter:blur(22px) saturate(125%);backdrop-filter:blur(22px) saturate(125%)}.search-suggestion{min-height:48px;display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:9px;padding:5px 7px;border-radius:11px;color:var(--text);transition:background .18s ease,transform .18s ease}.search-suggestion:hover,.search-suggestion:focus-visible{background:#cff2dec7;transform:translate(2px);outline:none}.search-suggestion__image{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;overflow:hidden;background:#f0f7f3}.search-suggestion__image img{width:100%;height:100%;object-fit:contain}.search-suggestion__title{overflow:hidden;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.search-suggestion__arrow{color:var(--green-dark);font-size:16px;text-align:right}.search-suggestions__empty{padding:12px 9px;color:var(--muted);font-size:11px}@media(max-width:600px){.search-suggestions{left:-4px;right:-4px}}.nav-link .nav-chevron{display:inline-block;width:6px;height:6px;margin-left:6px;vertical-align:3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}.nav-dropdown[open]>summary .nav-chevron{transform:rotate(225deg) translate(-1px,-1px);vertical-align:0}.product-card__media{border-radius:18px 18px 0 0}.product-card__image-link{border-radius:14px;overflow:hidden}.product-card__image,.product-card__placeholder{border-radius:14px}.product-card__media .wishlist-button{top:14px;right:14px;background:#fffffff5;border-color:#d7e1def2;box-shadow:0 4px 10px #2143401f}.wishlist-card__media{border-radius:20px 20px 0 0;overflow:hidden}.wishlist-card__media img{border-radius:16px}.wishlist-card__media>span{border-radius:16px}.wishlist-card__media{padding:26px}.wishlist-card__media img{width:76%;height:76%;object-fit:contain}@media(max-width:620px){.wishlist-card__media{padding:20px}.wishlist-card__media img{width:80%;height:80%}}.wishlist-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.wishlist-card__media{padding:24px}.wishlist-card__media img{width:88%;height:88%;object-fit:contain}.wishlist-card__body{padding:13px;gap:6px}@media(max-width:900px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wishlist-card__media{padding:18px}.wishlist-card__media img{width:90%;height:90%}.wishlist-card__body{padding:11px}}.products-heading{color:var(--text)}.products-heading__first{color:#12213d}.products-heading__second{color:var(--green-dark)}.product-gallery-card--has-thumbs{display:grid;grid-template-columns:106px minmax(0,1fr);gap:16px;align-items:start}.product-gallery-card--has-thumbs .product-gallery__main{grid-column:2;grid-row:1}.product-gallery-card--has-thumbs .product-gallery__thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:12px;padding:0;max-height:390px;overflow-y:auto;overflow-x:hidden}.product-gallery__thumb{flex:0 0 95px;width:106px;height:95px}.product-gallery__arrow{position:absolute;top:50%;z-index:4;width:34px;height:34px;transform:translateY(-50%);border:1px solid rgba(220,230,229,.95);border-radius:50%;background:#ffffffeb;color:#34424a;display:grid;place-items:center;font-size:28px;line-height:1;box-shadow:0 5px 12px #2243471a;transition:transform .18s ease,background .18s ease,color .18s ease}.product-gallery__arrow:hover{transform:translateY(-50%) scale(1.06);background:var(--green);color:#fff}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}@media(max-width:800px){.product-gallery-card--has-thumbs{display:block}.product-gallery-card--has-thumbs .product-gallery__main,.product-gallery-card--has-thumbs .product-gallery__thumbs{display:flex}.product-gallery-card--has-thumbs .product-gallery__main{display:grid}.product-gallery-card--has-thumbs .product-gallery__thumbs{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;padding:12px 4px 0}.product-gallery__thumb{flex-basis:77px;width:77px;height:70px}}.product-buy-card .purchase-actions{display:flex;flex-direction:column;gap:7px}.product-buy-card .purchase-actions .product-add-button,.product-buy-card .purchase-actions .button--buy-now{width:100%;min-height:35px;border-radius:7px;font-size:11px;font-weight:600}.product-buy-card .purchase-actions .product-add-button{order:1;border:1px solid var(--green);background:var(--green);color:#fff;box-shadow:0 4px 10px #2ca6571f}.product-buy-card .purchase-actions .button--buy-now{order:2;border:1px solid #bed0ca;background:#fff;color:#344a43;box-shadow:none}.product-buy-card .purchase-actions .button--buy-now svg{width:15px;height:15px;fill:var(--green-dark)}.product-buy-card .purchase-actions .product-add-button svg{width:15px;height:15px;fill:currentColor}.product-buy-card .purchase-actions .product-add-button:hover{background:var(--green-dark);border-color:var(--green-dark)}.product-buy-card .purchase-actions .button--buy-now:hover{background:#f3faf5;border-color:var(--green);color:var(--green-dark)}.product-buy-card .quantity-row{margin-bottom:9px}.product-buy-card .quantity-stepper{height:34px;border-radius:7px}.product-buy-card .quantity-stepper button{width:34px}.product-buy-card .quantity-stepper input{width:38px}@media(max-width:430px){.product-buy-card .purchase-actions{gap:7px}}.product-buy-card .purchase-actions .button--buy-now{order:1;background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 4px 10px #2ca6571f}.product-buy-card .purchase-actions .product-add-button{order:2;background:#fff;border:1px solid var(--green);color:var(--green-dark);box-shadow:none}.product-buy-card .purchase-actions .button--buy-now svg{fill:currentColor}.product-buy-card .purchase-actions .product-add-button svg{fill:currentColor}.product-buy-card .purchase-actions .button--buy-now:hover{background:var(--green-dark);border-color:var(--green-dark)}.product-buy-card .purchase-actions .product-add-button:hover{background:#f3faf5;border-color:var(--green-dark);color:var(--green-dark)}.product-buy-card .purchase-actions .product-add-button{order:1}.product-buy-card .purchase-actions .button--buy-now{order:2}.product-buy-card .purchase-actions .button--buy-now:hover,.product-buy-card .purchase-actions .button--buy-now:focus-visible{color:#fff}.product-buy-card .purchase-actions .button--buy-now:hover svg,.product-buy-card .purchase-actions .button--buy-now:focus-visible svg{fill:#fff}.product-buy-card .quantity-row{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:7px;margin:9px 0 12px}.product-buy-card .quantity-row>label{line-height:1.2}.product-buy-card .quantity-stepper{height:40px;border-radius:8px;background:#f8fafb;border-color:#edf1f0}.product-buy-card .quantity-stepper button{width:39px;background:#f4f7f7;color:#657178}.product-buy-card .quantity-stepper input{width:43px;height:100%;font-weight:600;background:#fff}.product-buy-card .quantity-stepper button:hover{background:#eaf7ed;color:var(--green-dark)}.header-group-sticky{position:relative;z-index:100}.cart-drawer{z-index:1000!important}@media(min-width:901px){.wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.header-group-sticky{position:sticky!important;top:0;z-index:500;background:transparent}.header-group-sticky>*{position:relative;z-index:1}.product-rating-row .product-sold-count{display:inline-flex;align-items:center;gap:5px;color:#68747a;white-space:nowrap}.product-rating-row .product-sold-count strong{color:#68747a;font-weight:700}.product-sold-count__icon{color:var(--green);font-size:14px;line-height:1}@media(max-width:620px){.product-rating-row .product-sold-count{flex-basis:100%}}.product-rating-row .stock-dot{width:auto;height:auto;min-height:24px;display:inline-flex;align-items:center;gap:6px;margin-left:4px;padding:4px 10px;border-radius:7px;background:var(--green-dark);color:#fff;font-size:11px;font-weight:700}.product-rating-row .stock-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:#baf2c9}.product-rating-row .stock-dot--out{background:#b94c55}.product-rating-row .stock-dot--out:before{background:#ffd2d5}@media(max-width:800px){.product-rating-row .stock-dot{margin-left:0}}.product-rating-row .product-stock-pill{display:inline-flex;align-items:center;gap:6px;min-height:24px;margin-left:4px;padding:4px 10px;border-radius:7px;background:var(--green-dark);color:#fff;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.product-stock-pill__dot{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#baf2c9}.product-rating-row .product-stock-pill--out{background:#b94c55}.product-stock-pill--out .product-stock-pill__dot{background:#ffd2d5}@media(max-width:800px){.product-rating-row .product-stock-pill{margin-left:0}}.product-rating-row .product-stock-pill{min-height:24px;padding:4px 9px;border:1.5px solid var(--green-dark);border-radius:9px;background:#ffffff8c;color:#5f6d73;font-size:11px;font-weight:500}.product-rating-row .product-stock-pill__dot{width:6px;height:6px;flex-basis:6px;background:var(--green)}.product-rating-row .product-stock-pill--out{border-color:#b94c55;background:#ffffff8c;color:#7d5559}.product-rating-row .product-stock-pill--out .product-stock-pill__dot{background:#d75757}@keyframes product-stock-dot-blink{0%,45%{opacity:1;transform:scale(1)}50%,95%{opacity:.28;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.product-rating-row .product-stock-pill:not(.product-stock-pill--out) .product-stock-pill__dot{animation:product-stock-dot-blink 1s ease-in-out infinite;transform-origin:center}@media(prefers-reduced-motion:reduce){.product-rating-row .product-stock-pill:not(.product-stock-pill--out) .product-stock-pill__dot{animation:none}}.product-buy-card .purchase-actions{align-items:center}.product-buy-card .purchase-actions .product-add-button,.product-buy-card .purchase-actions .button--buy-now{width:min(72%,420px);max-width:420px}@media(max-width:800px){.product-buy-card .purchase-actions .product-add-button,.product-buy-card .purchase-actions .button--buy-now{width:min(86%,420px)}}@media(max-width:430px){.product-buy-card .purchase-actions .product-add-button,.product-buy-card .purchase-actions .button--buy-now{width:100%}}.product-buy-card .quantity-stepper{position:relative;height:46px;min-width:132px;padding:4px;gap:3px;overflow:visible;border:1px solid rgba(255,255,255,.9);border-radius:15px;background:linear-gradient(135deg,#ffffffd1,#e2f1ebb3);box-shadow:0 7px 16px #245c461a,inset 0 1px #fffffff2,inset 0 -1px #b5d5c657;backdrop-filter:blur(12px) saturate(1.15);-webkit-backdrop-filter:blur(12px) saturate(1.15)}.product-buy-card .quantity-stepper:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px solid rgba(255,255,255,.48);border-radius:13px;pointer-events:none}.product-buy-card .quantity-stepper button{position:relative;z-index:1;width:36px;height:36px;flex:0 0 36px;border:1px solid rgba(205,225,215,.7);border-radius:11px;background:#ffffff9e;color:#547066;box-shadow:0 2px 5px #2b5e4912,inset 0 1px #fffc;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.product-buy-card .quantity-stepper button:hover{background:#35a85b29;border-color:#35a85b6b;color:var(--green-dark);box-shadow:0 4px 9px #2b7e4924,inset 0 1px #ffffffe6;transform:translateY(-1px)}.product-buy-card .quantity-stepper button:active{transform:translateY(0) scale(.94)}.product-buy-card .quantity-stepper input{position:relative;z-index:1;width:43px;height:36px;flex:1 1 43px;border:1px solid rgba(215,230,223,.72);border-radius:10px;background:#ffffffc2;color:var(--text);font-weight:700;box-shadow:inset 0 1px #fffc}.product-buy-card .quantity-stepper input:focus{border-color:#35a85b8c;box-shadow:0 0 0 3px #35a85b1f,inset 0 1px #ffffffe6}.product-buy-card .quantity-stepper input::-webkit-inner-spin-button,.product-buy-card .quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-buy-card .quantity-stepper input[type=number]{-moz-appearance:textfield}@media(prefers-reduced-motion:reduce){.product-buy-card .quantity-stepper button{transition:none}}.product-buy-card .purchase-primary-row{display:grid;grid-template-columns:minmax(132px,.34fr) minmax(0,1fr);align-items:end;gap:12px;margin:9px 0 8px}.product-buy-card .purchase-primary-row .quantity-row{margin:0}.product-buy-card .purchase-primary-row .product-add-button{width:100%;max-width:none;min-height:46px;align-self:end}.product-buy-card .purchase-actions{width:100%;align-items:stretch;gap:0;margin:0}.product-buy-card .purchase-actions .button--buy-now{width:100%;max-width:none;min-height:46px}@media(max-width:800px){.product-buy-card .purchase-primary-row{grid-template-columns:1fr;gap:10px}.product-buy-card .purchase-primary-row .product-add-button,.product-buy-card .purchase-actions .button--buy-now{width:100%}}.announcement-bar{width:100vw;margin:5px 0 7px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0}.announcement-bar .announcement-bar__inner{width:100%;max-width:none;margin:0;border-radius:16px;padding-left:clamp(18px,4vw,64px);padding-right:clamp(18px,4vw,64px)}@media(max-width:800px){.announcement-bar .announcement-bar__inner{gap:12px;padding-left:14px;padding-right:14px;overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.announcement-bar .announcement-bar__inner::-webkit-scrollbar{display:none}.announcement-bar .announcement-item{flex:0 0 auto}}.category-section .category-grid{gap:14px}.category-section .category-card{min-height:82px;padding:14px 16px;justify-content:flex-start;gap:12px;background:linear-gradient(145deg,#ffffffe0,#f6fcfab8);border:1px solid rgba(220,232,229,.9);border-radius:18px;box-shadow:0 7px 18px #224c460e,inset 0 1px #ffffffd9;backdrop-filter:blur(10px) saturate(1.08);-webkit-backdrop-filter:blur(10px) saturate(1.08)}.category-section .category-card:hover{transform:translateY(-4px);border-color:#35a85b4d;box-shadow:0 13px 25px #225b421f,inset 0 1px #fffffff2}.category-section .category-card__icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#ffffffb8;box-shadow:0 4px 10px #235b4614,inset 0 1px #ffffffe6}.category-section .category-card__icon svg{width:25px;height:25px}.category-section .category-card>span:last-child{min-width:0}.category-section .category-card strong{font-size:12px}.category-section .category-card small{margin-top:4px}.benefits-section .benefits-bar{min-height:72px;padding:12px 18px;gap:0;background:linear-gradient(145deg,#ffffffe0,#f6fcfab8);border:1px solid rgba(220,232,229,.9);border-radius:19px;box-shadow:0 8px 20px #224c460f,inset 0 1px #ffffffe6;backdrop-filter:blur(10px) saturate(1.08);-webkit-backdrop-filter:blur(10px) saturate(1.08)}.benefits-section .benefit-item{min-height:42px;gap:12px;padding:7px 22px;border-right:1px solid rgba(207,224,218,.8)}.benefits-section .benefit-item:last-child{border-right:0}.benefits-section .benefit-item__icon{width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:#ebf9efe0;box-shadow:0 3px 8px #27784614,inset 0 1px #ffffffe6}.benefits-section .benefit-item__icon svg{width:21px;height:21px}@media(max-width:800px){.category-section .category-grid{gap:10px}.category-section .category-card{min-height:76px;padding:11px 10px}.category-section .category-card__icon{width:34px;height:34px;flex-basis:34px}.category-section .category-card__icon svg{width:22px;height:22px}.benefits-section .benefits-bar{padding:10px 8px}.benefits-section .benefit-item{padding:8px 10px;border-right:0}}.product-side-card .mini-product-grid .product-card__media{border-radius:12px;overflow:hidden}.product-side-card .mini-product-grid .wishlist-button{top:7px;right:7px;width:29px;height:29px;border:1px solid rgba(205,218,214,.95);background:#fffffff0;color:#34404a;box-shadow:0 3px 8px #1f453d21,inset 0 1px #fffffff2;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.product-side-card .mini-product-grid .wishlist-button svg{width:16px;height:16px;stroke-width:1.8}.product-side-card .mini-product-grid .wishlist-button:hover{transform:scale(1.08);color:#e64168;background:#fff1f4f7}.product-side-card .mini-product-grid .wishlist-button.is-active{color:#e64168;background:#fff1f4f7}.product-card__badge{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;min-height:25px;padding:5px 10px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:linear-gradient(135deg,#30b765f5,#188445d1);color:#fff;font-size:10px;font-weight:800;letter-spacing:.05px;line-height:1;box-shadow:0 5px 12px #19693c33,inset 0 1px #ffffff75,inset 0 -1px #004d252e;backdrop-filter:blur(9px) saturate(1.25);-webkit-backdrop-filter:blur(9px) saturate(1.25);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.product-card__badge:before{content:"";width:4px;height:4px;margin-right:5px;border-radius:50%;background:#ffffffe0;box-shadow:0 0 0 2px #ffffff24}.product-card:hover .product-card__badge{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 16px #19693c3d,inset 0 1px #ffffff94,inset 0 -1px #004d252e;filter:saturate(1.08)}.product-card__badge--hot{background:linear-gradient(135deg,#ffab2cfa,#eb6b0bdb);box-shadow:0 5px 12px #cd660f33,inset 0 1px #ffffff7a,inset 0 -1px #8b3b002e}.product-card__badge--new{background:linear-gradient(135deg,#31c071fa,#198f4cdb)}.product-card__badge--top-rated{background:linear-gradient(135deg,#a35bebfa,#672cb5db);box-shadow:0 5px 12px #6932ae33,inset 0 1px #ffffff80,inset 0 -1px #3e187733}.product-card__badge--20-off,.product-card__badge--20{background:linear-gradient(135deg,#f5575bfa,#c22a34de);box-shadow:0 5px 12px #be2b3433,inset 0 1px #ffffff7a,inset 0 -1px #6f0f1633}.product-card__badge--best-seller{background:linear-gradient(135deg,#30b765fa,#13793fe0)}@media(max-width:800px){.product-card__badge{top:8px;left:8px;min-height:23px;padding:4px 8px;font-size:9px}}.product-card__badge{border:0;outline:none;background:linear-gradient(135deg,#35a85be6,#12743db3);box-shadow:0 5px 12px #19693c29,inset 0 1px #ffffff38,inset 0 -1px #004d2524}.product-card__badge--hot{background:linear-gradient(135deg,#ffab2ceb,#dc5b08b3);box-shadow:0 5px 12px #cd660f29,inset 0 1px #ffffff38,inset 0 -1px #8b3b0024}.product-card__badge--new{background:linear-gradient(135deg,#31c071eb,#198f4cb3)}.product-card__badge--top-rated{background:linear-gradient(135deg,#a35bebeb,#672cb5b3);box-shadow:0 5px 12px #6932ae29,inset 0 1px #ffffff38,inset 0 -1px #3e187724}.product-card__badge--20-off,.product-card__badge--20{background:linear-gradient(135deg,#f5575beb,#c22a34b3);box-shadow:0 5px 12px #be2b3429,inset 0 1px #ffffff38,inset 0 -1px #6f0f1624}.product-card__badge--best-seller{background:linear-gradient(135deg,#30b765eb,#13793fb3)}.product-card:hover .product-card__badge{box-shadow:0 8px 16px #19693c33,inset 0 1px #ffffff47,inset 0 -1px #004d2524}.products-heading{display:inline-flex;align-items:center;gap:9px}.products-heading__accent{display:inline-flex;width:var(--heading-accent-size, 26px);height:var(--heading-accent-size, 26px);align-items:center;justify-content:center;vertical-align:middle;margin-left:1px;filter:drop-shadow(0 4px 6px rgba(198,74,34,.18))}.products-heading__accent-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:7px}@media(max-width:800px){.products-heading{gap:7px}.products-heading__accent{--heading-accent-size: min(var(--heading-accent-size, 26px), 22px)}}.products-heading__accent{transform:translateY(var(--heading-accent-offset, 0px))}.announcement-bar,.announcement-bar .announcement-bar__inner{border-radius:0}.announcement-bar .announcement-bar__inner{display:block;overflow:hidden;padding-top:7px;padding-bottom:7px}.announcement-bar__viewport{width:100%;overflow:hidden}.announcement-bar__track{display:flex;align-items:center;width:max-content;gap:clamp(34px,6vw,96px);animation:announcement-marquee 28s linear infinite;will-change:transform}.announcement-bar__duplicate{display:flex;align-items:center;gap:clamp(34px,6vw,96px)}.announcement-bar .announcement-item{flex:0 0 auto;white-space:nowrap}@keyframes announcement-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none;transform:none}}@media(max-width:800px){.announcement-bar .announcement-bar__inner{padding-left:14px;padding-right:14px}.announcement-bar__track{gap:32px;animation-duration:22s}.announcement-bar__duplicate{gap:32px}}.announcement-bar__track{gap:0;animation:announcement-marquee-smooth var(--announcement-speed, 28s) linear infinite}.announcement-bar__group{display:flex;align-items:center;flex:0 0 auto;gap:clamp(34px,6vw,96px);padding-right:clamp(34px,6vw,96px)}@keyframes announcement-marquee-smooth{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:800px){.announcement-bar__track{animation-duration:var(--announcement-speed, 28s)}.announcement-bar__group{gap:32px;padding-right:32px}}.header-group-sticky{position:sticky!important;top:0;z-index:500!important;isolation:isolate;background:#f1f8f7f7;box-shadow:0 8px 22px #1e494514;backdrop-filter:blur(20px) saturate(1.08);-webkit-backdrop-filter:blur(20px) saturate(1.08)}.header-group-sticky .announcement-bar,.header-group-sticky .site-header{position:relative;z-index:1}.header-group-sticky .announcement-bar__inner,.header-group-sticky .header-main{background:#fffffffb;backdrop-filter:blur(18px) saturate(1.05);-webkit-backdrop-filter:blur(18px) saturate(1.05)}@media(max-width:800px){.header-group-sticky{background:#f1f8f7fb}}.header-group-sticky{background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:visible}.header-group-sticky .announcement-bar__inner,.header-group-sticky .header-main{box-shadow:0 8px 22px #1e494514,inset 0 1px #ffffffe0}.header-group-sticky{background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.header-group-sticky .announcement-bar__inner,.header-group-sticky .header-main{background:#ffffffc7!important;backdrop-filter:blur(18px) saturate(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.1);box-shadow:0 8px 22px #1e494514,inset 0 1px #ffffffe6}@media(max-width:800px){.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:700;padding:92px 12px 18px;background:#112d2f2e;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.mobile-menu.is-open{visibility:visible;opacity:1}.mobile-menu__inner{overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:linear-gradient(145deg,#ffffffd1,#e9f7f1bd);box-shadow:0 18px 44px #18433e33,inset 0 1px #ffffffe6;backdrop-filter:blur(20px) saturate(1.12);-webkit-backdrop-filter:blur(20px) saturate(1.12)}.mobile-menu__head{background:#ffffff61;border-bottom:1px solid rgba(204,224,216,.74)}.mobile-menu__link{border-bottom-color:#cce0d8a6;background:#ffffff29;transition:background .18s ease,padding-left .18s ease,color .18s ease}.mobile-menu__link:hover,.mobile-menu__link:focus-visible{background:#35a85b1f;padding-left:28px;color:var(--green-dark)}}@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu__link{transition:none}}@media(max-width:800px){.mobile-menu{display:block;padding:92px 12px 18px;overflow:auto;background:#112d2f33;z-index:700}.mobile-menu__panel{position:relative;width:100%;max-height:calc(100vh - 128px);overflow:auto;border:1px solid rgba(255,255,255,.78);border-radius:24px;background:linear-gradient(145deg,#ffffffe6,#e9f7f1d1);box-shadow:0 18px 44px #18433e38,inset 0 1px #fffffff2;backdrop-filter:blur(20px) saturate(1.12);-webkit-backdrop-filter:blur(20px) saturate(1.12)}.mobile-menu__head{position:sticky;top:0;z-index:2;min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#ffffffb8;border-bottom:1px solid rgba(204,224,216,.74)}.mobile-menu__head strong{color:#12213d;font-size:18px}.mobile-menu__head .icon-button{position:relative;z-index:3;width:42px;height:42px;flex:0 0 42px;background:#ffffffe6;border:1px solid rgba(214,228,222,.95);color:#12213d;box-shadow:0 3px 9px #204c451f}.mobile-menu__head .icon-button svg{width:21px;height:21px}.mobile-menu nav{display:block}.mobile-menu nav a{display:flex;align-items:center;min-height:59px;padding:0 20px;border-bottom:1px solid rgba(204,224,216,.68);color:#12213d;font-size:16px;font-weight:600;background:#fff3}.mobile-menu nav a:last-child{border-bottom:0}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible{background:#35a85b1f;color:var(--green-dark)}}@media(max-width:800px){.mobile-menu{top:var(--mobile-menu-top, 0px);bottom:0;padding-top:12px}}body.no-scroll{overflow:hidden;overscroll-behavior:none}@media(max-width:800px){.mobile-menu__panel{overscroll-behavior:contain;touch-action:pan-y}}.header-main .header-icon-link{position:relative;overflow:visible;border:1px solid rgba(255,255,255,.88);background:linear-gradient(145deg,#ffffffe6,#ecf7f3ad);color:#17243b;box-shadow:0 6px 16px #214e481a,inset 0 1px #fffffff2;backdrop-filter:blur(12px) saturate(1.12);-webkit-backdrop-filter:blur(12px) saturate(1.12);transition:transform .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.header-main .header-icon-link:hover,.header-main .header-icon-link:focus-visible{transform:translateY(-3px) scale(1.04);background:linear-gradient(145deg,#fffffffa,#daf3e4db);color:var(--green-dark);box-shadow:0 11px 22px #216f462e,inset 0 1px #fff;outline:none}.header-main .header-icon-link[aria-label=Wishlist]:hover,.header-main .header-icon-link[aria-label=Wishlist]:focus-visible{color:#e64168;background:linear-gradient(145deg,#fffffffa,#ffebf1e0);box-shadow:0 11px 22px #e6416829,inset 0 1px #fff}.header-main .header-icon-link svg{width:22px;height:22px;transition:transform .2s ease}.header-main .header-icon-link:hover svg,.header-main .header-icon-link:focus-visible svg{transform:scale(1.08)}.header-main .cart-count{top:-6px;right:-6px;width:22px;height:22px;border:3px solid rgba(255,255,255,.96);box-shadow:0 4px 10px #1d723d38;font-weight:800}@media(prefers-reduced-motion:reduce){.header-main .header-icon-link,.header-main .header-icon-link svg{transition:none}}.announcement-bar{margin-top:0!important}.header-main .search-form{width:255px;height:45px;display:flex;align-items:center;gap:3px;padding:0 12px 0 7px;overflow:visible;background:linear-gradient(145deg,#ffffffe6,#ecf7f3b3);border:1px solid rgba(255,255,255,.88);border-radius:24px;box-shadow:0 6px 16px #214e4817,inset 0 1px #fffffff2;backdrop-filter:blur(12px) saturate(1.1);-webkit-backdrop-filter:blur(12px) saturate(1.1);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.header-main .search-form:focus-within{border-color:#35a85b7a;background:#fffffff0;box-shadow:0 0 0 3px #35a85b1a,0 9px 20px #216f461f,inset 0 1px #fff}.header-main .search-form>button{order:-1;flex:0 0 34px;width:34px;height:34px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:#ffffff80;color:#6a777b;transition:color .18s ease,background .18s ease,transform .18s ease}.header-main .search-form>button:hover,.header-main .search-form>button:focus-visible{color:var(--green-dark);background:#daf3e4cc;transform:scale(1.06);outline:none}.header-main .search-form>button svg{width:19px;height:19px}.header-main .search-form .search-field{position:relative;min-width:0;flex:1;display:flex;align-items:center}.header-main .search-form .search-field input{width:100%;height:36px;padding:0 5px}@media(max-width:800px){.header-main .search-form{width:38px;padding:0;gap:0;justify-content:center}.header-main .search-form>button{flex-basis:38px;width:38px;height:38px;background:transparent}.header-main .search-form .search-field{display:none}}@media(prefers-reduced-motion:reduce){.header-main .search-form,.header-main .search-form>button{transition:none}}.product-card__media .wishlist-button{top:10px;right:10px;width:38px;height:38px;border:1px solid rgba(255,255,255,.9);background:linear-gradient(145deg,#ffffffeb,#e8f6f1b8);color:#263640;box-shadow:0 6px 14px #18453f24,inset 0 1px #fffffffa;backdrop-filter:blur(12px) saturate(1.12);-webkit-backdrop-filter:blur(12px) saturate(1.12);transition:transform .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.product-card__media .wishlist-button:hover,.product-card__media .wishlist-button:focus-visible{transform:scale(1.1) translateY(-2px);border-color:#fffffffa;background:linear-gradient(145deg,#fffffffa,#ffebf1e6);color:#e64168;box-shadow:0 10px 20px #e641682e,inset 0 1px #fff;outline:none}.product-card__media .wishlist-button svg{width:21px;height:21px;stroke-width:1.8;transition:transform .2s ease,fill .2s ease}.product-card__media .wishlist-button:hover svg,.product-card__media .wishlist-button:focus-visible svg{transform:scale(1.06)}.product-card__media .wishlist-button.is-active{background:linear-gradient(145deg,#fff1f5fa,#ffdce6d6);border-color:#fffffff5;color:#e64168;box-shadow:0 7px 16px #e641682e,inset 0 1px #fff}@media(max-width:800px){.product-card__media .wishlist-button{width:34px;height:34px;top:8px;right:8px}.product-card__media .wishlist-button svg{width:19px;height:19px}}@media(prefers-reduced-motion:reduce){.product-card__media .wishlist-button,.product-card__media .wishlist-button svg{transition:none}}@media(max-width:800px){.header-main .header-actions{gap:6px;align-items:center}.header-main .header-icon-link,.header-main .search-form{width:38px!important;height:38px!important;min-width:38px;min-height:38px;flex:0 0 38px;border-radius:50%!important;border:1px solid rgba(255,255,255,.92);background:linear-gradient(145deg,#ffffffe6,#e8f6f1b8);box-shadow:0 6px 14px #18453f1f,inset 0 1px #fffffffa;backdrop-filter:blur(12px) saturate(1.12);-webkit-backdrop-filter:blur(12px) saturate(1.12)}.header-main .search-form{display:grid;place-items:center;padding:0;overflow:visible}.header-main .search-form>button{width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:transparent}.header-main .search-form>button svg,.header-main .header-icon-link svg{width:20px;height:20px}.header-main .header-icon-link:hover,.header-main .header-icon-link:focus-visible,.header-main .search-form:focus-within{transform:translateY(-2px) scale(1.04);background:linear-gradient(145deg,#fffffffa,#daf3e4db);box-shadow:0 10px 19px #216f4629,inset 0 1px #fff}.header-main .header-icon-link[aria-label=Wishlist]:hover,.header-main .header-icon-link[aria-label=Wishlist]:focus-visible{color:#e64168;background:linear-gradient(145deg,#fffffffa,#ffebf1e0);box-shadow:0 10px 19px #e6416829,inset 0 1px #fff}.header-main .cart-count{top:-5px;right:-5px;width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.header-main .header-icon-link,.header-main .search-form{transition:none}}.product-card__media .wishlist-button{overflow:visible}.product-card__media .wishlist-button:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:2px solid rgba(230,65,104,0);border-radius:50%;pointer-events:none}.product-card__media .wishlist-button.wishlist-clicked{animation:wishlist-button-glow .65s cubic-bezier(.2,.75,.25,1)}.product-card__media .wishlist-button.wishlist-clicked:after{animation:wishlist-heart-ripple .65s ease-out}.product-card__media .wishlist-button.wishlist-clicked svg{animation:wishlist-heart-pop .55s cubic-bezier(.2,1.5,.35,1)}@keyframes wishlist-heart-pop{0%{transform:scale(1)}38%{transform:scale(1.32) rotate(-7deg)}68%{transform:scale(.94) rotate(4deg)}to{transform:scale(1) rotate(0)}}@keyframes wishlist-heart-ripple{0%{top:-3px;right:-3px;bottom:-3px;left:-3px;border-color:#e6416894;opacity:.9}to{top:-12px;right:-12px;bottom:-12px;left:-12px;border-color:#e6416800;opacity:0}}@keyframes wishlist-button-glow{0%,to{box-shadow:0 6px 14px #18453f24,inset 0 1px #fffffffa}42%{box-shadow:0 0 0 5px #e641681f,0 12px 24px #e6416840,inset 0 1px #fff}}@media(prefers-reduced-motion:reduce){.product-card__media .wishlist-button.wishlist-clicked,.product-card__media .wishlist-button.wishlist-clicked:after,.product-card__media .wishlist-button.wishlist-clicked svg{animation:none}}.product-feature-grid{gap:12px}.product-feature-chip{position:relative;min-height:54px;border:1px solid rgba(255,255,255,.86);border-radius:14px;padding:9px 13px;background:linear-gradient(145deg,#ffffffd1,#e8f7f0a8);box-shadow:0 6px 15px #1b4c4114,inset 0 1px #fffffff2;backdrop-filter:blur(12px) saturate(1.1);-webkit-backdrop-filter:blur(12px) saturate(1.1);color:#34424a;transition:transform .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease}.product-feature-chip:hover{transform:translateY(-3px);border-color:#aae0bedb;background:linear-gradient(145deg,#fffffff0,#daf3e2d1);box-shadow:0 11px 22px #1b6a4224,inset 0 1px #fff}.product-feature-chip>span{position:relative;width:31px;height:31px;flex:0 0 31px;border-radius:10px;display:grid;place-items:center;color:var(--green);background:linear-gradient(145deg,#ffffffe6,#dbf4e3c2);box-shadow:0 4px 9px #29874b1a,inset 0 1px #fffffff2;transition:transform .2s ease,color .2s ease,box-shadow .2s ease}.product-feature-chip:hover>span{transform:scale(1.08) rotate(-3deg);color:var(--green-dark);box-shadow:0 6px 13px #29874b29,inset 0 1px #fff}.product-feature-chip>span svg{width:19px;height:19px;fill:currentColor}@media(max-width:800px){.product-feature-grid{gap:9px}.product-feature-chip{min-height:49px;padding:8px 10px;gap:7px;font-size:11px}.product-feature-chip>span{width:28px;height:28px;flex-basis:28px}.product-feature-chip>span svg{width:17px;height:17px}}@media(prefers-reduced-motion:reduce){.product-feature-chip,.product-feature-chip>span{transition:none}}.product-gallery-card--has-thumbs{gap:18px;padding:14px;background:linear-gradient(145deg,#ffffffe6,#ebf7f3b8);box-shadow:0 10px 26px #224d4714,inset 0 1px #fffffff2;backdrop-filter:blur(12px) saturate(1.08);-webkit-backdrop-filter:blur(12px) saturate(1.08)}.product-gallery-card--has-thumbs .product-gallery__main{background:linear-gradient(145deg,#fff,#edf7f3);border:1px solid rgba(255,255,255,.88);box-shadow:inset 0 1px #fffffff2,0 7px 18px #1f4e4612;touch-action:pan-y}.product-gallery__image{transition:transform .32s ease,opacity .22s ease}.product-media-slide.is-active .product-gallery__image{animation:gallery-media-enter .34s cubic-bezier(.2,.75,.25,1)}@keyframes gallery-media-enter{0%{opacity:.45;transform:scale(.975)}to{opacity:1;transform:scale(1)}}.product-gallery-card--has-thumbs .product-gallery__thumbs{gap:11px;padding:2px;scrollbar-width:thin;scrollbar-color:rgba(53,168,91,.45) transparent}.product-gallery-card--has-thumbs .product-gallery__thumb{position:relative;border:1px solid rgba(255,255,255,.9);background:linear-gradient(145deg,#fffffff0,#e8f6f1b8);box-shadow:0 4px 11px #1f4e4612,inset 0 1px #fffffff2;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.product-gallery-card--has-thumbs .product-gallery__thumb:hover,.product-gallery-card--has-thumbs .product-gallery__thumb:focus-visible{transform:translate(3px);border-color:#35a85b8c;background:#fffffffa;box-shadow:0 7px 15px #1f6a4224,inset 0 1px #fff;outline:none}.product-gallery-card--has-thumbs .product-gallery__thumb.is-active{border:2px solid var(--green);box-shadow:0 0 0 3px #35a85b1f,0 8px 16px #1f6a4226,inset 0 1px #fff;transform:translate(2px)}.product-gallery__arrow{width:42px;height:42px;border:1px solid rgba(255,255,255,.92);background:linear-gradient(145deg,#ffffffeb,#e1f4ebcc);color:var(--green-dark);font-size:30px;font-weight:500;line-height:1;box-shadow:0 7px 16px #1c524429,inset 0 1px #fffffffa;backdrop-filter:blur(10px) saturate(1.12);-webkit-backdrop-filter:blur(10px) saturate(1.12);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.product-gallery__arrow:hover,.product-gallery__arrow:focus-visible{transform:translateY(-50%) scale(1.12);background:linear-gradient(145deg,#fffffffa,#35a85be6);color:#fff;box-shadow:0 11px 22px #1f6a423b,inset 0 1px #ffffffe6;outline:none}.product-gallery__arrow:active{transform:translateY(-50%) scale(.98)}@media(max-width:800px){.product-gallery-card--has-thumbs{padding:10px}.product-gallery-card--has-thumbs .product-gallery__main{height:330px}.product-gallery__arrow{width:38px;height:38px;font-size:27px}.product-gallery-card--has-thumbs .product-gallery__thumbs{gap:9px;padding:10px 2px 2px}.product-gallery-card--has-thumbs .product-gallery__thumb:hover,.product-gallery-card--has-thumbs .product-gallery__thumb:focus-visible,.product-gallery-card--has-thumbs .product-gallery__thumb.is-active{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.product-gallery__image,.product-media-slide.is-active .product-gallery__image,.product-gallery__arrow,.product-gallery-card--has-thumbs .product-gallery__thumb{animation:none;transition:none}}@media(min-width:801px){.product-gallery-card--has-thumbs{grid-template-columns:120px minmax(0,1fr);gap:18px;overflow:visible}.product-gallery-card--has-thumbs .product-gallery__thumbs{width:120px;padding:4px 8px 4px 4px;overflow-y:auto;overflow-x:hidden}.product-gallery-card--has-thumbs .product-gallery__thumb{width:106px;flex-basis:106px}}@media(min-width:801px){.product-gallery-card--has-thumbs{grid-template-columns:112px minmax(0,1fr);gap:12px}.product-gallery-card--has-thumbs .product-gallery__thumbs{width:112px;gap:9px;padding:2px 4px 2px 1px;background:transparent}.product-gallery-card--has-thumbs .product-gallery__thumb{width:106px;flex-basis:106px;height:95px;padding:3px;border-radius:10px;background:#ffffff61;border-color:#d5e5deb8}.product-gallery-card--has-thumbs .product-gallery__thumb.is-active{padding:2px;border-width:2px;background:#e9f9ef7a}.product-gallery-card--has-thumbs .product-gallery__thumb img{border-radius:7px}}.product-gallery-card--has-thumbs .product-gallery__thumb{padding:0;background:transparent;border-color:transparent;box-shadow:none}.product-gallery-card--has-thumbs .product-gallery__thumb.is-active{padding:3px;background:transparent;border:2px solid var(--green);box-shadow:0 0 0 2px #35a85b1f,0 6px 14px #1f6a421f}.product-gallery-card--has-thumbs .product-gallery__thumb img{display:block;border-radius:8px}@media(max-width:800px){.product-gallery-card--has-thumbs .product-gallery__thumbs{background:transparent;padding:10px 0 2px}.product-gallery-card--has-thumbs .product-gallery__thumb{width:77px;flex-basis:77px;height:70px}.product-gallery-card--has-thumbs .product-gallery__thumb.is-active{padding:2px}}@media(min-width:801px)and (max-width:1100px){.header-main{gap:10px;padding-left:14px;padding-right:14px}.brand{min-width:158px;gap:7px}.brand-copy strong{font-size:21px}.brand-copy small{font-size:7px}.desktop-nav{gap:2px;min-width:0}.desktop-nav .nav-link{padding-left:7px;padding-right:7px;font-size:11px}.header-actions{flex:0 0 auto;gap:5px}.header-main .search-form{width:clamp(132px,17vw,190px)}.header-main .header-icon-link{width:36px;height:36px}.header-main .header-icon-link svg{width:19px;height:19px}}@media(min-width:801px)and (max-width:900px){.desktop-nav .nav-link{padding-left:5px;padding-right:5px;font-size:10px}.header-main .search-form{width:128px}.header-main .header-icon-link{width:33px;height:33px}.header-main .header-icon-link svg{width:17px;height:17px}}@media(max-width:800px){.product-gallery-card--has-thumbs .product-gallery__thumbs{overflow-x:auto;overflow-y:hidden}.product-gallery-card--has-thumbs .product-gallery__thumb{box-sizing:border-box;transform:none!important;overflow:hidden}.product-gallery-card--has-thumbs .product-gallery__thumb.is-active{border:0!important;padding:2px!important;background:transparent;transform:none!important;box-shadow:inset 0 0 0 2px var(--green)!important}}@media(max-width:800px){.product-buy-card .purchase-primary-row{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);align-items:end;gap:10px;margin-top:8px}.product-buy-card .purchase-primary-row .quantity-row{min-width:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:6px;margin:0}.product-buy-card .purchase-primary-row .quantity-row>label{margin-left:2px;font-size:11px;line-height:1}.product-buy-card .purchase-primary-row .quantity-stepper{width:100%;height:46px;border-radius:10px}.product-buy-card .purchase-primary-row .quantity-stepper button{width:38px}.product-buy-card .purchase-primary-row .quantity-stepper input{width:auto;flex:1;min-width:0}.product-buy-card .purchase-primary-row .product-add-button{width:100%!important;min-height:46px!important;height:46px;padding:0 8px;border-radius:10px;font-size:12px;white-space:nowrap}.product-buy-card .purchase-actions{margin-top:10px}.product-buy-card .purchase-actions .button--buy-now{width:100%!important;min-height:62px;border-radius:11px;font-size:17px;font-weight:800;letter-spacing:.2px;box-shadow:0 8px 17px #269d5233,inset 0 1px #ffffff3d}}.product-buy-card .button--buy-now{position:relative;isolation:isolate;overflow:hidden;box-shadow:0 8px 18px #269d5233,inset 0 1px #ffffff38;animation:buy-now-glow 3.8s ease-in-out infinite;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,background .22s ease}.product-buy-card .button--buy-now:after{content:"";position:absolute;z-index:-1;top:-45%;bottom:-45%;left:-48%;width:28%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.5),transparent);transform:skew(-18deg);animation:buy-now-shine 3.8s ease-in-out infinite;pointer-events:none}.product-buy-card .button--buy-now>*{position:relative;z-index:1}.product-buy-card .button--buy-now:hover,.product-buy-card .button--buy-now:focus-visible{transform:translateY(-3px) scale(1.012);filter:saturate(1.08) brightness(1.03);box-shadow:0 13px 25px #269d524d,0 0 0 4px #35a85b1a,inset 0 1px #ffffff4d;outline:none}.product-buy-card .button--buy-now:active{transform:translateY(-1px) scale(.99)}@keyframes buy-now-shine{0%,18%{left:-48%;opacity:0}32%{opacity:.9}58%,to{left:125%;opacity:0}}@keyframes buy-now-glow{0%,to{box-shadow:0 8px 18px #269d5233,inset 0 1px #ffffff38}48%{box-shadow:0 10px 22px #269d5245,0 0 0 3px #35a85b0f,inset 0 1px #ffffff47}}@media(prefers-reduced-motion:reduce){.product-buy-card .button--buy-now,.product-buy-card .button--buy-now:after{animation:none;transition:none}}@media(max-width:800px){.header-main .cart-count{top:-4px;right:-4px;width:17px;height:17px;min-width:17px;padding:0;border:2px solid rgba(255,255,255,.98);border-radius:50%;font-size:9px;line-height:1;font-weight:800;z-index:5;box-shadow:0 3px 8px #1c703e33}.header-main .cart-count:not(.is-empty){display:grid;place-items:center}}@media(max-width:800px){.header-main .search-form.is-mobile-open{width:min(210px,48vw)!important;flex-basis:min(210px,48vw);height:38px!important;display:flex;justify-content:flex-start;gap:3px;padding:0 8px 0 3px;border-radius:21px!important;background:linear-gradient(145deg,#fffffff7,#e2f5ede0);border-color:#35a85b6b;box-shadow:0 0 0 3px #35a85b17,0 8px 17px #1f6a4226,inset 0 1px #fff}.header-main .search-form.is-mobile-open>button{width:30px;height:30px;flex-basis:30px;border-radius:50%;background:#daf3e4b3}.header-main .search-form.is-mobile-open .search-field{display:flex}.header-main .search-form.is-mobile-open .search-field input{height:32px;padding:0 4px;font-size:11px}.header-main .search-form.is-mobile-open .search-suggestions{left:-3px;right:-3px;top:39px;width:min(240px,70vw)}}.discount-swipe-offer{margin:2px 0 14px;padding:10px 11px;border:1px solid rgba(53,168,91,.2);border-radius:12px;background:linear-gradient(110deg,#effcf3eb,#ffffffc2);box-shadow:0 5px 15px #2243470a}.discount-swipe-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.discount-swipe-heading strong{color:var(--green-dark);font-size:12px}.discount-swipe-heading small{color:#718087;font-size:9px}.discount-swipe-track{position:relative;height:36px;overflow:hidden;cursor:grab;touch-action:pan-y;border:1px solid rgba(53,168,91,.25);border-radius:9px;background:#ffffffc2;outline:none;-webkit-user-select:none;user-select:none}.discount-swipe-track:active{cursor:grabbing}.discount-swipe-track:focus-visible{box-shadow:0 0 0 3px #35a85b24}.discount-swipe-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:inherit;background:linear-gradient(90deg,#35a85b2e,#35a85b57);transition:width .12s ease}.discount-swipe-label{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--green-dark);font-size:11px;font-weight:700;pointer-events:none}.discount-swipe-knob{position:absolute;z-index:1;top:4px;left:4px;display:grid;place-items:center;width:28px;height:26px;border-radius:7px;background:var(--green);color:#fff;font-size:16px;font-weight:800;box-shadow:0 3px 8px #14713e38;transition:transform .16s ease}.discount-swipe-reveal{display:flex;align-items:center;flex-wrap:wrap;gap:7px 10px;margin-top:9px;padding:9px 10px;border:1px dashed rgba(53,168,91,.46);border-radius:9px;background:#ebfaf0db;animation:discount-reveal-in .3s ease both}.discount-swipe-success{width:100%;color:#527163;font-size:9px;font-weight:700}.discount-swipe-reveal>strong{color:var(--green-dark);font-size:16px}.discount-swipe-reveal code{padding:5px 7px;border:1px solid #cce4d2;border-radius:6px;background:#fff;color:#42535a;font-size:11px;font-weight:700;letter-spacing:.4px}.discount-copy-button{border:1px solid var(--green);border-radius:6px;padding:5px 8px;background:#fff;color:var(--green-dark);cursor:pointer;font-size:10px;font-weight:700}.discount-copy-button:hover{background:#effaf1}.discount-copy-status{color:#718087;font-size:9px}@keyframes discount-reveal-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.discount-swipe-reveal{animation:none}.discount-swipe-knob,.discount-swipe-fill{transition:none}}@media(max-width:800px){.discount-swipe-heading strong{font-size:11px}.discount-swipe-heading small{font-size:8px}.discount-swipe-label{font-size:10px}}.discount-swipe-offer{display:none;margin:2px 0 14px;padding:0;border:0;background:transparent;box-shadow:none}.discount-swipe-offer.is-visible{display:block;animation:discount-offer-pop-in .42s cubic-bezier(.2,.8,.2,1) both}.discount-swipe-track{height:58px;border:2px solid var(--green);border-radius:30px;background:#ffffffc7;box-shadow:0 5px 16px #14713e1a,inset 0 0 0 1px #fffc}.discount-swipe-fill{background:linear-gradient(90deg,#35a85b1f,#35a85b52)}.discount-swipe-label{padding:0 53px;color:var(--green-dark);font-size:13px;font-weight:800;letter-spacing:.1px}.discount-swipe-knob{top:5px;left:5px;width:46px;height:46px;border:3px solid rgba(255,255,255,.92);border-radius:50%;background:var(--green);font-size:25px;line-height:1;box-shadow:0 3px 9px #14713e3d}@keyframes discount-offer-pop-in{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.discount-swipe-offer.is-visible{animation:none}}@media(max-width:800px){.discount-swipe-track{height:54px;border-radius:28px}.discount-swipe-knob{top:4px;left:4px;width:44px;height:44px}.discount-swipe-label{padding:0 48px;font-size:11px}}.discount-swipe-reveal[hidden]{display:none!important}.discount-swipe-track{isolation:isolate;border:1px solid rgba(34,148,83,.72);background:linear-gradient(110deg,#ffffffd1,#e7f9edad 48%,#ffffffc7);box-shadow:0 9px 24px #14713e21,inset 0 1px #fffffff2,inset 0 -1px #1d7f451f;-webkit-backdrop-filter:blur(12px) saturate(125%);backdrop-filter:blur(12px) saturate(125%)}.discount-swipe-track:before{content:"";position:absolute;z-index:0;top:3px;right:3px;bottom:3px;left:3px;border:1px solid rgba(255,255,255,.72);border-radius:26px;pointer-events:none}.discount-swipe-track:after{content:"";position:absolute;z-index:0;top:-35%;bottom:-35%;left:-28%;width:17%;transform:skew(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);pointer-events:none;animation:discount-glass-shine 5.2s ease-in-out infinite}.discount-swipe-fill{z-index:0;background:linear-gradient(90deg,#28a45724,#28a45757,#9fe6b138);box-shadow:inset 0 1px #ffffff80}.discount-swipe-label{z-index:1;color:#176f3d;text-shadow:0 1px 0 rgba(255,255,255,.8);letter-spacing:.15px}.discount-swipe-knob{z-index:2;border:2px solid rgba(255,255,255,.94);background:linear-gradient(145deg,#45c574,#168346);box-shadow:0 5px 12px #14713e47,inset 0 1px 2px #ffffff94,inset 0 -2px 4px #0a512726;text-shadow:0 1px 2px rgba(0,70,30,.25);animation:discount-knob-breathe 2.8s ease-in-out infinite}.discount-swipe-offer.is-revealed .discount-swipe-track{border-color:#14713ee6;background:linear-gradient(110deg,#d7f8e0db,#ffffffd1);box-shadow:0 9px 26px #14713e2e,inset 0 1px #fffffff2}.discount-swipe-offer.is-revealed .discount-swipe-knob{animation:none}@keyframes discount-glass-shine{0%,58%{left:-28%;opacity:0}66%{opacity:.8}78%,to{left:116%;opacity:0}}@keyframes discount-knob-breathe{0%,to{box-shadow:0 5px 12px #14713e47,inset 0 1px 2px #ffffff94,inset 0 -2px 4px #0a512726}50%{box-shadow:0 7px 16px #14713e5c,inset 0 1px 2px #ffffffb3,inset 0 -2px 4px #0a512726}}@media(prefers-reduced-motion:reduce){.discount-swipe-track:after,.discount-swipe-knob{animation:none}}@media(max-width:800px){.discount-swipe-track{box-shadow:0 7px 18px #14713e1f,inset 0 1px #fffffff2,inset 0 -1px #1d7f451f}}.discount-swipe-track{border:1px solid rgba(126,148,153,.52);background:linear-gradient(135deg,#ffffffb3,#e0e9eb5c 48%,#ffffff9e),repeating-linear-gradient(45deg,#ffffff14 0 2px,#879aa009 2px 5px);box-shadow:0 10px 25px #4c626721,inset 0 1px #fffffff2,inset 0 -1px #748f9429,inset 0 0 18px #fff3;-webkit-backdrop-filter:blur(18px) saturate(115%);backdrop-filter:blur(18px) saturate(115%)}.discount-swipe-track:before{top:3px;right:3px;bottom:3px;left:3px;border:1px solid rgba(255,255,255,.76);border-radius:26px;box-shadow:inset 0 0 10px #ffffff42}.discount-swipe-track:after{width:22%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);animation-duration:6.2s}.discount-swipe-fill{background:linear-gradient(90deg,#8dbb9d1f,#91d2a54d,#fff3);box-shadow:inset 0 1px #ffffffad,inset 0 -1px #6794741f}.discount-swipe-label{color:#36444a;text-shadow:0 1px 0 rgba(255,255,255,.9),0 0 12px rgba(255,255,255,.28);letter-spacing:.2px}.discount-swipe-knob{background:linear-gradient(145deg,#fffffff0,#d3e1e2b8);color:#35464c;border:1px solid rgba(255,255,255,.96);box-shadow:0 5px 13px #49656933,inset 0 1px 2px #fffffffa,inset 0 -2px 5px #819d9f2e;text-shadow:0 1px 0 rgba(255,255,255,.8)}.discount-swipe-offer.is-revealed .discount-swipe-track{border-color:#5f8a6c9e;background:linear-gradient(135deg,#e6f7ead1,#fff9)}@media(max-width:800px){.discount-swipe-track{-webkit-backdrop-filter:blur(14px) saturate(110%);backdrop-filter:blur(14px) saturate(110%)}}.discount-swipe-offer.is-visible{animation:discount-premium-enter .65s cubic-bezier(.16,1,.3,1) both}.discount-swipe-knob{font-size:0}.discount-swipe-knob:after{content:"\bb";display:block;font-size:25px;line-height:1;animation:discount-arrow-slide 1.15s ease-in-out infinite}.discount-swipe-offer.is-revealed .discount-swipe-knob:after{animation:none}@keyframes discount-premium-enter{0%{opacity:0;transform:translateY(12px) scale(.94);filter:blur(2px)}55%{opacity:1;transform:translateY(-2px) scale(1.012);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes discount-arrow-slide{0%,to{transform:translate(-2px);opacity:.62}45%{transform:translate(2px);opacity:1}70%{transform:translate(5px);opacity:.88}}@media(prefers-reduced-motion:reduce){.discount-swipe-offer.is-visible,.discount-swipe-knob:after{animation:none}}@media(max-width:800px){.discount-swipe-knob:after{font-size:23px}}.discount-swipe-knob{display:grid;place-items:center;padding:0;line-height:1}.discount-swipe-knob:after{display:grid;place-items:center;width:100%;height:100%;transform:translate(1px,-1px)}@keyframes discount-arrow-slide{0%,to{transform:translate(-1px,-1px);opacity:.62}45%{transform:translate(3px,-1px);opacity:1}70%{transform:translate(6px,-1px);opacity:.88}}@media(max-width:800px){.discount-swipe-knob:after{transform:translate(1px,-1px)}}.discount-swipe-knob{position:absolute}.discount-swipe-knob:before,.discount-swipe-knob:after{content:"";position:absolute;top:50%;display:block;width:8px;height:8px;border-right:3px solid #35464c;border-bottom:3px solid #35464c;border-radius:1px;transform:translateY(-50%) rotate(-45deg)}.discount-swipe-knob:before{left:13px;animation:discount-chevron-slide 1.15s ease-in-out infinite}.discount-swipe-knob:after{left:21px;width:8px;height:8px;transform:translateY(-50%) rotate(-45deg);animation:discount-chevron-slide 1.15s .12s ease-in-out infinite}.discount-swipe-offer.is-revealed .discount-swipe-knob:before,.discount-swipe-offer.is-revealed .discount-swipe-knob:after{animation:none}@keyframes discount-chevron-slide{0%,to{opacity:.55;transform:translate(-2px,-50%) rotate(-45deg)}45%{opacity:1;transform:translate(1px,-50%) rotate(-45deg)}70%{opacity:.84;transform:translate(3px,-50%) rotate(-45deg)}}@media(prefers-reduced-motion:reduce){.discount-swipe-knob:before,.discount-swipe-knob:after{animation:none}}.product-gallery__main .product-status-badge{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;min-height:25px;padding:5px 10px;border:0;border-radius:999px;background:linear-gradient(135deg,#35a85be6,#12743db3);color:#fff;font-size:10px;font-weight:800;letter-spacing:.05px;line-height:1;box-shadow:0 5px 12px #19693c29,inset 0 1px #ffffff38,inset 0 -1px #004d2524;backdrop-filter:blur(9px) saturate(1.25);-webkit-backdrop-filter:blur(9px) saturate(1.25);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.product-gallery__main .product-status-badge:before{content:"";width:4px;height:4px;flex:0 0 4px;margin-right:5px;border-radius:50%;background:#ffffffe0;box-shadow:0 0 0 2px #ffffff24}.product-gallery__main:hover .product-status-badge{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 16px #19693c33,inset 0 1px #ffffff47,inset 0 -1px #004d2524;filter:saturate(1.08)}.product-gallery__main .product-status-badge--hot{background:linear-gradient(135deg,#ffab2ceb,#dc5b08b3);box-shadow:0 5px 12px #cd660f29,inset 0 1px #ffffff38,inset 0 -1px #8b3b0024}.product-gallery__main .product-status-badge--new{background:linear-gradient(135deg,#31c071eb,#198f4cb3)}.product-gallery__main .product-status-badge--top-rated{background:linear-gradient(135deg,#a35bebeb,#672cb5b3);box-shadow:0 5px 12px #6932ae29,inset 0 1px #ffffff38,inset 0 -1px #3e187724}.product-gallery__main .product-status-badge--20-off,.product-gallery__main .product-status-badge--20{background:linear-gradient(135deg,#f5575beb,#c22a34b3);box-shadow:0 5px 12px #be2b3429,inset 0 1px #ffffff38,inset 0 -1px #6f0f1624}.product-gallery__main .product-status-badge--best-seller{background:linear-gradient(135deg,#30b765eb,#13793fb3)}@media(max-width:800px){.product-gallery__main .product-status-badge{top:8px;left:8px;min-height:23px;padding:4px 8px;font-size:9px}}.discount-swipe-track{border-color:#b5944a94;background:linear-gradient(135deg,#fffcefd1,#f5e8be61 48%,#ffffffb8),repeating-linear-gradient(45deg,#ffffff1a 0 2px,#b1904609 2px 5px);box-shadow:0 10px 25px #99742324,inset 0 1px #fffffff5,inset 0 -1px #a4833a29,inset 0 0 18px #fff8d63d}.discount-swipe-fill{background:linear-gradient(90deg,#c699301f,#ebc0524d,#ffffff38);box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #9e741d21}.discount-swipe-label{color:#765b18;text-shadow:0 1px 0 rgba(255,255,255,.92),0 0 12px rgba(255,255,255,.34)}.discount-swipe-knob{background:linear-gradient(145deg,#fffffff7,#f1e1aecc);color:#735817;border-color:#fffffffa;box-shadow:0 5px 13px #916a1c38,inset 0 1px 2px #fffffffa,inset 0 -2px 5px #ae8b3b33}.discount-swipe-offer.is-revealed .discount-swipe-track{border-color:#ab852aad;background:linear-gradient(135deg,#fff7d5e0,#ffffffa8)}.discount-swipe-offer.is-revealed .discount-swipe-knob:before,.discount-swipe-offer.is-revealed .discount-swipe-knob:after{border-color:#735817}@media(max-width:800px){.discount-swipe-track{box-shadow:0 8px 20px #9974231f,inset 0 1px #fffffff5,inset 0 -1px #a4833a26}}.discount-celebration{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:hidden;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s}.discount-celebration.is-active{opacity:1;visibility:visible;transition-delay:0s}.discount-celebration__glow{position:absolute;width:min(72vw,720px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,220,108,.28) 0,rgba(76,194,121,.14) 34%,transparent 70%);filter:blur(10px);animation:discount-celebration-glow 2.85s ease both}.discount-celebration__message{position:relative;z-index:2;display:grid;justify-items:center;gap:5px;width:min(380px,calc(100% - 42px));padding:21px 24px 20px;border:1px solid rgba(255,255,255,.78);border-radius:22px;background:linear-gradient(135deg,#ffffffd6,#fff8d7b3);box-shadow:0 18px 45px #44563d2e,inset 0 1px #fffffff5,inset 0 -1px #ae903f1f;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);text-align:center;animation:discount-celebration-message .65s cubic-bezier(.16,1,.3,1) both}.discount-celebration__message:before{content:"\2726";display:grid;place-items:center;width:34px;height:34px;margin-top:-38px;border:2px solid rgba(255,255,255,.9);border-radius:11px;background:linear-gradient(135deg,#f3c956,#db9e31);color:#fff;font-size:18px;box-shadow:0 6px 14px #ae7c2340,inset 0 1px 2px #ffffffa6}.discount-celebration__eyebrow{color:#9a721d;font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.discount-celebration__message strong{color:#2e4d3c;font-size:clamp(15px,2.2vw,21px);line-height:1.2}.discount-celebration__message small{color:#6f7a72;font-size:10px}.discount-celebration__particles{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.discount-celebration__particles i{position:absolute;left:var(--x);top:var(--y);width:10px;height:16px;border-radius:3px;background:#e7b83e;box-shadow:0 2px 5px #a06f172e;opacity:0;transform:rotate(var(--r)) scale(.3);animation:discount-confetti-fall 2.6s cubic-bezier(.15,.7,.28,1) var(--d) both}.discount-celebration__particles i:nth-child(3n){width:7px;height:7px;border-radius:50%;background:#35a85b}.discount-celebration__particles i:nth-child(3n+1){background:#e8bd4b}.discount-celebration__particles i:nth-child(3n+2){width:6px;height:18px;background:#8bc8a0}@keyframes discount-celebration-message{0%{opacity:0;transform:translateY(18px) scale(.88)}55%{opacity:1;transform:translateY(-3px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes discount-celebration-glow{0%{opacity:0;transform:scale(.62)}35%{opacity:1;transform:scale(1.08)}to{opacity:.12;transform:scale(1.42)}}@keyframes discount-confetti-fall{0%{opacity:0;transform:translate3d(0,-35px,0) rotate(var(--r)) scale(.3)}16%{opacity:1}to{opacity:0;transform:translate3d(0,42vh,0) rotate(calc(var(--r) + 220deg)) scale(1)}}@media(prefers-reduced-motion:reduce){.discount-celebration__glow,.discount-celebration__message,.discount-celebration__particles i{animation:none}.discount-celebration__message{opacity:1}}@media(max-width:800px){.discount-celebration__message{width:min(330px,calc(100% - 34px));padding:19px 18px 17px}}.discount-validity{display:inline-flex;align-items:center;gap:5px;width:100%;margin-top:2px;padding-top:7px;border-top:1px solid rgba(181,148,74,.2);color:#806725;font-size:10px}.discount-validity:before{content:"\25f7";font-size:14px;line-height:1}.discount-validity strong{color:#9a6514;font-variant-numeric:tabular-nums;letter-spacing:.2px}.discount-validity.is-expired{color:#a04b4b}.discount-validity.is-expired:before{content:"\d7";color:#b94c55;font-weight:800}.discount-copy-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:800px){.discount-validity{font-size:9px}}.product-price-discounted{display:inline-flex;align-items:center;margin-left:8px;color:#a46d12;font-size:13px;font-weight:800;letter-spacing:-.1px}.product-price-discounted:before{content:"\2022";margin-right:6px;color:#c18b24}.discount-copy-button{border-color:#b5944ab3;background:linear-gradient(135deg,#fffceff5,#f7e9bdc7);color:#765b18;box-shadow:0 3px 8px #9974231a,inset 0 1px #ffffffdb}.discount-copy-button:hover{background:linear-gradient(135deg,#fff9de,#f1d99ae6);color:#654c11}.discount-swipe-offer.discount-applied .discount-copy-button{background:linear-gradient(135deg,#d8ad48,#b9831f);border-color:#b9831f;color:#fff}@media(max-width:800px){.product-price-discounted{width:100%;margin:5px 0 0;font-size:12px}.product-price-discounted:before{margin-right:5px}}.product-price-row{align-items:baseline;flex-wrap:wrap;row-gap:4px}.product-price.is-discount-applied{color:#879196;font-size:18px;font-weight:700;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#bb8585}.product-price-discounted{margin-left:9px;color:#a46d12;font-size:22px;font-weight:900}.product-price-discounted:before{content:"Now";margin-right:6px;color:#8b9a94;font-size:10px;font-weight:700;text-decoration:none;vertical-align:middle}@media(max-width:800px){.product-price.is-discount-applied{font-size:16px}.product-price-discounted{margin-left:6px;font-size:19px}}.product-price-discounted{color:var(--green-dark);text-shadow:0 1px 0 rgba(255,255,255,.5)}.product-price-discounted:before{color:#7a8b83}[data-discount-apply][disabled]{cursor:default;color:#176f3d;background:#d6f7e1d1;border-color:#2294536b;box-shadow:inset 0 1px #ffffffdb;opacity:1}[data-discount-apply][disabled]:hover,[data-discount-apply][disabled]:focus-visible{transform:none;filter:none}.product-price-row{display:flex;align-items:center;flex-wrap:wrap;column-gap:10px;row-gap:7px;min-height:34px}.product-price-row .product-price.is-discount-applied{display:inline-flex;align-items:center;margin:0;color:#8b9697;font-size:clamp(16px,2.1vw,20px);line-height:1.15;letter-spacing:-.25px;text-decoration-thickness:2px;text-decoration-color:#9c6767b8}.product-price-row .product-price-discounted{display:inline-flex;align-items:center;gap:7px;margin:0;color:#177842;font-size:clamp(21px,2.7vw,28px);font-weight:900;line-height:1.05;letter-spacing:-.45px;text-shadow:0 1px 0 rgba(255,255,255,.72)}.product-price-row .product-price-discounted:before{content:"Now";display:inline-flex;align-items:center;min-height:21px;padding:3px 7px;border:1px solid rgba(43,145,83,.2);border-radius:999px;background:#e7f9edb8;color:#7b8983;font-size:10px;font-weight:800;letter-spacing:.1px;text-decoration:none;text-shadow:none}@media(max-width:800px){.product-price-row{column-gap:7px;row-gap:6px}.product-price-row .product-price.is-discount-applied{font-size:15px}.product-price-row .product-price-discounted{font-size:21px}.product-price-row .product-price-discounted:before{min-height:19px;padding:2px 6px;font-size:9px}}.product-buy-card .buy-now-discount-strip{width:min(72%,420px);margin:8px auto 0;padding:8px 14px;border:1px solid rgba(20,113,62,.3);border-radius:999px;background:linear-gradient(135deg,#e2ffebe0,#c0f2d3b8);box-shadow:0 8px 18px #14713e1f,inset 0 1px #ffffffc7;color:#14713e;font-size:12px;font-weight:800;letter-spacing:.01em;line-height:1.2;text-align:center;white-space:nowrap}.product-buy-card .buy-now-discount-strip[hidden]{display:none}@media(max-width:800px){.product-buy-card .buy-now-discount-strip{width:min(86%,420px)}}@media(max-width:430px){.product-buy-card .buy-now-discount-strip{width:100%}}.product-buy-card .purchase-actions .buy-now-discount-strip{order:3}.product-buy-card .purchase-actions{gap:0}.product-buy-card .purchase-actions .button--buy-now{position:relative;z-index:2;border-radius:11px 11px 5px 5px}.product-buy-card .purchase-actions .buy-now-discount-strip{width:min(calc(100% - 8px),412px);margin:-1px auto 0;padding:7px 14px 8px;border:1px solid rgba(20,113,62,.34);border-top:0;border-radius:0 0 11px 11px;background:linear-gradient(180deg,#dbffe5f0,#bef0cfe0);box-shadow:0 7px 14px #14713e1f,inset 0 1px #ffffffb3;color:#14713e;font-size:11px;font-weight:800;line-height:1.2;text-align:center;white-space:nowrap}@media(max-width:430px){.product-buy-card .purchase-actions .buy-now-discount-strip{width:calc(100% - 6px)}}.product-buy-card .purchase-actions .buy-now-discount-strip{width:100%;max-width:none;margin-left:0;margin-right:0;box-sizing:border-box}.product-buy-card .product-price-discounted[hidden],.product-buy-card .product-price-discounted[hidden]:before{display:none!important;content:none!important}.product-buy-card .discount-swipe-offer.discount-applied .discount-swipe-track{display:none}@media(max-width:800px){.header-main .header-actions{position:relative;z-index:30;min-width:0}.header-main .search-form.is-mobile-open{position:relative;z-index:40;width:min(210px,48vw)!important;min-width:min(210px,48vw)!important;flex:0 1 min(210px,48vw)!important;overflow:visible!important}.header-main .search-form.is-mobile-open .search-field{display:flex!important;visibility:visible!important;opacity:1!important;min-width:0;flex:1 1 auto;pointer-events:auto}.header-main .search-form.is-mobile-open .search-field input{display:block!important;visibility:visible!important;opacity:1!important;position:relative;z-index:2;min-width:0;pointer-events:auto}.header-main .search-form.is-mobile-open .search-suggestions{z-index:1400}}@media(max-width:800px){.header-main .search-form.is-mobile-open{position:absolute;top:calc(100% + 7px);left:12px;right:12px;width:auto!important;min-width:0!important;flex:none!important;height:42px!important;padding:0 9px 0 5px;border-radius:23px!important;background:linear-gradient(145deg,#fffffffa,#e2f5edf0);box-shadow:0 10px 22px #1f6a422b,inset 0 1px #fff}.header-main .search-form.is-mobile-open>button{width:34px;height:34px;flex-basis:34px}.header-main .search-form.is-mobile-open .search-field input{height:36px;font-size:12px}.header-main .search-form.is-mobile-open .search-suggestions{top:calc(100% + 8px);left:0;right:0;width:auto}}@media(max-width:800px){.header-main .header-actions{position:static}.header-main .search-form.is-mobile-open{left:12px;right:12px}}@media(max-width:620px){.product-rating-row .product-sold-count{gap:4px;font-size:11px}}.hero-card--lifestyle{position:relative;isolation:isolate;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:560px;padding:56px 46px 42px;overflow:hidden;background:radial-gradient(circle at 78% 48%,rgba(188,240,214,.48),transparent 35%),linear-gradient(135deg,#fffffff5,#ebf8f3d1);border:1px solid rgba(255,255,255,.9);box-shadow:0 22px 48px #29644d1c,inset 0 1px #fffffff5}.hero-card--lifestyle:before{content:"";position:absolute;z-index:-1;width:420px;height:420px;right:13%;top:11%;border-radius:50%;background:#c2f5d961;filter:blur(22px)}.hero-card--lifestyle .hero-content{position:relative;z-index:4;align-self:center;max-width:520px;padding:0}.hero-card--lifestyle .hero-content h1{max-width:510px;margin:14px 0 20px;color:#11233f;font-size:clamp(42px,4.5vw,72px);line-height:.98;letter-spacing:-2.8px}.hero-card--lifestyle .hero-content h1 strong{color:#279a56;font-weight:900}.hero-card--lifestyle .hero-description{max-width:430px;color:#596871;font-size:16px;line-height:1.55}.hero-card--lifestyle .hero-buttons{margin-top:27px}.hero-card--lifestyle .hero-curation-note{display:flex;align-items:center;gap:10px;margin-top:28px;color:#67747a;font-size:13px}.hero-card--lifestyle .hero-curation-note>span:first-child{color:#299c59;font-size:22px;line-height:1}.hero-card--lifestyle .hero-trust{margin-top:24px;padding-top:17px;border-top:1px solid rgba(100,140,123,.2)}.hero-card--lifestyle .hero-visual--lifestyle{position:relative;z-index:2;min-height:455px;overflow:visible}.hero-card--lifestyle .hero-image,.hero-card--lifestyle .hero-art,.hero-card--lifestyle .hero-slogan{display:none}.hero-lifestyle-glow{position:absolute;top:8%;right:3%;bottom:4%;left:3%;border-radius:50%;background:radial-gradient(ellipse,rgba(191,241,214,.62),rgba(226,249,237,.18) 55%,transparent 73%);filter:blur(5px)}.hero-lifestyle-cards{position:relative;z-index:3;width:100%;height:455px}.hero-product-card{position:absolute;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.96);border-radius:22px;background:#ffffffd1;box-shadow:0 17px 28px #275c4824,inset 0 1px #fffffff2;color:#14243f;text-decoration:none;backdrop-filter:blur(12px) saturate(115%);-webkit-backdrop-filter:blur(12px) saturate(115%);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.hero-product-card:hover,.hero-product-card:focus-visible{z-index:8;filter:saturate(1.08);box-shadow:0 22px 36px #275c4838,0 0 0 4px #35a85b1a,inset 0 1px #fffffffa;outline:none}.hero-product-card--1{left:1%;top:116px;width:112px;height:296px;transform:rotate(-6deg);z-index:2}.hero-product-card--2{left:19%;top:62px;width:132px;height:347px;transform:rotate(-3deg);z-index:3}.hero-product-card--3{left:37%;top:10px;width:174px;height:425px;transform:rotate(0);z-index:6}.hero-product-card--4{right:15%;top:67px;width:132px;height:347px;transform:rotate(4deg);z-index:3}.hero-product-card--5{right:0;top:120px;width:112px;height:296px;transform:rotate(7deg);z-index:2}.hero-product-card--1:hover,.hero-product-card--1:focus-visible{transform:rotate(-6deg) translateY(-8px)}.hero-product-card--2:hover,.hero-product-card--2:focus-visible{transform:rotate(-3deg) translateY(-8px)}.hero-product-card--3:hover,.hero-product-card--3:focus-visible{transform:translateY(-8px) scale(1.015)}.hero-product-card--4:hover,.hero-product-card--4:focus-visible{transform:rotate(4deg) translateY(-8px)}.hero-product-card--5:hover,.hero-product-card--5:focus-visible{transform:rotate(7deg) translateY(-8px)}.hero-product-card__media{display:grid;flex:1;min-height:0;place-items:center;padding:12px;background:radial-gradient(circle at 50% 42%,#fffffffa,#eef8f3c2)}.hero-product-card__media img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 12px 10px rgba(28,65,52,.12))}.hero-product-card--3 .hero-product-card__media{padding:17px}.hero-product-card__placeholder{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;background:#e8f7ed;color:#279a56;font-size:30px;font-weight:900}.hero-product-card__footer{display:flex;align-items:center;gap:7px;min-height:48px;padding:10px 12px;background:#ffffffdb;font-size:11px;white-space:nowrap}.hero-product-card__dot{width:14px;height:14px;flex:0 0 14px;border:2px solid #299c59;border-radius:50%;background:#daf8e2b3}.hero-card--lifestyle .trusted-badge{top:0;right:0;z-index:8;background:#ffffffd6;border-color:#fffffff5;box-shadow:0 10px 22px #275c481f,inset 0 1px #fffffff2}.hero-card--lifestyle .trusted-badge__flag{background:#299c59;color:#fff}@media(max-width:1100px){.hero-card--lifestyle{padding-left:32px;padding-right:32px}.hero-product-card--1{left:0}.hero-product-card--5{right:-1%}}@media(max-width:800px){.hero-card--lifestyle{grid-template-columns:1fr;min-height:760px;padding:34px 22px 24px}.hero-card--lifestyle .hero-content{align-self:start}.hero-card--lifestyle .hero-content h1{max-width:390px;font-size:clamp(37px,10vw,56px);letter-spacing:-1.8px}.hero-card--lifestyle .hero-description{font-size:14px}.hero-card--lifestyle .hero-trust{display:none}.hero-card--lifestyle .hero-visual--lifestyle{min-height:345px;margin-top:4px}.hero-lifestyle-cards{height:345px}.hero-product-card--1{left:0;top:100px;width:72px;height:204px}.hero-product-card--2{left:17%;top:57px;width:82px;height:242px}.hero-product-card--3{left:35%;top:10px;width:112px;height:294px}.hero-product-card--4{right:16%;top:58px;width:82px;height:242px}.hero-product-card--5{right:0;top:102px;width:72px;height:204px}.hero-product-card__footer{min-height:35px;gap:4px;padding:7px 6px;font-size:8px}.hero-product-card__dot{width:9px;height:9px;flex-basis:9px;border-width:1px}.hero-card--lifestyle .trusted-badge{top:-8px;right:2px;transform:scale(.86);transform-origin:top right}}@media(max-width:430px){.hero-card--lifestyle{min-height:720px;padding-left:18px;padding-right:18px}.hero-card--lifestyle .hero-content h1{font-size:37px}.hero-card--lifestyle .hero-buttons{flex-wrap:wrap}.hero-card--lifestyle .hero-visual--lifestyle{margin-left:-6px;margin-right:-6px}}@media(prefers-reduced-motion:reduce){.hero-product-card{transition:none}}.hero-card--lifestyle .hero-content{min-width:0;overflow:visible}.hero-card--lifestyle .hero-lifestyle-cards{width:calc(100% + 18px);margin-left:-9px;transform:translate(8px)}.hero-card--lifestyle .hero-product-card__media{padding:8px;background:linear-gradient(145deg,#fffffffa,#f2f9f5e0)}.hero-card--lifestyle .hero-product-card__media img{transform:scale(1.18);mix-blend-mode:screen;filter:drop-shadow(0 14px 12px rgba(28,65,52,.16))}.hero-card--lifestyle .hero-product-card--3 .hero-product-card__media img{transform:scale(1.1)}.hero-card--lifestyle .hero-product-card__footer{position:relative;z-index:2;border-top:1px solid rgba(214,235,222,.75)}.hero-card--lifestyle .trusted-badge{top:-18px;right:12px}@media(min-width:801px){.hero-card--lifestyle{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);padding-left:52px;padding-right:52px}.hero-card--lifestyle .hero-content h1{max-width:480px}.hero-card--lifestyle .hero-visual--lifestyle{min-width:0}}@media(max-width:800px){.hero-card--lifestyle .hero-lifestyle-cards{width:calc(100% + 12px);margin-left:-6px;transform:none}.hero-card--lifestyle .hero-product-card__media img{transform:scale(1.1)}.hero-card--lifestyle .hero-product-card--3 .hero-product-card__media img{transform:scale(1.05)}.hero-card--lifestyle .trusted-badge{top:-10px;right:0}}.hero-card--video .hero-visual--video{position:relative;z-index:2;min-height:455px;overflow:visible}.hero-video-glow{position:absolute;top:9%;right:-4%;bottom:2%;left:-4%;border-radius:50%;background:radial-gradient(ellipse,rgba(191,241,214,.66),rgba(226,249,237,.16) 56%,transparent 75%);filter:blur(8px)}.hero-video-shell{position:relative;z-index:3;width:min(100%,560px);height:455px;margin:0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.94);border-radius:28px;background:linear-gradient(145deg,#fffc,#daf4e594);box-shadow:0 22px 42px #275c4829,inset 0 1px #fffffff5;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%)}.hero-video{display:block;width:100%;height:100%;object-fit:cover;background:transparent}.hero-video-placeholder{display:grid;height:100%;place-content:center;justify-items:center;gap:10px;padding:30px;color:#173a2d;text-align:center;background:radial-gradient(circle at 50% 36%,#fffffff0,#cff0db8c 52%,#e7f8ed6b)}.hero-video-placeholder span{display:grid;width:62px;height:62px;place-items:center;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:linear-gradient(135deg,#36b566,#178346);color:#fff;box-shadow:0 10px 20px #1c804538}.hero-video-placeholder span svg{width:26px;height:26px;fill:currentColor}.hero-video-placeholder strong{font-size:18px}.hero-video-placeholder small{color:#61766e;font-size:12px}.hero-card--video .trusted-badge{top:-18px;right:-2px;z-index:8;background:#ffffffdb;border-color:#fffffff5;box-shadow:0 10px 22px #275c481f,inset 0 1px #fffffff2}.hero-card--video .trusted-badge__flag{background:#299c59;color:#fff}@media(max-width:800px){.hero-card--video{min-height:735px}.hero-card--video .hero-visual--video{min-height:330px;margin-top:8px}.hero-video-shell{height:330px;border-radius:22px}.hero-card--video .trusted-badge{top:-10px;right:0;transform:scale(.86);transform-origin:top right}}@media(max-width:430px){.hero-card--video{min-height:700px;padding-left:18px;padding-right:18px}.hero-card--video .hero-visual--video{min-height:285px}.hero-video-shell{height:285px}}.hero-card--video .trusted-badge{bottom:auto;height:auto;min-height:0;white-space:nowrap}.hero-card--video{position:relative;display:block;min-height:560px;overflow:hidden;isolation:isolate;padding:0}.hero-card--video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#f8fdfaf5,#f8fdfad1 34%,#f8fdfa47 62%,#f8fdfa0a)}.hero-card--video .hero-content{position:relative;z-index:5;display:flex;width:min(52%,610px);min-height:560px;max-width:none;flex-direction:column;justify-content:center;padding:56px 0 42px 52px}.hero-card--video .hero-visual--video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;min-height:0;width:100%;overflow:hidden}.hero-card--video .hero-video-glow{display:none}.hero-card--video .hero-video-shell{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;margin:0;border:0;border-radius:inherit;background:#dff3e7;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-card--video .hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-card--video .hero-video-placeholder{height:100%;border-radius:inherit;background:radial-gradient(circle at 68% 42%,#ffffffc2,#cff0dbd1 54%,#b0ddbfcc)}.hero-card--video .trusted-badge{display:none}@media(max-width:800px){.hero-card--video{min-height:735px}.hero-card--video:after{background:linear-gradient(180deg,#f8fdfaf5,#f8fdfad4 42%,#f8fdfa3d 75%,#f8fdfa0f)}.hero-card--video .hero-content{width:100%;min-height:735px;padding:34px 22px 24px;justify-content:flex-start}.hero-card--video .hero-visual--video{min-height:0;margin-top:0}}@media(max-width:430px){.hero-card--video{min-height:700px;padding-left:0;padding-right:0}.hero-card--video .hero-content{min-height:700px;padding-left:18px;padding-right:18px}}.announcement-bar__viewport{contain:layout paint;isolation:isolate}.announcement-bar__track{display:flex;width:max-content;transform:translateZ(0);animation-name:announcement-marquee-seamless;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.announcement-bar__group{flex:0 0 auto;contain:layout;backface-visibility:hidden;-webkit-backface-visibility:hidden}@keyframes announcement-marquee-seamless{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none;transform:translateZ(0)}}.site-footer{position:relative;margin-top:34px;padding:18px 0 26px;background:transparent;overflow:hidden}.site-footer:before{content:"";position:absolute;top:8%;right:12%;bottom:0;left:12%;pointer-events:none;background:radial-gradient(circle at 12% 20%,rgba(65,177,111,.12),transparent 34%),radial-gradient(circle at 92% 70%,rgba(104,190,171,.12),transparent 36%);filter:blur(22px)}.site-footer .page-width{position:relative;z-index:1}.site-footer .footer-shell{position:relative;overflow:hidden;padding:32px 34px 18px;border:1px solid rgba(255,255,255,.86);border-radius:30px;background:linear-gradient(135deg,#ffffffe6,#f1faf7c7);box-shadow:0 22px 60px #1f55441f,inset 0 1px #fffffffa;backdrop-filter:blur(22px) saturate(125%);-webkit-backdrop-filter:blur(22px) saturate(125%)}.site-footer .footer-shell:after{content:"";position:absolute;right:-80px;bottom:-120px;width:300px;height:300px;border-radius:50%;background:#47ae7014;filter:blur(8px);pointer-events:none}.site-footer .footer-top{position:relative;z-index:1;display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(2,minmax(145px,.75fr)) minmax(220px,1.15fr);gap:30px;padding-bottom:28px}.site-footer .footer-brand-column{min-width:0;padding-right:18px}.site-footer .brand--footer{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--text)}.site-footer .brand--footer .brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#4acb73,#22944f);box-shadow:0 10px 22px #279d5340,inset 0 1px #ffffff6b}.site-footer .brand--footer .brand-mark svg{width:23px;height:23px}.site-footer .brand--footer .brand-copy{display:flex;flex-direction:column;gap:2px}.site-footer .brand--footer .brand-copy strong{font-size:22px;letter-spacing:-.65px}.site-footer .brand--footer .brand-copy small{font-size:10px;color:var(--muted);letter-spacing:.15px}.site-footer .footer-copy{max-width:305px;margin:17px 0 20px;color:var(--muted);font-size:12px;line-height:1.7}.site-footer .footer-service-badge{display:inline-flex;align-items:center;gap:10px;max-width:100%;padding:10px 13px;border:1px solid rgba(54,151,96,.18);border-radius:16px;background:#ebfbf2ad;box-shadow:inset 0 1px #fffc}.site-footer .footer-service-badge__icon{display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;border-radius:10px;color:#258c51;background:#ffffffdb}.site-footer .footer-service-badge__icon svg{width:16px;height:16px}.site-footer .footer-service-badge span:last-child{display:flex;flex-direction:column;gap:2px}.site-footer .footer-service-badge strong{font-size:11px;color:#1f6f45}.site-footer .footer-service-badge small{font-size:10px;color:var(--muted)}.site-footer .footer-kicker{margin:2px 0 7px;color:#2a9b5c;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-footer .footer-link-group h3,.site-footer .footer-connect-card h3{margin:0 0 14px;color:var(--text);font-size:15px;letter-spacing:-.2px}.site-footer .footer-link-group a{display:block;width:max-content;max-width:100%;margin:0 0 11px;color:var(--muted);font-size:12px;text-decoration:none;transition:color .18s ease,transform .18s ease}.site-footer .footer-link-group a:hover{color:#218b50;transform:translate(3px)}.site-footer .footer-connect-card{padding:17px 18px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:linear-gradient(145deg,#ffffffc7,#e8f8f19e);box-shadow:0 12px 26px #225d4912,inset 0 1px #ffffffe0}.site-footer .footer-connect-card>p:not(.footer-kicker){margin:0 0 15px;color:var(--muted);font-size:12px;line-height:1.6}.site-footer .footer-social{display:flex;flex-wrap:wrap;gap:7px}.site-footer .footer-social a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border:1px solid rgba(42,150,87,.18);border-radius:10px;color:#247e4a;background:#ffffffb3;font-size:10px;font-weight:700;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.site-footer .footer-social a:hover{transform:translateY(-2px);background:#fff;box-shadow:0 7px 15px #23844d21}.site-footer .footer-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:17px;border-top:1px solid rgba(94,151,130,.18);color:var(--muted);font-size:10px}.site-footer .footer-bottom__region{display:inline-flex;align-items:center;gap:6px;text-align:right}.site-footer .footer-region-dot{width:6px;height:6px;border-radius:50%;background:#38ae65;box-shadow:0 0 0 4px #38ae651a}@media(max-width:900px){.site-footer .footer-shell{padding:28px 24px 17px}.site-footer .footer-top{grid-template-columns:1.2fr 1fr 1fr;gap:25px}.site-footer .footer-brand-column{grid-column:1/-1;padding-right:0}.site-footer .footer-connect-card{grid-column:1/-1}}@media(max-width:620px){.site-footer{margin-top:22px;padding:10px 0 18px}.site-footer .footer-shell{padding:24px 18px 15px;border-radius:24px}.site-footer .footer-top{grid-template-columns:1fr 1fr;gap:24px 18px;padding-bottom:22px}.site-footer .footer-brand-column{grid-column:1/-1}.site-footer .footer-copy{max-width:100%;margin:14px 0 17px}.site-footer .footer-link-group h3,.site-footer .footer-connect-card h3{font-size:14px}.site-footer .footer-link-group a{font-size:11px;margin-bottom:10px}.site-footer .footer-connect-card{grid-column:1/-1;padding:15px}.site-footer .footer-bottom{align-items:flex-start;flex-direction:column;gap:9px;font-size:9px}.site-footer .footer-bottom__region{text-align:left}}@media(prefers-reduced-motion:reduce){.site-footer .footer-link-group a,.site-footer .footer-social a{transition:none}}.site-footer .footer-logo-image{display:block;width:auto;max-width:min(220px,100%);height:auto;max-height:58px;object-fit:contain;object-position:left center}.site-footer .footer-social{align-items:center}.site-footer .footer-social-link{width:36px;height:36px!important;min-height:36px!important;margin:0!important;padding:0!important;border-radius:12px!important;display:inline-flex!important;align-items:center;justify-content:center;line-height:1}.site-footer .footer-social-link span{display:grid;place-items:center}.site-footer .footer-social-link svg{width:18px;height:18px;fill:currentColor}.site-footer .footer-social-link--instagram svg{fill:none;stroke:currentColor}.site-footer .footer-social-link--facebook{color:#2564b5!important}.site-footer .footer-social-link--instagram{color:#bd3c72!important}.site-footer .footer-social-link--youtube{color:#d72d32!important}.site-footer .footer-social-link:hover{color:#fff!important;transform:translateY(-3px);box-shadow:0 9px 18px #1f5f4829!important}.site-footer .footer-social-link--facebook:hover{background:#2564b5!important}.site-footer .footer-social-link--instagram:hover{background:#bd3c72!important}.site-footer .footer-social-link--youtube:hover{background:#d72d32!important}@media(max-width:620px){.site-footer .footer-logo-image{max-width:190px;max-height:52px}.site-footer .footer-social-link{width:34px;height:34px!important;min-height:34px!important}.site-footer .footer-social-link svg{width:17px;height:17px}}.site-footer .footer-logo-frame{display:block;width:min(var(--footer-logo-width,220px),100%);max-width:100%;line-height:0}.site-footer .footer-logo-frame .footer-logo-image{display:block;width:100%;max-width:100%;height:auto;max-height:none;object-fit:contain;object-position:left center}@media(max-width:620px){.site-footer .footer-logo-frame{width:min(var(--footer-logo-width,190px),100%)}}.hero-video-shell .hero-image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}.hero-video-shell .hero-image-placeholder{background:linear-gradient(135deg,#ffffffb8,#cff2e2b8)}.hero-video-shell .hero-image-placeholder>span{font-size:32px;color:#29965d}@media(max-width:760px){.hero-video-shell .hero-image{object-position:center center}}.cart-page__heading{align-items:flex-end;gap:20px}.cart-page__intro{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.cart-page__count{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid rgba(42,150,92,.18);border-radius:999px;background:#ebfaf1ad;color:var(--green-dark);font-size:11px;font-weight:700;white-space:nowrap}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px;align-items:start}.cart-page__lines,.cart-page__summary{border:1px solid rgba(177,207,196,.58);border-radius:24px;background:#ffffffb8;box-shadow:0 14px 35px #255c4212;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cart-page__line{display:grid;grid-template-columns:86px minmax(0,1fr) 92px auto;gap:16px;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(218,232,225,.8)}.cart-page__line:last-of-type{border-bottom:0}.cart-page__media{width:86px;height:86px;border-radius:17px;overflow:hidden;background:#f2f7f4}.cart-page__image{display:block;width:100%;height:100%;object-fit:cover}.cart-page__details h2{margin:0 0 5px;color:var(--text);font-size:15px}.cart-page__details p{margin:0 0 6px;color:var(--muted);font-size:11px}.cart-page__unit-price{display:block;margin-bottom:9px;color:#76847f;font-size:10px}.cart-page__details .text-link{font-size:10px}.cart-page__quantity label{display:block;margin-bottom:6px;color:var(--muted);font-size:10px}.cart-page__quantity input{width:72px;min-height:38px;padding:0 9px;border:1px solid #d8e6dd;border-radius:12px;background:#ffffffd6;color:var(--text);font-size:13px;text-align:center}.cart-page__line-price{color:var(--green-dark);font-size:14px;white-space:nowrap}.cart-page__actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-top:1px solid rgba(218,232,225,.8)}.cart-page__actions .button{min-height:38px;padding:0 15px;font-size:11px}.cart-page__summary{position:sticky;top:100px;padding:22px}.cart-page__summary h2{margin:5px 0 22px;color:var(--text);font-size:20px}.cart-page__summary-row{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-top:1px solid rgba(218,232,225,.8);border-bottom:1px solid rgba(218,232,225,.8);color:var(--muted);font-size:12px}.cart-page__summary-row strong{color:var(--green-dark);font-size:18px}.cart-page__note{margin:14px 0 18px;color:#74817c;font-size:10px;line-height:1.55}.cart-page__checkout{width:100%;min-height:48px;justify-content:center;gap:8px}.cart-page__checkout svg{width:15px}.cart-page__trust{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(218,232,225,.8)}.cart-page__trust>span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#e9f8ed;color:var(--green)}.cart-page__trust svg{width:16px;height:16px}.cart-page__trust strong,.cart-page__trust small{display:block}.cart-page__trust strong{color:#42534b;font-size:10px}.cart-page__trust small{margin-top:3px;color:#87938e;font-size:9px}.cart-page__empty{padding:54px 20px;border-radius:24px;border:1px solid rgba(177,207,196,.58);background:#ffffffb8;box-shadow:0 14px 35px #255c4212}.cart-page__empty-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 14px;border-radius:16px;background:#e9f8ed;color:var(--green)}.cart-page__empty-icon svg{width:23px;height:23px}@media(max-width:850px){.cart-page__layout{grid-template-columns:1fr}.cart-page__summary{position:static}.cart-page__line{grid-template-columns:72px minmax(0,1fr) auto;gap:12px;padding:15px}.cart-page__media{width:72px;height:72px}.cart-page__quantity{grid-column:2}.cart-page__line-price{grid-column:3;grid-row:1;align-self:center}.cart-page__actions{padding:14px 15px}}@media(max-width:520px){.cart-page__heading{align-items:flex-start;flex-direction:column;gap:10px}.cart-page__line{grid-template-columns:64px minmax(0,1fr);gap:10px}.cart-page__media{width:64px;height:64px}.cart-page__line-price{grid-column:2;grid-row:2}.cart-page__quantity{grid-column:2;grid-row:3}.cart-page__quantity input{width:68px}.cart-page__summary{padding:18px}.cart-page__actions{align-items:stretch;flex-direction:column}.cart-page__actions .button{width:100%;justify-content:center}}.cart-drawer__panel{background:linear-gradient(160deg,#f9fffbfa,#edf8f2fa);border-left:1px solid rgba(255,255,255,.8);box-shadow:-18px 0 45px #16433029;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.cart-drawer__head{padding:22px 24px;background:#ffffff8c;border-bottom:1px solid rgba(177,207,196,.58)}.cart-drawer__head h2{color:var(--text);font-size:21px;letter-spacing:-.3px}.cart-drawer__eyebrow{margin:0 0 4px;color:var(--green-dark);font-size:9px;font-weight:800;letter-spacing:1.4px}.cart-drawer__head .icon-button{width:38px;height:38px;background:#ffffffb8;border-color:#b1cfc499;color:#40524a}.cart-drawer__content{padding:18px 20px 24px}.cart-drawer__items{border:1px solid rgba(177,207,196,.56);border-radius:20px;background:#ffffff9e;padding:0 14px;box-shadow:0 10px 28px #255c420f}.cart-drawer__item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:11px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(218,232,225,.85)}.cart-drawer__item:last-child{border-bottom:0}.cart-drawer__media{width:64px;height:64px;border-radius:14px;overflow:hidden;background:#f2f7f4}.cart-drawer__image{display:block;width:100%;height:100%;object-fit:cover}.cart-drawer__details{min-width:0}.cart-drawer__title{display:block;overflow:hidden;color:var(--text);font-size:12px;font-weight:750;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.cart-drawer__variant,.cart-drawer__unit{display:block;margin-top:3px;color:#7b8983;font-size:10px}.cart-drawer__controls{display:flex;align-items:center;gap:10px;margin-top:9px}.cart-drawer__controls label{display:inline-flex;align-items:center;gap:5px;color:#74817c;font-size:10px}.cart-drawer__controls input{width:42px;height:27px;padding:0 5px;border:1px solid #d8e6dd;border-radius:8px;background:#ffffffdb;color:var(--text);font-size:11px;text-align:center}.cart-drawer__remove{padding:0;border:0;background:transparent;color:#b04d5c;font-size:10px}.cart-drawer__price{padding-top:2px;color:var(--green-dark);font-size:12px;white-space:nowrap}.cart-drawer__summary{margin-top:15px;padding:17px;border:1px solid rgba(177,207,196,.56);border-radius:20px;background:#ffffffad;box-shadow:0 10px 28px #255c420f}.cart-drawer__summary-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid rgba(218,232,225,.85);color:#677770;font-size:12px}.cart-drawer__summary-row strong{color:var(--green-dark);font-size:18px}.cart-drawer__note{margin:12px 0 15px;color:#7b8983;font-size:10px;line-height:1.5}.cart-drawer__checkout,.cart-drawer__view-cart{width:100%;min-height:44px;margin:0 0 8px;font-size:11px}.cart-drawer__view-cart{background:#ffffffbd;border:1px solid rgba(53,168,91,.24)}.cart-drawer__trust{display:flex;align-items:center;gap:9px;margin-top:7px;padding-top:12px;border-top:1px solid rgba(218,232,225,.85)}.cart-drawer__trust>span{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#e7f7eb;color:var(--green-dark);font-size:13px;font-weight:800}.cart-drawer__trust strong,.cart-drawer__trust small{display:block}.cart-drawer__trust strong{color:#42534b;font-size:10px}.cart-drawer__trust small{margin-top:2px;color:#87938e;font-size:9px}.cart-drawer__empty{padding:40px 10px}.cart-drawer__empty .cart-empty__icon{background:#e7f7eb;color:var(--green-dark)}.cart-page__lines{display:block!important}.cart-page__summary{display:block!important;flex-wrap:initial!important;justify-content:initial!important}.cart-page__line>strong.cart-page__line-price{grid-column:auto!important;grid-row:auto!important;text-align:right!important}.cart-page__line .cart-page__quantity{grid-column:auto!important}.cart-page__layout,.cart-page__line{display:grid!important}@media(max-width:800px){.cart-page__line>strong.cart-page__line-price{grid-column:3!important;grid-row:1!important;text-align:right!important}.cart-page__line .cart-page__quantity{grid-column:2!important}}@media(max-width:520px){.cart-page__line>strong.cart-page__line-price{grid-column:2!important;grid-row:2!important;text-align:left!important}.cart-page__line .cart-page__quantity{grid-column:2!important;grid-row:3!important}}@media(max-width:520px){.cart-drawer__content{padding:15px 14px 20px}.cart-drawer__item{grid-template-columns:56px minmax(0,1fr) auto;gap:9px}.cart-drawer__media{width:56px;height:56px}.cart-drawer__title{font-size:11px}.cart-drawer__summary{padding:14px}}.footer-email{display:inline-flex!important;align-items:center;width:max-content;margin:10px 0 14px!important;padding:8px 12px;border:1px solid rgba(151,226,181,.3);border-radius:12px;background:#97e2b514;color:#000!important;font-size:12px!important;font-weight:700;letter-spacing:.1px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.footer-email:hover{background:#97e2b529;border-color:#97e2b58c;color:#000!important;transform:translateY(-1px)}.hero-section,.category-section,.benefits-section{padding-top:var(--section-space-top,0px)!important;padding-bottom:var(--section-space-bottom,0px)!important}.hero-section+.category-section{padding-top:var(--section-space-top,0px)!important}.category-section,.benefits-section{margin-top:0!important;margin-bottom:0!important}@media(max-width:800px){.category-section,.benefits-section,.hero-section{padding-top:var(--section-space-top-mobile,var(--section-space-top,0px))!important;padding-bottom:var(--section-space-bottom-mobile,var(--section-space-bottom,0px))!important}}.product-card__discount-badge{position:absolute;top:44px;left:11px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:4px 9px;border:1px solid rgba(255,255,255,.55);border-radius:12px;background:linear-gradient(135deg,#ffd35a,#ef9d1c);color:#3a2400;font-size:9px;font-weight:800;letter-spacing:.2px;line-height:1;box-shadow:0 5px 12px #ae690e33;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover .product-card__discount-badge{transform:translateY(-2px);box-shadow:0 7px 14px #ae690e47}@media(max-width:749px){.product-card__discount-badge{top:43px;left:10px;font-size:8px;padding:4px 8px}}.product-card__media .product-card__discount-badge{top:auto;right:auto;bottom:11px;left:11px;background:linear-gradient(135deg,#40be6ff5,#117441f5);border:1px solid rgba(218,255,229,.68);color:#fff;box-shadow:0 6px 14px #106b3b40,inset 0 1px #ffffff52;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.product-card:hover .product-card__media .product-card__discount-badge{box-shadow:0 8px 17px #106b3b52,inset 0 1px #ffffff61}@media(max-width:749px){.product-card__media .product-card__discount-badge{top:auto;right:auto;bottom:10px;left:10px;font-size:8px;padding:4px 8px}}.product-card__media .product-card__discount-badge{top:11px!important;right:auto!important;bottom:auto!important;left:11px!important}@media(max-width:749px){.product-card__media .product-card__discount-badge{top:10px!important;right:auto!important;bottom:auto!important;left:10px!important}}.product-rating-row.product-status-row{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}.product-status-row .product-sold-count{flex:1 1 auto!important;flex-basis:auto!important;min-width:0!important;display:inline-flex!important;align-items:center!important;gap:4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:11px!important}.product-status-row .product-stock-pill{flex:0 0 auto!important;margin-left:0!important;white-space:nowrap!important}.product-status-row .product-stock-pill__dot{flex:0 0 6px!important}@media(max-width:430px){.product-rating-row.product-status-row{gap:6px!important}.product-status-row .product-sold-count{font-size:10px!important;gap:3px!important}.product-status-row .product-sold-count__icon{font-size:12px!important}.product-status-row .product-stock-pill{padding:4px 7px!important;font-size:10px!important}}@media(max-width:360px){.product-rating-row.product-status-row{gap:4px!important}.product-status-row .product-sold-count{font-size:9px!important}.product-status-row .product-stock-pill{padding:3px 6px!important;font-size:9px!important}}.product-rating-row.product-status-row{justify-content:flex-start!important}.product-status-row .product-sold-count{flex:0 1 auto!important;width:auto!important;max-width:calc(100% - 88px)!important}.product-status-row .product-stock-pill{margin-left:0!important}.product-price-row.has-applied-discount{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;min-height:40px}.product-price-row.has-applied-discount .product-price[hidden],.product-price-row.has-applied-discount .product-price.is-hidden{display:none!important}.product-price-row.has-applied-discount .product-price-discounted{display:inline-flex!important;align-items:center;gap:7px;margin:0;color:var(--green-dark);font-size:clamp(22px,2.8vw,29px);font-weight:900;line-height:1.1;letter-spacing:-.45px;white-space:nowrap}.product-price-row.has-applied-discount .product-price-discounted:before{content:"Now";display:inline-flex;align-items:center;min-height:21px;padding:3px 7px;border:1px solid rgba(43,145,83,.2);border-radius:8px;background:#e8faedeb;color:var(--green-dark);font-size:10px;font-weight:800;letter-spacing:.2px;text-shadow:none}.product-price-row.has-applied-discount [data-product-compare]{display:inline-block!important;margin:0;color:#8a9697;font-size:15px;font-weight:700;line-height:1.2;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#9c6767b3;white-space:nowrap}.product-price-row.has-applied-discount [data-product-discount]{display:inline-flex!important;align-items:center;margin:0;padding:5px 10px;border:1px solid rgba(43,145,83,.22);border-radius:999px;background:var(--green);color:#fff;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 4px 10px #17784229}@media(max-width:800px){.product-price-row.has-applied-discount{gap:6px 8px}.product-price-row.has-applied-discount .product-price-discounted{font-size:21px}.product-price-row.has-applied-discount .product-price-discounted:before{min-height:19px;padding:2px 6px;font-size:9px}.product-price-row.has-applied-discount [data-product-compare]{font-size:13px}.product-price-row.has-applied-discount [data-product-discount]{padding:5px 8px;font-size:9px}}.discount-swipe-offer.discount-applied .discount-swipe-track,.discount-swipe-unlocked-content[hidden],.discount-applied-summary[hidden]{display:none!important}.discount-applied-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border:1px solid rgba(53,168,91,.28);border-radius:14px;background:linear-gradient(135deg,#edfdf1f5,#ffffffe6);box-shadow:0 8px 22px #23704117}.discount-applied-summary .discount-swipe-success{display:block;margin:0;color:var(--green-dark);font-size:11px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}.discount-applied-summary strong{display:inline-flex;align-items:center;gap:7px;color:var(--green-dark);font-size:14px;line-height:1.25;text-align:right;white-space:nowrap}.discount-applied-summary [data-discount-timer]{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:6px 8px;border-radius:8px;background:var(--green);color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.6px;box-shadow:0 4px 10px #17784229}@media(max-width:520px){.discount-applied-summary{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 13px}.discount-applied-summary strong{width:100%;justify-content:space-between;text-align:left;font-size:12px}}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-reveal{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;margin-top:12px;padding:15px 16px;border:1px solid rgba(53,168,91,.3);border-radius:15px;background:linear-gradient(135deg,#eefdf2f5,#ffffffe6);box-shadow:0 8px 22px #23704117}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-unlocked-content{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;width:100%}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-success{width:100%;margin:0;color:var(--green-dark);font-size:11px;font-weight:850;letter-spacing:.65px;text-transform:uppercase}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-unlocked-content>strong{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:8px;background:#35a85b1f;color:var(--green-dark);font-size:14px;line-height:1;white-space:nowrap}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-unlocked-content code{min-height:30px;padding:6px 10px;border-radius:8px;font-size:11px}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-copy-button{min-height:34px;padding:0 14px;white-space:nowrap}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-copy-status{flex-basis:100%;margin:0;color:var(--green-dark);font-size:10px}@media(max-width:520px){.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-reveal{gap:9px;padding:13px}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-swipe-unlocked-content{gap:8px}.discount-swipe-offer.is-revealed:not(.discount-applied) .discount-copy-button{flex:1;min-width:125px}}@keyframes cart-add-button-pop{0%{transform:scale(1);box-shadow:0 5px 10px #2ca65729}45%{transform:scale(.97);box-shadow:0 2px 7px #2ca6571f}to{transform:scale(1);box-shadow:0 8px 20px #2ca6574d}}@keyframes cart-add-check-in{0%{opacity:0;transform:scale(.35) rotate(-18deg)}70%{opacity:1;transform:scale(1.16) rotate(0)}to{opacity:1;transform:scale(1)}}@keyframes cart-count-pop{0%{transform:scale(1)}35%{transform:scale(1.28);box-shadow:0 0 0 5px #35a85b2e}to{transform:scale(1)}}.button[data-add-to-cart].is-cart-adding,.button[data-product-add].is-cart-adding{animation:cart-add-button-pop .52s cubic-bezier(.2,.8,.2,1) both;filter:saturate(1.08)}.add-to-cart-status-icon{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff3;font-size:12px;font-weight:900;line-height:1;animation:cart-add-check-in .4s cubic-bezier(.2,.8,.2,1) both}.cart-count-pop{animation:cart-count-pop .52s cubic-bezier(.2,.8,.2,1) both}.button[data-add-to-cart].is-cart-adding,.button[data-product-add].is-cart-adding{pointer-events:none}@media(prefers-reduced-motion:reduce){.button[data-add-to-cart].is-cart-adding,.button[data-product-add].is-cart-adding,.add-to-cart-status-icon,.cart-count-pop{animation:none!important}}button,a,summary,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus:not(:focus-visible),a:focus:not(:focus-visible),summary:focus:not(:focus-visible){outline:none}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(53,168,91,.58);outline-offset:3px;box-shadow:0 0 0 4px #35a85b21}@media(prefers-reduced-motion:reduce){button,a{transition:none!important}}.cart-page__line{grid-template-columns:86px minmax(0,1fr) 118px auto}.cart-quantity-stepper{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:112px;min-height:42px;padding:4px;border:1px solid rgba(177,207,196,.75);border-radius:14px;background:linear-gradient(145deg,#ffffffeb,#ebf8efbd);box-shadow:0 6px 14px #255c4214,inset 0 1px #ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.cart-quantity-stepper:focus-within{border-color:#35a85b8f;box-shadow:0 7px 16px #255c421a,0 0 0 3px #35a85b1c,inset 0 1px #ffffffe6}.cart-quantity-stepper__button{display:grid;place-items:center;width:31px;height:31px;padding:0;border:1px solid rgba(53,168,91,.2);border-radius:9px;background:#ffffffc7;color:var(--green-dark);line-height:1;transition:transform .16s cubic-bezier(.23,1,.32,1),background .16s ease,box-shadow .16s ease,color .16s ease}.cart-quantity-stepper__button:hover{background:#e2f8e8f5;box-shadow:0 4px 9px #17784221;transform:translateY(-1px)}.cart-quantity-stepper__button:active{transform:scale(.91)}.cart-quantity-stepper__button:disabled{cursor:wait;opacity:.5;transform:none;box-shadow:none}.cart-quantity-stepper__button svg{width:15px;height:15px;fill:currentColor}.cart-quantity-stepper input{width:39px!important;min-height:31px!important;height:31px!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;color:var(--text);font-size:13px;font-weight:800;line-height:1;text-align:center;outline:none!important}.cart-quantity-stepper input::-webkit-outer-spin-button,.cart-quantity-stepper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.cart-quantity-stepper input[type=number]{-moz-appearance:textfield}.cart-page__quantity.is-updating .cart-quantity-stepper{opacity:.66;transform:scale(.98)}.cart-quantity-status{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cart-page__quantity{position:relative}@media(max-width:850px){.cart-page__line{grid-template-columns:72px minmax(0,1fr) auto}.cart-quantity-stepper{width:108px}}@media(max-width:520px){.cart-quantity-stepper{width:106px;min-height:40px;border-radius:13px}.cart-quantity-stepper__button{width:29px;height:29px}.cart-quantity-stepper input{width:37px!important;font-size:12px}}@keyframes checkout-cta-breathe{0%,to{box-shadow:0 9px 18px #1778422e,0 0 #35a85b00}50%{box-shadow:0 13px 26px #17784247,0 0 0 5px #35a85b14}}@keyframes checkout-cta-shine{0%{transform:translate(-135%) skew(-18deg);opacity:0}14%{opacity:.62}34%,to{transform:translate(175%) skew(-18deg);opacity:0}}.cart-page__checkout{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(105deg,#2b9d56,#38b967 52%,#238b4a);border:1px solid rgba(170,246,192,.42);box-shadow:0 9px 18px #1778422e,inset 0 1px #ffffff40;animation:checkout-cta-breathe 2.8s ease-in-out infinite;transition:transform .18s cubic-bezier(.23,1,.32,1),filter .18s ease,box-shadow .18s ease}.cart-page__checkout:after{content:"";position:absolute;z-index:-1;top:-35%;left:0;width:30%;height:170%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);pointer-events:none;animation:checkout-cta-shine 4.8s cubic-bezier(.23,1,.32,1) infinite}.cart-page__checkout:hover{filter:saturate(1.08) brightness(1.03);transform:translateY(-2px);box-shadow:0 14px 28px #17784247,0 0 0 4px #35a85b17,inset 0 1px #ffffff4d}.cart-page__checkout:active{transform:translateY(0) scale(.985)}.cart-page__checkout svg{position:relative;transition:transform .18s cubic-bezier(.23,1,.32,1)}.cart-page__checkout:hover svg{transform:translate(3px)}.cart-page__actions--single{justify-content:flex-start}@media(prefers-reduced-motion:reduce){.cart-page__checkout{animation:none!important}.cart-page__checkout:after{display:none}.cart-page__checkout,.cart-page__checkout svg{transition:none!important}}.product-card__badge--off{background:linear-gradient(135deg,#258f4d,#42bf6a)!important;color:#fff!important;border:1px solid rgba(190,255,207,.3);box-shadow:0 5px 12px #248e4b33}.product-buy-card .discount-swipe-offer,.product-buy-card .discount-swipe-reveal,.product-buy-card .discount-applied-summary{width:100%;max-width:100%;box-sizing:border-box}.product-buy-card .discount-applied-summary{align-self:stretch;min-width:0}@media(max-width:800px){.product-buy-card .discount-applied-summary{display:flex;align-items:stretch;justify-content:space-between;width:100%;min-height:82px;padding:14px 15px;gap:12px}.product-buy-card .discount-applied-summary .discount-swipe-success{width:auto;flex:1 1 auto;align-self:center;line-height:1.3}.product-buy-card .discount-applied-summary strong{width:auto;flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;gap:7px;text-align:right;white-space:nowrap}.product-buy-card .purchase-primary-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important}.product-buy-card .purchase-primary-row .quantity-row{width:100%!important;align-items:flex-start!important;margin:0!important}.product-buy-card .purchase-primary-row .quantity-stepper{width:138px!important;max-width:100%;flex:0 0 auto}.product-buy-card .purchase-primary-row .product-add-button{display:flex!important;width:100%!important;max-width:none!important;min-height:46px!important;margin:0!important}}@media(max-width:430px){.product-buy-card .discount-applied-summary{min-height:86px;padding:14px 15px}.product-buy-card .discount-applied-summary .discount-swipe-success{font-size:10px}.product-buy-card .discount-applied-summary strong{font-size:12px}}html{scroll-behavior:auto}@media(max-width:800px){.announcement-bar__inner,.header-main,.category-card,.benefits-bar,.product-gallery-card,.product-buy-card,.product-benefits-bar,.product-info-card,.product-side-card{backdrop-filter:blur(8px) saturate(105%)!important;-webkit-backdrop-filter:blur(8px) saturate(105%)!important}.product-card,.category-card,.benefits-bar,.product-gallery-card,.product-buy-card,.product-benefits-bar,.product-info-card,.product-side-card{box-shadow:0 4px 12px #2243470f!important}.product-card:hover,.category-card:hover{transform:none!important;box-shadow:0 4px 12px #2243470f!important}.product-card:hover .product-card__media:after{opacity:.7!important;transform:none!important}.product-card:hover .product-card__image{transform:none!important;filter:none!important}.product-buy-card .button--buy-now:after{animation:none!important}}@media(pointer:coarse){.product-card:hover,.category-card:hover,.button:hover{transform:none!important}}.hero-card--video:after{opacity:var(--hero-overlay-desktop,1)}.hero-card--video .hero-video,.hero-card--video .hero-image{object-position:var(--hero-position-desktop,50%) center}.hero-card--video picture{display:block;width:100%;height:100%}@media(max-width:800px){.hero-card--video:after{opacity:var(--hero-overlay-mobile,.45)}.hero-card--video .hero-video,.hero-card--video .hero-image{object-position:var(--hero-position-mobile,55%) center}.hero-card--video picture{position:absolute;top:0;right:0;bottom:0;left:0}}@media(max-width:800px){.hero-card--video{min-height:560px!important}.hero-card--video .hero-content{min-height:560px!important;padding-top:28px;padding-bottom:22px}}@media(max-width:430px){.hero-card--video{min-height:540px!important}.hero-card--video .hero-content{min-height:540px!important;padding-top:25px;padding-bottom:20px}}.hero-card--video .hero-content>.eyebrow{color:var(--hero-eyebrow-color,#465766)!important}.hero-card--video .hero-content>h1{color:var(--hero-heading-color,var(--text))!important}.hero-card--video .hero-content>h1 em,.hero-card--video .hero-content>h1 strong{color:var(--hero-heading-accent-color,var(--green))!important}.hero-card--video .hero-content>.hero-description{color:var(--hero-description-color,#54626d)!important}.hero-card--video .hero-content>.hero-curation-note{color:var(--hero-curation-color,#6f7d84)!important}.hero-card--video .hero-content>.hero-curation-note>span:first-child{color:var(--hero-heading-accent-color,var(--green))!important}
/*# sourceMappingURL=/cdn/shop/t/270/assets/base.css.map */
