*,:before,:after{box-sizing:border-box}body{font-family:var(--font-body);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-heading);margin:0 0 .5em;line-height:1.2}h1{font-size:clamp(1.9rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.2rem}img{max-width:100%;height:auto;display:block}a{color:var(--c-primary)}p{margin:0 0 1em}.container{max-width:var(--page-width);margin:0 auto;padding:0 20px}.section{padding:56px 0}.section__title{text-align:center;margin-bottom:8px}.section__subtitle{text-align:center;color:var(--c-text-soft);max-width:620px;margin:0 auto 36px}.skip-link{z-index:999;background:var(--c-primary);color:#fff;border-radius:8px;padding:10px 16px;position:absolute;top:-60px;left:12px}.skip-link:focus{top:12px}.btn{cursor:pointer;border-radius:var(--radius-btn);font-family:var(--font-heading);text-align:center;border:0;padding:14px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-block}.btn--primary{background:var(--c-primary);color:#fff}.btn--primary:hover{background:var(--c-primary-dark)}.btn--cta{background:var(--c-cta);color:var(--c-cta-text)}.btn--outline{color:var(--c-primary);box-shadow:inset 0 0 0 2px var(--c-primary);background:0 0}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.announcement{background:var(--c-primary-dark);color:#fff;text-align:center;letter-spacing:.3px;padding:9px 16px;font-size:.85rem}.announcement a{color:#fff}.header{background:var(--c-bg);border-bottom:1px solid var(--c-border);z-index:50;position:sticky;top:0}.header__inner{max-width:var(--page-width);align-items:center;gap:24px;margin:0 auto;padding:14px 20px;display:flex}.header__logo{font-family:var(--font-heading);color:var(--c-primary);font-size:1.4rem;font-weight:700;text-decoration:none}.header__logo img{width:var(--logo-width,140px)}.header__nav{flex:1;gap:4px;display:flex}.header__nav a{color:var(--c-text);white-space:nowrap;border-radius:18px;padding:6px 11px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s}.header__actions{align-items:center;gap:14px;display:flex}.header__icon{color:var(--c-text);display:inline-flex;position:relative}.cart-count{background:var(--c-cta);color:var(--c-cta-text);border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute;top:-7px;right:-9px}.header__burger{cursor:pointer;color:var(--c-text);background:0 0;border:0;display:none}.mobile-nav{border-top:1px solid var(--c-border);background:var(--c-bg);display:none}.mobile-nav a{color:var(--c-text);border-bottom:1px solid var(--c-border);padding:13px 20px;text-decoration:none;display:block}.mobile-nav.is-open{display:block}@media(max-width:860px){.header__nav{display:none}.header__burger{display:inline-flex}.header__inner{justify-content:space-between}}.hero{background:linear-gradient(135deg,var(--c-primary-dark) 0%,var(--c-primary) 55%,var(--c-accent) 130%);color:#fff;overflow:hidden}.hero__inner{max-width:var(--page-width);grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;margin:0 auto;padding:72px 20px;display:grid}.hero__kicker{background:#ffffff24;border:1px solid #ffffff40;border-radius:20px;margin-bottom:18px;padding:6px 16px;font-size:.82rem;font-weight:600;display:inline-block}.hero__sub{color:#ffffffd9;max-width:540px;font-size:1.08rem}.hero__buttons{flex-wrap:wrap;gap:14px;margin:26px 0;display:flex}.hero__chips{flex-wrap:wrap;gap:10px;display:flex}.hero__chip{background:#ffffff1f;border-radius:18px;align-items:center;gap:6px;padding:7px 14px;font-size:.8rem;display:inline-flex}.hero__media img{border-radius:var(--radius);box-shadow:0 24px 60px #00000047}.hero__media--placeholder{aspect-ratio:4/3;border-radius:var(--radius);background:#ffffff1a;justify-content:center;align-items:center;font-size:4rem;display:flex}@media(max-width:860px){.hero__inner{grid-template-columns:1fr;padding:48px 20px}}.benefits{background:var(--c-bg-soft);padding:26px 0}.benefits__grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.benefit{align-items:center;gap:13px;display:flex}.benefit__icon{background:var(--c-primary);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.benefit strong{font-size:.95rem;display:block}.benefit span{color:var(--c-text-soft);font-size:.82rem}@media(max-width:860px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}.product-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.card{border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);background:#fff;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #0b6e7724}.card__media{background:var(--c-bg-soft);padding-top:100%;position:relative;overflow:hidden}.card__media img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.card__badge{top:10px;background:var(--c-sale);color:#fff;border-radius:12px;padding:4px 10px;font-size:.72rem;font-weight:700;position:absolute;inset-inline-start:10px}.card__body{flex-direction:column;flex:1;gap:6px;padding:15px 16px 18px;display:flex}.card__title{font-family:var(--font-heading);margin:0;font-size:.98rem;font-weight:600}.card__price{align-items:baseline;gap:8px;margin-top:auto;display:flex}.price--compare{color:var(--c-text-soft);font-size:.85rem;font-weight:400;text-decoration:line-through}.price--sale{color:var(--c-sale)}.card__atc{margin-top:10px;padding:10px 14px;font-size:.88rem}.collection-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.collection-card{border-radius:var(--radius);aspect-ratio:4/3;background:var(--c-primary);text-decoration:none;display:block;position:relative;overflow:hidden}.collection-card img{object-fit:cover;opacity:.85;width:100%;height:100%;transition:transform .25s}.collection-card:hover img{transform:scale(1.05)}.collection-btn{background:linear-gradient(135deg,var(--c-primary-dark) 0%,var(--c-primary) 100%);color:#fff;border-radius:var(--radius);font-family:var(--font-heading);justify-content:space-between;align-items:center;gap:12px;padding:26px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.collection-btn:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0b6e7747}.collection-btn__arrow{background:#ffffff29;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:background .18s;display:inline-flex}@media(max-width:860px){.collection-buttons{grid-template-columns:1fr}}.collection-card__label{bottom:14px;color:var(--c-text);font-weight:600;font-family:var(--font-heading);background:#fffffff2;border-radius:22px;padding:9px 18px;position:absolute;inset-inline-start:14px}@media(max-width:700px){.collection-grid{grid-template-columns:1fr}}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.testimonial{border:1px solid var(--c-border);border-radius:var(--radius);background:#fff;padding:26px}.testimonial__stars{color:var(--c-cta);letter-spacing:3px;margin-bottom:12px}.testimonial__quote{font-style:italic}.testimonial__author{margin:0;font-weight:700}.testimonial__meta{color:var(--c-text-soft);font-size:.82rem}@media(max-width:860px){.testimonials__grid{grid-template-columns:1fr}}.faq{max-width:760px;margin:0 auto}.faq details{border:1px solid var(--c-border);border-radius:var(--radius);background:#fff;margin-bottom:12px}.faq summary{font-weight:600;font-family:var(--font-heading);cursor:pointer;padding:18px 22px;list-style:none;position:relative}.faq summary:after{content:"+";color:var(--c-primary);font-size:1.3rem;position:absolute;inset-inline-end:20px}.faq details[open] summary:after{content:"\2013"}.faq .faq__content{color:var(--c-text-soft);padding:0 22px 18px}.imgtext{grid-template-columns:1fr 1fr;align-items:center;gap:44px;display:grid}.imgtext__media img,.imgtext__media{border-radius:var(--radius)}.imgtext__media--placeholder{aspect-ratio:1;background:var(--c-bg-soft);justify-content:center;align-items:center;font-size:3rem;display:flex}@media(max-width:860px){.imgtext{grid-template-columns:1fr}}.newsletter{background:var(--c-primary-dark);color:#fff;text-align:center}.newsletter h2{color:#fff}.newsletter p{color:#fffc}.newsletter form{gap:10px;max-width:480px;margin:24px auto 0;display:flex}.newsletter input[type=email]{border-radius:var(--radius-btn);border:0;flex:1;padding:14px 18px;font-size:1rem}@media(max-width:560px){.newsletter form{flex-direction:column}}.footer{background:var(--c-primary-dark);color:#ffffffd9;padding:52px 0 0}.footer a{color:#ffffffd9;text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:40px;display:grid}.footer h4{color:#fff;margin-bottom:14px;font-size:1rem}.footer ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.footer__bottom{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;gap:10px;padding:18px 0;font-size:.82rem;display:flex}.footer__social{gap:14px;margin-top:14px;display:flex}@media(max-width:860px){.footer__grid{grid-template-columns:1fr 1fr}}.drawer-overlay{z-index:98;opacity:0;background:#0c1e2080;transition:opacity .25s;position:fixed;top:0;right:0;bottom:0;left:0}.drawer-overlay.is-open{opacity:1}.cart-drawer{top:0;bottom:0;z-index:99;background:var(--c-bg);flex-direction:column;width:min(420px,92vw);transition:transform .28s;display:flex;position:fixed;inset-inline-end:0;transform:translate(100%);box-shadow:-12px 0 40px #0000002e}[dir=rtl] .cart-drawer{transform:translate(-100%)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{border-bottom:1px solid var(--c-border);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.cart-drawer__head h3{margin:0}.cart-drawer__close{cursor:pointer;color:var(--c-text);background:0 0;border:0;padding:6px;font-size:1.2rem}.cart-drawer__items{flex:1;padding:16px 22px;overflow-y:auto}.drawer-item{border-bottom:1px solid var(--c-border);gap:14px;padding:12px 0;display:flex}.drawer-item img{object-fit:cover;background:var(--c-bg-soft);border-radius:10px;width:68px;height:68px}.drawer-item__info{flex:1}.drawer-item__title{margin:0 0 2px;font-size:.92rem;font-weight:600}.drawer-item__variant{color:var(--c-text-soft);font-size:.78rem}.drawer-item__row{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.drawer-item__price{color:var(--c-primary);font-size:.92rem;font-weight:700}.drawer-item__remove{cursor:pointer;color:var(--c-text-soft);background:0 0;border:0;padding:0;font-size:.78rem;text-decoration:underline}.drawer-qty{border:1px solid var(--c-border);border-radius:18px;display:inline-flex;overflow:hidden}.drawer-qty button{cursor:pointer;background:#fff;border:0;width:30px;height:28px;font-size:1rem;line-height:1}.drawer-qty span{justify-content:center;align-items:center;min-width:28px;font-size:.88rem;display:inline-flex}.cart-drawer__foot{border-top:1px solid var(--c-border);background:var(--c-bg-soft);padding:18px 22px}.cart-drawer__subtotal{justify-content:space-between;margin-bottom:6px;font-size:1.05rem;display:flex}.cart-drawer__note{color:var(--c-text-soft);margin-bottom:12px;font-size:.8rem}.cart-drawer__empty{text-align:center;color:var(--c-text-soft);padding:40px 10px}.whatsapp-fab{bottom:22px;z-index:90;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .15s;display:flex;position:fixed;inset-inline-end:22px;box-shadow:0 8px 24px #00000040}.whatsapp-fab:hover{transform:scale(1.08)}.product-page{grid-template-columns:1fr 1fr;gap:48px;padding:48px 0;display:grid}.product-page__gallery img{border-radius:var(--radius);width:100%}.product-page__main{border-radius:var(--radius);background:var(--c-bg-soft);padding-top:100%;position:relative;overflow:hidden}.product-page__main img{object-fit:cover;object-position:center;border-radius:0;width:100%;height:100%;position:absolute;top:0;left:0}.product-page__thumbs{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.product-page__thumbs img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:10px;width:72px;height:72px}.product-page__thumbs img.is-active{border-color:var(--c-primary)}.product-page__vendor{color:var(--c-text-soft);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.product-page__price{margin:14px 0;font-size:1.6rem}.trust-badges{gap:10px;margin:22px 0;display:grid}.trust-badge{background:var(--c-bg-soft);border-radius:12px;align-items:center;gap:10px;padding:11px 15px;font-size:.9rem;font-weight:500;display:flex}.trust-badge svg{color:var(--c-primary);flex:none}.qty-row{gap:12px;margin:18px 0;display:flex}.qty-input{border:1px solid var(--c-border);border-radius:var(--radius-btn);display:inline-flex;overflow:hidden}.qty-input button{cursor:pointer;background:#fff;border:0;width:44px;font-size:1.2rem}.qty-input input{text-align:center;border:0;width:52px;font-size:1rem}.product-page__desc{margin-top:26px}.variant-select{border-radius:var(--radius-btn);border:1px solid var(--c-border);width:100%;margin:8px 0;padding:12px 16px;font-size:1rem}.variant-pills{border:0;margin:14px 0;padding:0}.variant-pills__list{flex-wrap:wrap;gap:10px;display:flex}.variant-pill{cursor:pointer}.variant-pill input{opacity:0;pointer-events:none;position:absolute}.variant-pill span{border:2px solid var(--c-border);text-align:center;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:2px;min-width:90px;padding:10px 22px;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.variant-pill small{color:var(--c-text-soft);font-size:.78rem;font-weight:400}.variant-pill input:checked+span small{color:var(--c-primary)}.variant-pill.is-disabled span{opacity:.45;text-decoration:line-through}.product-page__desc details.desc-block{border:1px solid var(--c-border);border-radius:var(--radius);background:#fff;margin-bottom:12px}.product-page__desc details.desc-block summary{font-weight:600;font-family:var(--font-heading);cursor:pointer;padding:16px 20px;padding-inline-end:44px;list-style:none;position:relative}.product-page__desc details.desc-block summary:after{content:"+";inset-inline-end:18px;color:var(--c-primary);font-size:1.3rem;position:absolute;top:50%;transform:translateY(-50%)}.product-page__desc details.desc-block[open] summary:after{content:"\2013"}.product-page__desc .desc-block__content{padding:0 20px 18px}.product-page__desc .desc-block__content>:first-child{margin-top:0}@media(max-width:860px){.product-page{grid-template-columns:1fr;gap:28px}}.collection-banner{background:var(--c-bg-soft);text-align:center;padding:44px 0}.collection-banner p{color:var(--c-text-soft);max-width:640px;margin:0 auto}.collection-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:22px 0;display:flex}.collection-toolbar select{border:1px solid var(--c-border);border-radius:10px;padding:10px 14px}.cart-table{border-collapse:collapse;width:100%}.cart-table th{text-align:start;border-bottom:2px solid var(--c-border);font-family:var(--font-heading);padding:12px 8px}.cart-table td{border-bottom:1px solid var(--c-border);vertical-align:middle;padding:16px 8px}.cart-item__info{align-items:center;gap:14px;display:flex}.cart-item__info img{object-fit:cover;border-radius:10px;width:72px;height:72px}.cart-footer{justify-content:flex-end;margin-top:26px;display:flex}.cart-summary{background:var(--c-bg-soft);border-radius:var(--radius);min-width:320px;padding:26px}.cart-summary__total{justify-content:space-between;margin-bottom:8px;font-size:1.2rem;font-weight:700;display:flex}.cart-empty{text-align:center;padding:70px 20px}.pagination{justify-content:center;gap:8px;padding:34px 0;display:flex}.pagination a,.pagination span{border:1px solid var(--c-border);min-width:40px;height:40px;color:var(--c-text);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.pagination .is-current{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.article-card{border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);background:#fff;text-decoration:none;display:block;overflow:hidden}.article-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.article-card__body{padding:18px}.article-card__date{color:var(--c-text-soft);font-size:.8rem}.article-content{max-width:760px;margin:0 auto;padding:44px 20px}@media(max-width:860px){.blog-grid{grid-template-columns:1fr}}.form-page{max-width:480px;margin:0 auto;padding:56px 20px}.form-page h1{text-align:center}.field{margin-bottom:16px}.field label{margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.field input,.field textarea{border:1px solid var(--c-border);width:100%;font-size:1rem;font-family:var(--font-body);border-radius:12px;padding:13px 16px}.field input:focus,.field textarea:focus{outline:2px solid var(--c-accent);border-color:#0000}.form-errors{color:var(--c-sale);background:#fdecea;border-radius:12px;margin-bottom:18px;padding:14px 18px;font-size:.9rem}.form-success{background:var(--c-bg-soft);color:var(--c-primary-dark);border-radius:12px;margin-bottom:18px;padding:14px 18px}.page-hero{background:linear-gradient(135deg,var(--c-primary-dark) 0%,var(--c-primary) 70%,var(--c-accent) 140%);color:#fff;text-align:center;padding:58px 20px}.page-hero h1{color:#fff;margin-bottom:8px}.page-hero p{color:#ffffffd9;max-width:640px;margin:0 auto}.info-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin:0 0 40px;display:grid}.info-card{border:1px solid var(--c-border);border-radius:var(--radius);text-align:center;background:#fff;padding:26px 22px}.info-card__icon{background:var(--c-bg-soft);width:54px;height:54px;color:var(--c-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:1.4rem;display:inline-flex}.info-card h3{margin-bottom:4px;font-size:1.05rem}.info-card p{color:var(--c-text-soft);margin:0;font-size:.92rem}.info-card a{font-weight:600}@media(max-width:860px){.info-cards{grid-template-columns:1fr}}.about-values{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px;display:grid}.about-value{background:var(--c-bg-soft);border-radius:var(--radius);padding:26px 22px}.about-value h3{color:var(--c-primary-dark)}.about-stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:16px;margin:40px 0;display:grid}.about-stat strong{font-size:2rem;font-family:var(--font-heading);color:var(--c-primary);display:block}.about-stat span{color:var(--c-text-soft);font-size:.85rem}@media(max-width:860px){.about-values{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}}.cert-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:34px;display:grid}.cert-card{border:1px solid var(--c-border);border-radius:var(--radius);background:#fff;align-items:flex-start;gap:18px;padding:26px;display:flex}.cert-card__badge{background:var(--c-bg-soft);width:56px;height:56px;color:var(--c-primary);border-radius:14px;flex:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.cert-card h3{margin-bottom:6px}.cert-card p{color:var(--c-text-soft);margin:0 0 10px;font-size:.93rem}.cert-card a{font-weight:600}@media(max-width:860px){.cert-grid{grid-template-columns:1fr}}.store-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px;display:grid}.store-card{border:1px solid var(--c-border);border-radius:var(--radius);background:#fff;padding:24px}.store-card h3{align-items:center;gap:8px;margin-bottom:8px;display:flex}.store-card p{color:var(--c-text-soft);margin:0 0 6px;font-size:.92rem}.store-card .store-card__city{background:var(--c-bg-soft);color:var(--c-primary-dark);border-radius:14px;margin-bottom:10px;padding:3px 12px;font-size:.78rem;font-weight:600;display:inline-block}@media(max-width:860px){.store-grid{grid-template-columns:1fr}}.contact-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:44px;padding:48px 0;display:grid}.contact-layout .form-page{max-width:none;padding:0}.contact-layout .form-page h1{text-align:start}@media(max-width:860px){.contact-layout{grid-template-columns:1fr}}.page-404{text-align:center;padding:90px 20px}.page-404 h1{color:var(--c-primary);margin:0;font-size:5rem}.rte{line-height:1.75}.rte img{border-radius:var(--radius)}.text-center{text-align:center}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.password-page{background:var(--c-bg-soft);justify-content:center;align-items:center;min-height:100vh;display:flex}.product-savings{color:var(--c-sale);background:#fdede8;border-radius:12px;margin:4px 0 14px;padding:8px 14px;font-size:.9rem;display:inline-block}.btn--whatsapp{color:#fff;background:#25d366;justify-content:center;align-items:center;gap:8px;margin-top:10px;display:inline-flex}.btn--whatsapp:hover{background:#1eb856}.sticky-atc{z-index:95;background:var(--c-bg);border-top:1px solid var(--c-border);padding:10px 16px calc(10px + env(safe-area-inset-bottom));justify-content:space-between;align-items:center;gap:14px;transition:transform .25s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -8px 24px #0000001f}.sticky-atc.is-shown{transform:translateY(0)}.sticky-atc__info{flex-direction:column;min-width:0;display:flex}.sticky-atc__title{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.sticky-atc__price{color:var(--c-primary);font-size:.95rem;font-weight:700}.sticky-atc__btn{flex:none;padding:12px 22px;font-size:.92rem}@media(max-width:860px){.sticky-atc{display:flex}}.shipping-bar{padding:14px 22px 4px}.shipping-bar__label{color:var(--c-text-soft);margin:0 0 8px;font-size:.84rem}.shipping-bar__label strong{color:var(--c-text)}.shipping-bar__track{background:var(--c-bg-soft);border-radius:6px;height:8px;overflow:hidden}.shipping-bar__fill{background:linear-gradient(90deg,var(--c-primary) 0%,var(--c-accent) 100%);border-radius:6px;width:0;height:100%;transition:width .4s}.shipping-bar.is-reached .shipping-bar__fill{background:#25d366}.shipping-bar.is-reached .shipping-bar__label{color:#1b8a44}.stock-alert{color:#b45309;background:#fff4e5;border:1px solid #fcd9a0;border-radius:12px;margin:0 0 14px;padding:8px 14px;font-size:.88rem;display:inline-block}.stock-alert strong{color:var(--c-sale)}.pack-offer{margin:16px 0 6px}.pack-offer__list{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.pack-option{border:2px solid var(--c-border);cursor:pointer;font-family:var(--font-body);background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:3px;padding:14px 8px 12px;font-size:.85rem;transition:border-color .15s,background .15s;display:flex;position:relative}.pack-option span:not(.pack-option__badge){color:var(--c-text-soft);font-size:.8rem}.pack-option__badge{top:-10px;background:var(--c-sale);border-radius:10px;padding:2px 8px;font-weight:700;position:absolute;inset-inline-end:8px;color:#fff!important;font-size:.7rem!important}.drawer-cross{border-top:1px solid var(--c-border);background:var(--c-bg-soft);padding:14px 22px 6px}.drawer-cross__title{margin:0 0 10px;font-size:.9rem;font-weight:700}.drawer-cross__list{gap:8px;display:grid}.drawer-cross__item{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.drawer-cross__item img{object-fit:cover;border-radius:8px;width:44px;height:44px}.drawer-cross__info{flex-direction:column;flex:1;min-width:0;display:flex}.drawer-cross__name{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.drawer-cross__price{color:var(--c-primary);font-size:.8rem;font-weight:700}.drawer-cross__add{cursor:pointer;background:var(--c-primary);color:#fff;border:0;border-radius:50%;flex:none;width:32px;height:32px;font-size:1.1rem;line-height:1;transition:background .15s}.product-rating-line{color:var(--c-text-soft);align-items:center;gap:8px;margin:2px 0 10px;font-size:.88rem;text-decoration:none;display:inline-flex}.product-rating-line__stars{color:var(--c-cta);letter-spacing:2px;font-size:1rem}.reviews-avg{color:var(--c-cta);font-weight:700}h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:700}h2{font-weight:700}.section__title{padding-bottom:16px;position:relative}.section__title:after{content:"";background:linear-gradient(90deg,var(--c-primary),var(--c-cta));border-radius:4px;width:54px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.btn{padding:15px 32px;font-weight:700}.btn--cta{box-shadow:0 8px 20px #ff8a004d}.btn--cta:hover{filter:brightness(1.04);box-shadow:0 12px 28px #ff8a0066}.announcement{background:var(--c-primary);color:#fff;font-size:.82rem;font-weight:600}.header{background:#fff}.header__logo{color:var(--c-primary)}.header__nav a{font-weight:600}.header__nav a:hover,.header__nav a[aria-current=page]{background:var(--c-bg-soft);color:var(--c-primary)}.hero{background:radial-gradient(900px 420px at 85% 20%,#0e9f6e24,transparent 60%),radial-gradient(700px 380px at 5% 90%,#ff8a001a,transparent 60%),var(--c-bg-soft);color:var(--c-text)}.hero h1{color:var(--c-primary-dark)}.hero__sub{color:var(--c-text-soft)}.hero__kicker{color:var(--c-primary);background:#fff;border:1px solid #0e9f6e59;font-weight:700;box-shadow:0 4px 12px #0e9f6e1f}.hero__chips{gap:10px}.hero__chip{color:var(--c-text);background:#fff;border:1px solid #0e9f6e40;font-weight:600;box-shadow:0 3px 10px #1f29370f}.hero__media img{border-radius:var(--radius);border:0;box-shadow:0 24px 54px #0e9f6e38}.hero__media--placeholder{border-radius:var(--radius);background:#fff}.benefits{border-bottom:1px solid var(--c-border);background:#fff}.benefit{background:var(--c-bg-soft);border-radius:14px;padding:14px 16px}.benefit__icon{background:var(--c-primary);border-radius:50%}.card{border-radius:var(--radius)}.card__badge{background:var(--c-sale);font-weight:800}.price{color:var(--c-sale);font-weight:800}.price--compare{color:var(--c-text-soft)}.card__atc{font-weight:700}.collection-btn{background:linear-gradient(135deg,var(--c-primary-dark),var(--c-primary));border-radius:var(--radius)}.collection-btn__arrow{background:#fff3}.collection-btn:hover .collection-btn__arrow{background:var(--c-cta);color:#fff}.product-page__vendor{color:var(--c-primary);font-weight:700}.product-page__price .price{font-size:1.7rem}.variant-pill input:checked+span{border-color:var(--c-primary);background:var(--c-bg-soft);color:var(--c-primary-dark);box-shadow:0 0 0 1px var(--c-primary)}.trust-badge{background:var(--c-bg-soft);border:0}.trust-badge svg{color:var(--c-primary)}.pack-option.is-active{border-color:var(--c-primary);background:var(--c-bg-soft);box-shadow:0 0 0 1px var(--c-primary)}.product-savings{color:#b45309;background:#fff3e5;border:0}.testimonial{border-radius:var(--radius)}.testimonial__stars,.reviews-avg,.product-rating-line__stars{color:var(--c-cta)}.newsletter{background:linear-gradient(135deg,var(--c-primary-dark),var(--c-primary))}.footer h4{color:#fff}.footer__bottom{border-top-color:#ffffff2e}.shipping-bar__fill{background:linear-gradient(90deg,var(--c-primary),var(--c-cta))}.drawer-cross__add{background:var(--c-primary)}.drawer-cross__add:hover{background:var(--c-primary-dark)}.page-hero{background:radial-gradient(800px 400px at 80% 10%,#ffffff24,transparent 60%),linear-gradient(135deg,var(--c-primary-dark),var(--c-primary))}.info-card__icon,.cert-card__badge{background:var(--c-bg-soft);color:var(--c-primary);border-radius:50%}.about-stat strong{color:var(--c-primary)}.hero__inner--center{text-align:center;max-width:820px;margin:0 auto;padding:76px 20px 68px;display:block}.hero__sub--center{margin-inline:auto;font-size:1.12rem}.hero__buttons--center,.hero__chips--center{justify-content:center}.hero--center h1{margin:18px 0 14px}.hero__proof{background:#fff;border-radius:30px;align-items:center;gap:10px;margin:4px 0 24px;padding:9px 20px;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 6px 18px #1f293714}.hero__proof-stars{color:var(--c-cta);letter-spacing:2px}@media(max-width:860px){.hero__inner--center{padding:52px 18px 48px}.hero__proof{padding:8px 14px;font-size:.82rem}}.product-savings{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;align-items:center;gap:8px;margin:4px 0 10px;padding:8px 14px;font-size:.88rem;font-weight:500;display:inline-flex}.product-savings svg{flex:none}.product-savings strong{color:#065f46;font-weight:700}.stock-alert{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:center;gap:9px;margin:0 0 14px;padding:8px 14px;font-size:.86rem;font-weight:500;display:inline-flex}.stock-alert strong{color:#b45309;font-weight:700}.stock-alert__dot{background:#f59e0b;border-radius:50%;flex:none;width:8px;height:8px;position:relative}.stock-alert__dot:after{content:"";border:2px solid #f59e0b66;border-radius:50%;animation:1.6s ease-out infinite stock-pulse;position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px}@keyframes stock-pulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.3)}}@media(prefers-reduced-motion:reduce){.stock-alert__dot:after{animation:none}}.pack-offer__title{margin:0 0 10px;font-size:.95rem;font-weight:700}.pack-offer__list--rows{grid-template-columns:1fr;gap:10px;display:grid}.pack-offer__list--rows .pack-option{text-align:start;border-radius:12px;flex-direction:row;align-items:center;gap:12px;width:100%;padding:14px 16px}.pack-option__radio{border:2px solid var(--c-border);background:#fff;border-radius:50%;flex:none;width:18px;height:18px;transition:border-color .15s;position:relative}.pack-option.is-active .pack-option__radio{border-color:var(--c-primary)}.pack-option.is-active .pack-option__radio:after{content:"";background:var(--c-primary);border-radius:50%;position:absolute;top:3px;right:3px;bottom:3px;left:3px}.pack-option__main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pack-option__main strong{align-items:center;gap:8px;font-size:.95rem;display:flex}.pack-option__main small{color:var(--c-text-soft);font-size:.78rem}.pack-option__main small span{color:#047857;font-weight:700}.pack-option__pct{color:#047857;background:#ecfdf5;border-radius:6px;padding:1px 7px;font-size:.72rem;font-style:normal;font-weight:700}.pack-option__pricing{flex-direction:column;flex:none;align-items:flex-end;gap:1px;display:flex}.pack-option__price{color:var(--c-text);font-size:.98rem;font-weight:800}.pack-option__unit{color:var(--c-text-soft);font-size:.72rem}.pack-option__tag{top:-9px;background:var(--c-primary);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:6px;padding:2px 9px;font-size:.68rem;font-weight:700;position:absolute;inset-inline-start:46px}.pack-option__tag--best{background:var(--c-cta)}.pack-offer__list--rows .pack-option.is-active{background:var(--c-bg-soft);border-color:var(--c-primary)}.benefits{background:var(--c-bg-soft);border-bottom:0;padding:34px 0}.benefits__grid{gap:16px}.benefit{text-align:center;background:#fff;border:1px solid #1f29370f;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;padding:20px 16px;transition:transform .18s,box-shadow .18s;box-shadow:0 4px 14px #1f29370d}.benefit:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0e9f6e24}.benefit__icon{background:linear-gradient(135deg,var(--c-primary),var(--c-primary-dark));width:52px;height:52px;box-shadow:0 6px 14px #0e9f6e4d}.benefit strong{font-size:.95rem;line-height:1.3}@media(max-width:860px){.benefits__grid{grid-template-columns:repeat(2,1fr);gap:10px}.benefit{gap:8px;padding:16px 10px}.benefit__icon{width:44px;height:44px}.benefit strong{font-size:.85rem}.benefit span{font-size:.74rem}}.benefit__icon{color:#fff;background:linear-gradient(135deg,#ff8a00,#ffa733);box-shadow:0 6px 14px #ff8a0052}.benefit__icon svg{stroke:#fff}.btn--buy-now{background:var(--c-primary);color:#fff;margin-top:10px}.btn--buy-now:hover{background:var(--c-primary-dark)}:root{--hydra-muted:#526366;--hydra-shadow:0 12px 36px #07474e12}[hidden]{display:none!important}html{scroll-padding-top:100px}body{overflow-wrap:break-word}button,input,select,textarea{font:inherit}input,select,textarea{max-width:100%}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}:focus-visible{outline:3px solid var(--c-primary);outline-offset:4px}.btn{border-radius:min(var(--radius-btn),12px);justify-content:center;align-items:center;gap:8px;min-height:48px;display:inline-flex}.btn--full{width:100%;display:flex}.btn:hover{transform:none;box-shadow:0 4px 12px #07474e12}.hydra-small{color:var(--hydra-muted);margin-block:10px;font-size:.8rem;line-height:1.6}.hydra-error,[data-form-error]{color:#8b2f23;background:#fff1ed;border:1px solid #eacac2;border-radius:8px;margin-block:12px;padding:12px 16px;line-height:1.5}.unit-price{font-size:.75rem;font-weight:400;display:block}.price-from{color:var(--hydra-muted);font-size:.75rem}.shopify-section-group-header-group:has(.header){z-index:60;position:sticky;top:0}.header{position:relative}.header__inner{min-height:76px;padding-block:12px}.header__actions{flex-shrink:0;gap:4px}.header__icon,.header__burger{justify-content:center;align-items:center;width:44px;min-height:44px}.cart-count{top:0;inset-inline-end:0;right:auto}.header__logo{flex-shrink:0}.header__nav{flex-wrap:wrap;align-items:center}.header__nav>a{align-items:center;min-height:44px;display:inline-flex}.header-submenu{border-inline-start:1px solid var(--c-border);flex-wrap:wrap;gap:4px;padding-inline-start:8px;font-size:.8rem;display:flex}.mobile-nav{max-height:70dvh;overflow:auto}.mobile-sub-link{font-size:.9rem;padding-inline-start:36px!important}.no-js .mobile-nav{display:block}.no-js .header__burger{display:none}.hero.hero--center{background:var(--c-bg-soft);color:var(--c-text);border-bottom:1px solid var(--c-border)}.hero__inner--center{max-width:var(--page-width);padding:48px 24px 44px}.hero--center h1,.hero--center h2{color:var(--c-primary-dark);letter-spacing:-.04em;max-width:22ch;margin:16px auto;font-size:clamp(2rem,4.4vw,3.6rem);line-height:1.12}.hero--center .hero__sub{color:var(--hydra-muted);max-width:64ch}.hero__kicker{background:var(--c-bg);border:1px solid var(--c-border);color:var(--c-primary-dark);letter-spacing:.04em;padding:7px 14px;font-size:.75rem}.hero .btn--outline{color:var(--c-primary-dark);box-shadow:inset 0 0 0 1px var(--c-primary)}.hero__chip{background:var(--c-bg);color:var(--c-primary-dark);border:1px solid var(--c-border);border-radius:8px}.hero__proof{background:var(--c-bg);border:1px solid var(--c-border);color:var(--c-primary-dark)}.hero--with-image .hero__inner{text-align:start;grid-template-columns:1fr 1fr;gap:40px;display:grid}.hero--with-image h1,.hero--with-image .hero__sub{margin-inline:0}.hero--with-image .hero__buttons,.hero--with-image .hero__chips{justify-content:start}.hero__media img{aspect-ratio:1.1;object-fit:cover;width:100%;box-shadow:none;border-radius:24px}.section__title{letter-spacing:-.025em}.section__subtitle{color:var(--hydra-muted);line-height:1.65}.card{border:1px solid var(--c-border);box-shadow:none;transition:box-shadow .15s;overflow:hidden}.card:hover{box-shadow:var(--hydra-shadow);transform:none}.card__media{background:var(--c-bg-soft)}.card__media img{object-fit:contain}.card__body{flex-direction:column;gap:4px;display:flex}.card__atc{padding-inline:14px;font-size:.875rem}.card__title{line-height:1.45}.card__price{min-height:32px}.card__body>form,.card__body>.card__atc{margin-top:auto}.card__badge{border-radius:6px}.product-grid{align-items:stretch}.product-grid>.card{flex-direction:column;display:flex}.product-grid>.card>.card__body{flex:1}.hydra-breadcrumbs{color:var(--hydra-muted);flex-wrap:wrap;align-items:center;gap:10px;padding-block:16px;font-size:.78rem;display:flex}.hydra-breadcrumbs a{align-items:center;min-height:32px;display:inline-flex}.product-page{align-items:start;gap:40px;padding-block:16px 32px}.product-page__gallery{min-width:0;position:sticky;top:108px}.product-page__main{background:var(--c-bg-soft);border:1px solid var(--c-border);aspect-ratio:1;border-radius:20px;place-items:center;display:grid;overflow:hidden}.product-page__main img{object-fit:contain;width:100%;height:100%}.product-page__thumbs a{border:2px solid #0000;border-radius:10px;min-height:44px;padding:3px;display:block}.product-page__thumbs a.is-active{border-color:var(--c-primary)}.product-page__thumbs img{object-fit:contain;border:0}.product-page__info{border:1px solid var(--c-border);background:var(--c-bg);border-radius:20px;padding:24px}.product-page__price{margin-block:12px}.variant-pills fieldset{border:0;margin:16px 0;padding:0}.variant-pills legend{margin-bottom:10px;font-size:.875rem;font-weight:600}.hydra-option{border:1px solid var(--c-border);min-height:44px;color:var(--c-text);background:var(--c-bg);border-radius:8px;align-items:center;padding:10px 14px;font-size:.9rem;text-decoration:none;display:inline-flex}.hydra-option.is-selected{border:2px solid var(--c-primary);background:var(--c-bg-soft);padding:9px 13px;font-weight:600}.pack-option{border-radius:10px;flex-direction:column;gap:6px;min-width:0;min-height:68px;display:flex;padding:12px 6px!important}.pack-option strong{font-size:.875rem}.pack-option span{overflow-wrap:anywhere;font-size:.78rem}.product-page__info select{border:1px solid var(--c-border);background:var(--c-bg);border-radius:8px;width:100%;min-height:46px;margin-block:8px 16px;padding:8px}.product-page__desc{border-top:1px solid var(--c-border);max-width:850px;margin:0 auto;padding-block:28px;line-height:1.8}.product-page__desc h2,.product-page__desc h3{margin-top:28px}.rte img{max-width:100%;height:auto}.rte table{max-width:100%;display:block;overflow:auto}.hydra-health{background:var(--c-bg-soft);border-inline-start:3px solid var(--c-primary);border-radius:8px;max-width:850px;margin:0 auto 32px;padding:18px 20px;font-size:.85rem}.trust-badges{gap:8px}.trust-badge{font-size:.8rem;line-height:1.5}.sticky-atc{padding-bottom:calc(12px + env(safe-area-inset-bottom));z-index:70}.sticky-atc__btn{white-space:normal;max-width:62%}.sticky-atc__info{flex:1}.sticky-atc__title{max-width:100%}.whatsapp-fab{z-index:65;bottom:calc(20px + env(safe-area-inset-bottom))}.page-product:has([data-sticky-atc]) .whatsapp-fab{bottom:calc(100px + env(safe-area-inset-bottom))}.drawer-overlay{z-index:90}.cart-drawer{z-index:100;width:min(440px,100%);max-height:100dvh;box-shadow:var(--hydra-shadow)}.cart-drawer__close{min-width:44px;min-height:44px}.cart-drawer__head h3{font-size:1.15rem}.drawer-item__info{min-width:0}.drawer-item__title{color:var(--c-text);overflow-wrap:anywhere;font-weight:600;text-decoration:none;display:block}.drawer-image-empty{background:var(--c-bg-soft);border-radius:8px;flex-shrink:0;width:68px;height:68px}.drawer-qty button{min-width:44px;min-height:44px}.drawer-item__remove{min-height:44px}.drawer-item__row{flex-wrap:wrap;gap:8px}.cart-drawer__foot{padding:16px 20px calc(16px + env(safe-area-inset-bottom))}.cart-drawer__items{min-height:80px}.cart-drawer [data-drawer-error]{margin-inline:16px}.drawer-cross__add{min-width:44px;min-height:44px}.shipping-bar__label{min-height:44px}.cart-table th{font-weight:600}.cart-table .qty-input button{min-width:38px;min-height:44px}.cart-table input{max-width:52px}.hydra-filters{border-bottom:1px solid var(--c-border);margin-bottom:24px;padding-block:20px}.hydra-filter-row{flex-wrap:wrap;align-items:end;gap:16px;display:flex}.hydra-filters summary{border:1px solid var(--c-border);cursor:pointer;border-radius:8px;min-height:44px;padding:10px 12px}.hydra-filters details{position:relative}.hydra-filter-panel{z-index:10;background:var(--c-bg);border:1px solid var(--c-border);min-width:230px;max-width:calc(100vw - 40px);box-shadow:var(--hydra-shadow);padding:16px;position:absolute}.hydra-filters label{font-size:.875rem;display:block}.hydra-filter-panel label{flex-wrap:wrap;align-items:center;gap:8px;min-height:44px;display:flex}.hydra-filters select,.hydra-filters input[type=number]{border:1px solid var(--c-border);background:var(--c-bg);border-radius:6px;min-height:44px;padding:8px;display:block}.hydra-active-filters{flex-wrap:wrap;gap:12px;display:flex}.hydra-active-filters a{align-items:center;min-height:44px;font-size:.8rem;display:inline-flex}@media(max-width:860px){.header__inner{gap:8px;min-height:68px}.header__logo{max-width:40%}.header__logo img{max-width:100%}.hero__inner--center{padding:32px 20px}.hero--with-image .hero__inner{grid-template-columns:1fr;gap:24px}.hero__media img{max-height:260px}.hero--center h1{font-size:2.15rem}.hero__sub{font-size:.95rem}.hero__chips{gap:6px}.hero__chip{padding:6px 9px;font-size:.73rem}.product-page{gap:20px}.product-page__gallery{position:static}.product-page__main{aspect-ratio:1.4;max-height:260px}.product-page__thumbs{gap:6px}.product-page__thumbs img{width:52px;height:52px}.product-page__info{padding:18px}.page-product:has([data-sticky-atc]){padding-bottom:calc(90px + env(safe-area-inset-bottom))}.product-page__desc{padding-block:24px}.product-page__price .price{font-size:1.4rem}.sticky-atc__title{font-size:.73rem}.sticky-atc__price{font-size:.8rem}.sticky-atc__btn{padding:10px 12px;font-size:.82rem}.section{padding-block:32px}.card__body{padding:12px}.card__title{font-size:.95rem}.card__atc{padding:10px 8px;font-size:.78rem}.hydra-filter-panel{position:static}.hydra-filters details[open]{width:100%}.cart-table thead{display:none}.cart-table,.cart-table tbody{width:100%;display:block}.cart-table tr{border-bottom:1px solid var(--c-border);grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-block:20px;display:grid}.cart-table td{border:0;min-width:0;padding:0;display:block}.cart-table td:first-child{grid-column:1/-1}.cart-table td:last-child{grid-area:2/2;align-self:center}.cart-table td:nth-child(3){grid-area:3/1}.cart-item__info{gap:12px}.cart-item__info img{object-fit:contain;width:64px;height:64px}}@media(min-width:861px){.page-product .whatsapp-fab{bottom:calc(20px + env(safe-area-inset-bottom))!important}}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.product-page>*{min-width:0}.product-page__main{width:100%;padding-top:0}.card__price .price:not(.price--sale){color:var(--c-primary-dark)}.product-page__info h1{overflow-wrap:anywhere}@media(max-width:860px){.product-page{grid-template-columns:minmax(0,1fr)}}.hydra-product-media{gap:16px;margin-top:20px;display:grid}.hydra-product-media__item video,.hydra-product-media__item iframe,.hydra-product-media__item model-viewer{aspect-ratio:1;border:0;width:100%;max-width:100%;min-height:280px;display:block}hydra-recommendations{display:block}hydra-recommendations[hidden]{display:none}:root{--hydra-muted:#526075}body{background:var(--c-bg);color:var(--c-text)}.container{max-width:1280px}.announcement{background:var(--c-text);color:#fff;letter-spacing:.025em;font-size:12px}.header{background:var(--c-bg);border-bottom:1px solid #deddd6}.header__inner{min-height:84px}.header__nav{gap:20px}.header__nav a{font-size:13px}.header__logo{letter-spacing:-.04em}.btn{border-radius:6px;font-weight:650}.btn--cta{background:var(--c-cta);color:var(--c-cta-text);border:1px solid #0000}.btn--cta:hover{color:var(--c-text);background:#ffa46f}.btn--outline{color:var(--c-text);border-color:var(--c-text)}.section{padding-block:70px}.section__title{text-align:start;letter-spacing:-.045em;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15}.section__subtitle{text-align:start;max-width:650px;margin-inline:0}.section--soft{background:var(--c-bg-soft)}.signature-hero{background:var(--c-bg);border-bottom:1px solid #deddd6;overflow:hidden}.signature-hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding-block:54px 62px;display:grid}.signature-hero__copy{padding-block:20px}.signature-eyebrow{letter-spacing:.13em;align-items:center;gap:12px;margin:0 0 28px;font-size:11px;font-weight:700;display:flex}.signature-eyebrow:before{content:"";background:#dd6e35;flex:none;width:26px;height:2px}.signature-hero h1,.signature-hero h2{letter-spacing:-.065em;max-width:10ch;color:var(--c-text);margin:0 0 26px;font-size:clamp(2.7rem,5.2vw,4.7rem);font-weight:600;line-height:1.02}.signature-hero__intro{color:#526075;max-width:39ch;margin:0;font-size:17px;line-height:1.75}.signature-hero__actions{flex-wrap:wrap;align-items:center;gap:24px;margin-block:32px;display:flex}.signature-hero__actions .btn{gap:22px;padding:17px 23px}.signature-text-link{text-underline-offset:5px;color:var(--c-text);font-size:13px;font-weight:600}.signature-hero__notes{color:#526075;flex-direction:column;gap:8px;font-size:12px;display:flex}.signature-hero__notes span span{color:var(--c-text);margin-inline-end:6px}.signature-hero__visual{min-width:0;padding:20px 0 0 20px;position:relative}.signature-hero__visual:before{content:"";border:1px solid #b8c1ca;border-radius:150px 12px 12px;position:absolute;top:0;right:25px;bottom:24px;left:0}.signature-hero__visual>img{aspect-ratio:1;object-fit:cover;border-radius:130px 8px 8px;width:100%;height:auto;display:block;position:relative}.signature-orbit{z-index:2;text-align:center;background:var(--c-cta);width:106px;height:106px;color:var(--c-text);letter-spacing:.06em;border-radius:50%;place-items:center;padding:15px;font-size:12px;font-weight:700;display:grid;position:absolute;top:6px;right:-12px;transform:rotate(12deg);box-shadow:0 4px 18px #172b4810}.signature-spotlight{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--c-text);background:#fbf7eff2;border-radius:5px;justify-content:space-between;align-items:center;gap:16px;padding:17px 20px;text-decoration:none;display:flex;position:absolute;inset:auto 18px 18px 38px}.signature-spotlight small{letter-spacing:.12em;color:#526075;margin-bottom:5px;font-size:9px;display:block}.signature-spotlight strong{font-size:14px;line-height:1.4;display:block}.signature-spotlight__arrow{font-size:24px}.signature-placeholder{aspect-ratio:1;background:#e1e5e8;place-items:center;font-size:40px;display:grid;position:relative}.benefits{box-shadow:none;background:0 0;border-bottom:1px solid #deddd6}.benefit{box-shadow:none;background:0 0;border-radius:0}.card{background:0 0;border:0;border-radius:8px}.card:hover{box-shadow:none}.card__media{background:#ede9e0;border-radius:8px;overflow:hidden}.card__media img{object-fit:cover;transition:transform .25s}.card:hover .card__media img{transform:scale(1.025)}.card__body{gap:9px;padding:18px 0 0}.card__title{letter-spacing:-.015em;font-size:16px;font-weight:600}.card__badge{background:var(--c-text);color:#fff;border-radius:4px;font-size:11px;top:13px;left:13px}.card__price{margin:0}.card__atc{color:var(--c-text);border:1px solid var(--c-text);background:0 0;border-radius:5px}.card__atc:hover{background:var(--c-text);color:#fff}.product-grid{gap:24px}.collection-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.collection-btn{min-height:170px;color:var(--c-text);box-shadow:none;background:#dbe3ed;border:0;border-radius:8px;justify-content:space-between;align-items:flex-end;padding:26px;display:flex;position:relative;overflow:hidden}.collection-btn:nth-child(2){background:#ead9cc}.collection-btn:nth-child(3){background:#e6e6cb}.collection-btn:before{content:"+";color:#172b4817;font-size:155px;font-weight:200;line-height:1;position:absolute;top:-28px;right:20px}.collection-btn__title{letter-spacing:-.035em;font-size:26px}.collection-btn__arrow{font-size:28px}.collection-btn:hover{box-shadow:inset 0 0 0 1px var(--c-text);transform:none}.product-page__main{background:var(--c-bg-soft);border:0;border-radius:12px}.product-page__info{background:0 0;border:0;padding:8px 8px 8px 16px}.product-page__info h1{letter-spacing:-.045em;font-size:clamp(1.8rem,3vw,2.7rem)}.product-page__main img{object-fit:contain}.footer{background:var(--c-text);color:#fff}.footer a,.footer h4,.footer p{color:inherit}.newsletter{border-radius:0}.faq-item{box-shadow:none;border-radius:0}@media(min-width:901px){.page-index #shopify-section-why_exists .container,.page-index #shopify-section-faq .container{max-width:900px}}@media(max-width:900px){.signature-hero__grid{gap:26px}.signature-hero h1,.signature-hero h2{font-size:3.2rem}.signature-hero__actions{gap:16px}.signature-orbit{width:80px;height:80px;font-size:9px}.signature-spotlight{padding:12px}.signature-spotlight strong{font-size:12px}}@media(max-width:700px){.header__inner{min-height:68px}.signature-hero__grid{grid-template-columns:minmax(0,1fr);gap:22px;padding:28px 20px 30px}.signature-hero__copy{padding:0}.signature-eyebrow{letter-spacing:.09em;margin-bottom:20px;font-size:9px}.signature-hero h1,.signature-hero h2{max-width:11ch;margin-bottom:18px;font-size:clamp(2.7rem,11vw,3.7rem)}.signature-hero__intro{max-width:40ch;font-size:14px;line-height:1.65}.signature-hero__actions{gap:16px;margin-block:22px 18px}.signature-hero__actions .btn{gap:16px;min-height:48px;padding:12px 16px;font-size:13px}.signature-text-link{font-size:11px}.signature-hero__notes{gap:5px;font-size:10px}.signature-hero__visual{width:100%;max-width:450px;margin-inline:auto;padding:12px 0 0 12px}.signature-hero__visual>img{aspect-ratio:1.15;border-radius:80px 7px 7px}.signature-hero__visual:before{border-radius:90px 8px 8px;top:0;right:18px;bottom:16px;left:0}.signature-orbit{width:76px;height:76px;font-size:9px;top:0;right:-4px}.signature-spotlight{padding:11px 14px;inset:auto 12px 12px 24px}.section{padding-block:40px}.section__title{font-size:1.9rem}.section__subtitle{font-size:14px}.product-grid{gap:20px 14px}.card__body{padding:12px 0 0}.card__title{font-size:13px}.card__atc{min-height:44px;font-size:11px}.card__badge{font-size:10px;top:8px;left:8px}.collection-buttons{grid-template-columns:1fr;gap:10px}.collection-btn{align-items:center;min-height:100px;padding:22px}.collection-btn:before{font-size:135px;top:-24px;right:55px}.collection-btn__title{font-size:25px}.product-page__info{padding:0}.product-page__main{aspect-ratio:1.15;max-height:340px}.signature-hero__notes{flex-flow:wrap;column-gap:14px}}.section__title:after{display:none}.btn{box-shadow:none}.benefits{padding-block:24px}.benefit{text-align:start;border:0;flex-direction:row;align-items:center;gap:12px;padding:10px}.benefit:hover{box-shadow:none;transform:none}.benefit__icon{flex:none;width:32px;height:32px;color:var(--c-text)!important;box-shadow:none!important;background:0 0!important}.benefit strong{font-size:13px}.benefit span{font-size:11px}@media(max-width:700px){.benefits{padding-block:16px}.benefit{gap:8px;padding:8px 0}.benefit strong{font-size:11px}.benefit span{font-size:10px}.benefit__icon{width:25px}.benefits__grid{gap:12px 8px}}:root{--c-text-soft:#526075}.benefit__icon svg{color:var(--c-text);stroke:currentColor}.header__inner{gap:24px;max-width:1320px}.header__nav{flex:1;justify-content:center;gap:14px}.header__nav>a{padding-inline:0;font-size:12px}.header__actions{gap:2px}@media(min-width:901px)and (max-width:1199px){.header__nav{display:none}.header__burger{display:flex}}.footer__heading{color:inherit;margin:0 0 16px;font-size:1rem;font-weight:600;line-height:1.4}.hydra-offers{margin-block:24px}.hydra-offers .pack-offer__list{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:10px;display:grid}.hydra-offers .hydra-offer{color:var(--c-text);text-align:center;background:#fff;border:1px solid #d6dee8;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;gap:9px;min-width:0;height:100%;padding:14px 9px;transition:border-color .15s,background .15s;display:flex;position:relative}.hydra-offers .hydra-offer.is-active{border:2px solid var(--c-primary);box-shadow:0 0 0 1px var(--c-primary);background:#f5eee5;padding:13px 8px}.hydra-offers .hydra-offer:focus-visible{outline:3px solid var(--c-accent);outline-offset:3px}.hydra-offer .hydra-offer__tag{color:#526075;justify-content:center;align-items:center;min-height:28px;font-size:10px;font-weight:700;line-height:1.4;display:flex}.hydra-offer .hydra-offer__quantity{font-size:14px}.hydra-offer .hydra-offer__discount{color:#146145;background:#e3f4ee;border-radius:20px;padding:3px 9px;font-size:13px;font-weight:750;display:inline-block}.hydra-offer .hydra-offer__prices{flex-direction:column;gap:4px;margin-top:auto;display:flex}.hydra-offer__prices s{color:#657184;font-size:11px}.hydra-offer__prices strong{color:var(--c-primary);font-size:17px;line-height:1.35}.hydra-offer .hydra-offer__each{color:#526075;font-size:11px}.hydra-offer .hydra-offer__saving{color:#146145;font-size:11px;font-weight:650;line-height:1.5}.hydra-offers__note{margin-top:12px;font-size:12px;line-height:1.6}@media(max-width:380px){.hydra-offers .pack-offer__list{gap:6px}.hydra-offers .hydra-offer{padding-inline:5px}.hydra-offer__prices strong{font-size:14px}.hydra-offer .hydra-offer__quantity{font-size:12px}}.hydra-offers .hydra-offer__bottles{justify-content:center;align-items:center;gap:2px;width:100%;min-width:0;height:100px;display:flex}.hydra-offers .hydra-offer__bottle{object-fit:contain;mix-blend-mode:multiply;flex:0 31%;width:31%;min-width:0;max-width:52px;height:100%;display:block}@media(max-width:480px){.hydra-offers .hydra-offer__bottles{gap:1px;height:76px}}@media(max-width:600px){.hydra-offers .pack-offer__list{grid-template-columns:minmax(0,1fr);gap:12px}.hydra-offers .hydra-offer,.hydra-offers .hydra-offer.is-active{text-align:start;border-width:2px;grid-template-rows:auto auto auto auto;grid-template-columns:minmax(100px,40%) minmax(0,1fr);place-items:center start;gap:5px 14px;height:auto;padding:14px;display:grid}.hydra-offers .hydra-offer__bottles{grid-area:1/1/5;align-self:center;gap:0;height:114px;overflow:hidden}.hydra-offers .hydra-offer__bottle{object-fit:contain;mix-blend-mode:normal;border-radius:4px;flex:1 1 0;width:0;max-width:90px;height:114px}.hydra-offers .hydra-offer__bottle:only-child{flex:0 90px;width:90px}.hydra-offers .hydra-offer__tag{grid-area:1/2;justify-content:flex-start;min-height:0;font-size:12px}.hydra-offers .hydra-offer__discount{inset-inline-start:10px;z-index:1;padding:2px 7px;font-size:11px;position:absolute;top:8px}.hydra-offers .hydra-offer__prices{grid-area:2/2;gap:2px;margin:0}.hydra-offers .hydra-offer__prices strong{white-space:nowrap;font-size:18px}.hydra-offers .hydra-offer__prices s{font-size:11px}.hydra-offers .hydra-offer__each{grid-area:3/2;font-size:11px}.hydra-offers .hydra-offer__saving{grid-area:4/2;font-size:12px}.hydra-offers .hydra-offer__quantity{grid-area:1/1/5;justify-self:center;font-size:16px}.hydra-offers .pack-offer__title{font-size:16px;line-height:1.4}.hydra-offers__note{font-size:11px}}.card__price{flex-wrap:wrap;align-items:baseline;gap:4px 8px;display:flex}.card__price .price-from{flex-basis:100%}.card__price .price,.card__price .price--compare{white-space:nowrap;overflow-wrap:normal}.footer__policies{flex-wrap:wrap;gap:12px 24px;padding-block:20px;display:flex}@media(max-width:600px){.collection-banner{padding-block:24px}.collection-banner h1{margin-block:10px;font-size:clamp(1.6rem,7vw,2rem)}.card__price .price{font-size:1rem}.page-product .whatsapp-fab{margin:20px 20px 110px auto;display:flex;position:static}}.hydra-offers .hydra-offer__each,.hydra-offers .hydra-offer__tag,.hydra-offers .hydra-offer__prices s{opacity:1;color:#35445a!important}.hydra-offers .hydra-offer__discount,.hydra-offers .hydra-offer__saving{opacity:1;color:#104b37!important}.hydra-offers .hydra-offer__discount{background:#e3f4ee}#judgeme_product_reviews .jm-action-buttons__button{color:#fff!important;background:#172b48!important}#judgeme_product_reviews .jm-text{color:#35445a}.product-page__desc,.page-product .shopify-section:has(.faq),.page-product .shopify-section:has(#judgeme_product_reviews){content-visibility:auto;contain-intrinsic-size:auto 600px}@media(max-width:860px){body .whatsapp-fab{margin:20px 20px 32px auto;display:flex;position:static!important}body.page-product .whatsapp-fab{margin-bottom:110px}}.btn--cta:hover{background:var(--c-accent);color:var(--c-cta-text)}.announcement{background:var(--c-primary-dark);color:#fff}.footer{background:var(--c-primary-dark)}.btn--outline:hover{background:var(--c-primary-dark);color:#fff}.product-page__desc.rte table{table-layout:fixed;border-collapse:collapse;background:#fffefa;border:1px solid #b9cec2;max-width:100%;margin-block:20px 28px;display:table;width:100%!important;height:auto!important}.product-page__desc.rte table th,.product-page__desc.rte table td{text-align:start;vertical-align:top;overflow-wrap:anywhere;border:1px solid #b9cec2;padding:14px 18px;line-height:1.6;height:auto!important}.product-page__desc.rte table th{color:#093e2d;background:#e7f0e9;font-weight:700}.product-page__desc.rte table tbody tr:nth-child(2n) td{background:#f3f7f2}.product-page__desc.rte table p{margin:0}.product-page__desc.rte table p+p{margin-top:8px}.product-page__desc.rte table caption{text-align:start;margin-bottom:10px;font-weight:600}@media(max-width:600px){.product-page__desc.rte table{font-size:14px}.product-page__desc.rte table th,.product-page__desc.rte table td{padding:10px 9px}}.product-page__price{background:#fff3ef;border:1px solid #f3d5cc;border-radius:14px;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin:20px 0 12px;padding:16px 18px;display:flex}.product-page__price .price{letter-spacing:-.035em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(30px,3.2vw,42px);font-weight:800;line-height:1.15}.product-page__price .price--sale{color:#b42318}.product-page__price .price--compare{color:#68716e;white-space:nowrap;font-size:15px;font-weight:500}.hydra-mixed-offers .hydra-offer,.hydra-mixed-offers .hydra-offer.is-active{text-align:center;flex-direction:column;align-items:stretch;gap:10px;height:100%;display:flex;padding:14px 10px!important}.hydra-mixed-offers .hydra-offer__tag{justify-content:center;font-size:13px}.hydra-mixed-items{flex-direction:column;gap:9px;width:100%;display:flex}.hydra-mixed-item{text-align:start;align-items:center;gap:7px;min-width:0;display:flex}.hydra-mixed-item img{object-fit:contain;background:#fff;border-radius:6px;flex-shrink:0;width:44px;height:52px}.hydra-mixed-offers .hydra-mixed-item span{color:#273e39;overflow-wrap:anywhere;font-size:11px;line-height:1.4}.hydra-mixed-offers .hydra-offer__discount{align-self:center;position:static}.hydra-mixed-offers .hydra-offer__prices{margin-top:auto;padding-top:10px}.hydra-mixed-offers .hydra-offer__prices strong{white-space:normal;overflow-wrap:normal;font-size:19px}.hydra-mixed-offers .hydra-offer:disabled{opacity:.55;cursor:not-allowed;background:#f7f7f7}.no-js .hydra-mixed-offers{display:none}@media(max-width:600px){.hydra-mixed-offers .hydra-mixed-items{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hydra-mixed-offers .hydra-offer__tag{font-size:15px}.hydra-mixed-offers .hydra-offer__prices strong{font-size:23px}.hydra-mixed-offers .hydra-mixed-item span{font-size:12px}}.hydra-seo-hub{background:#f2f6f1}.hydra-seo-hub h2{font-size:clamp(24px,3vw,34px);line-height:1.2}.hydra-seo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0;display:grid}.hydra-seo-tile{border:1px solid var(--c-border);color:var(--c-text);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:14px;font-weight:600;text-decoration:none;display:flex}.hydra-seo-tile:hover{border-color:var(--c-primary)}.hydra-seo-tile img{object-fit:contain;flex-shrink:0;width:64px;height:72px}.hydra-seo-links{flex-wrap:wrap;gap:10px;margin:22px 0;display:flex}.hydra-seo-links a{border:1px solid var(--c-border);min-height:44px;color:var(--c-primary);background:var(--c-bg);border-radius:24px;align-items:center;padding:9px 14px;text-decoration:none;display:inline-flex}.collection-banner .rte{max-width:780px;margin-inline:auto;line-height:1.7}.collection-banner .hydra-seo-links{justify-content:center}.hydra-editorial-meta{color:var(--c-text);flex-wrap:wrap;gap:8px 20px;font-size:14px;display:flex}.hydra-seo-tile:focus-visible,.hydra-seo-links a:focus-visible{outline:3px solid var(--c-primary);outline-offset:3px}@media(max-width:700px){.hydra-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hydra-seo-tile{text-align:center;flex-direction:column;align-items:center;font-size:14px}}@media(max-width:360px){.hydra-seo-grid{grid-template-columns:1fr}}.hp-choice{color:#123f32;margin:22px 0}.hp-choice__eyebrow{letter-spacing:1.5px;color:#66796d;margin:0 0 9px;font-size:9px;font-weight:700}.hp-choice__heading{letter-spacing:-.6px;margin:0 0 7px!important;font-size:23px!important}.hp-choice__intro{color:#617369;margin:0 0 17px;font-size:13px}.hp-choice__options{gap:10px;display:grid}.hp-choice__option{text-align:start;width:100%;color:inherit;cursor:pointer;font:inherit;background:#fffefa;border:1px solid #d0dece;border-radius:14px;padding:17px;display:block}.hp-choice__option.is-active{background:#f0f6ed;border:2px solid #165a43;padding:16px;box-shadow:0 4px 16px #123f3208}.hp-choice__row{align-items:center;gap:12px;display:flex}.hp-choice__row>span:nth-child(2){min-width:0}.hp-choice__row strong{font-size:15px;display:block}.hp-choice small{color:#617369;margin-top:5px;font-size:11px;line-height:1.5;display:block}.hp-choice__radio{border:1.5px solid #a3b8a8;border-radius:50%;flex:none;width:19px;height:19px}.is-active .hp-choice__radio{background:#fff;border:6px solid #165a43}.hp-choice__price{text-align:end;flex-shrink:0;margin-inline-start:auto}.hp-choice__price strong{font-size:17px}.hp-choice__price s{color:#617369;font-size:11px}.hp-choice__badge{vertical-align:middle;background:#f5d77d;border-radius:20px;padding:4px 7px;font-size:10px;display:inline-block}.hp-choice__items{border-top:1px solid #dce5d7;align-items:center;gap:10px;margin:14px 0 0 31px;padding-top:12px;font-size:12px;line-height:1.5;display:flex}.hp-choice__items img{object-fit:contain;flex:none;width:44px;height:50px}.hp-choice__items--extra{border:0;margin-top:7px;padding-top:0}.hp-choice__saving{color:#165a43;margin:9px 0 0 31px;font-size:11px;font-weight:600;display:block}.hp-choice__custom{text-align:center;color:#165a43;text-underline-offset:5px;min-height:44px;padding:14px 0;font-size:13px;display:block}.hp-choice__note{color:#617369;text-align:center;margin:0;font-size:11px}.hp-choice__editor{background:#fff0c8;padding:12px;font-size:12px}.hp-choice__option:focus-visible,.hp-choice__custom:focus-visible{outline-offset:3px;outline:3px solid #d3af53}form:has([data-solo-duo]) .qty-row,form:has([data-solo-duo]) [data-buy-now]{display:none}form:has([data-solo-duo]) [data-atc]{color:#fff;background:#11543e;border-radius:11px;min-height:54px;font-size:16px}@media(max-width:480px){.hp-choice__option{padding:12px}.hp-choice__option.is-active{padding:11px}.hp-choice__row{flex-wrap:wrap;gap:8px}.hp-choice__row strong{font-size:14px}.hp-choice__price strong{font-size:15px}.hp-choice__items{margin-inline-start:27px}.hp-choice__heading{font-size:21px!important}}.hp-quantity{color:#123f32;margin:22px 0}.hp-quantity h2{line-height:1.25;margin:0 0 8px!important;font-size:22px!important}.hp-quantity__intro,.hp-quantity__note{color:#637669;font-size:12px}.hp-quantity__options{gap:10px;display:grid}.hp-quantity__option{text-align:start;width:100%;color:inherit;cursor:pointer;font:inherit;background:#fffefa;border:1px solid #d1dfd1;border-radius:13px;align-items:center;gap:12px;padding:17px 14px;display:flex}.hp-quantity__option.is-active{background:#eef5e9;border:2px solid #145c45;padding:16px 13px}.hp-quantity__radio{border:1px solid #a4bca8;border-radius:50%;flex:none;width:18px;height:18px}.is-active .hp-quantity__radio{background:#fff;border:6px solid #145c45}.hp-quantity__copy{flex:1;min-width:0}.hp-quantity__copy strong{font-size:16px}.hp-quantity__copy b{background:#f2d17c;border-radius:14px;margin-left:8px;padding:4px 8px;font-size:11px}.hp-quantity small{color:#607164;margin-top:5px;font-size:11px;line-height:1.4;display:block}.hp-quantity em{color:#145c45;margin-top:6px;font-size:11px;font-style:normal;display:block}.hp-quantity__price{text-align:end;flex-shrink:0}.hp-quantity__price strong{font-size:17px;display:block}.hp-quantity__price s{color:#657569;font-size:11px}.hp-quantity__option:disabled{opacity:.45;cursor:not-allowed}.hp-quantity__option:focus-visible{outline-offset:3px;outline:3px solid #d8b356}@media(max-width:480px){.hp-quantity__option{gap:8px;padding:14px 10px}.hp-quantity__option.is-active{padding:13px 9px}.hp-quantity__price strong{font-size:15px}.hp-quantity__copy strong{font-size:14px}.hp-quantity__copy b{margin-left:4px}.hp-quantity h2{font-size:20px!important}}.hp-cart-reward{color:#145c45;background:#eef5e8;border:1px solid #c4d7bd;border-radius:10px;margin:12px 16px;padding:13px 16px;font-size:13px;font-weight:600;line-height:1.5}@media(min-width:861px){.header__inner{gap:clamp(12px,1.6vw,22px);padding-inline:clamp(14px,2vw,24px)}.header__logo,.header__actions{flex:0 0 auto}.header__nav{display:flex!important;flex:1 1 auto;flex-wrap:nowrap!important;align-items:center;justify-content:center;gap:clamp(10px,1.7vw,24px);min-width:0;overflow:visible}.header__burger{display:none!important}.header-nav__item{position:relative;display:flex;align-items:center;flex:0 0 auto}.header-nav__link,.header__nav .header-nav__link{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:6px 9px!important;border-radius:18px;white-space:nowrap;font-size:13px;line-height:1.2;text-decoration:none}.header-nav__link:focus-visible,.header__nav .header-nav__link:focus-visible{outline:2px solid var(--c-primary);outline-offset:2px}.header-nav__chevron{display:inline-block;font-size:14px;line-height:1;transform:translateY(-1px);transform-origin:center;transition:transform .18s ease}.header-nav__item--has-children:hover .header-nav__chevron,.header-nav__item--has-children:focus-within .header-nav__chevron{transform:translateY(-1px) rotate(180deg)}.header-nav__item>.header-submenu{position:absolute!important;top:calc(100% + 6px);left:50%;z-index:120;display:grid!important;grid-template-columns:repeat(2,minmax(220px,1fr));gap:4px 8px!important;width:min(560px,calc(100vw - 32px));max-height:min(72vh,600px);overflow-y:auto;margin:0!important;padding:12px!important;border:1px solid var(--c-border)!important;border-radius:14px;background:var(--c-bg,#fff);box-shadow:0 18px 45px #172b4829;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.header-nav__item>.header-submenu:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.header-nav__item--has-children:hover>.header-submenu,.header-nav__item--has-children:focus-within>.header-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.header-nav__item>.header-submenu a{display:block!important;min-height:auto!important;padding:10px 12px!important;border-radius:9px;white-space:normal;line-height:1.3;font-size:13px;text-decoration:none}.header-nav__item>.header-submenu a:hover,.header-nav__item>.header-submenu a:focus-visible{background:var(--c-bg-soft);color:var(--c-primary);outline:none}}@media(min-width:861px)and (max-width:1100px){.header__inner{gap:8px;padding-inline:12px}.header__nav{gap:6px}.header-nav__link,.header__nav .header-nav__link{padding-inline:6px!important;font-size:12px}.header__actions{gap:6px}.header-nav__item>.header-submenu{grid-template-columns:1fr;width:min(340px,calc(100vw - 24px))}}@media(max-width:860px){.header__nav{display:none!important}.header__burger{display:inline-flex!important}}@media(prefers-reduced-motion:reduce){.header-nav__chevron,.header-nav__item>.header-submenu{transition:none!important}}.page-product .product-page__price{position:relative;display:grid!important;grid-template-columns:auto 1fr;grid-template-areas:"label label" "current compare";align-items:end;justify-content:start;column-gap:14px;row-gap:7px;margin:18px 0 10px;padding:16px 18px;border:1px solid rgba(20,92,69,.18);border-radius:14px;background:linear-gradient(180deg,#fff,#f7fbf8);box-shadow:0 8px 22px #16342a0f}.page-product .product-page__price:before{content:"Prix actuel";grid-area:label;display:block;color:var(--c-primary-dark);font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.page-product .product-page__price .price{grid-area:current;color:var(--c-primary-dark)!important;font-size:clamp(38px,4.4vw,52px)!important;font-weight:800;line-height:.95;letter-spacing:-.045em;font-variant-numeric:tabular-nums;white-space:nowrap}.page-product .product-page__price .price--sale{color:var(--c-primary-dark)!important}.page-product .product-page__price .price--compare{grid-area:compare;position:relative;display:inline-flex!important;align-items:center;width:max-content;margin:0 0 4px;padding:7px 10px;border-radius:9px;background:#fff;border:1px solid var(--c-border);color:#6f7773!important;font-size:16px!important;font-weight:700;line-height:1.15;white-space:nowrap;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#9aa29e}.page-product .product-page__price .price--compare:before{content:"Avant ";margin-right:4px;color:#8a918e;font-size:11px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.page-product .product-savings{display:inline-flex;align-items:center;gap:7px;margin:0 0 18px;padding:8px 12px;border:1px solid rgba(20,92,69,.18);border-radius:999px;background:#edf7f1;color:var(--c-primary-dark);font-size:12.5px;font-weight:800;line-height:1.2;box-shadow:none}.page-product .product-savings:before{content:"\2713";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--c-primary-dark);color:#fff;font-size:11px;font-weight:900;line-height:1}.footer-contact__list{gap:8px!important}.footer-contact__item{display:grid!important;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-height:38px;margin:0}.footer-contact__icon{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.18);border-radius:7px;color:#fff;background:#ffffff0b}.footer-contact__icon svg{width:15px;height:15px;stroke:currentColor}.footer-contact__text{color:#ffffffe6;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.footer-contact .footer__heading{margin-bottom:14px}@media(max-width:600px){.page-product .product-page__price{grid-template-columns:1fr;grid-template-areas:"label" "current" "compare";row-gap:8px;padding:14px 15px;border-radius:12px}.page-product .product-page__price .price{font-size:36px!important}.page-product .product-page__price .price--compare{margin:0;font-size:15px!important}.page-product .product-savings{margin-bottom:16px;font-size:12px;padding:7px 11px}.footer-contact__item{grid-template-columns:30px minmax(0,1fr);gap:9px}.footer-contact__icon{width:30px;height:30px}.footer-contact__text{font-size:12.5px}}.card__media{isolation:isolate}.card__media img{z-index:1}.card__badge{z-index:4!important;display:inline-flex!important;align-items:center;justify-content:center;min-width:46px;min-height:25px;padding:5px 9px!important;border-radius:999px!important;background:var(--c-primary-dark, #093e2d);color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1!important;letter-spacing:.01em;box-shadow:0 4px 12px #093e2d29;pointer-events:none}@media(max-width:700px){.card__badge{min-width:42px;min-height:23px;padding:4px 8px!important;font-size:10px!important}}.page-product .product-page__info .product-rating-line.hp-review-highlight{box-sizing:border-box;display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;width:fit-content;max-width:100%;min-height:45px;margin:10px 0 15px;padding:9px 12px;border:1px solid #d4e5da;border-radius:12px;background:#f6faf7;color:#193e30;box-shadow:none}.page-product .hp-review-highlight__badge{display:flex;min-width:0;align-items:center}.page-product .hp-review-highlight .jdgm-prev-badge{font-size:14px;line-height:1.35}.page-product .hp-review-highlight .jdgm-prev-badge__stars{font-size:17px;white-space:nowrap}.page-product .hp-review-highlight .jdgm-prev-badge__text{color:#345548;font-size:13px;font-weight:650;white-space:normal}.page-product .hp-review-highlight__link{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:3px 0;border-bottom:1px solid currentColor;color:#145c45;font-size:12px;font-weight:800;line-height:1.35;text-decoration:none;white-space:nowrap}.page-product .hp-review-highlight__link:hover{color:#093e2d}.page-product .hp-review-highlight__link:focus-visible{outline:3px solid #145c45;outline-offset:4px;border-radius:4px}.page-product .hp-review-anchor{display:block;height:1px;scroll-margin-top:105px}.page-product .product-page__price.hp-product-price{box-sizing:border-box;display:flex!important;flex-wrap:wrap;align-items:baseline!important;justify-content:flex-start;gap:8px 13px;width:fit-content;max-width:100%;margin:12px 0 14px;padding:13px 16px;border:1px solid #d4e5da;border-radius:13px;background:#fbfdfb;box-shadow:none;text-align:start}.page-product .product-page__price.hp-product-price:before{content:none!important;display:none!important}.page-product .hp-product-price__eyebrow{display:block;flex:0 0 100%;margin:0;color:#466558;font-size:11px;font-weight:750;letter-spacing:.055em;line-height:1.25;text-transform:uppercase}.page-product .product-page__price.hp-product-price .price{color:#124b38!important;font-size:clamp(31px,3.8vw,40px)!important;font-weight:800!important;letter-spacing:-.035em;line-height:1.07!important;font-variant-numeric:tabular-nums;white-space:nowrap}.page-product .product-page__price.hp-product-price .price--compare{display:inline-flex!important;align-items:baseline;width:auto;max-width:100%;margin:0;padding:0!important;border:0!important;border-radius:0;background:transparent!important;color:#78857c!important;font-size:13px!important;font-weight:550;line-height:1.35;white-space:nowrap;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#94a49a}.page-product .product-page__price.hp-product-price .price--compare:before{content:none!important;display:none!important}.page-product .product-page__info .hp-video-teaser{box-sizing:border-box;display:flex;align-items:center;gap:11px;width:100%;max-width:520px;min-height:74px;margin:0 0 17px;padding:9px 12px;border:1px solid #d1e5d8;border-radius:12px;background:#f7fbf8;color:#173f31;box-shadow:none;text-align:start}.page-product .product-page__info .hp-video-teaser:hover{border-color:#145c45;background:#eef7f1}.page-product .hp-video-teaser__poster{flex:0 0 52px;width:52px;height:52px;border-radius:9px}.page-product .hp-video-teaser__copy strong{font-size:14px;line-height:1.3}.page-product .hp-video-teaser__copy small{font-size:12px;line-height:1.3}.page-product .hp-video-teaser__arrow{font-size:18px}.page-product .hp-video-dialog{box-sizing:border-box;width:min(96vw,820px)!important;max-width:820px!important;max-height:94vh;max-height:94dvh;margin:auto;padding:0;border:0;border-radius:16px;background:#fff;overflow:auto}.page-product .hp-video-dialog__inner{padding:14px}.page-product .hp-video-dialog__heading{margin:0 0 12px}.page-product .hp-video-dialog__frame{display:grid;place-items:center;min-height:180px;max-height:80vh;max-height:80dvh;background:#0c1510;border-radius:11px;overflow:hidden}.page-product .hp-video-dialog__frame video,.page-product .hp-video-dialog__media{display:block;width:auto;max-width:100%;max-height:80vh;max-height:80dvh;object-fit:contain}.page-product .hp-video-dialog__frame iframe{display:block;width:min(100%,760px);max-height:80vh;max-height:80dvh;aspect-ratio:9/16;border:0}@media(max-width:600px){.page-product .product-page__info .product-rating-line.hp-review-highlight{gap:7px 10px;padding:9px 10px;margin:8px 0 13px}.page-product .product-page__price.hp-product-price{gap:7px 11px;padding:12px 13px;margin:10px 0 13px}.page-product .product-page__price.hp-product-price .price{font-size:clamp(29px,8vw,35px)!important}.page-product .product-page__price.hp-product-price .price--compare{font-size:12px!important}.page-product .product-page__info .hp-video-teaser{min-height:69px;padding:8px 10px;margin-bottom:15px}.page-product .hp-video-teaser__poster{flex-basis:49px;width:49px;height:49px}.page-product .hp-video-teaser__copy strong{font-size:13px}.page-product .hp-video-teaser__copy small{font-size:11px}.page-product .hp-video-dialog{width:calc(100vw - 16px)!important;max-height:96dvh;border-radius:12px}.page-product .hp-video-dialog__inner{padding:9px}.page-product .hp-video-dialog__heading{margin-bottom:8px}.page-product .hp-video-dialog__frame,.page-product .hp-video-dialog__frame video,.page-product .hp-video-dialog__frame iframe{max-height:82dvh}}@media(prefers-reduced-motion:reduce){.page-product .hp-video-teaser,.page-product .hp-video-dialog{transition:none!important}}.page-product .product-page__info .product-rating-line.hp-review-highlight{display:flex!important;align-items:center;flex-wrap:wrap;gap:6px 10px;width:fit-content;max-width:100%;min-height:auto;margin:7px 0 12px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.page-product .hp-review-highlight__badge{display:flex;align-items:center}.page-product .hp-review-highlight .jdgm-prev-badge{display:flex!important;align-items:center;gap:6px;font-size:13px}.page-product .hp-review-highlight .jdgm-prev-badge__stars{font-size:16px;line-height:1;white-space:nowrap}.page-product .hp-review-highlight .jdgm-prev-badge__text{font-size:12px;font-weight:650;color:#3e5a4d}.page-product .hp-review-highlight__link{min-height:auto;padding:0;border:0;color:#145c45;font-size:12px;font-weight:750;text-decoration:underline;text-underline-offset:3px}.page-product .product-page__price.hp-product-price{display:flex!important;align-items:baseline!important;flex-wrap:wrap;justify-content:flex-start;gap:7px 10px;width:fit-content;max-width:100%;margin:6px 0 13px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.page-product .hp-product-price__eyebrow{flex:0 0 100%;margin-bottom:1px;color:#5b7468;font-size:10px;font-weight:750;line-height:1.2;letter-spacing:.06em;text-transform:uppercase}.page-product .product-page__price.hp-product-price .price{font-size:clamp(30px,3.4vw,37px)!important;line-height:1!important;letter-spacing:-.035em;color:#124b38!important}.page-product .product-page__price.hp-product-price .price--compare{padding:0!important;border:0!important;background:transparent!important;color:#7d8982!important;font-size:12px!important;font-weight:500;line-height:1.2}.page-product .product-page__info .hp-video-teaser{display:inline-flex;width:auto;max-width:100%;min-height:0;margin:0 0 15px;padding:6px 9px;gap:8px;border:1px solid #d5e5db;border-radius:999px;background:#f7faf8;box-shadow:none}.page-product .product-page__info .hp-video-teaser:hover{background:#edf6f0;border-color:#a9cdb8}.page-product .hp-video-teaser__poster{flex:0 0 36px;width:36px;height:36px;border-radius:50%}.page-product .hp-video-teaser__play{width:22px;height:22px;font-size:9px}.page-product .hp-video-teaser__copy{display:flex;align-items:center;gap:7px}.page-product .hp-video-teaser__copy strong{font-size:12.5px;line-height:1.2}.page-product .hp-video-teaser__copy small{display:none}.page-product .hp-video-teaser__arrow{font-size:15px}.page-product .hp-video-dialog{width:min(97vw,900px)!important;max-width:900px!important}.page-product .hp-video-dialog__frame,.page-product .hp-video-dialog__frame video,.page-product .hp-video-dialog__media{max-height:82vh;max-height:82dvh}@media(max-width:600px){.page-product .product-page__info .product-rating-line.hp-review-highlight{margin:6px 0 11px;gap:5px 8px}.page-product .hp-review-highlight .jdgm-prev-badge__stars{font-size:15px}.page-product .hp-review-highlight .jdgm-prev-badge__text,.page-product .hp-review-highlight__link{font-size:11.5px}.page-product .product-page__price.hp-product-price{margin:5px 0 12px}.page-product .product-page__price.hp-product-price .price{font-size:31px!important}.page-product .product-page__info .hp-video-teaser{padding:6px 8px;margin-bottom:14px}.page-product .hp-video-teaser__poster{flex-basis:34px;width:34px;height:34px}.page-product .hp-video-teaser__copy strong{font-size:12px}.page-product .hp-video-dialog{width:calc(100vw - 10px)!important;max-height:97dvh}}@media(max-width:640px){.page-product .shopify-section:has(#judgeme_product_reviews){box-sizing:border-box;width:100%;max-width:100%;padding-inline:clamp(14px,4vw,20px)!important;overflow:visible}.page-product #judgeme_product_reviews{box-sizing:border-box;width:100%!important;max-width:100%!important;min-width:0;margin-inline:auto!important;padding-inline:0!important;overflow-wrap:anywhere}.page-product #judgeme_product_reviews :is(.jm-review,.jm-review-card,.jdgm-rev){box-sizing:border-box;min-width:0;max-width:100%;margin-inline:0!important;padding-block:13px!important}.page-product #judgeme_product_reviews :is(.jm-reviews,.jm-review-list,.jdgm-rev-widg__reviews,.jdgm-rev__content,.jm-review__content,.jm-review-content){box-sizing:border-box;min-width:0;max-width:100%}.page-product #judgeme_product_reviews :is(.jm-review__header,.jm-review-header,.jdgm-rev__header){display:flex;align-items:center;flex-wrap:wrap;gap:5px 9px}.page-product #judgeme_product_reviews :is(.jm-text,.jm-review-text,.jm-review__body,.jm-review-body,.jdgm-rev__body,.jdgm-rev__body p){max-width:100%;margin-block:8px!important;font-size:14px!important;font-weight:400;line-height:1.55!important;overflow-wrap:anywhere;white-space:normal!important}.page-product #judgeme_product_reviews :is(.jm-review__author,.jm-review-author,.jdgm-rev__author,.jm-review__name){font-size:14px!important;line-height:1.3!important;font-weight:700}.page-product #judgeme_product_reviews :is(.jm-review__date,.jm-review-date,.jm-date,.jdgm-rev__timestamp){font-size:12px!important;line-height:1.3!important}.page-product #judgeme_product_reviews :is(.jm-review__title,.jm-review-title,.jdgm-rev__title){font-size:14px!important;line-height:1.4!important}.page-product #judgeme_product_reviews :is(.jm-star-rating,.jm-review-stars,.jm-rating) svg{width:17px!important;height:17px!important;max-width:17px!important}.page-product #judgeme_product_reviews .jdgm-rev__rating .jdgm-star{font-size:15px!important;line-height:1!important}.page-product #judgeme_product_reviews :is(.jm-review-avatar,.jm-avatar,.jm-review__avatar,.jdgm-rev__author-avatar){flex-shrink:0;width:38px!important;height:38px!important}}.page-page .container.section>.article-content{box-sizing:border-box;width:100%;max-width:850px;min-width:0;padding:36px 0 40px}.page-page .article-content .rte,.page-article .article-content .rte{max-width:100%;min-width:0;overflow-wrap:break-word}.page-page .article-content .rte :is(img,video,iframe),.page-article .article-content .rte :is(img,video,iframe){max-width:100%;height:auto}.page-page .article-content .rte :is(table,pre),.page-article .article-content .rte :is(table,pre){box-sizing:border-box;display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.page-page .article-content .rte a,.page-article .article-content .rte a{overflow-wrap:anywhere}.page-page .article-content .rte :is(.btn,button),.page-article .article-content .rte :is(.btn,button){box-sizing:border-box;max-width:100%;height:auto;min-height:44px;white-space:normal;overflow-wrap:anywhere;text-align:center}.hp-quality-page .rte .page-hero{box-sizing:border-box;max-width:100%;margin-bottom:26px!important;padding:clamp(22px,5vw,47px) clamp(15px,4vw,26px)}.hp-quality-page .rte .page-hero h2{margin:0 0 13px;color:#fff;font-size:clamp(25px,5vw,39px);line-height:1.22;overflow-wrap:break-word}.hp-quality-page .rte .page-hero p{max-width:680px;margin:0 auto 12px;color:#fffffff5;font-size:16px!important;line-height:1.65}.hp-quality-page .rte .about-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.hp-quality-page .rte .about-stat{box-sizing:border-box;min-width:0;padding:15px 10px;border:1px solid #d6e8dc;border-radius:13px;background:#f7fbf8}.hp-quality-page .rte .about-stat strong{color:#13543e;font-size:clamp(16px,2.5vw,21px);line-height:1.25;overflow-wrap:anywhere}.hp-quality-page .rte .about-stat span{display:block;margin-top:6px;color:#4b6256;font-size:13px;line-height:1.45}.hp-quality-page .rte .cert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.hp-quality-page .rte .cert-card{box-sizing:border-box;min-width:0;padding:19px;border-radius:14px;align-items:flex-start;gap:14px}.hp-quality-page .rte .cert-card>div:last-child{min-width:0;max-width:100%}.hp-quality-page .rte .cert-card h3{font-size:20px;line-height:1.3;overflow-wrap:break-word}.hp-quality-page .rte .cert-card :is(p,li){line-height:1.6;overflow-wrap:break-word}.hp-quality-page .rte .cert-card a{max-width:100%;overflow-wrap:anywhere;text-underline-offset:3px}.hp-quality-page .rte .about-value{box-sizing:border-box;max-width:100%;padding:22px;border-radius:14px}.hp-quality-page .rte .about-value h3{font-size:21px;line-height:1.4;overflow-wrap:break-word}.hp-quality-page .rte .about-value li{line-height:1.6;overflow-wrap:anywhere}.hp-quality-page .rte .faq{min-width:0;max-width:100%}.hp-quality-page .rte .faq summary{line-height:1.5;overflow-wrap:break-word}@media(max-width:640px){.page-page .container.section{padding-top:16px;padding-bottom:28px}.page-page .container.section>.article-content{padding:16px 0 24px}.page-page .article-content>h1{margin:0 0 17px;font-size:clamp(25px,7vw,34px);line-height:1.2}.page-page .article-content .rte h2{font-size:clamp(22px,6vw,28px);line-height:1.3}.page-page .article-content .rte h3{font-size:clamp(18px,5vw,22px);line-height:1.35}.page-page .article-content .rte :is(p,li){font-size:15px;line-height:1.65}.page-page .article-content .rte :is(table,pre){font-size:14px}.hp-quality-page .rte .page-hero{margin-bottom:23px!important;padding:24px 16px}.hp-quality-page .rte .page-hero h2{font-size:clamp(24px,6.2vw,30px)}.hp-quality-page .rte .page-hero p{font-size:15px!important;line-height:1.65}.hp-quality-page .rte .about-stats{gap:10px;margin:19px 0 25px}.hp-quality-page .rte .about-stat{padding:13px 8px}.hp-quality-page .rte .about-stat strong{font-size:16px}.hp-quality-page .rte .about-stat span{font-size:12px}.hp-quality-page .rte .cert-grid{grid-template-columns:minmax(0,1fr);gap:13px;margin-top:18px}.hp-quality-page .rte .cert-card{display:block;min-width:0;padding:16px}.hp-quality-page .rte .cert-card__badge{width:43px;height:43px;margin-bottom:12px;font-size:21px}.hp-quality-page .rte .cert-card h3{margin-bottom:8px;font-size:19px}.hp-quality-page .rte .cert-card :is(p,li){font-size:15px!important;line-height:1.58}.hp-quality-page .rte .cert-card ul{padding-inline-start:20px!important}.hp-quality-page .rte .cert-card a{display:inline-block;min-height:32px;line-height:1.5;padding-block:3px}.hp-quality-page .rte .about-value{padding:17px}.hp-quality-page .rte .about-value h3{font-size:18px}.hp-quality-page .rte .about-value ul{padding-inline-start:18px!important}.hp-quality-page .rte .faq summary{padding:15px 37px 15px 15px;font-size:15px}[dir=rtl] .hp-quality-page .rte .faq summary{padding:15px 15px 15px 37px}.hp-quality-page .rte .faq summary:after{inset-inline-end:15px}.hp-quality-page .rte .faq .faq__content{padding:0 15px 15px;font-size:15px;line-height:1.6}.hp-quality-page .rte :is(.btn--secondary,.btn--primary){display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;font-size:14px}}.hp-responsive-table{box-sizing:border-box;display:block;width:100%;max-width:100%;margin-block:17px 24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-padding-inline:12px}.hp-responsive-table:focus-visible{outline:3px solid #145c45;outline-offset:2px;border-radius:6px}.hp-responsive-table table{box-sizing:border-box;display:table!important;width:100%!important;max-width:none!important;margin:0!important;table-layout:auto!important}@media(max-width:640px){.hp-responsive-table table.hp-table--wide{min-width:540px!important}.hp-responsive-table table.hp-table--four{min-width:630px!important}.hp-responsive-table table :is(th,td){font-size:14px!important;line-height:1.55!important;vertical-align:top;overflow-wrap:break-word}.hp-responsive-table table :is(th,td) a{overflow-wrap:anywhere}}
/*# sourceMappingURL=/cdn/shop/t/191/assets/hydra-bundle.css.map */
