:root{--cx-bg:#f4f1e7;--cx-surface:#e8ebd9;--cx-surface-2:#dfe5cf;--cx-ink:#17211d;--cx-muted:#697269;--cx-green:#0f5d51;--cx-green-2:#1a7667;--cx-line:rgba(23,33,29,.12);--cx-white:#fffdf7;--cx-radius:26px;--cx-shadow:0 18px 60px rgba(28,42,34,.09);--cx-max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cx-bg);color:var(--cx-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.cx-container{width:min(calc(100% - 40px),var(--cx-max));margin:0 auto}.cx-section{position:relative;padding:clamp(72px,9vw,132px) 0;overflow:hidden}.cx-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cx-green)}.cx-eyebrow:before{content:"";width:26px;height:1px;background:currentColor}.cx-h1,.cx-h2,.cx-h3{font-weight:700;letter-spacing:-.045em;line-height:1.02;margin:0}.cx-h1{font-size:clamp(48px,7vw,92px);max-width:950px}.cx-h2{font-size:clamp(38px,5vw,64px)}.cx-h3{font-size:22px}.cx-copy{color:var(--cx-muted);font-size:17px;max-width:610px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;border:1px solid var(--cx-ink);background:var(--cx-ink);color:#fff;cursor:pointer;font-weight:700;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.cx-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #17211d24}.cx-btn--light{background:transparent;color:var(--cx-ink)}.cx-btn--green{background:var(--cx-green);border-color:var(--cx-green)}.cx-btn--small{min-height:42px;padding:0 16px;font-size:14px}.cx-pill{display:inline-flex;border:1px solid var(--cx-line);padding:7px 11px;border-radius:999px;font-size:12px;color:var(--cx-muted)}.cx-grid{display:grid;gap:20px}.cx-reveal{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.cx-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cx-reveal{opacity:1;transform:none;transition:none}.cx-btn{transition:none}}.cx-announcement{background:var(--cx-green);color:#f4f1e7;font-size:12px;letter-spacing:.04em}.cx-announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center}.cx-announcement a{text-decoration:underline;text-underline-offset:3px}.cx-header{position:relative;z-index:20;background:#f4f1e7db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--cx-line)}.cx-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cx-logo{display:inline-flex;align-items:center}.cx-logo img{width:auto;height:34px;object-fit:contain}.cx-logo__text{font-size:25px;font-weight:900;letter-spacing:.04em}.cx-nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#4c554e}.cx-nav a{position:relative}.cx-nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:currentColor;transition:width .25s}.cx-nav a:hover:after{width:100%}.cx-header__actions{display:flex;align-items:center;gap:10px}.cx-cart{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.cx-cart__count{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--cx-ink);color:#fff;font-size:11px}.cx-menu{display:none;border:0;background:none;font-size:24px}.cx-hero{padding:32px 0 80px}.cx-hero__wrap{min-height:calc(100vh - 150px);display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:55px}.cx-hero__content{padding:50px 0}.cx-hero__title{margin-top:22px}.cx-hero__copy{margin:24px 0 30px}.cx-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.cx-hero__visual{position:relative;min-height:620px;border-radius:38px;background:var(--cx-surface);overflow:hidden}.cx-hero__visual img,.cx-hero__visual video{width:100%;height:100%;object-fit:cover}.cx-hero__visual--contain img{object-fit:contain;padding:30px}.cx-hero__badge{position:absolute;right:20px;bottom:20px;background:#fffdf7eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:15px 17px;border-radius:18px;max-width:220px;box-shadow:var(--cx-shadow);font-size:12px}.cx-hero__badge strong{display:block;font-size:14px;margin-bottom:3px}.cx-hero__float{position:absolute;left:-35px;bottom:50px;width:110px;height:110px;border-radius:50%;border:1px solid var(--cx-line);background:var(--cx-bg);display:grid;place-items:center;text-align:center;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-10px) rotate(4deg)}}.cx-product-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.cx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cx-product-card{background:var(--cx-white);border:1px solid var(--cx-line);border-radius:var(--cx-radius);overflow:hidden;box-shadow:0 8px 30px #1c2a220a;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s}.cx-product-card:hover{transform:translateY(-6px);box-shadow:var(--cx-shadow)}.cx-product-card__media{aspect-ratio:1/1;position:relative;background:var(--cx-surface);overflow:hidden}.cx-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.cx-product-card:hover .cx-product-card__media img{transform:scale(1.035)}.cx-product-card__body{padding:25px}.cx-product-card__top{display:flex;justify-content:space-between;gap:15px}.cx-product-card__name{font-size:25px;letter-spacing:-.035em;font-weight:750;margin:0}.cx-product-card__desc{color:var(--cx-muted);font-size:14px;margin:9px 0 18px}.cx-product-card__price{font-weight:800;white-space:nowrap}.cx-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cx-product-card__variant{width:100%;height:44px;border:1px solid var(--cx-line);border-radius:12px;background:transparent;padding:0 12px;margin-bottom:10px}.cx-empty{padding:50px;border:1px dashed var(--cx-line);border-radius:var(--cx-radius);text-align:center;color:var(--cx-muted);grid-column:1/-1}.cx-benefits{background:var(--cx-green);color:#f4f1e7}.cx-benefit-grid{grid-template-columns:repeat(3,1fr);margin-top:55px}.cx-benefit{padding:28px 0;border-top:1px solid rgba(244,241,231,.2)}.cx-benefit__num{font-size:12px;opacity:.65}.cx-benefit__title{margin:42px 0 10px;font-size:25px;letter-spacing:-.03em}.cx-benefit__copy{color:#f4f1e7ad;font-size:15px;max-width:330px}.cx-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.cx-split__media{min-height:620px;border-radius:var(--cx-radius);overflow:hidden;background:var(--cx-surface)}.cx-split__media img,.cx-split__media video{width:100%;height:100%;object-fit:cover}.cx-split__content{border-radius:var(--cx-radius);background:var(--cx-surface);padding:clamp(30px,5vw,75px);display:flex;flex-direction:column;justify-content:center}.cx-split__content .cx-copy{margin:22px 0 28px}.cx-list{display:grid;gap:12px;padding:0;margin:0 0 30px;list-style:none}.cx-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px}.cx-list li:before{content:"\2713";display:grid;place-items:center;flex:0 0 22px;height:22px;border-radius:50%;background:var(--cx-green);color:#fff;font-size:11px;font-weight:900;margin-top:1px}.cx-process-grid{grid-template-columns:repeat(3,1fr);margin-top:55px}.cx-process{position:relative;padding:30px 0;border-top:1px solid var(--cx-line)}.cx-process__number{font-size:12px;color:var(--cx-green);font-weight:800}.cx-process h3{margin:38px 0 10px}.cx-process p{color:var(--cx-muted);font-size:15px;max-width:320px}.cx-specs{background:var(--cx-surface)}.cx-spec-table{margin-top:45px;border-top:1px solid var(--cx-line)}.cx-spec-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:18px 0;border-bottom:1px solid var(--cx-line);font-size:15px}.cx-spec-row strong{font-weight:700}.cx-spec-row span{color:var(--cx-muted)}.cx-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.cx-faq-list{border-top:1px solid var(--cx-line)}.cx-faq{border-bottom:1px solid var(--cx-line)}.cx-faq summary{cursor:pointer;list-style:none;padding:22px 0;font-weight:700;display:flex;justify-content:space-between;gap:20px}.cx-faq summary::-webkit-details-marker{display:none}.cx-faq summary:after{content:"+";font-size:20px;font-weight:400}.cx-faq[open] summary:after{content:"\2212"}.cx-faq__answer{padding:0 35px 22px 0;color:var(--cx-muted);font-size:15px}.cx-final{padding-bottom:110px}.cx-final__box{background:var(--cx-green);color:#f4f1e7;border-radius:34px;padding:clamp(45px,8vw,90px);display:flex;align-items:end;justify-content:space-between;gap:35px}.cx-final__copy{color:#f4f1e7ad;max-width:520px}.cx-final .cx-btn{background:#f4f1e7;color:var(--cx-ink);border-color:#f4f1e7;white-space:nowrap}.cx-footer{padding:65px 0 30px;border-top:1px solid var(--cx-line)}.cx-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px}.cx-footer__brand p{max-width:350px;color:var(--cx-muted);font-size:14px}.cx-footer__links{display:grid;gap:9px;color:var(--cx-muted);font-size:14px}.cx-footer__title{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:5px}.cx-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid var(--cx-line);font-size:12px;color:var(--cx-muted)}.cx-whatsapp{position:fixed;z-index:50;right:22px;bottom:22px;display:flex;align-items:center;gap:8px;background:#1f7a50;color:#fff;border-radius:999px;padding:11px 16px 11px 11px;font-weight:800;font-size:13px;box-shadow:0 14px 35px #17211d33;transition:transform .25s}.cx-whatsapp:hover{transform:translateY(-3px)}.cx-whatsapp__icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#1f7a50;font-size:17px}.cx-product-page{padding:70px 0 110px}.cx-product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.cx-product-gallery{display:grid;gap:12px}.cx-product-gallery__main{background:var(--cx-surface);border-radius:28px;overflow:hidden;aspect-ratio:1/1}.cx-product-gallery__main img{width:100%;height:100%;object-fit:contain}.cx-product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.cx-product-gallery__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--cx-surface);border:1px solid var(--cx-line);cursor:pointer}.cx-product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.cx-product-info{position:sticky;top:110px}.cx-product-info h1{font-size:clamp(40px,5vw,64px);letter-spacing:-.05em;line-height:1.02;margin:15px 0}.cx-product-info__price{font-size:22px;font-weight:800;margin-bottom:20px}.cx-product-info__description{color:var(--cx-muted);font-size:15px;margin-bottom:28px}.cx-product-form{display:grid;gap:12px}.cx-product-form select,.cx-product-form input{height:50px;border:1px solid var(--cx-line);border-radius:13px;background:transparent;padding:0 14px}.cx-product-form__buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cx-richtext{margin-top:45px;padding-top:30px;border-top:1px solid var(--cx-line)}.cx-cart-page{padding:70px 0 110px}.cx-cart-row{display:grid;grid-template-columns:110px 1fr auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--cx-line)}.cx-cart-row img{width:110px;height:110px;object-fit:cover;border-radius:14px;background:var(--cx-surface)}.cx-cart-row__title{font-weight:750}.cx-cart-row__meta{color:var(--cx-muted);font-size:13px}.cx-cart-summary{margin-left:auto;max-width:400px;padding-top:35px}.cx-cart-summary__line{display:flex;justify-content:space-between;margin-bottom:15px}.cx-cart-summary__total{font-size:22px;font-weight:800}.cx-empty-cart{text-align:center;padding:100px 0}@media(max-width:900px){.cx-nav{display:none}.cx-menu{display:block}.cx-hero__wrap,.cx-product-main,.cx-faq-grid,.cx-split{grid-template-columns:1fr}.cx-hero__visual{min-height:520px}.cx-hero__float{display:none}.cx-benefit-grid,.cx-process-grid{grid-template-columns:1fr}.cx-footer__grid{grid-template-columns:1fr 1fr}.cx-product-info{position:static}.cx-final__box{align-items:start;flex-direction:column}.cx-final .cx-btn{width:100%}}@media(max-width:620px){.cx-container{width:min(calc(100% - 28px),var(--cx-max))}.cx-header__inner{min-height:70px}.cx-logo img{height:29px}.cx-header__actions .cx-btn{display:none}.cx-cart{font-size:12px}.cx-hero{padding-top:10px}.cx-hero__wrap{min-height:auto;gap:30px}.cx-hero__content{padding:45px 0 10px}.cx-hero__visual{min-height:420px;border-radius:25px}.cx-product-grid,.cx-product-card__actions{grid-template-columns:1fr}.cx-split__media{min-height:420px}.cx-spec-row{grid-template-columns:1fr;gap:4px}.cx-footer__grid{grid-template-columns:1fr}.cx-footer__bottom{flex-direction:column;gap:8px}.cx-whatsapp{right:14px;bottom:14px}.cx-whatsapp>span:last-child{display:none}.cx-whatsapp{padding:10px}.cx-whatsapp__icon{width:34px;height:34px}.cx-cart-row{grid-template-columns:75px 1fr auto;gap:12px}.cx-cart-row img{width:75px;height:75px}.cx-cart-row__qty{grid-column:2}.cx-cart-row__price{grid-column:3;grid-row:1/3}.cx-product-form__buttons{grid-template-columns:1fr}}.cx-split--reverse{direction:rtl}.cx-split--reverse>*{direction:ltr}@media(max-width:900px){.cx-split--reverse{direction:ltr}.cx-nav[style*="display: flex"]{position:absolute;left:14px;right:14px;top:70px;display:flex!important;flex-direction:column;align-items:flex-start;gap:0;padding:12px 16px;background:var(--cx-white);border:1px solid var(--cx-line);border-radius:18px;box-shadow:var(--cx-shadow)}}:root{--cx-header:#dfe5cf;--cx-footer:#0f5d51;--cx-footer-muted:rgba(244,241,231,.68);--cx-footer-line:rgba(244,241,231,.18)}.cx-header--reference{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;background:#dfe5cff5;color:var(--cx-ink);border-bottom:1px solid rgba(23,33,29,.12);box-shadow:0 5px 20px #17211d14;backdrop-filter:blur(18px) saturate(1.05);-webkit-backdrop-filter:blur(18px) saturate(1.05);transition:background .25s ease,box-shadow .25s ease}.cx-header--reference.is-sticky{background:#dfe5cff0;box-shadow:0 12px 30px #17211d21}.cx-header--reference .cx-header__inner{min-height:78px;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:24px}.cx-header--reference .cx-header__logo{justify-self:start;min-width:0}.cx-header--reference .cx-logo__image{display:block;height:auto;max-height:48px;object-fit:contain}.cx-nav--desktop{display:flex;justify-content:center;align-items:center;gap:clamp(20px,3vw,38px);font-size:13px;font-weight:650;letter-spacing:.015em;color:#17211dd1}.cx-nav--desktop a{position:relative;padding:29px 0;white-space:nowrap}.cx-nav--desktop a:after{content:"";position:absolute;left:0;right:0;bottom:23px;height:1px;width:0;background:var(--cx-green);transition:width .25s ease}.cx-nav--desktop a:hover:after,.cx-nav--desktop a:focus-visible:after{width:100%}.cx-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:5px}.cx-header__icon-link,.cx-icon-button{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--cx-ink);border-radius:50%;position:relative;transition:background .2s ease,transform .2s ease}.cx-header__icon-link:hover,.cx-icon-button:hover{background:#17211d12;transform:translateY(-1px)}.cx-header__icon-link svg,.cx-icon-button svg{width:20px;height:20px}.cx-cart-count{position:absolute;right:1px;top:1px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:9px;background:var(--cx-green);color:#fff;font-size:9px;font-weight:800;line-height:1}.cx-menu,.cx-mobile-menu{display:none}.cx-footer--reference{background:var(--cx-footer);color:#f4f1e7;padding:64px 0 28px;border-top:0}.cx-footer__grid--reference{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:42px}.cx-footer__brand-column{min-width:0}.cx-footer__brand{display:inline-flex;align-items:center}.cx-footer__logo{width:auto;max-width:190px;max-height:54px;object-fit:contain;filter:brightness(0) invert(1)}.cx-footer__text{max-width:350px;margin:18px 0 0;color:var(--cx-footer-muted);font-size:13px;line-height:1.65}.cx-footer__title{margin:0 0 14px;color:#f4f1e7ad;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.cx-footer__links{display:grid;gap:9px;color:#f4f1e7d1;font-size:13px}.cx-footer__links a{transition:color .2s ease,transform .2s ease}.cx-footer__links a:hover{color:#fff;transform:translate(2px)}.cx-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;margin-top:52px;padding-top:19px;border-top:1px solid var(--cx-footer-line);color:#f4f1e794;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.cx-footer__policies{display:flex;flex-wrap:wrap;gap:8px 18px}.cx-footer__policies a:hover{color:#fff}.cx-contact-page{padding:64px 0 105px}.cx-contact-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;padding:0 0 38px;border-bottom:1px solid var(--cx-line)}.cx-contact-hero h1{margin:0;font-size:clamp(52px,8vw,104px);line-height:.86;letter-spacing:-.065em;font-weight:700}.cx-contact-intro{max-width:410px;margin:0;color:var(--cx-muted);font-size:16px}.cx-contact-grid{display:grid;grid-template-columns:minmax(270px,.68fr) minmax(460px,1fr);gap:clamp(45px,9vw,120px);padding-top:54px}.cx-contact-side{display:flex;flex-direction:column;gap:28px}.cx-contact-intro-card{padding:32px;border-radius:26px;background:var(--cx-green);color:#f4f1e7}.cx-contact-intro-card .cx-eyebrow{color:#f4f1e7ad}.cx-contact-intro-card h2{margin:14px 0 10px;font-size:30px;line-height:1;letter-spacing:-.04em}.cx-contact-intro-card p:last-child{margin:0;color:#f4f1e7b3;font-size:14px}.cx-contact-details{display:grid;gap:24px}.cx-contact-method{display:block;padding-top:14px;border-top:1px solid var(--cx-line)}.cx-contact-method__label{display:block;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--cx-muted)}.cx-contact-method__value{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-size:19px;font-weight:700;letter-spacing:-.025em}.cx-contact-method__value svg{width:17px;height:17px;transition:transform .2s ease}.cx-contact-method:hover .cx-contact-method__value svg{transform:translate(3px,-3px)}.cx-contact-whatsapp-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff}.cx-contact-whatsapp-icon svg{width:25px;height:25px}.cx-contact-response{display:flex;justify-content:space-between;gap:18px;padding-top:16px;border-top:1px solid var(--cx-line);color:var(--cx-muted);font-size:12px}.cx-contact-response strong{color:var(--cx-ink);font-weight:700}.cx-contact-form{padding:34px;border-radius:26px;background:var(--cx-white);border:1px solid var(--cx-line);box-shadow:0 18px 55px #1c2a220f}.cx-contact-form__header{margin-bottom:25px;padding-bottom:19px;border-bottom:1px solid var(--cx-line)}.cx-contact-form__header h2{margin:0;font-size:32px;line-height:1;letter-spacing:-.045em}.cx-contact-field{display:grid;gap:7px;margin-bottom:17px}.cx-contact-field label{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.cx-contact-field label span{color:var(--cx-muted);font-weight:500;text-transform:none;letter-spacing:0}.cx-contact-field input,.cx-contact-field textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid rgba(23,33,29,.2);border-radius:0;outline:none;background:transparent;color:var(--cx-ink);transition:border-color .2s ease,box-shadow .2s ease}.cx-contact-field textarea{min-height:145px;resize:vertical}.cx-contact-field input:focus,.cx-contact-field textarea:focus{border-color:var(--cx-green);box-shadow:0 0 0 3px #0f5d5114}.cx-contact-submit{width:100%;justify-content:space-between;padding:0 20px;margin-top:3px}.cx-contact-submit span:last-child{transition:transform .2s ease}.cx-contact-submit:hover span:last-child{transform:translate(3px,-3px)}.cx-contact-success{margin:0 0 18px;padding:13px 15px;background:var(--cx-surface);font-size:13px}.cx-notice{margin:0 0 18px;padding:13px 15px;background:#efe5d8;border-left:2px solid var(--cx-green);font-size:13px}@media(max-width:749px){.cx-header--reference .cx-header__inner{width:100%;min-height:68px;grid-template-columns:44px minmax(0,1fr) 88px;gap:0}.cx-header--reference .cx-header__logo{grid-column:2;justify-self:center}.cx-header--reference .cx-logo__image{max-height:42px;max-width:145px}.cx-nav--desktop{display:none}.cx-header--reference .cx-header__actions{grid-column:3;justify-self:end;gap:0}.cx-header--reference .cx-header__actions .cx-header__icon-link{width:42px;height:42px}.cx-menu{display:flex;grid-column:1;grid-row:1;justify-self:start;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;background:transparent;color:var(--cx-ink);border-radius:50%}.cx-menu svg{width:21px;height:21px}.cx-menu:hover{background:#17211d12}.cx-mobile-menu{position:absolute;top:100%;left:0;display:none;width:min(84vw,360px);max-width:84vw;height:calc(100dvh - 68px);max-height:calc(100dvh - 68px);overflow-y:auto;padding:16px 18px 30px;background:var(--cx-bg);color:var(--cx-ink);border-right:1px solid var(--cx-line);border-top:1px solid var(--cx-line);box-shadow:12px 18px 38px #17211d24}.cx-mobile-menu.is-open{display:block;animation:cx-menu-in .24s ease both}@keyframes cx-menu-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.cx-mobile-menu__main{display:flex;flex-direction:column;padding-bottom:15px;border-bottom:1px solid var(--cx-line)}.cx-mobile-menu__main a{padding:10px 0;font-size:24px;font-weight:650;letter-spacing:-.04em}.cx-mobile-menu__utility{display:flex;flex-wrap:wrap;gap:20px;padding:20px 0;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cx-footer--reference{padding:50px 0 25px}.cx-footer__grid--reference{grid-template-columns:1fr 1fr;gap:34px 22px}.cx-footer__brand-column{grid-column:1/-1}.cx-footer__bottom{margin-top:38px;align-items:flex-start;flex-direction:column}.cx-contact-page{padding:48px 0 75px}.cx-contact-hero{display:block;padding-bottom:30px}.cx-contact-hero h1{font-size:clamp(48px,16vw,76px)}.cx-contact-intro{margin-top:20px}.cx-contact-grid{grid-template-columns:1fr;gap:28px;padding-top:30px}.cx-contact-intro-card{padding:26px}.cx-contact-form{padding:23px}}@media(prefers-reduced-motion:reduce){.cx-mobile-menu.is-open{animation:none}}.cx-cart-drawer{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.cx-cart-drawer.is-open{pointer-events:auto}.cx-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#141c176b;opacity:0;transition:opacity .28s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cx-cart-drawer.is-open .cx-cart-drawer__overlay{opacity:1}.cx-cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(460px,100%);background:#eef0df;color:var(--cx-ink);transform:translate(100%);transition:transform .38s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px #141c171f}.cx-cart-drawer.is-open .cx-cart-drawer__panel{transform:translate(0)}.cx-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--cx-line)}.cx-cart-drawer__header h2{font-size:30px;letter-spacing:-.045em;margin:6px 0 0}.cx-icon-close{border:0;background:transparent;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.cx-icon-close svg{width:20px}.cx-cart-drawer__body{overflow:auto;flex:1;padding:0 24px}.cx-cart-empty{text-align:center;padding:70px 20px}.cx-cart-line{display:grid;grid-template-columns:88px 1fr 24px;gap:14px;padding:18px 0;border-bottom:1px solid var(--cx-line)}.cx-cart-line__image{width:88px;height:88px;border-radius:14px;overflow:hidden;background:var(--cx-surface)}.cx-cart-line__image img{width:100%;height:100%;object-fit:cover}.cx-cart-line__details>a{font-weight:750;font-size:15px}.cx-cart-line__details p{margin:3px 0;color:var(--cx-muted);font-size:12px}.cx-cart-line__details strong{display:block;margin-top:6px;font-size:14px}.cx-cart-line__remove{border:0;background:transparent;font-size:24px;color:var(--cx-muted);cursor:pointer}.cx-qty{display:flex;align-items:center;gap:12px;margin-top:10px}.cx-qty button{width:26px;height:26px;border:1px solid var(--cx-line);border-radius:50%;background:transparent;cursor:pointer}.cx-cart-drawer__footer{padding:20px 24px 24px;border-top:1px solid var(--cx-line);background:#f4f1e7b8}.cx-cart-drawer__footer>div{display:flex;justify-content:space-between;font-size:15px}.cx-cart-drawer__footer p{color:var(--cx-muted);font-size:12px;margin:7px 0 15px}.cx-btn--full{width:100%}.cx-wa{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;align-items:center;text-decoration:none}.cx-wa__circle{position:relative;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 12px 30px #126e4059;transition:transform .25s ease,box-shadow .25s ease}.cx-wa__circle svg{width:32px;height:32px}.cx-wa__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d366;opacity:.5;animation:cx-wa-pulse 2.4s ease-out infinite;z-index:-1}.cx-wa__label{max-width:0;overflow:hidden;white-space:nowrap;opacity:0;transform:translate(8px);background:var(--cx-green);color:#fff;border-radius:999px;padding:0;font-size:12px;font-weight:800;transition:.25s ease;margin-right:0}.cx-wa:hover .cx-wa__label,.cx-wa:focus-visible .cx-wa__label{max-width:180px;opacity:1;transform:none;padding:11px 15px;margin-right:10px}.cx-wa:hover .cx-wa__circle{transform:scale(1.07)}@keyframes cx-wa-pulse{0%{transform:scale(1);opacity:.5}70%,to{transform:scale(1.9);opacity:0}}.cx-product-card__media{position:relative}.cx-product-card__badge{position:absolute;left:18px;top:18px;background:#f4f1e7e0;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.12em}.cx-product-card__arrow{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f4f1e7e6;font-size:18px;transition:transform .25s ease}.cx-product-card:hover .cx-product-card__arrow{transform:translate(2px,-2px)}.cx-product-card__eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--cx-green);font-weight:800}.cx-product-card__facts{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px}.cx-product-card__facts span{border:1px solid var(--cx-line);border-radius:999px;padding:6px 9px;font-size:10px;color:var(--cx-muted)}.cx-about__hero{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:55px}.cx-about__title{font-size:clamp(52px,7vw,88px);letter-spacing:-.06em;line-height:.98;margin:18px 0 0;max-width:800px}.cx-about__intro{max-width:470px;margin:0}.cx-about__feature{display:grid;grid-template-columns:1.45fr .55fr;gap:18px;margin-bottom:70px}.cx-about__image{min-height:560px;background:var(--cx-surface);border-radius:28px;overflow:hidden}.cx-about__image img,.cx-about__image video{width:100%;height:100%;object-fit:cover}.cx-about__statement{background:var(--cx-green);color:#f4f1e7;border-radius:28px;padding:clamp(30px,5vw,60px);display:flex;flex-direction:column;justify-content:flex-end}.cx-about__statement h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.05em;line-height:1;margin:18px 0}.cx-about__statement p{color:#f4f1e7b8;font-size:15px}.cx-about__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cx-about__item{padding:28px 0;border-top:1px solid var(--cx-line)}.cx-about__item>span{font-size:11px;color:var(--cx-green);font-weight:800}.cx-about__item h3{font-size:27px;letter-spacing:-.04em;margin:40px 0 10px}.cx-about__item p{font-size:14px;color:var(--cx-muted);max-width:330px}.cx-about__closing{margin-top:100px;padding:70px 0 20px;border-top:1px solid var(--cx-line);display:flex;align-items:end;justify-content:space-between;gap:30px}.cx-about__closing h2{font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;max-width:700px;margin:15px 0 0}.cx-about__closing .cx-btn{white-space:nowrap}@media(max-width:749px){.cx-about__hero,.cx-about__feature{grid-template-columns:1fr}.cx-about__feature{gap:12px}.cx-about__image{min-height:430px}.cx-about__grid{grid-template-columns:1fr;gap:30px}.cx-about__closing{display:block}.cx-about__closing .cx-btn{margin-top:25px}.cx-wa{right:16px;bottom:16px}.cx-wa__circle{width:54px;height:54px}.cx-product-card__facts span{font-size:9px}.cx-cart-drawer__panel{width:100%}}@media(prefers-reduced-motion:reduce){.cx-wa__ring{animation:none;display:none}}.cx-cart-drawer{z-index:999}.cx-cart-drawer__panel{top:112px;height:calc(100% - 112px);border-top-left-radius:24px}.cx-cart-drawer__overlay{top:112px}.cx-wa__circle svg{width:34px;height:34px;display:block}.cx-wa__circle{isolation:isolate}.cx-wa__ring{z-index:-1}@media(max-width:749px){.cx-cart-drawer__panel{top:112px;height:calc(100% - 112px);border-top-left-radius:20px;border-top-right-radius:20px}.cx-cart-drawer__overlay{top:112px}}:root{--cx-bg:#f3efe3;--cx-surface:#e2e8d5;--cx-surface-2:#d5dfc6;--cx-ink:#17352f;--cx-muted:#66736b;--cx-green:#176553;--cx-green-deep:#0e493e;--cx-accent:#d6a85f;--cx-line:rgba(23,53,47,.16);--cx-white:#fbfaf3}.cx-header--reference{background:#f3efe3f2;color:var(--cx-ink);border-bottom:1px solid rgba(23,53,47,.14);box-shadow:none}.cx-header--reference .cx-header__inner{min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:30px}.cx-header--reference .cx-header__logo{grid-column:2;justify-self:center;grid-row:1}.cx-header--reference .cx-logo__image{max-height:43px;width:auto}.cx-nav--left{grid-column:1;grid-row:1;justify-content:flex-start;gap:clamp(15px,2.2vw,29px)}.cx-nav--left a{padding:27px 0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.cx-nav--left a:after{bottom:20px;background:var(--cx-green)}.cx-header__actions{grid-column:3;grid-row:1;justify-self:end}.cx-header__icon-link{width:38px;height:38px}.cx-cart-count{background:var(--cx-green);color:#fff}.cx-header--reference.is-sticky{background:#f3efe3fa;box-shadow:0 8px 30px #17352f14}.cx-hero--editorial{padding:0;background:var(--cx-green-deep);color:#f9f5e9}.cx-hero__media{position:relative;min-height:calc(100svh - 110px);height:min(850px,calc(100svh - 110px));overflow:hidden;background:#17352f}.cx-hero__media img,.cx-hero__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cx-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#07211bb8,#07211b61 42%,#07211b2e 75%,#07211b5c)}.cx-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.35) .6px,transparent .7px);background-size:5px 5px;mix-blend-mode:soft-light}.cx-hero__content{position:absolute;left:max(20px,calc((100% - 1240px)/2));bottom:clamp(70px,11vh,130px);max-width:760px;z-index:2}.cx-hero__kicker{display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;margin-bottom:22px;color:#dfe9d1}.cx-hero__content h1{font-size:clamp(56px,8.6vw,132px);line-height:.88;letter-spacing:-.065em;font-weight:650;margin:0;max-width:900px}.cx-hero__content h1 br{display:block}.cx-hero__content p{max-width:500px;color:#f9f5e9c7;font-size:17px;line-height:1.55;margin:26px 0 28px}.cx-btn--hero{background:#f7f2e6;color:var(--cx-ink);border-color:#f7f2e6;min-height:52px;padding:0 23px}.cx-btn--hero:hover{background:#fff;color:var(--cx-ink)}.cx-hero__text-link{display:inline-flex;align-items:center;gap:8px;margin-left:18px;color:#f7f2e6;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;border-bottom:1px solid rgba(247,242,230,.45);padding-bottom:5px}.cx-hero__stamp{position:absolute;right:5%;top:12%;z-index:2;width:128px;height:128px;border:1px solid rgba(249,245,233,.45);border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(-8deg);color:#f7f2e6}.cx-hero__stamp span{font-size:14px;font-weight:900;letter-spacing:.1em}.cx-hero__stamp small{font-size:7px;letter-spacing:.16em;margin-top:6px;opacity:.7}.cx-hero__scroll{position:absolute;z-index:2;right:5%;bottom:32px;color:#f9f5e9b8;font-size:10px;text-transform:uppercase;letter-spacing:.15em;display:flex;align-items:center;gap:10px}.cx-hero__scroll span{display:block;width:45px;height:1px;background:#f9f5e98c;position:relative;overflow:hidden}.cx-hero__scroll span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translate(-100%);animation:cx-line-slide 2.2s ease-in-out infinite}@keyframes cx-line-slide{50%,to{transform:translate(100%)}}.cx-marquee{overflow:hidden;background:var(--cx-green);color:#f4f0e4;border-bottom:1px solid rgba(255,255,255,.12);white-space:nowrap}.cx-marquee__track{display:flex;align-items:center;gap:25px;width:max-content;padding:15px 0;animation:cx-marquee 24s linear infinite}.cx-marquee__track span{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.cx-marquee__track i{font-style:normal;font-size:11px;opacity:.55}@keyframes cx-marquee{to{transform:translate(-50%)}}.cx-products{background:var(--cx-bg);padding-top:clamp(85px,10vw,145px)}.cx-products__intro{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end}.cx-products__intro h2{font-size:clamp(54px,7vw,92px);line-height:.88;letter-spacing:-.065em;margin:18px 0 0;font-weight:650}.cx-products__intro p{font-size:16px;color:var(--cx-muted);max-width:430px;margin:0 0 4px}.cx-products__rule{display:grid;grid-template-columns:70px 1fr auto;gap:15px;border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);margin:52px 0 20px;padding:10px 0;font-size:9px;letter-spacing:.16em;font-weight:800;color:var(--cx-muted)}.cx-product-grid{gap:14px}.cx-product-card{border-radius:0;border:0;background:var(--cx-surface);box-shadow:none;position:relative;overflow:hidden}.cx-product-card:hover{transform:none;box-shadow:none}.cx-product-card__media{aspect-ratio:1/1.12;background:#dce4d2;overflow:hidden}.cx-product-card__media img{object-fit:contain;padding:7%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.cx-product-card:hover .cx-product-card__media img{transform:scale(1.055) translateY(-5px)}.cx-product-card__index{position:absolute;top:18px;left:20px;font-size:10px;letter-spacing:.15em;font-weight:900}.cx-product-card__tag{position:absolute;right:20px;top:18px;font-size:9px;letter-spacing:.14em;font-weight:800;color:#17352fad}.cx-product-card__arrow{position:absolute;right:18px;bottom:18px;width:42px;height:42px;border:1px solid rgba(23,53,47,.25);border-radius:50%;display:grid;place-items:center;background:#f3efe3c2;font-size:18px;transition:transform .3s ease,background .3s ease}.cx-product-card:hover .cx-product-card__arrow{transform:translate(3px,-3px);background:#f5f0e4}.cx-product-card__body{padding:26px 26px 28px;background:var(--cx-white)}.cx-product-card__top{align-items:start}.cx-product-card__eyebrow{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--cx-muted);font-weight:800}.cx-product-card__name{font-size:clamp(27px,3vw,39px);font-weight:650;letter-spacing:-.05em;margin:9px 0 0}.cx-product-card__price{font-size:17px;padding-top:3px}.cx-product-card__desc{font-size:14px;line-height:1.55;max-width:620px;margin:18px 0 21px;color:var(--cx-muted)}.cx-product-card__facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);margin-bottom:18px}.cx-product-card__facts span{padding:13px 9px;font-size:10px;color:var(--cx-muted);border-right:1px solid var(--cx-line)}.cx-product-card__facts span:last-child{border-right:0}.cx-product-card__facts b{display:block;color:var(--cx-green);font-size:9px;margin-bottom:4px;letter-spacing:.12em}.cx-product-card__variant{height:48px;border-radius:0;background:transparent}.cx-product-card__actions{grid-template-columns:1.25fr .75fr;gap:7px}.cx-product-card__actions .cx-btn{border-radius:0;min-height:48px;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.cx-benefits{background:var(--cx-green-deep);padding-top:clamp(80px,9vw,125px);padding-bottom:clamp(85px,10vw,140px)}.cx-benefits .cx-h2{font-size:clamp(48px,6.4vw,82px);font-weight:650;letter-spacing:-.06em}.cx-benefit-grid{gap:0;border-top:1px solid rgba(244,241,231,.22);margin-top:65px}.cx-benefit{padding:25px 28px 34px 0;border-top:0;border-right:1px solid rgba(244,241,231,.16)}.cx-benefit:last-child{border-right:0}.cx-benefit__title{margin:70px 0 12px;font-size:27px;font-weight:600;letter-spacing:-.04em}.cx-benefit__copy{font-size:14px;line-height:1.6}.cx-split{gap:0}.cx-split__media{border-radius:0;min-height:700px}.cx-split__content{border-radius:0;padding:clamp(38px,7vw,100px);background:var(--cx-surface)}.cx-split__content .cx-h2{font-size:clamp(48px,6vw,76px);font-weight:650;letter-spacing:-.06em}.cx-how-it-works{background:#ece9dc}.cx-process-grid{gap:0;border-top:1px solid var(--cx-line)}.cx-process{padding:26px 25px 60px 0;border-right:1px solid var(--cx-line);border-top:0}.cx-process:last-child{border-right:0}.cx-process h3{font-size:31px;font-weight:600;letter-spacing:-.045em;margin:80px 0 10px}.cx-process p{max-width:300px}.cx-field-notes{background:var(--cx-surface)}.cx-field-notes__head{display:grid;grid-template-columns:1fr .7fr;gap:60px;align-items:end}.cx-field-notes__head h2{font-size:clamp(50px,6.5vw,86px);font-weight:650;letter-spacing:-.06em;line-height:.9;margin:18px 0 0}.cx-field-notes__head p{margin:0;color:var(--cx-muted);max-width:430px}.cx-field-notes__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line);margin-top:70px}.cx-field-note{padding:23px 28px 25px 0;border-right:1px solid var(--cx-line)}.cx-field-note:not(:first-child){padding-left:25px}.cx-field-note:last-child{border-right:0}.cx-field-note__number{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--cx-green)}.cx-field-note__line{display:block;width:35px;height:1px;background:var(--cx-green);margin:50px 0 22px}.cx-field-note h3{font-size:27px;letter-spacing:-.04em;margin:0 0 10px;font-weight:600}.cx-field-note p{font-size:14px;color:var(--cx-muted);max-width:310px}.cx-field-note a{display:inline-block;margin-top:15px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;border-bottom:1px solid currentColor;padding-bottom:4px}.cx-specs{background:var(--cx-bg)}.cx-spec-table{margin-top:55px}.cx-spec-row{padding:20px 0}.cx-faq-grid{gap:100px}.cx-final{padding-top:100px}.cx-final__box{border-radius:0;padding:clamp(55px,8vw,105px);background:var(--cx-green-deep)}.cx-final__box .cx-h2{font-size:clamp(52px,7vw,92px);font-weight:650;letter-spacing:-.065em}.cx-wa{position:fixed;right:22px;bottom:22px;z-index:1800;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.cx-wa__circle{position:relative;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1c7658;box-shadow:0 15px 40px #103f3147;transition:transform .3s ease}.cx-wa__circle svg{width:27px;height:27px;position:relative;z-index:2}.cx-wa__ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:1px solid rgba(28,118,88,.35);border-radius:50%;animation:cx-wa-pulse 2.2s ease-out infinite}.cx-wa__label{order:-1;opacity:0;transform:translate(8px);background:#17352f;color:#f8f3e6;padding:9px 12px;border-radius:3px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;transition:opacity .25s,transform .25s}.cx-wa:hover .cx-wa__circle{transform:translateY(-4px) scale(1.04)}.cx-wa:hover .cx-wa__label{opacity:1;transform:none}@keyframes cx-wa-pulse{0%{transform:scale(.8);opacity:.75}70%,to{transform:scale(1.35);opacity:0}}.cx-cart-drawer{z-index:5000}.cx-cart-drawer__panel{z-index:5001}.cx-cart-drawer__overlay{z-index:5000}.cx-reveal{transform:translateY(28px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.cx-reveal.is-visible{transform:none}.cx-product-card:nth-child(2){transition-delay:.08s}.cx-field-note:nth-child(2){transition-delay:.08s}.cx-field-note:nth-child(3){transition-delay:.16s}@media(max-width:900px){.cx-header--reference .cx-header__inner{grid-template-columns:44px minmax(0,1fr) 88px}.cx-header--reference .cx-header__logo{grid-column:2;grid-row:1}.cx-nav--left{display:none}.cx-hero__media{height:calc(100svh - 100px);min-height:620px}.cx-hero__content{left:20px;right:20px;bottom:70px}.cx-hero__content h1{font-size:clamp(55px,15vw,92px)}.cx-hero__stamp{right:20px;top:24px;width:96px;height:96px}.cx-hero__scroll{right:20px}.cx-products__intro,.cx-field-notes__head{grid-template-columns:1fr;gap:22px}.cx-products__intro p,.cx-field-notes__head p{max-width:600px}.cx-field-notes__grid{grid-template-columns:1fr}.cx-field-note,.cx-field-note:not(:first-child){padding:25px 0;border-right:0;border-bottom:1px solid var(--cx-line)}.cx-field-note:last-child{border-bottom:0}.cx-field-note__line{margin-top:30px}}@media(max-width:620px){.cx-header--reference .cx-header__inner{min-height:68px}.cx-header--reference .cx-logo__image{max-height:37px;max-width:135px}.cx-hero__media{min-height:690px;height:calc(100svh - 68px)}.cx-hero__veil{background:linear-gradient(180deg,#07211b33,#07211bc7 72%)}.cx-hero__content{bottom:68px}.cx-hero__content p{font-size:15px}.cx-hero__text-link{margin-left:10px}.cx-hero__stamp{width:80px;height:80px;top:18px;right:18px}.cx-hero__stamp span{font-size:10px}.cx-hero__stamp small{font-size:6px}.cx-hero__scroll{display:none}.cx-products__intro h2{font-size:56px}.cx-products__rule{grid-template-columns:40px 1fr;font-size:8px}.cx-products__rule span:last-child{display:none}.cx-product-card__media{aspect-ratio:1/1.2}.cx-product-card__body{padding:22px 18px}.cx-product-card__facts{grid-template-columns:1fr}.cx-product-card__facts span{border-right:0;border-bottom:1px solid var(--cx-line)}.cx-product-card__facts span:last-child{border-bottom:0}.cx-product-card__actions{grid-template-columns:1fr}.cx-wa{right:15px;bottom:15px}.cx-wa__circle{width:54px;height:54px}.cx-wa__label{display:none}.cx-marquee__track{animation-duration:18s}}@media(prefers-reduced-motion:reduce){.cx-marquee__track,.cx-wa__ring,.cx-hero__scroll span:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/carbon-x.css.map */
