@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Russo+One&display=swap";:root{--red:#e31e24;--red-dark:#bd1117;--green:#4da443;--green-dark:#347a34;--ink:#17231e;--muted:#657068;--paper:#f5f3ec;--cream:#ebe7dc;--white:#fff;--line:#deddd5;--shadow:0 22px 60px #1a2b211a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-manrope,"Manrope"),Arial,sans-serif;margin:0}body:has(.cart-overlay){overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.container{width:min(1240px,100% - 48px);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.utility-bar{background:var(--ink);color:#d9e1da;height:34px;font-size:12px}.utility-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.utility-inner span{align-items:center;gap:7px;display:flex}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5f3ecf5;position:sticky;top:0}.header-inner{grid-template-columns:176px auto minmax(240px,1fr) auto auto;align-items:center;gap:14px;height:86px;display:grid}.brand img{width:152px;height:auto;display:block}.catalog-button,.cart-button{cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;height:46px;font-weight:800;display:flex}.catalog-button{background:var(--green);color:#fff;padding:0 19px}.search-shell{height:46px;color:var(--muted);background:#fff;border:1px solid #d9d8d0;border-radius:13px;align-items:center;gap:10px;padding:0 14px;transition:all .2s;display:flex}.search-shell:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #4da44321}.search-shell input{background:0 0;border:0;outline:0;width:100%;font-size:14px}.search-shell button{cursor:pointer;background:0 0;border:0;padding:3px}.phone-link{text-align:right;white-space:nowrap;flex-direction:column;display:flex}.phone-link small{color:var(--muted);font-size:11px}.phone-link strong{font-size:17px}.cart-button{background:var(--ink);color:#fff;padding:0 15px;position:relative}.cart-button b{background:var(--red);border-radius:20px;place-items:center;min-width:21px;height:21px;font-size:11px;display:grid;position:absolute;top:-7px;right:-5px}.mobile-toggle{background:0 0;border:0;display:none}.category-nav{background:#fff;border-top:1px solid #ecebe5}.category-nav .container{align-items:center;gap:34px;height:43px;display:flex}.category-nav a{color:#414a45;font-size:13px;font-weight:700}.category-nav a:hover{color:var(--red)}.hero{grid-template-columns:.95fr 1.05fr;align-items:center;gap:54px;min-height:610px;padding-block:58px 62px;display:grid}.kicker{text-transform:uppercase;letter-spacing:.13em;color:var(--green);align-items:center;gap:9px;margin:0 0 19px;font-size:11px;font-weight:800;display:flex}.kicker span{background:currentColor;width:22px;height:3px}.hero h1,.section-heading h2,.about-copy h2,.services-copy h2,.contact-intro h2{font-family:var(--font-display),"Russo One",sans-serif;letter-spacing:-.035em;margin:0;font-weight:400}.hero h1{font-size:clamp(50px,5.6vw,82px);line-height:.98}.hero h1 em,.section-heading h2 em,.about-copy h2 em{color:var(--red);font-style:normal}.hero-actions{gap:12px;display:flex}.button{border-radius:14px;justify-content:center;align-items:center;gap:10px;height:52px;padding:0 23px;font-size:14px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button.primary{background:var(--red);color:#fff}.button.primary:hover{background:var(--red-dark)}.button.secondary{border:1px solid var(--line);background:#fff}.hero-proof{color:#4e5a53;flex-wrap:wrap;gap:20px;margin-top:32px;font-size:12px;font-weight:700;display:flex}.hero-proof span{align-items:center;gap:5px;display:flex}.hero-proof svg{color:var(--green)}.hero-media{height:495px;box-shadow:var(--shadow);background:#d8d8d1;border-radius:34px 34px 90px;position:relative;overflow:hidden}.hero-media:after{content:"";background:linear-gradient(#0000 55%,#10221873);position:absolute;inset:0}.hero-media>img{object-fit:cover;width:100%;height:100%}.hero-badge{z-index:2;background:var(--red);color:#fff;text-align:center;border-radius:50%;place-content:center;width:134px;height:134px;display:grid;position:absolute;top:24px;right:25px;transform:rotate(5deg);box-shadow:0 15px 30px #c3121847}.hero-badge strong{font-family:var(--font-display);font-size:31px}.hero-badge span{text-transform:uppercase;letter-spacing:.08em;font-size:11px;line-height:1.25}.hero-caption{z-index:2;color:#fff;align-items:flex-start;gap:9px;font-size:12px;display:flex;position:absolute;bottom:25px;left:26px}.hero-caption b{font-size:15px}.category-strip{border:1px solid var(--line);background:#fff;border-radius:22px;grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden;box-shadow:0 12px 35px #2430290d}.category-chip{border-right:1px solid var(--line);grid-template-columns:43px 1fr auto;align-items:center;gap:10px;min-width:0;padding:20px 14px;transition:all .2s;display:grid}.category-chip:last-child{border:0}.category-chip:hover{background:#faf9f5}.category-chip>span{border-radius:13px;place-items:center;width:43px;height:43px;display:grid}.category-chip.red>span{color:var(--red);background:#ffe3e3}.category-chip.green>span,.category-chip.mint>span{color:var(--green);background:#e2f1de}.category-chip.sand>span{color:#896d38;background:#eee5d0}.category-chip.blue>span{color:#477d93;background:#dfecf2}.category-chip.yellow>span{color:#9b7317;background:#fff1bf}.category-chip div{min-width:0}.category-chip strong,.category-chip small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.category-chip strong{font-size:12px}.category-chip small{color:var(--muted);margin-top:4px;font-size:10px}.category-chip>svg{color:#a5aaa6}.section-heading{grid-template-columns:1fr 390px;align-items:end;gap:40px;margin-bottom:48px;display:grid}.section-heading h2,.about-copy h2{font-size:clamp(40px,4.3vw,62px);line-height:1.05}.section-heading>p{color:var(--muted);margin:0;line-height:1.65}.catalog-layout{grid-template-columns:250px 1fr;gap:24px;display:grid}.catalog-aside{background:var(--green);color:#fff;border-radius:24px;align-self:start;padding:26px;position:sticky;top:155px}.catalog-aside>span{text-transform:uppercase;letter-spacing:.13em;opacity:.7;font-size:10px;font-weight:800}.catalog-aside h3{margin:18px 0 12px;font-size:25px;line-height:1.12}.catalog-aside p{opacity:.82;font-size:13px;line-height:1.6}.catalog-aside a{border-top:1px solid #ffffff47;justify-content:space-between;align-items:center;margin-top:32px;padding-top:17px;font-size:13px;font-weight:800;display:flex}.search-result{justify-content:space-between;align-items:start;height:40px;font-size:13px;font-weight:700;display:flex}.search-result button{color:var(--red);cursor:pointer;background:0 0;border:0}.product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:20px;min-width:0;padding:13px;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #222f2717}.product-visual{border-radius:14px;justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.product-visual:before,.product-visual:after{content:"";background:#ffffff59;border-radius:50%;position:absolute}.product-visual:before{width:130px;height:130px;top:-40px;right:-30px}.product-visual:after{width:70px;height:70px;bottom:-20px;left:-18px}.product-visual svg{z-index:1;position:relative}.product-visual span{z-index:1;background:#ffffffdb;border-radius:8px;padding:5px 8px;font-size:9px;font-weight:800;position:absolute;bottom:10px;left:12px}.product-1{color:#a3372c;background:#f2ddd7}.product-2{color:#55615a;background:#e1e4e0}.product-3{color:#40763c;background:#dce8d8}.product-4{color:#9b6531;background:#f4e1c6}.product-5{color:#3c7480;background:#dcebef}.product-6{color:#687735;background:#e7ead0}.product-card>small{color:var(--green);text-transform:uppercase;letter-spacing:.1em;margin:17px 3px 7px;font-size:9px;font-weight:800;display:block}.product-card h3{margin:0 3px 20px;font-size:17px;line-height:1.25}.product-footer{border-top:1px solid #ebeae5;justify-content:space-between;align-items:center;gap:8px;padding:12px 2px 1px;display:flex}.product-footer>span{color:var(--muted);font-size:10px}.product-footer button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:5px;height:34px;padding:0 10px;font-size:10px;font-weight:800;display:flex}.empty-search{text-align:center;color:var(--muted);border:1px dashed #c9cbc4;border-radius:20px;grid-column:1/-1;padding:80px 20px}.empty-search h3{color:var(--ink)}.empty-search a{color:var(--red);font-weight:800}.services-section{background:var(--ink);color:#fff;padding:105px 0;overflow:hidden}.services-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:70px;display:grid}.kicker.light{color:#83ca7b}.services-copy h2,.contact-intro h2{font-size:clamp(39px,4.5vw,64px);line-height:1.05}.services-copy>p:not(.kicker),.contact-intro>p:not(.kicker){color:#b8c1bb;max-width:430px;margin:22px 0 30px;line-height:1.65}.button.white{color:var(--ink);background:#fff}.service-cards{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.service-cards article{background:#22332b;border:1px solid #34483e;border-radius:21px;flex-direction:column;min-height:310px;padding:24px;display:flex;position:relative}.service-cards article:nth-child(2){background:var(--green);border-color:var(--green);transform:translateY(22px)}.service-cards article>svg{color:#82c97a}.service-cards article:nth-child(2)>svg{color:#fff}.service-cards article>span{color:#7d9186;font-size:10px;position:absolute;top:20px;right:20px}.service-cards h3{margin:auto 0 10px;font-size:20px}.service-cards p{color:#aab7b0;margin:0;font-size:12px;line-height:1.6}.service-cards article:nth-child(2) p{color:#e3f0e1}.about-section{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid}.about-gallery{height:550px;position:relative}.about-gallery figure{background:#ddd;margin:0;position:absolute;overflow:hidden}.about-gallery img{object-fit:cover;width:100%;height:100%}.gallery-main{border-radius:24px 24px 75px;inset:0 90px 50px 0}.gallery-main figcaption{background:#fff;border-radius:10px;padding:9px 13px;font-size:11px;font-weight:800;position:absolute;bottom:16px;left:18px}.gallery-side{border:8px solid var(--paper);border-radius:20px;width:185px;height:225px;bottom:0;right:0}.about-copy>p:not(.kicker){color:var(--muted);margin:25px 0;line-height:1.7}.about-copy ul{margin:0 0 28px;padding:0;list-style:none}.about-copy li{border-bottom:1px solid var(--line);align-items:center;gap:9px;padding:11px 0;font-size:13px;font-weight:700;display:flex}.about-copy li svg{color:var(--green)}.about-copy>a{color:var(--red);align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.contact-section{background:var(--green);color:#fff;padding:95px 0}.contact-grid{grid-template-rows:auto auto;grid-template-columns:1.1fr 1fr 1fr;gap:16px;display:grid}.contact-intro{grid-row:1/3;padding-right:70px}.contact-card,.hours-card,.map-card{color:var(--ink);background:#fff;border-radius:20px}.contact-card{padding:22px}.contact-card>div,.contact-card>a{align-items:flex-start;gap:13px;padding:14px 4px;display:flex}.contact-card>a{border-top:1px solid var(--line)}.contact-card svg{color:var(--red);width:20px}.contact-card span{flex-direction:column;gap:3px;display:flex}.contact-card small,.hours-card small{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:11px;font-weight:800}.contact-card strong{font-size:14px}.hours-card{flex-direction:column;justify-content:space-between;min-height:100%;padding:28px 30px;display:flex}.hours-heading{align-items:center;gap:13px;display:flex}.hours-heading svg{color:var(--red);width:24px;height:24px}.hours-card h3{letter-spacing:-.04em;text-transform:uppercase;margin:28px 0;font-family:Arial Black,Impact,Arial,sans-serif;font-size:clamp(25px,2vw,34px);line-height:1.03}.hours-list{border-top:1px solid var(--line)}.hours-card p{justify-content:space-between;align-items:center;gap:18px;margin:0;padding:15px 0;font-size:14px;display:flex}.hours-card p+p{border-top:1px solid var(--line)}.hours-card p span{font-weight:600}.hours-card p b{white-space:nowrap;font-size:16px}.map-card{background:var(--red);color:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:22px;font-size:13px;font-weight:800;display:grid}.map-card svg:last-child{width:17px}.site-footer{background:#f0eee6;padding:48px 0 20px}.footer-main{grid-template-columns:190px 1fr 1.2fr auto;align-items:center;gap:30px;display:grid}.footer-main>img{width:150px;height:auto}.footer-main>p{color:var(--muted);font-size:12px}.footer-main nav{gap:20px;font-size:12px;font-weight:700;display:flex}.footer-phone{font-size:16px;font-weight:800}.footer-bottom{color:#8b918d;border-top:1px solid #d9d7ce;justify-content:space-between;margin-top:35px;padding-top:18px;font-size:10px;display:flex}.cart-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0e191394;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-backdrop{cursor:default;background:0 0;border:0;width:100%;height:100%;position:absolute;inset:0}.cart-drawer{z-index:1;background:var(--paper);flex-direction:column;width:min(480px,100%);height:100%;padding:28px;animation:.25s slideIn;display:flex;position:relative;box-shadow:-20px 0 60px #0000002e}.cart-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding-bottom:20px;display:flex}.cart-head small{text-transform:uppercase;letter-spacing:.1em;color:var(--green);font-weight:800}.cart-head h2{margin:5px 0 0;font-size:28px}.cart-head button{cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.cart-empty{text-align:center;max-width:300px;color:var(--muted);margin:auto}.cart-empty svg{color:var(--green)}.cart-empty h3{color:var(--ink)}.cart-empty button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:12px;padding:13px 18px;font-weight:800}.cart-list{padding:18px 0;overflow:auto}.cart-list article{background:#fff;border-radius:14px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;margin-bottom:9px;padding:15px;display:grid}.cart-list small{color:var(--green);text-transform:uppercase;font-size:9px}.cart-list h3{margin:3px 0;font-size:13px}.quantity{border:1px solid var(--line);border-radius:9px;align-items:center;display:flex}.quantity button,.remove{cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.quantity button{width:28px;height:30px}.quantity span{font-size:12px;font-weight:800}.remove{color:#9c5d5f;padding:8px}.cart-summary{border-top:1px solid var(--line);margin-top:auto;padding-top:18px}.cart-summary p{justify-content:space-between;display:flex}.cart-summary a{background:var(--red);color:#fff;border-radius:13px;justify-content:center;align-items:center;gap:8px;height:50px;font-weight:800;display:flex}.cart-summary small{text-align:center;color:var(--muted);margin-top:10px;display:block}@keyframes slideIn{0%{transform:translate(100%)}to{transform:none}}:focus-visible{outline-offset:3px;outline:3px solid #e31e2459}@media (max-width:1100px){.header-inner{grid-template-columns:150px auto 1fr auto}.phone-link{display:none}.category-strip{grid-template-columns:repeat(3,1fr)}.category-chip:nth-child(3){border-right:0}.category-chip:nth-child(-n+3){border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}.service-cards{grid-template-columns:1fr}.service-cards article{min-height:180px}.service-cards article:nth-child(2){transform:none}.contact-grid{grid-template-columns:1fr 1fr}.contact-intro{grid-area:auto/1/auto/3;padding:0 0 30px}.footer-main{grid-template-columns:160px 1fr auto}.footer-main nav{display:none}}@media (max-width:800px){.container{width:min(100% - 30px,680px)}.utility-inner span:last-child{display:none}.header-inner{grid-template-columns:1fr auto auto;height:72px}.brand img{width:130px}.catalog-button,.search-shell{display:none}.mobile-toggle{place-items:center;display:grid}.cart-button span,.category-nav{display:none}.category-nav.is-open{display:block;position:absolute;top:72px;left:0;right:0;box-shadow:0 20px 40px #0000001f}.category-nav .container{flex-direction:column;align-items:stretch;gap:0;height:auto;padding:10px 0;display:flex}.category-nav a{padding:12px}.hero{grid-template-columns:1fr;gap:35px;padding-block:50px 34px}.hero-media{height:380px}.hero-proof{gap:11px}.category-strip{border-radius:16px;display:flex;overflow-x:auto}.category-chip{min-width:190px;border-bottom:0!important}.category-chip:nth-child(3){border-right:1px solid var(--line)}.section{padding-block:75px}.section-heading{grid-template-columns:1fr;margin-bottom:32px}.section-heading>p{max-width:520px}.catalog-layout{grid-template-columns:1fr}.catalog-aside{position:static}.services-section{padding:75px 0}.services-grid,.about-section{grid-template-columns:1fr}.services-grid{gap:45px}.service-cards{grid-template-columns:repeat(3,1fr)}.service-cards article{min-height:260px}.about-gallery{height:440px}.about-section{gap:45px}.contact-grid{grid-template-columns:1fr}.contact-intro{grid-column:auto}.footer-main{grid-template-columns:1fr auto}.footer-main>p{display:none}}@media (max-width:580px){.hero h1{font-size:45px}.hero-lead{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{grid-template-columns:1fr;display:grid}.hero-media{border-radius:24px 24px 55px;height:320px}.hero-badge{width:105px;height:105px}.hero-badge strong{font-size:24px}.hero-caption{bottom:18px;left:18px}.section-heading h2,.about-copy h2,.services-copy h2,.contact-intro h2{font-size:38px}.product-grid{grid-template-columns:1fr}.product-visual{height:210px}.service-cards{grid-template-columns:1fr}.service-cards article{min-height:190px}.about-gallery{height:350px}.gallery-main{right:45px}.gallery-side{width:125px;height:160px}.contact-card,.hours-card{grid-column:auto}.footer-main{grid-template-columns:1fr}.footer-phone{margin-top:10px}.footer-bottom{flex-direction:column;gap:15px}.cart-drawer{padding:20px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}body{background:#f4f1e8;font-family:Arial,Helvetica Neue,sans-serif}.hero h1,.section-heading h2,.about-copy h2,.services-copy h2,.contact-intro h2,.hero-badge strong{letter-spacing:-.055em;font-family:Arial Black,Impact,Arial,sans-serif;font-weight:900}.site-header{background:#f4f1e8f7}.hero{color:#fff;background:var(--ink);isolation:isolate;border-radius:12px 12px 70px;width:min(1320px,100% - 28px);min-height:640px;margin-top:16px;padding:58px 64px;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;border:90px solid var(--green);width:460px;height:460px;position:absolute;bottom:-300px;left:-250px;transform:rotate(35deg)}.hero:after{content:"";z-index:-1;background:var(--red);opacity:.95;width:200px;height:520px;position:absolute;top:-230px;left:46%;transform:rotate(38deg)}.hero h1{text-transform:uppercase;font-size:clamp(64px,7.2vw,105px);line-height:.84}.hero-lead{color:#ced7d1;max-width:540px}.hero-proof{color:#c7d1cb}.hero-badge{background:var(--green);border-radius:8px 8px 34px;transform:rotate(-3deg)}.category-strip{z-index:3;border-radius:5px 5px 28px;margin-top:-38px;position:relative;box-shadow:0 22px 50px #14211929}.category-chip>span{border-radius:4px 12px 12px}.section-heading h2{text-transform:uppercase}.product-card{border-radius:5px 5px 24px}.product-visual{border-radius:3px 3px 18px}.catalog-aside{border-radius:4px 4px 30px}.service-cards article,.contact-card,.hours-card,.map-card{border-radius:5px 5px 26px}.services-section{position:relative}.services-section:after{content:"УЮТ";color:#ffffff06;letter-spacing:-.08em;font:900 180px/1 Arial Black,Impact,sans-serif;position:absolute;bottom:-35px;right:-30px}.gallery-main{border-radius:5px 5px 70px}.gallery-side{border-radius:4px 4px 26px}@media (max-width:800px){.hero{border-radius:7px 7px 44px;width:calc(100% - 18px);padding:48px 26px 30px}.hero:after{opacity:.55;left:68%}.hero h1{font-size:58px}.hero-media{height:390px}.category-strip{margin-top:-22px}}@media (max-width:580px){.hero h1{font-size:48px}.hero-word{font-size:78px}.hero-media{border-width:5px;height:305px}.hero-badge{width:92px;height:92px}.hero:after{display:none}}.hero-badge strong{letter-spacing:-.06em;white-space:nowrap;font-size:27px}@media (max-width:580px){.hero-badge strong{font-size:20px}}.category-chip{border:0;border-right:1px solid var(--line);text-align:left;cursor:pointer;background:#fff}.product-card{flex-direction:column;display:flex}.product-visual{color:#4e7557;background:#e1e8e2}.product-visual.has-image:before,.product-visual.has-image:after{display:none}.product-visual>img{object-fit:contain;background:#fff;width:100%;height:100%}.product-image-disclaimer{z-index:2;color:#69736c;text-align:right;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffeb;border:1px solid #69736c26;border-radius:8px 4px 8px 8px;width:min(142px,100% - 20px);padding:5px 7px;font-size:7px;font-weight:700;line-height:1.25;position:absolute;top:10px;right:10px;box-shadow:0 2px 9px #102a1f14}.product-detail-image-disclaimer{width:min(190px,100% - 28px);font-size:9px;top:14px;right:14px}.product-visual .in-stock{color:var(--green-dark)}.product-visual .out-of-stock{color:#8b5557}.product-card h3{margin-bottom:8px}.product-sku{color:var(--muted);margin:0 3px 18px;font-size:10px}.product-footer{margin-top:auto}.product-footer>strong{font-size:15px;line-height:1.15}.product-footer button{height:auto;min-height:34px}.product-footer button:disabled{color:#7b807d;cursor:not-allowed;background:#d7d8d3}.product-footer button:disabled:hover{background:#d7d8d3}.catalog-state{text-align:center;color:var(--muted);border:1px dashed #c9cbc4;border-radius:20px;grid-column:1/-1;padding:80px 20px}.catalog-state h3{color:var(--ink)}.load-more{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;min-height:46px;margin:28px auto 0;padding:0 22px;font-weight:800;display:block}.load-more:hover{border-color:var(--green);color:var(--green-dark)}.load-more:disabled{opacity:.65;cursor:wait}.cart-list article>div:first-child>b{font-size:11px}.hero-proof svg{width:18px;height:18px;color:var(--green);stroke-width:3px;background:#f4f1e8;border-radius:50%;flex:none;padding:2px}.search-wrap{min-width:0;position:relative}.search-dropdown{z-index:80;border:1px solid var(--line);background:#fff;border-radius:6px 6px 22px;min-width:520px;max-height:min(620px,100vh - 135px);position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:auto;box-shadow:0 24px 60px #14211933}.search-dropdown-head{z-index:1;border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.1em;text-transform:uppercase;background:#f7f6f1;justify-content:space-between;align-items:center;gap:18px;padding:13px 16px;font-size:10px;font-weight:800;display:flex;position:sticky;top:0}.search-dropdown-head small{color:var(--green);font-size:10px}.search-dropdown-empty{color:var(--muted);text-align:center;padding:30px 18px;font-size:13px;line-height:1.55}.search-suggestion{border-bottom:1px solid #eeede7;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;padding:11px 14px;display:grid}.search-suggestion:focus-visible{background:#f7faf5}.search-suggestion-image{width:58px;height:58px;color:var(--green-dark);background:#e4ece5;border-radius:4px 4px 13px;place-items:center;display:grid;overflow:hidden}.search-suggestion-image img{object-fit:contain;background:#fff;width:100%;height:100%}.search-suggestion-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.search-suggestion-copy small{color:var(--green-dark);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:800;overflow:hidden}.search-suggestion-copy strong{font-size:13px;line-height:1.3}.search-suggestion-copy em{color:var(--muted);font-size:10px;font-style:normal}.search-suggestion>b{white-space:nowrap;font-size:13px}.search-all{background:var(--ink);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;font-weight:800;display:flex}.nav-catalog-all{color:var(--green-dark);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:13px;font-weight:800;display:flex}.catalog-mega{z-index:70;background:var(--paper);border-top:1px solid var(--line);position:absolute;top:100%;left:0;right:0;box-shadow:0 30px 70px #14211933}.catalog-mega-inner{max-height:calc(100vh - 145px);padding-top:28px;padding-bottom:30px;overflow:auto}.catalog-mega-head{justify-content:space-between;align-items:start;gap:24px;margin-bottom:18px;display:flex}.catalog-mega-head small{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.catalog-mega-head h2{letter-spacing:-.05em;text-transform:uppercase;margin:3px 0 0;font:900 35px/1 Arial Black,Impact,Arial,sans-serif}.catalog-mega-head p{max-width:590px;color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.45}.catalog-mega-head button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.category-search{border:1px solid var(--line);width:min(500px,100%);height:44px;color:var(--muted);background:#fff;border-radius:12px;align-items:center;gap:9px;margin-bottom:20px;padding:0 13px;display:flex}.category-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #4da44321}.category-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px}.category-menu-list{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:11px;display:grid}.category-group-card{border:1px solid var(--line);background:#fff;border-radius:5px 5px 18px;overflow:hidden}.category-group-main{text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:82px;padding:14px 16px;display:grid}.category-group-main:hover,.category-group-main.is-active{background:#eef6eb}.category-group-main.is-active{box-shadow:inset 4px 0 0 var(--green)}.category-group-main strong{font-size:15px;line-height:1.2;display:block}.category-group-main small{color:var(--green-dark);margin-top:5px;font-size:10px;font-weight:800;display:block}.category-group-icon{width:44px;height:44px;color:var(--green-dark);background:#e7f3e3;border-radius:11px;place-items:center;display:grid}.category-group-main.is-active .category-group-icon{background:var(--green);color:#fff}.category-group-copy{min-width:0;color:var(--ink)}.all-products-card .category-group-main{min-height:64px}.category-group-card details{border-top:1px solid var(--line)}.category-group-card summary{color:var(--muted);cursor:pointer;padding:10px 15px;font-size:10px;font-weight:800;list-style-position:inside}.category-group-card details>div{flex-wrap:wrap;gap:6px;padding:0 12px 13px;display:flex}.category-group-card details button,.category-group-card details a{border:1px solid var(--line);background:var(--paper);min-height:0;color:var(--ink);text-align:left;cursor:pointer;border-radius:9px;align-items:center;gap:6px;padding:7px 9px;font-size:10px;line-height:1.25;display:flex}.category-group-card details button:hover,.category-group-card details button.is-active,.category-group-card details a:hover{border-color:var(--green);background:#eef6eb}.category-group-card details button small,.category-group-card details a small{color:var(--muted);font-size:9px}.catalog-controls{border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,1.1fr) minmax(220px,1fr) auto;align-items:end;gap:14px;min-height:60px;margin-bottom:18px;padding-bottom:16px;display:grid}.catalog-controls label{flex-direction:column;gap:6px;display:flex}.catalog-controls label>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.catalog-controls select{border:1px solid var(--line);width:100%;height:43px;color:var(--ink);background:#fff;border-radius:11px;padding:0 36px 0 12px;font-weight:700}.catalog-count{align-items:baseline;gap:9px;min-width:0;padding-bottom:7px;display:flex}.catalog-count strong{color:var(--green-dark);font-size:26px;line-height:1}.catalog-count span{min-width:0;color:var(--muted);font-size:11px;line-height:1.35}.catalog-controls>button{border:1px solid var(--line);min-height:40px;color:var(--red);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:800;display:flex}.product-link{flex-direction:column;flex:1;min-width:0;display:flex}.product-link>small{color:var(--green);text-transform:uppercase;letter-spacing:.1em;margin:17px 3px 7px;font-size:9px;font-weight:800;display:block}.product-page{background:var(--paper);min-height:100vh}.product-header{border-bottom:1px solid var(--line);background:#fff}.product-header-inner{grid-template-columns:180px minmax(260px,620px) auto;align-items:center;gap:28px;min-height:86px;display:grid}.product-search{border:1px solid var(--line);height:46px;color:var(--muted);background:#f8f7f2;border-radius:13px;align-items:center;gap:10px;padding-left:14px;display:flex}.product-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #4da44321}.product-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px}.product-search button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:0 12px 12px 0;align-self:stretch;padding:0 18px;font-weight:800}.product-breadcrumbs{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;padding-top:26px;font-size:11px;display:flex;overflow:hidden}.product-breadcrumbs a{color:var(--green-dark)}.product-breadcrumbs b{text-overflow:ellipsis;overflow:hidden}.product-detail{grid-template-columns:minmax(360px,1fr) minmax(360px,.9fr);align-items:start;gap:60px;padding-top:30px;padding-bottom:50px;display:grid}.product-detail-image{min-height:520px;color:var(--green-dark);background:#e4ece5;border-radius:7px 7px 42px;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:relative;overflow:hidden}.product-detail-image.has-image{border:1px solid var(--line);background:#fff}.product-detail-image img{object-fit:contain;width:100%;height:520px}.product-detail-image span{color:var(--muted);font-size:12px}.product-detail-copy{padding-top:8px}.product-category-link{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800;display:inline-block}.product-detail h1{letter-spacing:-.055em;text-wrap:balance;max-width:700px;margin:12px 0 16px;font:900 clamp(35px,4.5vw,62px)/1.02 Arial Black,Impact,Arial,sans-serif}.product-detail-sku{color:var(--muted);margin:0 0 18px;font-size:12px}.product-stock{border-radius:9px;align-items:center;gap:7px;width:max-content;max-width:100%;margin-bottom:24px;padding:8px 11px;font-size:11px;font-weight:800;display:flex}.product-stock.is-available{color:var(--green-dark);background:#e5f2e2}.product-stock.is-unavailable{color:#8b5557;background:#f1e4e4}.product-detail-price{color:var(--red);letter-spacing:-.045em;margin-bottom:28px;font-size:clamp(36px,4vw,58px);line-height:1;display:block}.product-description{max-width:650px;color:var(--muted);white-space:pre-line;margin:0 0 28px;font-size:14px;line-height:1.7}.product-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.product-detail-actions .button.secondary{background:#fff}.product-note{border-top:1px solid var(--line);max-width:590px;color:var(--muted);margin:20px 0 0;padding-top:16px;font-size:10px;line-height:1.55}.product-back{padding-bottom:70px}.product-back a{color:var(--green-dark);align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}@media (hover:hover) and (pointer:fine){.search-suggestion:hover{background:#f7faf5}.search-all:hover{background:var(--green-dark)}.category-menu-list button:hover{border-color:var(--green);background:#eef6eb}.product-card:hover{border-color:#c8d1c8;transform:none;box-shadow:0 10px 30px #222f2714}.product-link:hover h3{text-underline-offset:3px;-webkit-text-decoration:underline #9abb96;text-decoration:underline #9abb96}}@media (max-width:1100px){.category-menu-list{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-controls{grid-template-columns:1fr 1fr}.catalog-controls>button{grid-column:1/-1;width:max-content}.product-detail{gap:36px}.product-detail-image{min-height:440px}.product-detail-image img{height:440px}}@media (max-width:800px){.header-inner{grid-template-columns:1fr auto auto;height:auto;min-height:72px;padding-top:9px;padding-bottom:9px}.header-inner .search-wrap{grid-column:1/-1;width:100%;display:block}.header-inner .search-shell{display:flex}.search-shell button{place-items:center;width:44px;height:44px;margin-right:-12px;display:grid}.category-nav.is-open{top:100%}.category-nav button,.category-nav a{padding:12px}.catalog-mega-inner{max-height:calc(100vh - 126px)}.category-menu-list{grid-template-columns:repeat(2,minmax(0,1fr))}.search-dropdown{min-width:0;max-height:calc(100vh - 170px)}.catalog-controls{grid-template-columns:1fr}.catalog-controls>button{grid-column:auto}.product-header-inner{grid-template-columns:1fr auto;padding:9px 0}.product-header .phone-link{display:block}.product-header .product-search{grid-area:2/1/auto/-1}.product-detail{grid-template-columns:1fr;padding-top:22px}.product-detail-image{min-height:380px}.product-detail-image img{height:380px}}@media (max-width:580px){.search-dropdown{left:-5px;right:-5px}.search-suggestion{grid-template-columns:48px minmax(0,1fr)}.search-suggestion-image{width:48px;height:48px}.search-suggestion>b{color:var(--red);grid-column:2;margin-top:-2px}.catalog-mega-head h2{font-size:30px}.category-menu-list{grid-template-columns:1fr}.category-menu-list button{min-height:60px}.catalog-count{align-items:flex-start}.catalog-count strong{font-size:22px}.catalog-controls>button{justify-content:center;width:100%}.product-header .phone-link{display:none}.product-header-inner{grid-template-columns:1fr}.product-header .product-search{grid-row:auto}.product-header .brand img{width:135px}.product-breadcrumbs{padding-top:18px}.product-detail{gap:24px;padding-bottom:34px}.product-detail-image{min-height:300px}.product-detail-image img{height:300px}.product-detail h1{font-size:34px}.product-detail-price{font-size:39px}.product-detail-actions{flex-direction:column}.product-detail-actions .button{width:100%}}body{background:#fff}.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.header-inner{grid-template-columns:170px auto minmax(320px,1fr) auto auto;gap:16px;height:78px}.brand img{width:150px}.catalog-button,.cart-button,.search-shell{border-radius:8px;height:48px}.catalog-button{background:#3f9f3a;min-width:145px}.catalog-button:hover{background:#347f31}.search-shell{background:#f7f7f5;border-color:#d4d8d2}.search-shell input{height:100%;padding-block:0}.phone-link{justify-content:center;min-height:44px}.cart-button{background:#17231e}.category-nav{border-top:1px solid #e5e7e3;border-bottom:1px solid #e5e7e3}.category-nav .container{gap:28px;height:48px}.category-nav a{color:#4c554f;align-items:center;min-height:44px;font-size:12px;display:flex}.mobile-catalog-link{display:none}.hero{width:min(1240px,100% - 48px);min-height:0;color:var(--ink);isolation:auto;background:#edf5eb;border:1px solid #dce8d9;border-radius:16px;grid-template-columns:1.03fr .97fr;gap:44px;margin-top:28px;padding:46px 48px;overflow:hidden}.hero:before,.hero:after{display:none}.button:hover{transform:none}.hero-media>img,.about-gallery img{display:block}.hero-caption{bottom:18px;left:18px}.section{padding-block:72px 96px}.section-heading{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(320px,480px);gap:48px;margin-bottom:32px;padding-bottom:24px}.section-heading h2{letter-spacing:-.045em;text-transform:none;font-family:Arial,Helvetica Neue,sans-serif;font-size:clamp(34px,3.5vw,48px);font-weight:800}.section-heading h2 em{color:inherit}.section-heading>p{font-size:14px}.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}.catalog-aside,.products-wrap{min-width:0}.catalog-aside{border-radius:12px;padding:22px;top:140px}.catalog-aside a{min-height:44px}.catalog-aside h3{font-size:21px}.catalog-controls{grid-template-columns:minmax(250px,1.2fr) minmax(190px,1fr) auto}.catalog-controls select,.catalog-controls>button{border-radius:7px}.catalog-controls select{height:44px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{background:#fff;border-radius:10px;padding:10px}.product-visual{border-radius:7px;height:158px}.product-card h3{font-size:14px;line-height:1.3}.product-footer button{background:var(--green-dark);border-radius:7px}.product-footer button:hover{background:var(--green)}.catalog-mega{background:#fff}.catalog-mega-inner{padding-top:24px}.catalog-mega-head h2{letter-spacing:-.04em;text-transform:none;font-family:Arial,Helvetica Neue,sans-serif;font-size:32px;font-weight:800}.category-menu-list{grid-template-columns:repeat(4,minmax(0,1fr))}.category-group-card{border-radius:8px}.category-group-main{min-height:74px}.all-products-card{grid-column:1/-1}.services-section:after{display:none}.service-cards article:nth-child(2){transform:none}.about-copy>a,.footer-phone,.footer-main nav a{align-items:center;min-height:44px;display:inline-flex}@media (max-width:1100px){.header-inner{grid-template-columns:145px auto minmax(240px,1fr) auto}.catalog-button{min-width:130px}.phone-link{display:none}.hero{grid-template-columns:1fr 1fr;padding:38px}.hero-media{height:350px}.product-grid,.category-menu-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.site-header{position:sticky}.header-inner{grid-template-columns:1fr auto auto;height:auto;min-height:72px;padding:10px 0}.header-inner .brand{grid-area:1/1}.header-inner .cart-button{grid-area:1/2;width:48px}.header-inner .mobile-toggle{grid-area:1/3;width:44px;height:44px}.header-inner .search-wrap{grid-area:2/1/auto/-1}.catalog-button{display:none}.mobile-toggle{display:grid}.category-nav.is-open{top:100%}.category-nav .container{gap:0}.category-nav a{font-size:14px}.mobile-catalog-link{border:0;border-bottom:1px solid var(--line);color:var(--green-dark);text-align:left;cursor:pointer;background:#eef6eb;align-items:center;gap:8px;padding:13px 12px;font-weight:800;display:flex}.hero{grid-template-columns:1fr;gap:30px;width:min(100% - 30px,680px);margin-top:18px;padding:34px 30px}.hero h1{font-size:48px}.hero-media{height:330px}.section-heading{grid-template-columns:1fr;gap:14px}.catalog-layout{grid-template-columns:minmax(0,1fr)}.catalog-aside{width:100%;position:static}.catalog-controls{grid-template-columns:minmax(0,1fr)}.product-grid,.category-menu-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:580px){.hero{padding:28px 22px}.hero h1{font-size:39px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{grid-template-columns:1fr 1fr}.hero-media{height:275px}.hero-badge{width:92px;height:92px}.hero-badge strong{font-size:20px}.section{padding-block:56px 72px}.section-heading h2{font-size:34px}.product-grid{grid-template-columns:1fr}.product-visual{height:210px}.category-menu-list{grid-template-columns:1fr}}.hero{color:#fff;background:var(--ink);isolation:isolate;border:0;border-radius:12px 12px 70px;grid-template-columns:.95fr 1.05fr;gap:54px;width:min(1320px,100% - 28px);min-height:640px;margin-top:16px;padding:58px 64px;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;border:90px solid var(--green);width:460px;height:460px;display:block;position:absolute;bottom:-300px;left:-250px;transform:rotate(35deg)}.hero:after{content:"";z-index:-1;background:var(--red);opacity:.95;width:200px;height:520px;display:block;position:absolute;top:-230px;left:46%;transform:rotate(38deg)}.hero .kicker{color:#8cd781}.hero h1{letter-spacing:-.065em;text-transform:uppercase;max-width:none;font-family:Arial Black,Impact,Arial,sans-serif;font-size:clamp(64px,7.2vw,105px);font-weight:900;line-height:.84}.hero h1 em{color:#ff4549}.hero-lead{color:#ced7d1;max-width:540px;margin:34px 0;font-size:18px;line-height:1.65}.hero .button.primary{background:var(--red);border-radius:4px 14px 14px}.hero .button.primary:hover{background:var(--red-dark)}.hero .button.secondary{color:#fff;background:0 0;border-color:#53645a;border-radius:14px 4px 14px 14px}.hero-proof{color:#c7d1cb;margin-top:32px}.hero-proof svg{background:#f4f1e8}.hero-media{height:510px;box-shadow:none;border:7px solid #f4f1e8;border-radius:5px 5px 72px;transform:rotate(1.2deg)}.hero-media>img{filter:saturate(.84)contrast(1.05)}.hero-word{z-index:2;color:#0000;-webkit-text-stroke:2px #ffffff3b;letter-spacing:-.1em;font-family:Arial Black,Impact,Arial,sans-serif;font-size:124px;line-height:1;position:absolute;top:8px;left:-8px;transform:rotate(-1.2deg)}.hero-badge{background:var(--green);width:134px;height:134px;box-shadow:none;border-radius:8px 8px 34px;top:24px;right:25px;transform:rotate(-3deg)}.hero-badge strong{letter-spacing:-.06em;font-family:Arial Black,Impact,Arial,sans-serif;font-size:27px}@media (max-width:1100px){.hero{grid-template-columns:1fr 1fr;gap:38px;padding:44px 38px}.hero-media{height:410px}.hero h1{font-size:72px}}@media (max-width:800px){.hero{border-radius:7px 7px 44px;grid-template-columns:1fr;gap:35px;width:calc(100% - 18px);padding:48px 26px 30px}.hero:after{opacity:.55;left:68%}.hero h1{font-size:58px}.hero-media{height:390px}}@media (max-width:580px){.hero{padding:38px 22px 24px}.hero:after{display:none}.hero h1{font-size:48px}.hero-lead{margin:26px 0;font-size:15px}.hero-proof{grid-template-columns:1fr 1fr}.hero-media{border-width:5px;height:305px}.hero-word{font-size:78px}.hero-badge{width:92px;height:92px}.hero-badge strong{font-size:20px}}.main-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.main-category-card{--category-tint:#e7f3e3;--category-color:#347a34;text-align:left;cursor:pointer;background:#fff;border:1px solid #d9ddd7;border-radius:10px 10px 28px;grid-template-rows:1fr auto;grid-template-columns:64px minmax(0,1fr);gap:18px;min-height:218px;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative;overflow:hidden}.main-category-card:before{content:"";background:var(--category-tint);opacity:.72;border-radius:50%;width:150px;height:150px;transition:transform .25s;position:absolute;top:-72px;right:-70px}.main-category-card:hover{z-index:1;border-color:#b9c8b8;transform:translateY(-3px);box-shadow:0 16px 34px #1c2e2317}.main-category-card:hover:before{transform:scale(1.14)}.main-category-card:focus-visible{outline-offset:3px;outline:3px solid #4da44340}.main-category-icon{z-index:1;background:var(--category-tint);width:64px;height:64px;color:var(--category-color);border-radius:17px 6px;place-items:center;display:grid;position:relative}.main-category-content{z-index:1;min-width:0;padding-top:2px;position:relative}.main-category-content>strong{letter-spacing:-.025em;margin:0 34px 7px 0;font-size:18px;line-height:1.2;display:block}.main-category-content>small{max-width:320px;color:var(--muted);font-size:11px;line-height:1.45;display:block}.main-category-tags{flex-wrap:wrap;gap:5px;margin-top:16px;display:flex}.main-category-tags em{color:#606a63;white-space:nowrap;text-overflow:ellipsis;background:#f8f7f2;border:1px solid #e4e5df;border-radius:6px;max-width:100%;padding:5px 7px;font-size:9px;font-style:normal;line-height:1.2;overflow:hidden}.main-category-meta{z-index:1;color:var(--category-color);border-top:1px solid #e7e7e1;grid-column:1/3;align-items:baseline;gap:6px;padding-top:17px;display:flex;position:relative}.main-category-meta b{letter-spacing:-.04em;font-size:20px}.main-category-meta small{color:var(--muted);font-size:10px;font-weight:700}.main-category-arrow{z-index:1;color:var(--category-color);transition:transform .2s;position:absolute;bottom:22px;right:21px}.main-category-card:hover .main-category-arrow{transform:translate(4px)}.category-accent-2{--category-tint:#fbe7e6;--category-color:#bd2329}.category-accent-3{--category-tint:#e5eef4;--category-color:#3e728c}.category-accent-4{--category-tint:#f5ead4;--category-color:#856329}.category-accent-5{--category-tint:#e9e5f2;--category-color:#665384}.category-accent-6{--category-tint:#e6f1ec;--category-color:#34735a}.back-to-categories{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff47;align-items:center;gap:8px;width:100%;min-height:44px;margin:0 0 24px;padding:10px 0;font-size:12px;font-weight:800;display:flex}.back-to-categories:hover{color:#e4f5e1}.catalog-route-page{background:#fff;min-height:100vh}.catalog-page-header{border-bottom:1px solid var(--line);background:#fff}.catalog-page-header-inner{grid-template-columns:170px auto minmax(280px,1fr) auto;align-items:center;gap:18px;min-height:86px;display:grid}.catalog-page-catalog-link{background:var(--green);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 18px;font-size:13px;font-weight:800;display:inline-flex}.catalog-page-catalog-link:hover{background:var(--green-dark)}.catalog-breadcrumbs{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;padding-top:24px;font-size:11px;display:flex;overflow:hidden}.catalog-breadcrumbs a{color:var(--green-dark)}.catalog-breadcrumbs b{text-overflow:ellipsis;overflow:hidden}.catalog-route-hero{background:var(--ink);color:#fff;isolation:isolate;border-radius:10px 10px 54px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;min-height:285px;margin-top:24px;padding:42px 48px;display:grid;position:relative;overflow:hidden}.catalog-route-hero:before{content:"";z-index:-1;background:var(--green);width:260px;height:460px;position:absolute;top:-230px;right:21%;transform:rotate(38deg)}.catalog-route-hero:after{content:"";z-index:-1;background:var(--red);width:90px;height:360px;position:absolute;bottom:-250px;right:7%;transform:rotate(38deg)}.catalog-back-button{min-height:42px;color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #d9ddd8;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font:800 12px/1 Arial,Helvetica Neue,sans-serif;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.catalog-back-button:hover{border-color:var(--green);background:#f3f8f1}.catalog-route-hero .catalog-back-button{color:#fff;background:#ffffff14;border-color:#ffffff4d;margin-bottom:30px}.catalog-route-hero .catalog-back-button:hover{background:#ffffff29;border-color:#fff}.product-top-actions{padding-top:22px}.product-top-actions+.product-breadcrumbs{padding-top:14px}.catalog-route-hero p{color:#8cd781;letter-spacing:.12em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}.catalog-route-hero h1{letter-spacing:-.055em;text-wrap:balance;max-width:850px;margin:0;font:900 clamp(38px,5vw,66px)/1 Arial Black,Impact,Arial,sans-serif}.catalog-route-hero>div>span{color:#c7d1cb;max-width:680px;margin-top:17px;font-size:14px;line-height:1.55;display:block}.catalog-route-hero>strong{z-index:1;color:#fff;white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:38px;line-height:1;display:flex;position:relative}.catalog-route-hero>strong small{color:#c7d1cb;margin-top:7px;font-size:10px;font-weight:700}.catalog-subcategories{padding-top:72px}.catalog-subcategories .main-category-card{min-height:232px}.category-products-section{padding-top:68px}.category-products-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px;padding-bottom:22px;display:flex}.category-products-head h2{letter-spacing:-.045em;margin:0;font:800 clamp(34px,4vw,48px)/1 Arial,Helvetica Neue,sans-serif}.category-products-head>p{color:var(--muted);align-items:baseline;gap:8px;margin:0;display:flex}.category-products-head>p strong{color:var(--green-dark);font-size:28px}.category-products-head>p span{font-size:11px}.category-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-product-open{background:var(--green-dark);color:#fff;border-radius:7px;align-items:center;gap:5px;height:34px;padding:0 10px;font-size:10px;font-weight:800;display:flex}.category-product-open:hover{background:var(--green)}@media (max-width:1050px){.catalog-page-header-inner{grid-template-columns:150px auto minmax(250px,1fr)}.catalog-page-header .phone-link{display:none}.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.catalog-page-header-inner{grid-template-columns:1fr auto;padding:10px 0}.catalog-page-header .brand img{width:135px}.catalog-page-header .product-search{grid-column:1/-1}.catalog-page-catalog-link{grid-area:1/2}.catalog-route-hero{grid-template-columns:1fr;align-items:end;min-height:300px;padding:34px 28px}.catalog-route-hero>strong{align-items:flex-start;font-size:30px}.catalog-route-hero .catalog-back-button{margin-bottom:24px}.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:580px){.catalog-breadcrumbs{width:calc(100% - 30px);padding-top:17px}.catalog-route-hero{border-radius:8px 8px 38px;width:calc(100% - 18px);margin-top:16px;padding:30px 22px}.catalog-route-hero h1{font-size:36px}.catalog-route-hero:before{right:-35%}.catalog-subcategories,.category-products-section{padding-top:50px}.category-products-head{flex-direction:column;align-items:flex-start;gap:12px}.category-product-grid{grid-template-columns:1fr}.category-product-grid .product-visual{height:230px}}@media (max-width:1050px){.main-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.main-category-grid{grid-template-columns:1fr;gap:10px}.main-category-card{border-radius:9px 9px 22px;grid-template-columns:56px minmax(0,1fr);gap:14px;min-height:184px;padding:20px}.main-category-icon{border-radius:14px 5px;width:56px;height:56px}.main-category-icon svg{width:30px;height:30px}.main-category-content>strong{font-size:17px}.main-category-tags{margin-top:12px}.main-category-tags em:nth-child(n+3){display:none}.main-category-meta{grid-column:1/3;padding-top:14px}.main-category-arrow{bottom:19px;right:18px}}.address-field{margin:16px 0;position:relative}.checkout-form .address-field>label{margin:0 0 7px}.address-options{z-index:5;overscroll-behavior:contain;background:#fff;border:1px solid #cfd6cb;border-radius:10px;max-height:260px;margin:0;padding:5px;list-style:none;position:absolute;top:77px;left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #18251f24}.address-options[hidden]{display:none}.address-options li{box-sizing:border-box;cursor:pointer;overflow-wrap:anywhere;border-radius:6px;min-height:44px;padding:12px 10px;font-size:16px;line-height:1.4}.address-options li:hover,.address-options li[aria-selected=true]{color:#24682c;background:#edf7e8}.address-help,.address-source{color:#657068;margin:7px 0;font-size:14px;line-height:1.5}.address-source a{color:#24682c;text-decoration:underline}.address-details{grid-template-columns:1fr 1fr;gap:12px;display:grid}.address-details label{min-width:0}.address-sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.checkout-form input[type=hidden]{display:none!important}.address-input-wrap{position:relative}.address-input-wrap .address-options{top:calc(100% + 4px)}.checkout-data-credit{border-top:1px solid var(--line);color:#657068;flex-wrap:wrap;align-items:baseline;gap:8px 20px;padding-top:18px;padding-bottom:24px;font-size:14px;line-height:1.6;display:flex}.checkout-data-credit a{color:inherit;text-underline-offset:3px;text-decoration:underline}.checkout-data-credit summary{cursor:pointer}.checkout-data-credit p{max-width:560px;margin:10px 0 0}@media (max-width:450px){.address-details{grid-template-columns:1fr;gap:0}}.add-cart-button{color:#fff;cursor:pointer;white-space:nowrap;background:#307b2f;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex}.add-cart-button.is-added{color:#24682c;background:#e6f3e3}.add-cart-button:disabled{opacity:.55;cursor:not-allowed}.add-cart-button:focus-visible{outline-offset:4px;outline:3px solid #4da63b}.checkout-page a:focus-visible{outline-offset:4px;outline:3px solid #4da63b}.checkout-page button:focus-visible{outline-offset:4px;outline:3px solid #4da63b}.product-detail-actions .add-cart-button{background:#ed151d;padding:22px 28px}.catalog-page-header-inner,.product-header-inner{flex-wrap:wrap}.cart-button{flex-shrink:0;text-decoration:none}.checkout-page{padding-top:35px;padding-bottom:80px}.checkout-page>h1{color:#18251f;margin:24px 0 32px;font-size:clamp(32px,5vw,56px)}.checkout-grid{grid-template-columns:minmax(0,1.3fr) minmax(340px,1fr);align-items:start;gap:36px;display:grid}.checkout-intro{color:#5b685f;margin:0 0 20px;font-size:16px;line-height:1.65}.checkout-item{background:#fff;border:1px solid #dce1da;border-radius:18px;gap:18px;margin-bottom:16px;padding:22px;display:flex}.checkout-item-image{color:#4b7d4d;align-self:start;place-items:center;width:100px;min-width:80px;height:115px;display:grid}.checkout-item-image img{object-fit:contain;width:100%;height:100%}.checkout-item-copy{flex:1;min-width:0}.checkout-item-copy h2{overflow-wrap:anywhere;margin:0 0 6px;font-size:17px;line-height:1.5}.checkout-item-copy a{color:inherit;text-decoration:none}.checkout-item-copy small{color:#67716a;font-size:13px}.checkout-item-copy p{margin:10px 0;font-size:15px}.checkout-quantity{align-items:center;gap:6px;margin-top:14px;display:flex}.checkout-quantity button{cursor:pointer;background:#fff;border:1px solid #d8dfd7;border-radius:8px;place-items:center;width:34px;height:38px;display:grid}.checkout-quantity input{text-align:center;width:70px;height:38px;font:inherit;border:1px solid #d8dfd7;border-radius:8px}.checkout-quantity span{margin:0 4px;font-size:14px}.checkout-line-end{flex-direction:column;justify-content:space-between;align-items:end;gap:18px;display:flex}.checkout-line-end>button{color:#707870;cursor:pointer;background:0 0;border:0;padding:8px}.checkout-line-end strong{white-space:nowrap;font-size:19px}.checkout-form{background:#fff;border:1px solid #dce1da;border-radius:20px;padding:28px}.checkout-form h2{margin:0 0 22px;font-size:24px}.checkout-form fieldset{border:0;min-width:0;margin:0;padding:0}.checkout-form legend{margin-bottom:12px;font-size:16px;font-weight:800}.checkout-form label{margin:16px 0;font-size:15px;font-weight:700;display:block}.checkout-form label small{color:#667069;font-weight:400}.checkout-form input:not([type=radio]):not([type=checkbox]),.checkout-form textarea{width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cfd6cb;border-radius:10px;margin-top:7px;padding:12px 14px;font-size:16px;display:block}.checkout-form input:focus,.checkout-form textarea:focus{outline-offset:1px;outline:2px solid #4ca637}.checkout-choices{flex-wrap:wrap;gap:10px;display:flex}.checkout-choices label{cursor:pointer;border:1px solid #cdd7c9;border-radius:10px;align-items:center;gap:7px;margin:0;padding:13px;display:flex}.checkout-choices label.selected{background:#edf7e8;border-color:#4ca537}.checkout-choices input,.checkout-consent input{accent-color:#39852f}.checkout-form .checkout-consent{align-items:start;gap:10px;font-size:14px;font-weight:400;line-height:1.6;display:flex}.checkout-consent input{flex-shrink:0;margin-top:5px}.checkout-note{color:#657068;margin:14px 0;font-size:14px;line-height:1.65}.checkout-total{border-top:1px solid #dde2d9;justify-content:space-between;align-items:center;gap:15px;margin-top:24px;padding-top:22px;font-size:18px;display:flex}.checkout-total strong{color:#287c2f;font-size:27px}.checkout-submit{justify-content:center;width:100%;margin-top:12px;font-size:16px}.checkout-submit:disabled{opacity:.55;cursor:not-allowed}.checkout-error{color:#a61e20;background:#fff1ef;border-radius:8px;margin:14px 0;padding:12px;font-size:14px;line-height:1.5}.checkout-error button{cursor:pointer;background:#fff;border:1px solid;border-radius:7px;margin-top:10px;padding:8px 12px;display:block}.checkout-honeypot{width:1px;height:1px;left:-10000px;overflow:hidden;position:absolute!important}.checkout-mail-draft{overflow-wrap:anywhere;border-top:1px solid #d8ded5;margin-top:24px;padding-top:20px;font-size:15px;line-height:1.7}.checkout-mail-draft h3{font-size:18px}.checkout-mail-draft .button{padding:14px 18px}.checkout-empty{overflow-wrap:anywhere;background:#fff;border:1px solid #dce1da;border-radius:20px;max-width:740px;padding:50px 30px;line-height:1.7}.checkout-empty>svg{color:#389030}.checkout-empty .button{margin-top:20px}.checkout-empty h2{font-size:28px}@media (max-width:1000px){.checkout-grid{grid-template-columns:1fr;gap:24px}.checkout-form{max-width:none}.checkout-item{padding:18px}.catalog-page-header-inner .phone-link{display:none}}@media (max-width:600px){.checkout-form{padding:20px}.checkout-item{flex-wrap:wrap;gap:12px}.checkout-item-image{width:66px;min-width:66px;height:80px}.checkout-item-copy h2{font-size:16px}.checkout-line-end{flex-direction:row;align-items:center;width:100%}.checkout-line-end strong{margin-left:auto}.checkout-choices label{font-size:14px}.checkout-page{padding-top:22px}.checkout-empty{padding:28px 20px}.add-cart-button{padding:12px;font-size:14px}.checkout-page>h1{margin-bottom:24px}}.catalog-page-header-inner{grid-template-columns:170px auto minmax(220px,1fr) auto auto}.product-header-inner{grid-template-columns:190px minmax(220px,1fr) auto auto}.checkout-item-image{margin-bottom:20px;position:relative}.checkout-item-image>small{text-align:center;color:#69746b;margin-top:4px;font-size:12px;line-height:1.25;position:absolute;top:100%}@media (max-width:1100px){.catalog-page-header-inner{grid-template-columns:150px auto minmax(200px,1fr) auto}.catalog-page-header .phone-link,.product-header .phone-link{display:none}.product-header-inner{grid-template-columns:150px minmax(180px,1fr) auto}}@media (max-width:700px){.catalog-page-header-inner{grid-template-columns:1fr auto auto}.catalog-page-header-inner .cart-button{grid-area:1/3}.catalog-page-header-inner .cart-button span{display:none}.catalog-page-header .product-search{grid-area:2/1/auto/-1}.product-header-inner{grid-template-columns:1fr auto}.product-header-inner .cart-button{grid-area:1/2}.product-header .product-search{grid-area:2/1/auto/-1}}.mobile-nav-head,.search-shell .search-submit{display:none}.search-clear{flex:none}@media (max-width:800px){html,body{overflow-x:clip}.utility-bar{height:30px;font-size:11px}.site-header{z-index:70;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.header-inner{row-gap:9px}.header-inner .search-shell{background:#f7f7f5;gap:8px;height:52px;padding:0 5px 0 13px}.search-shell input{min-width:0;height:100%;font-size:16px}.search-shell .search-clear{color:#657068;width:40px;height:44px;margin:0}.search-shell .search-submit{background:var(--green);color:#fff;border-radius:7px;flex:none;gap:7px;width:auto;height:42px;margin:0;padding:0 14px;font-size:13px;font-weight:800;display:flex}.search-shell .search-submit span{display:inline}.search-dropdown{display:none!important}.category-nav.is-open{z-index:100;overscroll-behavior:contain;box-shadow:none;background:#fff;padding:0;display:block;position:fixed;inset:0;overflow-y:auto}.category-nav.is-open .container{background:#fff;width:100%;min-height:100%;padding:0 18px 30px}.mobile-nav-head{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;min-height:92px;margin:0 -18px 14px;padding:12px 18px;display:flex;position:sticky;top:0}.mobile-nav-head .brand{padding:0}.mobile-nav-head .brand img{width:138px}.mobile-nav-head button{width:48px;height:48px;color:var(--ink);background:#f1f3ef;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.category-nav.is-open .mobile-catalog-link,.category-nav.is-open a:not(.brand){width:100%;min-height:56px;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #e5e8e2;align-items:center;padding:0 14px;font-size:16px;font-weight:800;display:flex}.category-nav.is-open .mobile-catalog-link{background:var(--green);color:#fff;border-bottom:0;border-radius:8px;margin-bottom:8px}.catalog-mega{z-index:105;box-shadow:none;background:#fff;border:0;position:fixed;inset:0;overflow:hidden}.catalog-mega-inner{width:100%;height:100%;max-height:none;padding:20px 18px calc(28px + env(safe-area-inset-bottom));overscroll-behavior:contain;overflow-y:auto}.catalog-mega-head{z-index:3;border-bottom:1px solid var(--line);background:#fff;margin:-20px -18px 16px;padding:20px 18px 14px;position:sticky;top:-20px}.catalog-mega-head p{display:none}.catalog-mega-head button{flex:0 0 44px;width:44px;height:44px}.category-search{z-index:2;background:#fff;position:sticky;top:77px}.catalog-page-header-inner,.product-header-inner{row-gap:10px}.catalog-layout>.catalog-aside{display:none}.products-wrap{scroll-margin-top:146px}.product-search{height:50px}.product-search input{font-size:16px}.product-search button{min-width:72px;padding:0 14px}.catalog-page-catalog-link,.catalog-page-header-inner .cart-button,.product-header-inner .cart-button{min-width:48px;height:48px}.catalog-back-button{min-height:46px}.category-product-open{height:auto;min-height:44px;padding:10px 14px;font-size:12px}.load-more{width:100%;min-height:50px}.cart-list article{grid-template-columns:1fr auto;gap:12px}.cart-list article>.remove{grid-column:2}.quantity button{width:44px;height:44px}}@media (max-width:580px){.container{width:calc(100% - 24px)}.header-inner .brand img{width:122px}.header-inner .cart-button{width:46px}.header-inner .mobile-toggle{width:46px;height:46px}.search-leading{display:none}.header-inner .search-shell{padding-left:10px}.search-shell .search-submit span{display:none}.search-shell .search-submit{justify-content:center;width:44px;padding:0}.hero{width:calc(100% - 12px);min-height:0;margin-top:10px;padding:34px 18px 20px}.hero h1{font-size:clamp(39px,13vw,48px)}.hero-proof{grid-template-columns:1fr}.hero-media{height:270px}.section{padding-block:46px 60px}.section-heading{margin-bottom:24px}.section-heading h2{font-size:31px;line-height:1.08}.main-category-card,.catalog-subcategories .main-category-card{grid-template-columns:50px minmax(0,1fr);gap:12px;min-height:164px;padding:17px}.main-category-icon{width:50px;height:50px}.main-category-content>strong{margin-right:24px;font-size:16px}.main-category-content>small{font-size:12px}.main-category-meta{grid-column:1/3;padding-top:12px}.main-category-arrow{bottom:17px;right:16px}.catalog-route-hero{min-height:265px}.catalog-route-hero h1{overflow-wrap:anywhere;font-size:32px}.catalog-route-hero>div>span{font-size:13px}.catalog-breadcrumbs{width:calc(100% - 24px)}.product-detail h1{overflow-wrap:anywhere;font-size:30px}.product-detail-image,.product-detail-image img{height:280px;min-height:280px}.product-detail-actions .add-cart-button{min-height:52px;padding:14px 18px}.checkout-page{padding-bottom:55px}.checkout-page>h1{font-size:34px}.checkout-form{border-radius:14px;padding:18px 15px}.checkout-choices{grid-template-columns:1fr 1fr;display:grid}.checkout-choices label{justify-content:center;min-height:52px;padding:10px 8px}.checkout-quantity button{width:44px;height:44px}.checkout-quantity input{width:64px;height:44px}.checkout-line-end>button{min-width:44px;min-height:44px}.checkout-submit{min-height:54px}.address-options{max-height:min(260px,42dvh)}}@media (max-width:380px){.catalog-page-header-inner{grid-template-columns:1fr auto auto;gap:8px}.catalog-page-header .brand img{width:112px}.catalog-page-catalog-link{padding:0 11px;font-size:0}.catalog-page-catalog-link svg{width:21px;height:21px}.checkout-choices{grid-template-columns:1fr}.checkout-total{flex-direction:column;align-items:flex-start}.checkout-total strong{font-size:25px}}
