@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--green:#173d35;--green-2:#63857a;--green-3:#e9f0ed;--ink:#13221e;--muted:#68756f;--cream:#f5f5ef;--paper:#fff;--soft:#fafbf9;--line:#e3e8e5;--shadow:0 18px 55px rgba(18,45,39,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:DM Sans,sans-serif;background:#fff}body,button,input,textarea{font:inherit}a{text-decoration:none;color:inherit}button{cursor:pointer}img{display:block;max-width:100%}.promo-strip{height:38px;background:var(--green);color:#dce7e3;display:flex;align-items:center;justify-content:center;gap:22px;padding:0 20px;font-size:10px;letter-spacing:.02em}.promo-strip span:first-child{font-weight:800;color:#fff;display:flex;gap:7px;align-items:center}.promo-strip button{border:0;background:none;color:#fff;font-weight:700;font-size:10px;display:flex;align-items:center;gap:5px}.header{height:76px;padding:0 clamp(20px,6vw,90px);display:flex;align-items:center;gap:34px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40}.brand{display:inline-flex;align-items:center;gap:7px;font:800 22px Manrope;letter-spacing:-.055em;white-space:nowrap}.brand-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--green);color:#fff;font-size:16px;letter-spacing:-.05em}.nav{display:flex;align-items:center;gap:26px;flex:1;font-size:12px;color:#52615b}.nav a{transition:color .2s}.nav a:hover{color:var(--green)}.header-actions{display:flex;align-items:center;gap:5px}.search-trigger{height:40px;width:260px;border:0;border-radius:11px;background:#f3f5f2;color:#6c7772;display:flex;align-items:center;gap:9px;padding:0 12px;font-size:11px;text-align:left}.round-action,.cart-action,.language{height:40px;border:0;background:transparent;border-radius:10px;display:grid;place-items:center;position:relative;color:var(--ink)}.round-action{width:40px}.round-action small{position:absolute;right:3px;top:3px;font-size:8px}.cart-action{width:43px}.cart-action b{position:absolute;right:0;top:1px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:var(--green);color:#fff;font-size:8px;display:grid;place-items:center}.language-wrap{position:relative}.language{padding:0 9px;display:flex;gap:5px;font-size:10px}.language-menu{position:absolute;right:0;top:48px;width:125px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:6px;z-index:60}.language-menu button{border:0;background:none;width:100%;padding:9px;border-radius:8px;display:flex;justify-content:space-between;font-size:10px;text-align:left}.language-menu button svg{opacity:0}.language-menu button.selected{background:var(--green-3);color:var(--green);font-weight:700}.language-menu button.selected svg{opacity:1}.mobile-icon{display:none;border:0;background:none;width:40px;height:40px}.search-panel{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1f1b59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:80;padding:100px 20px 20px}.search-panel-inner{max-width:900px;margin:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px #0000002e;overflow:hidden}.search-panel-top{height:78px;padding:0 18px 0 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:15px}.search-panel-top span{display:flex;align-items:center;gap:10px;flex:1;color:var(--green)}.search-panel-top input{border:0;outline:0;width:100%;font-size:17px}.search-panel-top>button{border:0;background:#f3f5f2;width:38px;height:38px;border-radius:10px}.suggestions{padding:25px}.suggestions small{font-size:9px;letter-spacing:.15em;color:#82908a;font-weight:800}.suggestions>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.suggestions button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:14px;text-align:left;font-size:11px;display:flex;justify-content:space-between;align-items:center}.hero{min-height:620px;background:var(--cream);padding:72px clamp(20px,7vw,110px) 82px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;position:relative;overflow:hidden}.hero-copy{animation:heroIn .55s ease both}.eyebrow{font-size:10px;letter-spacing:.15em;font-weight:800;color:var(--green-2);display:flex;align-items:center;gap:7px}.hero h1{font:800 clamp(48px,6.1vw,88px)/.94 Manrope;letter-spacing:-.065em;margin:19px 0}.hero h1 em{font-style:normal;color:var(--green-2)}.hero p{max-width:530px;color:var(--muted);font-size:16px;line-height:1.7;margin:0}.hero-actions{display:flex;align-items:center;gap:22px;margin:30px 0 35px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:var(--green);color:#fff;padding:14px 18px;font-size:11px;font-weight:800;transition:transform .2s,box-shadow .2s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #173d352e}.text-btn{font-size:11px;font-weight:800;display:flex;align-items:center;gap:5px}.hero-mini-trust{display:flex;gap:18px;flex-wrap:wrap}.hero-mini-trust span{display:flex;align-items:center;gap:6px;color:#65736d;font-size:9px}.hero-mini-trust svg{width:14px;color:var(--green)}.hero-media{height:420px;position:relative;display:grid;place-items:center}.hero-image{width:min(520px,100%);height:390px;border-radius:28px;overflow:hidden;transform:rotate(1.5deg);box-shadow:var(--shadow);position:relative;z-index:2}.hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 60%,rgba(12,34,29,.18))}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-media:before{content:"";position:absolute;width:360px;height:360px;background:#dfe9e3;border-radius:50%;right:-10px;top:12px}.hero-card{position:absolute;left:0;bottom:18px;z-index:3;background:#fff;padding:12px 15px;border-radius:13px;box-shadow:0 18px 35px #122d2724;display:flex;align-items:center;gap:9px;font-size:10px}.hero-card span:last-child{display:grid;gap:2px}.hero-card small{color:#7b8782;font-size:8px}.check-circle{width:28px;height:28px;border-radius:9px;background:var(--green-3);color:var(--green);display:grid;place-items:center}.hero-index{position:absolute;right:0;bottom:18px;z-index:3;font:800 13px Manrope}.hero-index span{font-size:9px;color:#7a8781}.hero-nav{position:absolute;bottom:24px;left:clamp(20px,7vw,110px);display:flex;align-items:center;gap:14px;z-index:4}.hero-nav>button{width:34px;height:34px;border:1px solid #d8dfdb;background:#fffc;border-radius:50%;display:grid;place-items:center}.hero-nav>div{display:flex;gap:5px}.hero-nav>div button{width:5px;height:5px;border:0;border-radius:10px;background:#b6c2bd;padding:0;transition:width .2s}.hero-nav>div button.active{width:22px;background:var(--green)}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:22px clamp(20px,7vw,110px);border-bottom:1px solid var(--line)}.trust-bar>div{display:flex;align-items:center;gap:10px}.trust-icon{width:34px;height:34px;border-radius:10px;background:var(--green-3);color:var(--green);display:grid;place-items:center}.trust-bar span:last-child{display:grid;gap:2px}.trust-bar small{font-size:8px;color:#7d8884}.section{padding:86px clamp(20px,7vw,110px)}.section-soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-label{font-size:9px;letter-spacing:.16em;color:#70857d;font-weight:800}.section-head h2,.request-section h2,.newsletter h2{font:700 clamp(28px,3.4vw,45px)/1.08 Manrope;letter-spacing:-.055em;margin:8px 0 0}.section-head>a{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.category-card{min-height:108px;border:1px solid var(--line);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;background:#fff;transition:transform .2s,box-shadow .2s,border-color .2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #122d2714;border-color:#d4dfda}.category-icon{width:48px;height:48px;border-radius:13px;background:#f3f5f1;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.category-card>span:nth-child(2){display:grid;gap:4px;flex:1}.category-card b{font:700 11px Manrope}.category-card small{font-size:8px;color:#7b8782;line-height:1.35}.category-card>svg{color:#8a9691}.promotion{margin:0 clamp(20px,7vw,110px) 86px;border-radius:24px;background:var(--green);color:#fff;padding:32px 38px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.promotion:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-80px;top:-160px;background:#ffffff0f}.sale-kicker{font-size:9px;letter-spacing:.15em;font-weight:800;display:flex;gap:7px;align-items:center;color:#c8dad4}.promotion h2{font:800 clamp(35px,4vw,56px) Manrope;letter-spacing:-.06em;margin:8px 0}.promotion h2 span{font-size:.42em;font-weight:600;letter-spacing:-.02em;color:#d3e1dd}.promotion p{max-width:620px;color:#c8d8d3;font-size:11px;line-height:1.55;margin:0}.light-btn{background:#fff;color:var(--green);position:relative;z-index:2;white-space:nowrap}.carousel-controls{display:flex;gap:7px}.carousel-controls button{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center}.product-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;overflow:hidden}.product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #122d271a}.product-image{height:275px;background:#f0f2ee;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.035)}.discount{position:absolute;left:11px;top:11px;background:#fff;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:800;color:var(--green)}.favorite{position:absolute;right:11px;top:11px;width:34px;height:34px;border:0;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;color:#27352f}.favorite.active{color:#b94c5a}.quick-add{position:absolute;left:11px;right:11px;bottom:11px;height:39px;border:0;border-radius:10px;background:var(--green);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:6px;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s}.product-card:hover .quick-add{opacity:1;transform:none}.product-info{padding:14px}.product-info>small{font-size:8px;color:#84908b}.product-info h3{font:700 13px Manrope;margin:5px 0 7px;line-height:1.25}.rating{font-size:9px;color:#6f7d77;display:flex;align-items:center;gap:4px}.rating svg{color:#b78d39}.rating span{color:#9aa49f}.price{display:flex;align-items:center;gap:8px;margin:12px 0}.price b{font:800 15px Manrope}.price del{font-size:9px;color:#99a29e}.mobile-add,.mobile-dots{display:none}.request-section{margin:0 clamp(20px,7vw,110px) 86px;padding:35px 40px;border:1px solid var(--line);border-radius:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;background:#fff}.request-icon{width:48px;height:48px;border-radius:14px;background:var(--green-3);color:var(--green);display:grid;place-items:center}.request-section h2{font-size:27px}.request-section p{font-size:11px;color:var(--muted);margin:7px 0 0;max-width:680px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1c186b;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:100;display:grid;place-items:center;padding:20px}.request-modal{width:min(590px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:34px;position:relative;box-shadow:0 35px 90px #0003}.modal-close{position:absolute;right:18px;top:18px;width:35px;height:35px;border:0;border-radius:10px;background:#f2f4f1;display:grid;place-items:center}.request-modal h2{font:800 34px Manrope;letter-spacing:-.05em;margin:8px 0}.request-modal>p{font-size:11px;color:var(--muted);line-height:1.6;margin-bottom:22px}.request-modal form{display:grid;gap:13px}.request-modal label{font-size:9px;font-weight:800;display:grid;gap:6px}.request-modal input,.request-modal textarea{border:1px solid #dfe5e1;border-radius:10px;padding:11px 12px;outline:0;font-size:11px;resize:vertical}.request-modal input:focus,.request-modal textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #173d3512}.optional{font-weight:500;color:#98a29e;margin-left:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.editorial{margin:0 clamp(20px,7vw,110px) 86px;border-radius:26px;overflow:hidden;background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr}.editorial>div:first-child{padding:65px}.light-label{color:#a9c1b9}.editorial h2{font:800 clamp(38px,4.5vw,62px)/1 Manrope;letter-spacing:-.06em;margin:10px 0 16px}.editorial h2 em{font-style:normal;color:#a7c0b7}.editorial p{color:#c8d8d3;max-width:540px;font-size:12px;line-height:1.75}.editorial-points{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}.editorial-points span{font-size:9px;display:flex;align-items:center;gap:5px;color:#d9e4e0}.editorial-points svg{color:#9fc0b4}.editorial-image{min-height:400px}.editorial-image img{width:100%;height:100%;object-fit:cover}.newsletter{margin:0 clamp(20px,7vw,110px) 86px;padding:48px 52px;border:1px solid var(--line);border-radius:22px;display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.newsletter h2{max-width:520px}.newsletter p{font-size:11px;line-height:1.6;color:var(--muted)}.newsletter-form{display:flex;border:1px solid #dce2de;border-radius:11px;padding:4px;background:#fff}.newsletter-form input{border:0;outline:0;flex:1;min-width:0;padding:9px;font-size:10px}.newsletter-form button{border:0;border-radius:8px;background:var(--green);color:#fff;padding:0 14px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:6px}footer{background:#102e28;color:#dbe5e1;padding:55px clamp(20px,7vw,110px) 22px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;padding-bottom:42px}.footer-main>div{display:grid;align-content:start;gap:9px}.footer-main b{font-size:10px;color:#fff}.footer-main a:not(.brand){font-size:9px;color:#91a39c}.footer-brand p{max-width:260px;font-size:10px;color:#91a39c;line-height:1.5}.footer-trust{font-size:8px;color:#a6b6b0;display:flex;align-items:center;gap:6px}.footer-bottom{border-top:1px solid #29473f;padding-top:17px;display:flex;justify-content:space-between;gap:15px;font-size:8px;color:#7e938b}.toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:120;background:var(--green);color:#fff;padding:11px 15px;border-radius:11px;display:flex;align-items:center;gap:7px;font-size:10px;box-shadow:0 15px 35px #00000029;white-space:nowrap}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:none}@keyframes heroIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.hero-copy{animation:none}}@media(max-width:1100px){.nav{gap:16px}.search-trigger{width:205px}.category-grid,.product-track{grid-template-columns:repeat(3,1fr)}.product-track .product-card:nth-child(n+4){display:none}.hero{gap:35px}.trust-bar{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.promo-strip{justify-content:space-between}.promo-strip span:nth-child(2){display:none}.header{height:68px;padding:0 16px;gap:7px}.mobile-icon{display:grid;place-items:center}.nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #00000014;padding:18px 20px;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:14px 3px;border-bottom:1px solid #edf0ee}.desktop-only{display:none}.brand{font-size:19px;margin-right:auto}.brand-mark{width:27px;height:27px;font-size:14px}.search-trigger{width:40px;height:40px;background:transparent;padding:0;justify-content:center}.search-trigger span{display:none}.language{padding:0 5px}.hero{grid-template-columns:1fr;padding:48px 20px 78px;gap:25px;min-height:auto}.hero h1{font-size:54px}.hero p{font-size:14px}.hero-media{height:300px}.hero-image{height:280px}.hero-media:before{width:250px;height:250px;right:0}.hero-card{left:0;bottom:5px}.hero-index{right:2px;bottom:5px}.hero-nav{left:20px;bottom:22px}.hero-mini-trust span:nth-child(2){display:none}.trust-bar{padding:18px 20px;gap:15px}.trust-bar>div{align-items:flex-start}.trust-bar b{font-size:9px}.trust-bar small{font-size:7px}.section{padding:60px 20px}.section-head{align-items:flex-end}.section-head h2{font-size:29px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:96px}.category-icon{width:42px;height:42px}.promotion{margin:0 20px 60px;padding:28px 25px;align-items:flex-start;flex-direction:column}.promotion h2{font-size:43px}.request-section{margin:0 20px 60px;grid-template-columns:auto 1fr;padding:25px}.request-section .primary-btn{grid-column:1/-1;justify-self:start}.editorial{margin:0 20px 60px;grid-template-columns:1fr}.editorial>div:first-child{padding:45px 28px}.editorial-image{min-height:270px}.newsletter{margin:0 20px 60px;padding:35px 25px;grid-template-columns:1fr;gap:12px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid}.product-track{grid-template-columns:repeat(2,1fr);gap:10px}.product-track .product-card:nth-child(n+3){display:none}.product-image{height:235px}.quick-add{display:none}.mobile-add{width:100%;height:35px;border:1px solid #dce3df;background:#fff;border-radius:9px;color:var(--green);font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:6px}.mobile-dots{display:flex;justify-content:center;gap:5px;margin-top:18px}.mobile-dots button{border:0;width:5px;height:5px;padding:0;border-radius:10px;background:#bdc7c3}.mobile-dots button.active{width:20px;background:var(--green)}.suggestions>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.promo-strip{height:36px;font-size:8px}.promo-strip button{font-size:8px}.hero h1{font-size:46px}.hero-actions{flex-direction:column;align-items:flex-start;gap:15px}.hero-mini-trust{gap:10px}.trust-bar{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr}.category-card{min-height:82px}.product-track{grid-template-columns:1fr}.product-track .product-card:nth-child(n+2){display:none}.product-image{height:290px}.section-head>a{display:none}.section-head h2{font-size:27px}.promotion h2{font-size:40px}.request-section{grid-template-columns:auto 1fr}.request-section h2{font-size:23px}.request-section p{font-size:10px}.form-grid{grid-template-columns:1fr}.request-modal{padding:27px 22px}.search-panel{padding:85px 12px 12px}.suggestions>div{grid-template-columns:1fr}.footer-main{gap:28px 20px}}.catalog-section{padding-top:20px}.catalog-count{font-size:9px;color:#87938d;white-space:nowrap}.catalog-toolbar{display:grid;gap:14px;margin:0 0 25px}.filter-nav{display:flex;align-items:center;gap:7px;min-width:0}.filter-scroll{display:flex;gap:7px;overflow:auto;padding-bottom:3px;scrollbar-width:none;scroll-behavior:smooth;flex:1;min-width:0}.rail-arrow{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;color:var(--green)}.filter-scroll::-webkit-scrollbar{display:none}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font:700 9px Manrope;color:#6f7d77;white-space:nowrap}.filter.active{background:var(--green);border-color:var(--green);color:#fff}.catalog-search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 12px;max-width:520px;height:42px}.catalog-search input{border:0;outline:0;flex:1;min-width:0;font-size:10px;color:var(--ink)}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.catalog-grid .product-image{height:245px}.product-spec{font-size:9px;line-height:1.45;color:#89958f;margin:0 0 8px;min-height:26px}.tag-row{display:flex;gap:5px;flex-wrap:wrap;margin:2px 0 11px}.tag-row span{font-size:7px;border:1px solid #e1e6e3;border-radius:999px;padding:4px 6px;color:#718078;background:#fbfcfb}.catalog-more{display:flex;justify-content:center;margin-top:25px}.secondary-btn{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px 15px;font:800 9px Manrope;color:var(--green);display:flex;align-items:center;gap:7px}.category-card i{display:block;font-style:normal;font-size:7px;color:#a0aaa5;margin-top:5px}.catalog-section .product-card:hover{transform:translateY(-4px)}@media(max-width:1100px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.filter-nav{gap:5px}.rail-arrow{width:36px;height:36px}.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-count{display:none}.catalog-toolbar{gap:10px}.catalog-search{max-width:none}.catalog-grid .product-image{height:235px}}@media(max-width:480px){.rail-arrow{width:34px;height:34px}.catalog-grid{grid-template-columns:1fr}.catalog-grid .product-image{height:290px}.filter{padding:9px 11px}.product-spec{font-size:9px}}.catalog-more{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;color:#7a8781;font-size:10px;flex-wrap:wrap}.pagination{display:flex;align-items:center;gap:8px}.page-numbers{display:flex;gap:5px}.page-numbers button{width:32px;height:32px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:10px}.page-numbers button.active{background:var(--green);color:#fff;border-color:var(--green)}.secondary-btn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex;align-items:center;gap:6px}.secondary-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:700px){.catalog-more{align-items:stretch;flex-direction:column}.pagination{justify-content:space-between}.page-numbers{display:none}.secondary-btn{min-height:40px}}.product-hit{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.product-hit img{display:block;width:100%;height:100%;object-fit:cover}.product-body-hit{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;color:inherit;cursor:pointer}.product-body-hit:focus-visible,.product-hit:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:8px}.product-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;background:#101e1a7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px;animation:detailFade .2s ease}.product-detail{position:relative;width:min(1040px,100%);max-height:min(850px,calc(100vh - 36px));overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 80px #00000038;display:grid;grid-template-columns:minmax(320px,.95fr) minmax(360px,1.05fr);scrollbar-width:thin}.detail-media{position:relative;min-height:560px;background:#f4f6f4;display:flex;align-items:center;justify-content:center;overflow:hidden}.detail-media .detail-main-img{width:100%;height:100%;min-height:560px;object-fit:contain;padding:34px}.detail-media .discount{top:22px;left:22px;right:auto}.detail-thumbs{position:absolute;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:9px;padding:0 18px}.detail-thumb{width:56px;height:56px;padding:0;border-radius:10px;border:2px solid #fff;background:#fff;box-shadow:0 3px 10px #122d2729;cursor:pointer;flex-shrink:0;opacity:.65;overflow:hidden;transition:opacity .18s var(--ease,ease),border-color .18s var(--ease,ease),transform .18s var(--ease,ease)}.detail-thumb img{width:100%;height:100%;min-height:0;max-height:none;padding:0;object-fit:cover;display:block}.detail-thumb:hover{opacity:.9;transform:translateY(-2px)}.detail-thumb.active{opacity:1;border-color:var(--green,#173d35)}.detail-content{padding:44px 44px 38px;display:flex;flex-direction:column;align-items:flex-start}.detail-brand{font-size:10px;color:#7f8b86;font-weight:700;margin-top:7px}.detail-content h2{font:800 clamp(30px,4vw,48px)/1.02 Manrope;letter-spacing:-.055em;margin:10px 0 13px;color:var(--ink)}.detail-lead{font-size:12px;line-height:1.7;color:#68756f;margin:0 0 13px;max-width:560px}.detail-rating{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800;color:#6d7a74;margin-bottom:15px}.detail-rating svg{color:#c98c29}.detail-rating span{font-weight:600;color:#9aa49f}.detail-price{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.detail-price b{font-size:26px;letter-spacing:-.04em}.detail-price del{font-size:11px;color:#a3aaa6}.detail-price span{font-size:9px;font-weight:900;color:#a84c42;background:#f8e9e6;border-radius:999px;padding:5px 7px}.detail-trust{width:100%;display:grid;grid-template-columns:1fr;gap:7px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin-bottom:20px}.detail-trust span{display:flex;align-items:center;gap:8px;font-size:9px;color:#68756f;font-weight:700}.detail-trust svg{color:var(--green)}.stock-flag{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:800;letter-spacing:.02em;padding:6px 10px;border-radius:999px;margin-bottom:14px;width:fit-content}.stock-flag:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.stock-flag.ok{background:#eaf5ee;color:#1f7a41}.stock-flag.low{background:#fdf3e3;color:#a8641a}.stock-flag.out{background:#fbecec;color:#a83333}.detail-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:18px}.detail-specs>div{border:1px solid var(--line);border-radius:11px;padding:9px 11px;display:grid;gap:3px}.detail-specs span{font-size:8px;color:#8a958f;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.detail-specs b{font-size:11px;color:var(--ink)}.tech-panel{width:100%;border:1px solid #e4e9e6;border-radius:14px;padding:17px;background:#fbfcfb}.tech-panel h3{font-size:11px;margin:0 0 8px}.tech-panel p{font-size:10px;line-height:1.65;color:#6d7a74;margin:0;white-space:pre-line}.tech-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.tech-toggle{border:0;background:none;padding:9px 0 0;font:800 9px Manrope;color:var(--green,#173d35);text-decoration:underline;cursor:pointer}.tech-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.tech-tags span{font-size:8px;font-weight:800;color:#66746d;border:1px solid #dfe5e2;border-radius:999px;padding:5px 7px;background:#fff}.detail-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:20px}.detail-actions .primary-btn{min-height:42px}.detail-note{font-size:8px;line-height:1.55;color:#9aa49f;margin:13px 0 0;max-width:560px}@keyframes detailFade{0%{opacity:0}to{opacity:1}}@media(max-width:820px){.product-detail{grid-template-columns:1fr;max-height:calc(100vh - 20px);border-radius:20px}.detail-media{min-height:280px;max-height:340px}.detail-media .detail-main-img{min-height:280px;max-height:340px;padding:22px}.detail-content{padding:28px 22px 26px}.detail-content h2{font-size:34px}.detail-thumbs{bottom:10px;gap:6px}.detail-thumb{width:38px;height:38px}}@media(max-width:480px){.product-detail-backdrop{padding:8px}.product-detail{max-height:calc(100vh - 16px);border-radius:18px}.detail-media{min-height:230px;max-height:250px}.detail-media .detail-main-img{min-height:230px;max-height:250px;padding:16px}.detail-content{padding:24px 17px 22px}.detail-content h2{font-size:29px}.detail-actions{width:100%}.detail-actions .primary-btn,.detail-actions .secondary-btn{width:100%;justify-content:center}.detail-trust{margin-bottom:14px}.tech-clamped{-webkit-line-clamp:3}}.view-sheet{display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:800;color:var(--green);margin-top:1px}.product-body-hit:hover .view-sheet{text-decoration:underline;text-underline-offset:3px}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;background:#101e1a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:flex-end;animation:detailFade .18s ease}.cart-drawer{width:min(470px,100%);height:100%;background:#fff;box-shadow:-24px 0 70px #00000029;display:flex;flex-direction:column;animation:cartIn .24s ease;overflow:hidden}.cart-head{display:flex;justify-content:space-between;align-items:flex-start;padding:27px 28px 20px;border-bottom:1px solid var(--line)}.cart-head h2{font:800 28px/1 Manrope;letter-spacing:-.045em;margin:7px 0 0;color:var(--ink)}.cart-items{padding:18px 24px;overflow:auto;flex:1;display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:92px 1fr;gap:13px;padding:11px;border:1px solid #e5eae7;border-radius:15px;background:#fbfcfb}.cart-item>img{width:92px;height:100px;object-fit:cover;border-radius:10px;background:#f1f4f2}.cart-item-info{min-width:0}.cart-item-info small{font-size:8px;color:#87938d;font-weight:800}.cart-item-info h3{font-size:11px;line-height:1.25;margin:5px 0 8px;color:var(--ink)}.cart-item-info>b{font-size:13px}.qty-row{display:flex;align-items:center;gap:7px;margin-top:10px}.qty-row>button{width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:8px;font-weight:800;color:var(--green)}.qty-row>span{min-width:16px;text-align:center;font-size:10px;font-weight:800}.qty-row .remove-item{width:auto;border:0;background:transparent;color:#9b5d56;font-size:8px;margin-left:auto}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.cart-empty>svg{color:var(--green);margin-bottom:14px}.cart-empty h3{font-size:18px;margin:0 0 7px}.cart-empty p{font-size:10px;line-height:1.6;color:#7c8983;max-width:280px;margin:0 0 20px}.cart-summary{padding:20px 24px 25px;border-top:1px solid var(--line);background:#fff}.cart-summary>div{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:7px}.cart-summary>div b{font-size:19px}.cart-summary>small{display:block;color:#929d98;font-size:8px;margin-bottom:15px}.cart-summary .primary-btn{width:100%;justify-content:center;min-height:44px}@keyframes cartIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:480px){.cart-drawer{width:100%}.cart-head{padding:23px 18px 17px}.cart-items{padding:14px 15px}.cart-summary{padding:16px 15px 20px}.cart-item{grid-template-columns:82px 1fr}.cart-item>img{width:82px;height:92px}}:root{--green:#173d35;--green-deep:#0e2b25;--green-2:#63857a;--green-3:#e9f0ed;--ink:#13221e;--muted:#68756f;--cream:#f5f5ef;--paper:#fff;--soft:#fafbf9;--line:#e1e7e3;--line-strong:#d4ddd8;--shadow-soft:0 12px 35px rgba(18,45,39,.07);--shadow-card:0 18px 45px rgba(18,45,39,.09);--ease:cubic-bezier(.22,.61,.36,1)}html{scroll-padding-top:88px}body{background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,a,input,textarea{outline-color:var(--green)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--green);outline-offset:3px}.header{height:74px;padding:0 clamp(18px,5vw,82px);gap:28px;border-bottom:1px solid rgba(225,231,227,.82);box-shadow:0 5px 25px #122d2709;transition:height .28s var(--ease),box-shadow .28s var(--ease),background .28s var(--ease)}.brand{font-size:21px;letter-spacing:-.06em}.brand-mark{width:31px;height:31px;border-radius:9px;box-shadow:0 6px 18px #173d3526}.nav{gap:22px;font-size:11px;font-weight:700}.nav a{position:relative;padding:8px 0}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--green);transition:right .22s var(--ease)}.nav a:hover:after{right:0}.search-trigger{height:40px;width:250px;border:1px solid transparent;background:#f5f7f5;border-radius:12px;transition:background .2s,border-color .2s,box-shadow .2s}.search-trigger:hover{background:#fff;border-color:var(--line);box-shadow:0 6px 18px #122d270d}.round-action,.cart-action,.language{transition:background .2s,transform .2s,color .2s}.round-action:hover,.cart-action:hover,.language:hover{background:#f3f6f4;transform:translateY(-1px)}.cart-action b{box-shadow:0 3px 8px #173d3533}.search-panel{background:#0a1b1752;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-top:88px}.search-panel-inner{border:1px solid rgba(255,255,255,.65);border-radius:22px;box-shadow:0 35px 100px #0003}.search-panel-top{height:82px}.search-panel-top input{font-size:18px;letter-spacing:-.02em}.suggestions{padding:28px}.suggestions button{transition:transform .2s var(--ease),border-color .2s,background .2s}.suggestions button:hover{transform:translateY(-2px);border-color:#cfdad5;background:#fbfdfc}.hero{min-height:650px;padding:76px clamp(20px,7vw,110px) 90px;gap:74px;background:linear-gradient(135deg,#f7f7f2,#f2f5f2)}.hero-copy{max-width:620px}.hero .eyebrow{letter-spacing:.15em;font-size:9px;font-weight:800}.hero h1{font-size:clamp(54px,6.3vw,88px);line-height:.93;letter-spacing:-.075em;max-width:720px}.hero h1 em{font-style:normal;color:#5c7f73}.hero p{max-width:520px;font-size:15px;line-height:1.75;color:#66746e}.hero-actions{margin-top:28px}.primary-btn{min-height:43px;padding:0 18px;border-radius:11px;box-shadow:0 7px 18px #173d351f;transition:transform .22s var(--ease),box-shadow .22s var(--ease),background .22s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #173d3529}.text-btn{font-weight:800;transition:gap .22s var(--ease),color .2s}.text-btn:hover{gap:11px;color:var(--green)}.hero-media{filter:drop-shadow(0 24px 38px rgba(18,45,39,.1))}.hero-image{border-radius:24px;box-shadow:0 28px 65px #122d2721;border:1px solid rgba(255,255,255,.7)}.hero-image img{transition:transform 1.1s var(--ease)}.hero:hover .hero-image img{transform:scale(1.018)}.hero-card{border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 35px #122d271f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffdb}.hero-nav button{transition:transform .2s var(--ease),background .2s,border-color .2s}.hero-nav button:hover{transform:translateY(-2px);background:#fff;border-color:#cdd8d3}.trust-bar{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px clamp(20px,7vw,110px)}.trust-bar>div{padding:3px 0}.trust-icon{width:36px;height:36px;border:1px solid var(--line);background:#fafcfb;box-shadow:0 5px 16px #122d270a}.trust-bar b{font-size:10px}.trust-bar small{font-size:8px}.section{padding:82px clamp(20px,7vw,110px)}.section-soft{background:#f8faf8;border-top:1px solid #eef2ef;border-bottom:1px solid #eef2ef}.section-head{margin-bottom:28px}.section-head h2{font-size:clamp(30px,3vw,42px);letter-spacing:-.055em}.section-label{letter-spacing:.17em;font-size:8px}.section-head>a{font-size:10px;font-weight:800;transition:transform .2s var(--ease)}.section-head>a:hover{transform:translate(3px)}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-card{min-height:128px;padding:18px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 4px 15px #122d2706;transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:#ced9d4}.category-icon{width:46px;height:46px;border-radius:13px;background:#f3f7f5;border:1px solid #e7ece9;font-size:18px}.category-card b{font-size:11px}.category-card small{font-size:8px;line-height:1.45}.category-card i{font-size:7px}.promotion{margin:0 clamp(20px,7vw,110px) 30px;border-radius:24px;padding:45px 52px;background:linear-gradient(135deg,#143a32,#234f45);box-shadow:0 24px 60px #122d2724;border:1px solid rgba(255,255,255,.08)}.promotion h2{letter-spacing:-.065em}.promotion h2 span{color:#c5d6d0}.light-btn{box-shadow:none}.light-btn:hover{box-shadow:0 12px 28px #00000024}.product-card{border-radius:17px;background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 4px 16px #122d2706;transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card);border-color:#d3ddd8}.product-image{background:#f5f7f5}.product-hit img{transition:transform .55s var(--ease)}.product-card:hover .product-hit img{transform:scale(1.025)}.favorite{box-shadow:0 6px 18px #122d2714;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.quick-add{box-shadow:0 8px 20px #122d2726;transition:transform .2s var(--ease),box-shadow .2s}.quick-add:hover{transform:translateY(-2px);box-shadow:0 12px 24px #122d272e}.product-info{padding:16px 16px 17px}.product-info small{font-size:7px;letter-spacing:.02em}.product-info h3{font-size:12px;line-height:1.28;margin:6px 0 8px}.product-spec{font-size:8.5px}.price b{font-size:17px}.price del{font-size:8px}.tag-row span{background:#f8faf9}.view-sheet{font-size:8px}.product-track{gap:14px}.product-track .product-card{min-width:0}.carousel-controls button{transition:transform .2s var(--ease),background .2s,border-color .2s}.carousel-controls button:hover{transform:translateY(-2px);background:#fff;border-color:#cdd8d3}.catalog-section{background:#fff}.catalog-toolbar{margin-bottom:28px}.filter-nav{background:#fafcfb;border:1px solid var(--line);border-radius:14px;padding:6px}.rail-arrow{border-color:transparent;background:#fff;box-shadow:0 4px 12px #122d270a}.filter{background:transparent;border-color:transparent;padding:9px 14px;transition:background .2s,color .2s,box-shadow .2s}.filter:hover{background:#fff;color:var(--green);box-shadow:0 4px 12px #122d270d}.filter.active{box-shadow:0 6px 14px #173d351f}.catalog-search{height:44px;border-radius:13px;box-shadow:0 3px 14px #122d2706}.catalog-grid{gap:16px}.catalog-more{padding-top:8px}.page-numbers button,.secondary-btn{transition:transform .2s var(--ease),border-color .2s,background .2s}.page-numbers button:hover,.secondary-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#cdd8d3;background:#fbfdfc}.request-section{border:1px solid var(--line);box-shadow:0 8px 28px #122d2709;border-radius:20px}.request-icon{box-shadow:0 7px 18px #122d2714}.editorial{border-radius:26px;overflow:hidden;box-shadow:0 20px 55px #122d2717}.editorial-image img{transition:transform .8s var(--ease)}.editorial:hover .editorial-image img{transform:scale(1.02)}.newsletter{border:1px solid var(--line);box-shadow:0 8px 28px #122d2709;border-radius:22px}.newsletter-form input{transition:border-color .2s,box-shadow .2s}.newsletter-form input:focus{border-color:#aebdb6;box-shadow:0 0 0 4px #173d350f}.product-detail{border:1px solid rgba(220,228,223,.9);box-shadow:0 35px 100px #00000038}.detail-media{background:#f6f8f6}.detail-content h2{letter-spacing:-.065em}.tech-panel{box-shadow:0 5px 18px #122d2706}.detail-actions .primary-btn{box-shadow:0 8px 22px #173d3521}.cart-drawer{border-left:1px solid var(--line);box-shadow:-30px 0 80px #00000029}.cart-item{transition:transform .2s var(--ease),border-color .2s,box-shadow .2s}.cart-item:hover{transform:translateY(-1px);border-color:#d2ddd7;box-shadow:0 7px 20px #122d270d}.cart-summary{box-shadow:0 -10px 30px #122d2709}footer{background:#102d27;border-top:1px solid #1b4138}.footer-main{padding-top:62px;padding-bottom:48px}.footer-brand .brand-mark{background:#fff;color:var(--green)}.footer-main a{transition:color .2s}.footer-main a:hover{color:#dce8e3}[data-reveal]{transform:translateY(16px);opacity:0;transition:opacity .65s var(--ease),transform .65s var(--ease)}[data-reveal].is-visible{transform:none;opacity:1}@media(max-width:800px){.header{height:68px;padding:0 13px;gap:4px}.mobile-icon{border-radius:11px;transition:background .2s}.mobile-icon:hover{background:#f3f6f4}.nav{top:68px;border:0;border-radius:0 0 18px 18px;box-shadow:0 22px 45px #122d2721;padding:12px 16px 18px}.nav a{padding:15px 8px;font-size:12px}.nav.open:before{content:"EXPLORAR";display:block;padding:8px;font:800 8px Manrope;letter-spacing:.16em;color:#8b9892}.brand{font-size:19px}.header-actions{gap:1px}.language{font-size:9px}.hero{padding:50px 20px 74px}.hero h1{font-size:clamp(46px,13vw,64px)}.hero-media{filter:none}.section{padding:68px 18px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-card{min-height:112px;padding:14px}.category-card b{font-size:10px}.promotion{margin:0 18px 28px;padding:32px 24px;border-radius:20px}.product-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-track .product-card:nth-child(n+3){display:none}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-grid .product-image{height:230px}.product-info{padding:13px 12px 14px}.product-info h3{font-size:11px}.product-spec{font-size:8px;line-height:1.4}.catalog-more{gap:12px}.catalog-more>span{font-size:9px}.secondary-btn{min-height:42px;justify-content:center}.footer-main{padding-top:50px}}@media(max-width:480px){.promo-strip{height:36px;padding:0 12px}.hero{padding:42px 16px 70px}.hero p{font-size:12px}.hero-media{height:280px}.hero-image{height:260px;border-radius:19px}.hero-card{transform:scale(.92);transform-origin:left bottom}.hero-index{transform:scale(.92);transform-origin:right bottom}.trust-bar{padding:16px 14px;gap:10px}.trust-icon{width:32px;height:32px}.trust-bar b{font-size:8px}.trust-bar small{font-size:6.5px}.section{padding:56px 14px}.section-head h2{font-size:26px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-card{min-height:108px;padding:12px;border-radius:14px}.category-icon{width:38px;height:38px;font-size:16px}.category-card small{font-size:7px}.promotion{margin:0 14px 24px;padding:28px 20px;border-radius:18px}.promotion h2{font-size:37px}.product-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-image{height:180px}.product-track .product-card:nth-child(n+3){display:none}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-grid .product-image{height:180px}.catalog-grid .product-card{border-radius:14px}.product-info{padding:11px 10px 12px}.product-info small{font-size:6.5px}.product-info h3{font-size:10px}.product-spec{font-size:7.5px;min-height:22px}.price b{font-size:14px}.price del{font-size:7px}.tag-row{display:none}.view-sheet{font-size:7px}.mobile-add{height:36px;font-size:8px}.catalog-more{flex-direction:column;align-items:stretch}.pagination{gap:6px}.pagination .secondary-btn{flex:1}.search-panel{padding:76px 8px 8px}.search-panel-inner{border-radius:18px}.search-panel-top{height:68px;padding-left:17px}.search-panel-top input{font-size:15px}.suggestions{padding:20px 16px}.suggestions>div{grid-template-columns:1fr 1fr;gap:7px}.suggestions button{padding:11px;font-size:9px}.request-section{margin:0 14px 45px;padding:22px;border-radius:17px}.editorial{margin:0 14px 45px;border-radius:20px}.newsletter{margin:0 14px 45px;border-radius:18px}.cart-item{grid-template-columns:72px 1fr}.cart-item>img{width:72px;height:82px}}@media(prefers-reduced-motion:reduce){.hero:hover .hero-image img,.editorial:hover .editorial-image img,.product-card:hover .product-hit img{transform:none}[data-reveal]{transform:none;opacity:1}}html{overflow-x:clip}body{overflow-x:clip;-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}@media(max-width:800px){.header{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));box-shadow:0 4px 18px #122d2709}.header-actions{min-width:0}.brand{min-width:0;overflow:hidden;text-overflow:ellipsis}.language{padding:0 3px}.language span{font-size:8px}.mobile-icon,.search-trigger,.cart-action{width:38px;min-width:38px;height:38px}.hero{padding:34px 16px 24px;gap:18px}.hero-copy{min-width:0}.hero .eyebrow{font-size:8px;line-height:1.4}.hero h1{font-size:clamp(39px,11.5vw,54px);line-height:.96;margin:14px 0 15px;max-width:100%}.hero p{font-size:12px;line-height:1.6;max-width:100%}.hero-actions{margin:22px 0;gap:12px}.hero-actions .primary-btn{width:100%;min-height:46px}.hero-actions .text-btn{padding:4px 0}.hero-mini-trust{gap:8px 12px}.hero-mini-trust span{font-size:8px}.hero-media{height:258px;min-width:0}.hero-image{width:100%;height:238px;border-radius:20px;transform:none}.hero-media:before{width:190px;height:190px;right:-22px;top:4px}.hero-card{left:8px;bottom:0;padding:9px 11px;border-radius:11px;max-width:190px}.hero-card b{font-size:9px}.hero-card small{font-size:7px}.hero-index{right:8px;bottom:5px;font-size:11px}.hero-nav{position:static;grid-column:1;justify-content:center;gap:11px;margin-top:-2px}.hero-nav>button{width:36px;height:36px}.trust-bar{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px 14px;gap:12px 10px}.trust-bar>div{min-width:0;gap:8px}.trust-icon{width:32px;height:32px;min-width:32px}.trust-bar b{font-size:8px;line-height:1.2}.trust-bar small{font-size:6.5px;line-height:1.25}.section{padding:52px 14px}.section-head{align-items:flex-end;margin-bottom:20px;gap:10px}.section-head h2{font-size:25px;line-height:1.04}.section-label{font-size:7px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-card{min-height:116px;padding:12px;border-radius:14px;align-items:flex-start;gap:9px}.category-icon{width:34px;height:34px;min-width:34px;border-radius:10px;font-size:14px}.category-card b{font-size:9px;line-height:1.18}.category-card small{font-size:6.8px;line-height:1.35}.category-card i{font-size:6.2px;line-height:1.25}.category-card>svg{width:13px;min-width:13px;margin-top:2px}.promotion{margin:0 14px 48px;padding:27px 20px;border-radius:18px;gap:20px}.promotion h2{font-size:38px;line-height:.95}.promotion p{font-size:9px;line-height:1.55}.promotion .primary-btn{width:100%}.product-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:hidden}.product-track .product-card:nth-child(n+3){display:none}.product-image{height:190px}.product-info{padding:10px 9px 11px}.product-info>small{font-size:6px;line-height:1.25}.product-info h3{font-size:9.5px;line-height:1.22;margin:5px 0 6px}.product-spec{font-size:7px;line-height:1.35;min-height:29px;margin-bottom:6px}.rating{font-size:7px;gap:3px}.rating svg{width:11px;height:11px}.price{margin:8px 0;gap:5px;flex-wrap:wrap}.price b{font-size:13px}.price del{font-size:6.5px}.tag-row{display:none}.view-sheet{font-size:6.8px;line-height:1.2}.mobile-add{height:34px;border-radius:9px;font-size:7.5px}.favorite{width:31px;height:31px;right:7px;top:7px}.discount{left:7px;top:7px;padding:5px 6px;font-size:7px}.mobile-dots{margin-top:14px}.catalog-section{padding-top:16px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog-grid .product-image{height:190px}.catalog-grid .product-card{border-radius:14px}.catalog-grid .product-info{padding:10px 9px 11px}.catalog-grid .product-info h3{font-size:9.5px}.catalog-grid .product-spec{font-size:7px;min-height:29px}.catalog-toolbar{gap:9px}.filter-nav{padding:3px;border-radius:12px}.rail-arrow{width:32px;height:32px;min-width:32px}.filter-scroll{gap:5px}.filter{padding:8px 10px;font-size:7.5px}.catalog-search{height:42px;border-radius:12px}.catalog-search input{font-size:9px}.catalog-more{margin-top:20px;gap:10px;align-items:stretch}.catalog-more>span{font-size:8px;text-align:center;line-height:1.35}.pagination{width:100%;gap:7px}.pagination .secondary-btn{flex:1;min-width:0;min-height:42px;justify-content:center;padding:8px 7px;font-size:8px}.page-numbers{display:none}.request-section{margin:0 14px 48px;padding:20px;border-radius:17px;grid-template-columns:auto 1fr;gap:12px}.request-icon{width:40px;height:40px;border-radius:12px}.request-section h2{font-size:21px;line-height:1.05}.request-section p{font-size:9px;line-height:1.5}.request-section .primary-btn{grid-column:1/-1;width:100%;min-height:44px}.editorial{margin:0 14px 48px;border-radius:20px;grid-template-columns:1fr}.editorial>div:first-child{padding:34px 22px}.editorial h2{font-size:36px}.editorial p{font-size:9px;line-height:1.65}.editorial-image{min-height:230px}.newsletter{margin:0 14px 48px;padding:28px 20px;border-radius:18px;grid-template-columns:1fr;gap:10px}.newsletter h2{font-size:25px}.newsletter p{font-size:9px}.newsletter-form{min-height:44px}.newsletter-form button{font-size:8px}.footer-main{padding:44px 16px 34px;grid-template-columns:1fr 1fr;gap:25px 18px}.footer-brand p,.footer-main a{font-size:9px}.footer-bottom{padding:14px 16px;gap:7px;font-size:7px}}@media(max-width:480px){.promo-strip{height:35px;padding:0 10px;font-size:7.5px}.promo-strip button{font-size:7.5px}.header{height:64px}.nav{top:64px}.hero{padding:29px 13px 20px;gap:14px}.hero h1{font-size:clamp(37px,11.2vw,48px)}.hero p{font-size:11px}.hero-media{height:224px}.hero-image{height:205px;border-radius:18px}.hero-card{left:5px;bottom:0;max-width:165px;padding:8px 9px}.hero-card .check-circle{width:24px;height:24px}.hero-card b{font-size:8px}.hero-card small{font-size:6.5px}.hero-index{right:5px;bottom:4px;font-size:10px}.hero-nav>button{width:34px;height:34px}.trust-bar{padding:14px 12px;gap:10px 8px}.section{padding:46px 12px}.section-head h2{font-size:23px}.category-card{min-height:108px;padding:10px}.category-icon{width:32px;height:32px;min-width:32px}.category-card b{font-size:8.5px}.category-card small{font-size:6.4px}.category-card i{font-size:5.8px}.promotion{margin-left:12px;margin-right:12px;padding:24px 17px}.promotion h2{font-size:34px}.product-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-track .product-card:nth-child(n+3){display:none}.product-image{height:166px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.catalog-grid .product-image{height:166px}.catalog-grid .product-info{padding:9px 8px 10px}.catalog-grid .product-info h3{font-size:8.7px}.catalog-grid .product-spec{font-size:6.6px;min-height:27px}.catalog-grid .price b{font-size:12px}.catalog-grid .price del{font-size:6px}.catalog-grid .mobile-add{height:32px;font-size:7px}.product-image img{object-fit:contain;padding:8px}.catalog-grid .product-image img{padding:7px}.discount{font-size:6.5px;padding:4px 5px}.favorite{width:29px;height:29px}.favorite svg{width:15px;height:15px}.catalog-more>span{font-size:7.5px}.pagination .secondary-btn{font-size:7.5px;min-height:40px}.request-section,.editorial,.newsletter{margin-left:12px;margin-right:12px}}@media(max-width:350px){.brand{font-size:17px}.brand-mark{width:25px;height:25px;font-size:13px}.language span{display:none}.header-actions{gap:0}.mobile-icon,.search-trigger,.cart-action{width:35px;min-width:35px}.category-card{min-height:102px}.category-card small{display:none}.product-image,.catalog-grid .product-image{height:150px}.product-info h3{font-size:8.2px}.product-spec{font-size:6.2px;min-height:25px}}@media(prefers-reduced-motion:reduce){.hero-image img,.product-image img{transition:none!important}}.brand-mark{overflow:hidden;background:transparent!important;box-shadow:none!important;padding:0}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.footer-brand .brand-mark{background:transparent!important}@media(max-width:800px){.brand-mark{width:29px;height:29px}}.category-subs{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.category-subs span{font-size:7px;line-height:1;padding:5px 6px;border-radius:999px;background:#f5f8f6;border:1px solid #e7ece9;color:#64736d;white-space:nowrap}@media(max-width:800px){.category-subs{gap:4px}.category-subs span{font-size:6.5px;padding:4px 5px}}.product-detail-backdrop{overflow:auto;overscroll-behavior:contain}.product-detail{isolation:isolate}.detail-topbar{position:absolute;top:0;left:0;right:0;height:58px;z-index:8;display:flex;justify-content:flex-end;align-items:center;padding:10px 12px;pointer-events:none}.detail-close{pointer-events:auto;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid rgba(220,228,223,.95);border-radius:10px;background:#fffffff0;color:var(--ink);font:800 9px Manrope;box-shadow:0 6px 18px #122d2717;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.detail-close:hover{background:#fff;transform:translateY(-1px)}.detail-close:focus-visible{outline:2px solid var(--green);outline-offset:3px}.detail-content{background:#fff}@media(max-width:820px){.product-detail-backdrop{padding:0;place-items:stretch;background:#101e1a6b}.product-detail{width:100%;height:100dvh;max-height:100dvh;border-radius:0;grid-template-columns:1fr;overflow:auto;overscroll-behavior:contain}.detail-topbar{position:sticky;top:0;height:52px;margin-bottom:-52px;z-index:20;padding:9px 12px;align-items:flex-start}.detail-close{width:34px;height:34px;padding:0;justify-content:center;border-radius:50%}.detail-close span{display:none}.detail-media{min-height:310px;max-height:none;height:310px;padding-top:0}.detail-media .detail-main-img{min-height:310px;max-height:310px;padding:34px 26px 20px}.detail-content{padding:28px 20px 30px}.detail-content h2{font-size:31px;line-height:1.06}.detail-actions{padding-bottom:calc(10px + env(safe-area-inset-bottom))}}@media(max-width:480px){.detail-media{height:270px;min-height:270px}.detail-media .detail-main-img{min-height:270px;max-height:270px;padding:34px 20px 16px}.detail-content{padding:24px 16px 28px}.detail-content h2{font-size:27px}.detail-lead{font-size:11px;line-height:1.6}.detail-trust{gap:6px;padding:12px 0;margin-bottom:15px}.detail-trust span{font-size:8px}.tech-panel{padding:14px;border-radius:13px}.detail-actions{margin-top:16px}.detail-actions .primary-btn,.detail-actions .secondary-btn{min-height:44px}}.cart-head h2{margin-bottom:4px}.cart-head>div>small{display:block;color:#87938d;font-size:9px;margin-top:5px}.cart-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px}.cart-actions .secondary-btn,.cart-actions .primary-btn{width:100%;min-height:44px;justify-content:center}.cart-continue{width:100%;border:0;background:transparent;color:var(--green);font-size:9px;font-weight:700;padding:13px 4px 2px}.cart-continue:hover{text-decoration:underline}.full-cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#101e1a73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:clamp(14px,4vw,50px);display:flex;align-items:center;justify-content:center;animation:detailFade .18s ease}.full-cart{width:min(1180px,100%);height:min(820px,100%);background:#fff;border-radius:24px;box-shadow:0 35px 100px #0000002e;overflow:hidden;display:flex;flex-direction:column}.full-cart-head{display:flex;justify-content:space-between;align-items:flex-start;padding:30px clamp(22px,4vw,48px) 24px;border-bottom:1px solid var(--line);flex:none}.full-cart-head h2{font:800 clamp(28px,4vw,42px)/1 Manrope;letter-spacing:-.055em;margin:7px 0 5px}.full-cart-head p{margin:0;color:var(--muted);font-size:11px}.full-cart-layout{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);overflow:hidden}.full-cart-list{padding:24px clamp(18px,3vw,38px);overflow:auto}.full-cart-item{display:grid;grid-template-columns:105px minmax(0,1fr) auto;gap:18px;padding:15px 0;border-bottom:1px solid var(--line);align-items:start}.full-cart-item>img{width:105px;height:110px;object-fit:cover;border-radius:14px;background:var(--soft)}.full-cart-item-main small{font-size:8px;font-weight:800;color:#87938d;text-transform:uppercase;letter-spacing:.08em}.full-cart-item-main h3{font:700 15px/1.25 Manrope;margin:6px 0;color:var(--ink)}.full-cart-item-main p{font-size:10px;line-height:1.55;color:var(--muted);margin:0;max-width:540px}.full-cart-item-bottom{display:flex;align-items:center;gap:15px;margin-top:15px}.full-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}.full-qty button{border:0;background:#fff;width:30px;height:30px;color:var(--green);font-weight:800}.full-qty span{width:28px;text-align:center;font-size:10px;font-weight:800}.full-remove{border:0;background:none;color:#9b5d56;font-size:9px;padding:6px}.full-item-price{font-size:15px;white-space:nowrap}.continue-shopping{margin-top:22px;border:0;background:none;color:var(--green);font-size:10px;font-weight:800;display:flex;align-items:center;gap:7px}.full-cart-summary{border-left:1px solid var(--line);background:var(--soft);padding:32px clamp(20px,3vw,34px);display:flex;flex-direction:column;align-self:stretch}.summary-row{display:flex;justify-content:space-between;gap:15px;margin-top:26px;font-size:11px}.summary-row.muted{margin-top:12px;color:#87938d;font-size:9px}.summary-total{border-top:1px solid var(--line);margin-top:22px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.summary-total b{font:800 25px Manrope;letter-spacing:-.04em}.checkout-btn{width:100%;min-height:48px;justify-content:center;margin-top:22px}.cart-reassurance{display:grid;gap:11px;margin-top:auto;padding-top:30px;color:#68756f;font-size:9px}.cart-reassurance span{display:flex;align-items:center;gap:8px}.cart-reassurance svg{color:var(--green)}.full-cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.full-cart-empty>svg{color:var(--green);margin-bottom:15px}.full-cart-empty h3{font:800 22px Manrope;margin:0 0 7px}.full-cart-empty p{font-size:10px;color:var(--muted);max-width:330px;line-height:1.6;margin:0 0 20px}@media(max-width:720px){.full-cart-backdrop{padding:0}.full-cart{height:100%;width:100%;border-radius:0}.full-cart-head{padding:20px 18px 17px}.full-cart-layout{display:flex;flex-direction:column;overflow:auto}.full-cart-list{overflow:visible;padding:10px 16px 20px}.full-cart-item{grid-template-columns:76px minmax(0,1fr);gap:12px;padding:13px 0}.full-cart-item>img{width:76px;height:82px;border-radius:11px}.full-cart-item-main h3{font-size:12px;margin:4px 0}.full-cart-item-main p{font-size:9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.full-item-price{grid-column:2;font-size:13px;margin-top:-4px}.full-cart-summary{border-left:0;border-top:1px solid var(--line);padding:20px 16px 24px;flex:none}.cart-reassurance{margin-top:18px;padding-top:0;grid-template-columns:repeat(3,1fr);font-size:8px}.cart-reassurance span{align-items:flex-start}.full-cart-head h2{font-size:28px}}@media(max-width:420px){.cart-drawer{width:100%}.cart-head{padding:20px 16px 16px}.cart-items{padding:12px 14px}.cart-summary{padding:15px 14px 18px}.cart-item{grid-template-columns:76px 1fr;padding:9px}.cart-item>img{width:76px;height:84px}.cart-item-info h3{font-size:10px}.cart-actions{grid-template-columns:1fr 1fr}}.catalog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;background:#fafcfafa;overflow:auto}.catalog-shell{min-height:100%;position:relative}.catalog-close{position:fixed;right:22px;top:20px;z-index:3}.catalog-page{max-width:1380px;margin:0 auto;padding:52px clamp(18px,4vw,58px) 70px}.catalog-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;padding-right:52px;margin-bottom:28px}.catalog-head h1{font:800 clamp(28px,4vw,48px)/1.04 Manrope;letter-spacing:-.055em;max-width:650px;margin:8px 0}.catalog-head p{font-size:10px;color:var(--muted);margin:0}.catalog-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catalog-search{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;min-width:240px;color:#83918a}.catalog-search input{border:0;outline:0;background:transparent;width:100%;font:inherit;font-size:10px}.catalog-tools select,.filter-toggle{height:42px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 12px;font-size:10px;color:var(--ink)}.filter-toggle{display:none;align-items:center;gap:6px}.catalog-body{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px}.catalog-filters{border-top:1px solid var(--line);padding-top:16px}.filter-title{font:800 12px Manrope;margin-bottom:22px}.catalog-filters label{display:block;font-size:9px;color:var(--muted);margin-bottom:7px}.catalog-filters select{width:100%;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 8px;font-size:9px}.clear-filters{border:0;background:none;color:var(--green);font-size:9px;font-weight:800;padding:15px 0}.catalog-meta{font-size:9px;color:#7d8983;margin-bottom:12px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.catalog-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.catalog-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #152b2314}.catalog-image{aspect-ratio:1/1;background:var(--soft);overflow:hidden}.catalog-image img{width:100%;height:100%;object-fit:cover;display:block}.catalog-fav{position:absolute;right:9px;top:9px;width:31px;height:31px;border:0;border-radius:50%;background:#ffffffe6;display:grid;place-items:center;color:#718078;z-index:1}.catalog-info{padding:12px 13px 13px}.catalog-info small{font-size:7px;text-transform:uppercase;letter-spacing:.08em;color:#8a958f;font-weight:800}.catalog-info h3{font:700 12px/1.25 Manrope;margin:5px 0}.catalog-info p{font-size:8px;color:var(--muted);margin:0 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-bottom{display:flex;justify-content:space-between;align-items:center}.catalog-bottom b{font:800 14px Manrope;letter-spacing:-.03em}.catalog-bottom button{width:30px;height:30px;border:0;border-radius:9px;background:var(--green);color:#fff;display:grid;place-items:center}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.catalog-pagination>button,.catalog-pagination div button{height:36px;min-width:36px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:9px;color:var(--ink)}.catalog-pagination div{display:flex;gap:5px}.catalog-pagination div button.active{background:var(--green);color:#fff;border-color:var(--green)}.catalog-pagination button:disabled{opacity:.35;cursor:not-allowed}@media(max-width:900px){.catalog-head{align-items:flex-start;flex-direction:column}.catalog-tools{width:100%}.catalog-search{flex:1}.filter-toggle{display:flex}.catalog-tools select{flex:0 0 auto}.catalog-body{display:block}.catalog-filters{display:none;border:1px solid var(--line);border-radius:13px;padding:14px;margin-bottom:15px;background:#fff}.catalog-body.filters-visible .catalog-filters{display:block}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.catalog-page{padding:28px 12px 45px}.catalog-head{padding-right:42px;margin-bottom:18px}.catalog-head h1{font-size:28px}.catalog-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.catalog-search{grid-column:1/-1;width:auto;min-width:0}.catalog-tools select,.filter-toggle{width:100%;justify-content:center}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.catalog-info{padding:9px}.catalog-info h3{font-size:10px}.catalog-info p{font-size:7px;margin-bottom:8px}.catalog-bottom b{font-size:12px}.catalog-bottom button{width:28px;height:28px}.catalog-pagination{gap:5px}.catalog-pagination>button{font-size:8px;padding:0 8px}}@media(max-width:360px){.catalog-page{padding-left:9px;padding-right:9px}.catalog-grid{gap:7px}.catalog-info h3{font-size:9px}.catalog-info p{display:none}.catalog-pagination>button{min-width:32px;padding:0 5px}}.checkout-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f14128a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:22px;overflow:auto}.checkout-shell{width:min(1120px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px #0003;border:1px solid rgba(20,30,24,.08)}.checkout-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:28px 30px 20px;border-bottom:1px solid #edf0ed}.checkout-head h2{margin:5px 0 4px;font-size:clamp(25px,3vw,38px);letter-spacing:-.04em}.checkout-head p{margin:0;color:#69716c}.checkout-steps{display:flex;gap:8px;padding:14px 30px;border-bottom:1px solid #edf0ed;overflow:auto}.checkout-steps span{padding:8px 12px;border-radius:999px;color:#929a95;font-size:13px;white-space:nowrap}.checkout-steps .active{background:#eef5ef;color:#183d2a;font-weight:700}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:18px;padding:22px 30px 30px}.checkout-main{min-width:0}.checkout-card{border:1px solid #e7ebe8;border-radius:20px;padding:22px;background:#fff}.checkout-card+.checkout-card{margin-top:14px}.checkout-card-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px}.checkout-card-title>span{font-size:12px;font-weight:800;background:#f0f3f0;padding:7px 9px;border-radius:9px}.checkout-card-title h3{margin:0 0 3px;font-size:19px}.checkout-card-title p{margin:0;color:#737b76;font-size:13px}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-form-grid label{display:grid;gap:7px;font-size:13px;font-weight:650;color:#39423d}.checkout-form-grid input{width:100%;border:1px solid #dce2de;border-radius:11px;padding:12px 13px;font:inherit;outline:none}.checkout-form-grid input:focus{border-color:#3f7455;box-shadow:0 0 0 3px #3f74551a}.span-2{grid-column:span 2}.checkout-info{display:flex;gap:12px;align-items:flex-start;color:#476051}.checkout-info p{margin:4px 0 0;color:#768078;font-size:12px}.checkout-next{margin-top:15px}.checkout-summary{align-self:start;position:sticky;top:0;background:#f7f9f7;border:1px solid #e5eae6;border-radius:20px;padding:20px}.checkout-line{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #e6ebe7;font-size:13px}.checkout-line span{color:#69726c}.checkout-line span:first-child{max-width:65%}.checkout-line b{white-space:nowrap}.checkout-total{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding-top:16px;margin-top:5px}.checkout-total b{font-size:24px;letter-spacing:-.03em}.checkout-policy{font-size:12px;color:#707872;margin:9px 0 0}.shipping-hint{display:block;padding:9px 10px;background:#eef6f0;color:#315d40;border-radius:10px;font-size:12px;margin-top:8px}.payment-plan-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.payment-plan{text-align:left;border:1px solid #e0e6e1;background:#fff;border-radius:15px;padding:13px 14px;cursor:pointer;display:grid;gap:3px}.payment-plan b{font-size:12px;color:var(--ink,#173d35)}.payment-plan small{font-size:10px;color:#737c76}.payment-plan.active{border-color:#4a785a;background:#f5faf6;box-shadow:0 0 0 2px #4a785a14}.payment-plan-note{font-size:11px;line-height:1.6;color:#5b6b62;background:#f5faf6;border:1px solid #dfe9e1;border-radius:12px;padding:11px 13px;margin:0 0 16px}.installment-badge{grid-column:1/-1;justify-self:start;font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#3f7455;background:#e7f3ea;border-radius:999px;padding:4px 9px;margin-bottom:2px}.installment-remaining{grid-column:1/-1;font-size:10px;color:#84908b}.payment-options{display:grid;gap:10px}.payment-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;text-align:left;gap:12px;border:1px solid #e0e6e1;background:#fff;border-radius:15px;padding:14px;cursor:pointer}.payment-option.active{border-color:#4a785a;background:#f5faf6;box-shadow:0 0 0 2px #4a785a14}.payment-option>span:nth-child(2){display:grid;gap:3px}.payment-option small{color:#737c76}.payment-option>svg{opacity:0}.payment-option.active>svg{opacity:1;color:#3f7455}.payment-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#edf3ee;color:#315d40;font-weight:800}.payment-instructions{margin-top:16px;border-top:1px solid #e7ebe8;padding-top:18px}.payment-heading{display:flex;justify-content:space-between;gap:15px;align-items:end;margin-bottom:12px}.payment-heading span{font-weight:800}.payment-heading small{font-size:11px;color:#a06c35}.payment-data{border:1px solid #e4e9e5;border-radius:14px;overflow:hidden}.payment-data>div{display:grid;grid-template-columns:110px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid #e7ebe8}.payment-data>div:last-child{border-bottom:0}.payment-data span{font-size:12px;color:#737c76}.payment-data b{font-size:13px;overflow-wrap:anywhere}.payment-data button,.payment-reference button,.order-ref button{border:0;background:#edf3ee;color:#315d40;border-radius:8px;padding:7px 9px;font-size:11px;font-weight:700;cursor:pointer}.payment-reference{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-top:12px;padding:14px;border-radius:14px;background:#f5f7f5}.payment-reference span{font-size:11px;color:#717a74}.payment-reference b{font-size:14px;text-align:right}.payment-reference button{grid-column:2}.payment-instructions ol{padding-left:20px;color:#626c65;font-size:13px;line-height:1.7}.payment-warning{padding:12px 14px;border-radius:12px;background:#fff8ed;color:#7b5c2e;font-size:12px;line-height:1.5}.checkout-actions{display:flex;justify-content:space-between;gap:10px;margin-top:15px}.order-ref{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:13px;background:#fff;border:1px solid #e1e6e2;border-radius:13px;margin-top:12px}.order-ref small{grid-column:1/-1;color:#7a827d}.order-ref b{font-size:14px;overflow-wrap:anywhere}.order-ref button{grid-row:2;grid-column:2}.checkout-success{text-align:center;padding:60px 30px 70px;max-width:680px;margin:auto}.success-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#eaf4ed;color:#2f7046;margin:0 auto 18px}.checkout-success h3{font-size:28px;letter-spacing:-.03em;margin:8px 0}.checkout-success p{color:#69736d;line-height:1.6}.status-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:28px 0;text-align:left}.status-timeline span{font-size:11px;color:#9aa29d;border-top:2px solid #e2e7e3;padding-top:8px}.status-timeline .done{color:#376447;border-color:#6d9b7a}@media(max-width:760px){.checkout-backdrop{padding:0;align-items:stretch}.checkout-shell{max-height:none;height:100%;border-radius:0;border:0}.checkout-head{padding:20px 17px 15px}.checkout-head h2{font-size:25px}.checkout-steps{padding:11px 17px}.checkout-layout{display:block;padding:14px 17px 28px}.checkout-summary{position:static;margin-top:14px}.checkout-form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.checkout-card{padding:17px;border-radius:17px}.payment-data>div{grid-template-columns:1fr auto}.payment-data>div b{grid-column:1}.payment-data>div button{grid-column:2;grid-row:1/3}.payment-heading{display:grid;gap:5px}.status-timeline{grid-template-columns:1fr 1fr;gap:12px}.checkout-success{padding:45px 20px}.checkout-actions .secondary-btn,.checkout-actions .primary-btn{flex:1}.checkout-head .modal-close{flex:0 0 auto}}
