@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+Armenian:wght@400;500;600;700;800&display=swap";:root{--ink:#18241f;--green:#183d32;--green-2:#234b3d;--lime:#d9f36a;--orange:#e46a38;--paper:#f6f6f1;--line:#e4e7df;--muted:#7c857d;--white:#fff;--radius:18px;--ease:cubic-bezier(.22,.68,0,1.01)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,Noto Sans Armenian,Arial,sans-serif;font-size:15px;line-height:1.6}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{text-decoration:none}a,button{color:inherit}img{max-width:100%;display:block}::selection{background:var(--lime);color:var(--green)}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-shell main{flex:1}.wrap{width:min(100% - 64px,1280px);margin-inline:auto}.announcement{background:var(--green);color:#dbe8dc;text-transform:uppercase;letter-spacing:.13em;justify-content:center;align-items:center;gap:12px;height:32px;font-size:9px;font-weight:700;display:flex}.announcement-dot{background:var(--lime);border-radius:50%;width:4px;height:4px}.site-header{background:var(--paper);z-index:20;border-bottom:1px solid #183d3214;justify-content:space-between;align-items:center;gap:24px;height:88px;padding:0 max(32px,50vw - 640px);display:flex;position:relative}.brand-link{flex:0 0 222px}.brand-link img{width:222px;height:auto}.desktop-nav{flex:1;justify-content:center;align-items:center;gap:clamp(12px,1.55vw,24px);display:flex}.desktop-nav a{white-space:nowrap;color:#3d4c44;font-size:11px;font-weight:700;transition:color .2s}.desktop-nav a:hover{color:var(--orange)}.header-actions{align-items:center;gap:14px;display:flex}.language-switch{align-items:center;gap:2px;display:flex}.language-switch button{color:#8b958d;cursor:pointer;background:0 0;border:0;padding:6px 5px;font-size:9px;font-weight:800}.language-switch button.selected,.search-trigger{color:var(--green)}.search-trigger{cursor:pointer;background:0 0;border:0;font-size:27px;line-height:1;transform:rotate(-20deg)}.cart-link{align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.icon-line{font-size:22px}.cart-count{background:var(--lime);min-width:20px;height:20px;color:var(--green);border-radius:50%;place-items:center;font-size:10px;display:grid}.mobile-menu-button{background:0 0;border:0;display:none}.header-search{align-items:center;gap:10px;padding:16px 0;display:flex}.header-search input{border:1px solid var(--line);background:#fff;border-radius:10px;flex:1;height:46px;padding:0 15px}.mobile-menu{display:none}.hero{color:#fff;background:#d5c9b4;height:min(680px,70vw);min-height:540px;position:relative;overflow:hidden}.hero-overlay,.hero-photo{position:absolute;inset:0}.hero-photo{animation:heroReveal 1.25s var(--ease) both}.hero-overlay{background:linear-gradient(90deg,#0e1b16cf,#101e1896 39%,#101e1814 78%),linear-gradient(#0000 62%,#07131052)}.hero-content{z-index:3;flex-direction:column;justify-content:center;height:100%;padding-bottom:22px;display:flex;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#c5d4c8;align-items:center;gap:11px;font-size:9px;font-weight:800;display:flex}.eyebrow-dark{color:#6e7b70}.eyebrow-line{background:var(--lime);width:28px;height:1px;display:inline-block}.eyebrow-dark .eyebrow-line{background:var(--orange)}.hero h1{letter-spacing:-.055em;max-width:700px;margin:25px 0 17px;font:800 clamp(40px,6.2vw,80px)/1.06 Manrope,Noto Sans Armenian,sans-serif}.hero-content>p{color:#e1e8e1;max-width:520px;margin:0;font-size:clamp(14px,1.45vw,17px);line-height:1.75}.hero-actions{align-items:center;gap:29px;margin-top:34px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:22px;min-height:51px;padding:0 21px;font-size:12px;font-weight:800;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--lime);color:var(--green)}.button-primary:hover{background:#e3ff7d}.button-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.hero-secondary{font-size:12px;font-weight:700}.hero-secondary span{color:var(--lime);margin-left:10px}.hero-index{align-items:center;gap:13px;font-size:10px;font-weight:700;display:flex;position:absolute;bottom:38px;right:max(32px,50vw - 640px)}.hero-index i{background:#fff8;width:56px;height:1px}.hero-index span:first-child{color:var(--lime)}.hero-caption{color:#e8eee8;letter-spacing:.19em;font-size:9px;font-weight:700;position:absolute;bottom:37px;left:max(32px,50vw - 640px)}.section-space{padding-block:94px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:31px;display:flex}.section-heading h2,.story-copy h2{letter-spacing:-.045em;margin:13px 0 8px;font:800 clamp(29px,3.2vw,42px)/1.15 Manrope,Noto Sans Armenian,sans-serif}.section-heading p{color:var(--muted);max-width:470px;margin:0}.text-link{white-space:nowrap;border-bottom:1px solid #bcc6b8;padding:0 0 8px;font-size:11px;font-weight:800}.text-link span{color:var(--orange);margin-left:8px}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-tile{isolation:isolate;background:#d8ddd1;border-radius:11px;height:300px;position:relative;overflow:hidden}.category-tile:nth-child(2),.category-tile:nth-child(5){height:300px}.category-tile img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .65s var(--ease);z-index:-2;position:absolute;inset:0}.category-tile:after{content:"";z-index:-1;background:linear-gradient(#0000 38%,#11241cc7);position:absolute;inset:0}.category-tile:hover img{transform:scale(1.045)}.category-number{color:#fff9;letter-spacing:.12em;font-size:10px;position:absolute;top:18px;left:19px}.category-label{color:#fff;justify-content:space-between;align-items:flex-end;gap:10px;font:700 21px/1.25 Manrope,Noto Sans Armenian,sans-serif;display:flex;position:absolute;bottom:18px;left:19px;right:17px}.category-label i{color:var(--lime);font-size:18px;font-style:normal}.featured-section{background:#ecefe7}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;display:grid}.product-card{background:var(--white);border:1px solid #e7e9e3;border-radius:12px;min-width:0;transition:transform .25s,box-shadow .25s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #16241f12}.product-photo{background:#f3f4ef;place-items:center;height:235px;display:grid;position:relative;overflow:hidden}.product-photo>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.product-card:hover .product-photo>img{transform:scale(1.035)}.product-chip{background:var(--lime);letter-spacing:.1em;border-radius:4px;padding:5px 8px;font-size:8px;font-weight:800;top:13px;left:13px}.product-arrow,.product-chip{color:var(--green);position:absolute}.product-arrow{background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;bottom:12px;right:12px}.product-card-info{padding:16px}.product-category{letter-spacing:.12em;text-transform:uppercase;color:#8b978d;font-size:9px;font-weight:800}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin-top:7px;font:700 15px/1.45 Manrope,Noto Sans Armenian,sans-serif;display:-webkit-box;overflow:hidden}.product-card-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:13px;padding-top:12px;display:flex}.product-card-bottom strong{font-size:13px}.product-card-bottom>a{color:var(--orange);font-size:17px}.story-section{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(30px,8vw,105px);display:grid}.story-image{background:#ddd;border-radius:13px;height:450px;position:relative;overflow:hidden}.story-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.story-image>span{color:#fff;letter-spacing:.2em;font-size:9px;font-weight:800;position:absolute;bottom:18px;left:18px}.story-copy h2{margin:16px 0;font-size:clamp(34px,4.2vw,55px)}.story-copy>p{color:#717d74;max-width:420px;margin-bottom:23px;line-height:1.85}.story-stats{border-top:1px solid var(--line);gap:43px;margin-top:44px;padding-top:20px;display:flex}.story-stats div{display:grid}.story-stats strong{color:var(--green);font:800 24px Manrope}.story-stats span{color:var(--muted);font-size:10px}.cta-band{background:var(--green);color:#fff;padding:55px 0}.cta-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.cta-inner h2{letter-spacing:-.04em;margin:13px 0 0;font:800 clamp(25px,3.5vw,41px)/1.2 Manrope,Noto Sans Armenian,sans-serif}.button-outline{color:#fff;background:0 0;border-color:#fff5}.button-outline:hover{color:var(--green);background:#fff}.site-footer{color:#edf2eb;background:#142d25;padding:52px 0 0}.footer-main{grid-template-columns:1.5fr .8fr 1fr .8fr;gap:38px;width:min(100% - 64px,1280px);margin:auto;padding-bottom:45px;display:grid}.footer-brand img{width:210px}.footer-brand p,.footer-note p{color:#a7b8aa;font-size:12px;line-height:1.8}.footer-contact,.footer-links{color:#b8c8bc;flex-direction:column;align-items:flex-start;gap:10px;font-size:12px;display:flex}.footer-contact strong,.footer-links strong{color:#fff;margin-bottom:6px;font-size:11px}.footer-contact a:hover,.footer-links a:hover,.footer-wheel{color:var(--lime)}.footer-wheel{font-size:62px;line-height:1}.footer-bottom{color:#a7b8aa;border-top:1px solid #ffffff1c;justify-content:space-between;padding:16px max(32px,50vw - 640px);font-size:10px;display:flex}.footer-hint{max-width:210px;line-height:1.7}.page-wrap{min-height:55vh;padding-top:24px;padding-bottom:86px}.breadcrumbs{color:#8b958d;align-items:center;gap:9px;margin:8px 0 36px;font-size:10px;display:flex}.breadcrumbs a:hover{color:var(--orange)}.breadcrumbs span:last-child{color:var(--green);font-weight:700}.listing-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px;display:flex}.contact-copy h1,.listing-heading h1,.success-card h1{letter-spacing:-.045em;margin:15px 0 6px;font:800 clamp(34px,3.4vw,48px)/1.14 Manrope,Noto Sans Armenian,sans-serif}.listing-heading p{color:var(--muted);margin:0}.sort-select{gap:5px;min-width:190px;display:grid}.sort-select span{color:var(--muted);font-size:10px}.field input,.field textarea,.sort-select select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;outline:none;padding:12px}.field input:focus,.field textarea:focus,.sort-select select:focus{border-color:#638878;box-shadow:0 0 0 3px #183d3210}.product-grid-listing{grid-template-columns:repeat(4,minmax(0,1fr))}.empty-state{text-align:center;border:1px solid var(--line);background:#fff;border-radius:14px;padding:95px 15px}.empty-state h2{margin:9px;font:800 24px Manrope,Noto Sans Armenian}.empty-state p{color:var(--muted);max-width:430px;margin:0 auto 22px}.empty-icon{color:#72907e;font-size:46px}.product-detail{grid-template-columns:1.08fr .92fr;align-items:start;gap:clamp(30px,7vw,90px);display:grid}.gallery-main{background:#eff1eb;border-radius:14px;place-items:center;height:500px;display:grid;overflow:hidden}.gallery-main img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.gallery-thumbs{margin-top:10px;display:flex;overflow:auto}.gallery-thumbs button{cursor:pointer;background:#f0f2ed;border:1px solid #0000;border-radius:8px;flex:none;width:76px;height:66px;padding:0;overflow:hidden}.gallery-thumbs img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-summary{padding-top:12px}.product-summary h1{letter-spacing:-.05em;margin:13px 0 8px;font:800 clamp(32px,4vw,48px)/1.12 Manrope,Noto Sans Armenian,sans-serif}.sku{color:var(--muted);font-size:11px}.detail-price{color:var(--green);border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:16px 0;font:800 25px Manrope;display:flex}.detail-price del{color:#9aa49b;font-size:14px;font-weight:500}.detail-short{color:#67766b;line-height:1.8}.detail-add{width:100%;margin:16px 0 9px}.secure-note{color:var(--muted);gap:8px;font-size:10px;display:flex}.secure-note span{color:#64854d}.description-block,.spec-block{border-top:1px solid var(--line);margin-top:29px;padding-top:20px}.description-block h2,.spec-block h2{margin:0 0 12px;font:800 15px Manrope}.description-block p{white-space:pre-line;color:#66736a;line-height:1.8}.spec-block dl{grid-template-columns:1fr 1fr;margin:0;display:grid}.spec-block dd,.spec-block dt{border-bottom:1px solid var(--line);margin:0;padding:9px 0;font-size:12px}.spec-block dt{color:var(--muted)}.spec-block dd{text-align:right;font-weight:700}.related-section{padding-top:72px}.cart-layout,.checkout-layout{grid-template-columns:1.4fr .6fr;align-items:start;gap:42px;display:grid}.cart-lines{gap:0;display:grid}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:118px 1fr auto;gap:18px;padding:17px 0;display:grid}.cart-line-image{background:#fff;border-radius:8px;height:105px;overflow:hidden}.cart-line-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.cart-line-details{gap:4px;display:grid}.cart-line-name{font:700 15px Manrope,Noto Sans Armenian}.cart-line-sku{color:var(--muted)}.quantity-stepper{border:1px solid var(--line);border-radius:6px;align-items:center;width:max-content;margin-top:7px;display:flex}.quantity-stepper button{cursor:pointer;background:#fff;border:0;width:31px;height:29px}.quantity-stepper span{text-align:center;min-width:25px}.cart-line-price{justify-items:end;gap:9px;display:grid}.remove-link{color:#8a958b;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;text-decoration:underline}.cart-lines>.text-link{justify-self:start;margin-top:20px}.summary-card{border:1px solid var(--line);background:#fff;border-radius:13px;padding:24px}.summary-label{color:var(--muted);font-size:11px}.summary-total{margin:5px 0 10px;font:800 28px Manrope}.summary-note{color:var(--muted);font-size:11px;line-height:1.7}.summary-button{width:100%;margin-top:10px}.checkout-form{border:1px solid var(--line);background:#fff;border-radius:13px;padding:26px}.checkout-form h2,.checkout-summary h2{margin:0 0 20px;font:800 19px Manrope}.checkout-form .field{gap:6px;margin-bottom:15px;display:grid}.checkout-form .field label{font-size:11px;font-weight:700}.checkout-form .field input,.checkout-form .field textarea{width:100%}.grid.two{grid-template-columns:1fr 1fr;gap:13px;display:grid}.checkout-summary{position:sticky;top:18px}.summary-line{justify-content:space-between;gap:12px;padding:9px 0;font-size:11px;display:flex}.summary-line strong{white-space:nowrap}.summary-divider{background:var(--line);height:1px;margin:11px 0}.form-error{color:#a84435;background:#fff0ed;border:1px solid #f3d1c9;border-radius:7px;margin-bottom:16px;padding:11px;font-size:12px}.success-card{text-align:center;border:1px solid var(--line);background:#fff;border-radius:18px;max-width:700px;margin:45px auto;padding:60px 22px}.success-mark{background:var(--lime);width:58px;height:58px;color:var(--green);border-radius:50%;place-items:center;margin:0 auto 22px;font-size:27px;font-weight:700;display:grid}.success-card>.eyebrow{justify-content:center}.success-card p{color:var(--muted);max-width:430px;margin:0 auto 20px}.success-number{border:1px dashed var(--line);border-radius:8px;max-width:350px;margin:0 auto 23px;padding:13px;font-size:12px}.success-number strong{color:var(--green);margin-top:3px;display:block}.about-hero{background:#fff;border-radius:17px;grid-template-columns:.82fr 1.18fr;align-items:center;gap:45px;padding:clamp(24px,5vw,65px);display:grid}.about-hero h1{letter-spacing:-.06em;margin:19px 0;font:800 clamp(38px,5.6vw,67px)/1.08 Manrope,Noto Sans Armenian,sans-serif}.about-hero p{color:var(--muted);margin-bottom:26px;line-height:1.85}.about-hero>img{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;height:390px}.promise-grid{grid-template-columns:repeat(3,1fr);gap:15px;padding:38px 0;display:grid}.promise-grid>div{background:#edf0e9;border-radius:11px;padding:23px}.promise-grid span{color:var(--orange);font-size:10px;font-weight:800}.promise-grid h2{margin:8px 0;font:800 20px Manrope}.promise-grid p{color:var(--muted);margin:0;font-size:12px}.contact-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.contact-copy>p{color:var(--muted);max-width:420px;line-height:1.8}.contact-list{border-top:1px solid var(--line);margin-top:34px}.contact-row{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr 20px;align-items:center;gap:14px;padding:17px 0;display:grid}.contact-row>span{color:var(--orange);font-size:10px;font-weight:800}.contact-row div{display:grid}.contact-row small{color:var(--muted);font-size:10px}.contact-row strong{font-size:14px}.contact-row i{color:var(--green);font-style:normal}.contact-empty{color:var(--muted);padding:20px 0;font-size:13px}.contact-photo{border-radius:14px;height:520px;position:relative;overflow:hidden}.contact-photo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.contact-photo span{color:#fff;letter-spacing:.2em;font-size:10px;font-weight:800;position:absolute;bottom:19px;left:20px}.count-soft{color:#a5b19f;vertical-align:middle;font-size:20px}@keyframes heroReveal{0%{opacity:.7;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}@media (width<=1120px){.site-header{gap:13px;padding-inline:25px}.brand-link{flex-basis:184px}.brand-link img{width:184px}.desktop-nav{gap:12px}.desktop-nav a{font-size:10px}.header-actions{gap:8px}.language-switch button{padding-inline:3px}.product-grid,.product-grid-listing{grid-template-columns:repeat(3,minmax(0,1fr))}.product-photo{height:220px}}@media (width>=801px) and (width<=1120px){.desktop-nav{display:none}.mobile-menu-button{cursor:pointer;background:0 0;gap:5px;padding:9px;display:grid}.mobile-menu-button span{background:var(--green);width:21px;height:2px;display:block}.mobile-menu{border-bottom:1px solid var(--line);z-index:15;background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:100%;padding:8px 25px 16px;display:grid;position:absolute;top:100%;left:0}.mobile-menu a{padding:11px 8px;font-size:12px;font-weight:700}}@media (width<=800px){.wrap{width:min(100% - 40px,680px)}.announcement{height:29px;font-size:8px}.site-header{height:74px;padding-inline:20px}.brand-link{flex-basis:178px}.brand-link img{width:178px}.desktop-nav{display:none}.header-actions{margin-left:auto}.mobile-menu-button{cursor:pointer;background:0 0;gap:5px;padding:9px;display:grid}.mobile-menu-button span{background:var(--green);width:21px;height:2px;display:block}.mobile-menu{border-bottom:1px solid var(--line);z-index:15;background:#fff;grid-template-columns:1fr 1fr;gap:1px;width:100%;padding:6px 20px 14px;display:grid;position:absolute}.mobile-menu a{padding:11px 6px;font-size:12px;font-weight:700}.header-search{width:auto;margin-inline:20px}.hero{height:75vh;min-height:590px;max-height:760px}.hero-photo{background-position:59%}.hero-overlay{background:linear-gradient(90deg,#0e1b16c4,#101e1870 65%,#101e181a),linear-gradient(#0000 60%,#07131040)}.hero h1{max-width:580px}.section-space{padding-block:67px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-tile,.category-tile:nth-child(2),.category-tile:nth-child(5){height:245px}.category-label{font-size:17px;bottom:14px;left:14px}.section-heading{align-items:flex-end}.section-heading h2,.story-copy h2{font-size:32px}.section-heading p{font-size:13px}.product-grid,.product-grid-listing{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-photo{height:210px}.product-name{font-size:14px}.product-card-info{padding:13px}.product-detail{grid-template-columns:1fr;gap:24px}.gallery-main{height:min(65vw,470px)}.product-summary{padding-top:0}.cart-layout,.checkout-layout{grid-template-columns:1fr;gap:25px}.checkout-summary{grid-row:1;position:static}.story-section{grid-template-columns:1fr;gap:30px}.story-image{max-width:100%;height:390px}.story-copy{padding-inline:3px}.footer-main{grid-template-columns:1fr 1fr;gap:29px;width:min(100% - 40px,680px)}.footer-bottom{padding-inline:20px}.about-hero{grid-template-columns:1fr;gap:25px;padding:25px}.about-hero>img{height:340px}.contact-layout{grid-template-columns:1fr;gap:28px}.contact-photo{height:350px}.promise-grid{gap:9px}.promise-grid>div{padding:16px}}@media (width<=520px){.wrap{width:calc(100% - 32px)}.site-header{height:68px;padding-inline:16px}.brand-link{flex-basis:146px}.brand-link img{width:146px}.header-actions{gap:5px}.language-switch{gap:0}.language-switch button{padding-inline:3px;font-size:8px}.search-trigger{font-size:23px}.cart-label{display:none}.cart-link{gap:3px}.icon-line{font-size:19px}.cart-count{min-width:17px;height:17px;font-size:9px}.hero{height:82vh;min-height:610px}.hero-photo{background-position:62%}.hero-overlay{background:linear-gradient(90deg,#0e1b16cf,#101e188c 55%,#101e1838),linear-gradient(#0000 50%,#07131059)}.hero-content{justify-content:flex-end;padding-bottom:105px}.hero h1{max-width:440px;margin:17px 0 12px;font-size:43px}.hero-content>p{max-width:370px;font-size:13px}.hero-actions{gap:18px;margin-top:23px}.button{gap:12px;min-height:47px;padding-inline:15px;font-size:11px}.hero-index{bottom:23px;right:16px}.hero-caption{font-size:8px;bottom:26px;left:16px}.section-space{padding-block:54px}.section-heading{gap:9px;margin-bottom:21px}.section-heading h2,.story-copy h2{font-size:27px}.section-heading p{max-width:100%;font-size:12px}.section-heading>.text-link{font-size:9px}.category-grid{gap:8px}.category-tile,.category-tile:nth-child(2),.category-tile:nth-child(5){border-radius:8px;height:188px}.category-label{font-size:14px;bottom:10px;left:10px;right:9px}.category-number{font-size:9px;top:10px;left:11px}.featured-section .section-heading>.text-link{white-space:normal;max-width:82px}.product-grid,.product-grid-listing{gap:8px}.product-photo{height:155px}.product-chip{padding:4px 6px;font-size:7px;top:7px;left:7px}.product-arrow{width:27px;height:27px;bottom:7px;right:7px}.product-card-info{padding:10px}.product-category{font-size:8px}.product-name{min-height:42px;font-size:12px}.product-card-bottom{margin-top:9px;padding-top:9px}.product-card-bottom strong{font-size:11px}.story-image{height:280px}.story-stats{gap:25px;margin-top:28px}.cta-band{padding:37px 0}.cta-inner h2{font-size:25px}.cta-inner{align-items:flex-start}.button-outline{min-height:42px;padding-inline:11px}.footer-main{grid-template-columns:1fr 1fr;gap:24px 15px;width:calc(100% - 32px);padding-bottom:30px}.footer-brand img{width:165px}.footer-brand p,.footer-contact,.footer-links{font-size:10px}.footer-note{display:none}.footer-bottom{gap:12px;padding:12px 16px;font-size:8px}.breadcrumbs{margin-bottom:24px}.page-wrap{padding-top:13px;padding-bottom:55px}.listing-heading{flex-direction:column;align-items:flex-start;margin-bottom:20px}.contact-copy h1,.listing-heading h1{font-size:39px}.listing-heading h1{font-size:32px;line-height:1.2}.sort-select{width:100%}.product-grid-listing .product-photo{height:150px}.empty-state{padding:60px 12px}.empty-state h2{font-size:20px}.gallery-main{height:75vw;max-height:370px}.product-summary h1{font-size:35px}.detail-price{font-size:23px}.cart-line{grid-template-columns:76px 1fr auto;gap:10px}.cart-line-image{height:78px}.cart-line-name{font-size:12px}.cart-line-price strong{font-size:10px}.cart-line-price .remove-link{font-size:9px}.checkout-form{padding:18px}.grid.two{grid-template-columns:1fr;gap:0}.summary-card{padding:18px}.success-card{margin:24px auto;padding:45px 15px}.about-hero{padding:18px}.about-hero h1{font-size:40px}.about-hero>img{height:240px}.promise-grid{grid-template-columns:1fr}.contact-photo{height:250px}.contact-row{grid-template-columns:27px 1fr 20px;gap:10px}}@media (width<=360px){.section-heading{flex-direction:column;align-items:flex-start;gap:10px}.section-heading>.text-link{align-self:flex-start}}.contact-social,.footer-social{flex-wrap:wrap;gap:10px;display:flex}.contact-social a,.footer-social a{color:var(--lime);font-size:11px;font-weight:700}.contact-social{margin-top:16px}.contact-social a{color:var(--green);border:1px solid var(--line);border-radius:99px;padding:8px 13px}.contact-social a:hover,.footer-social a:hover{text-decoration:underline}.gallery-main{outline:none;position:relative}.gallery-main:focus-visible{box-shadow:0 0 0 3px #8fae82}.gallery-arrow{width:42px;height:42px;color:var(--green);cursor:pointer;background:#fffe;border:1px solid #ffffffa8;border-radius:50%;place-items:center;font-size:29px;line-height:1;transition:background .18s,color .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 18px #16291d22}.gallery-arrow:hover{background:var(--green);color:#fff}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-count{color:#fff;letter-spacing:.04em;background:#142d25d9;border-radius:99px;padding:7px 11px;font-size:11px;font-weight:700;position:absolute;bottom:15px;right:16px}.gallery-thumbs{scrollbar-width:thin;scrollbar-color:#a8b4a8 transparent;gap:9px;margin-top:12px;padding:2px 1px 7px;overflow-x:auto}.gallery-thumbs button{opacity:.72;border:2px solid #0000;border-radius:9px;width:82px;height:70px;transition:opacity .18s,border-color .18s,transform .18s;position:relative}.gallery-thumbs button:hover{opacity:1;transform:translateY(-2px)}.gallery-thumbs button.active{border-color:var(--green);opacity:1}.gallery-thumbs button span{color:#fff;text-align:center;background:#142d25cf;border-radius:99px;min-width:18px;height:18px;padding:0 4px;font-size:9px;line-height:18px;position:absolute;bottom:4px;right:4px}.gallery-main{cursor:zoom-in}.gallery-main img{width:auto;max-width:100%;height:auto;max-height:100%;padding:clamp(12px,2vw,28px);-o-object-fit:contain!important;object-fit:contain!important}.gallery-zoom{width:44px;height:44px;color:var(--green);cursor:zoom-in;background:#fffefaed;border:1px solid #ffffffb5;border-radius:50%;place-items:center;transition:transform .2s,background .2s,color .2s,box-shadow .2s;display:grid;position:absolute;top:15px;right:15px;box-shadow:0 8px 24px #142d2530}.gallery-zoom:hover{background:var(--green);color:#fff;transform:scale(1.08);box-shadow:0 10px 28px #142d2544}.gallery-zoom svg{fill:currentColor;width:23px;height:23px}.gallery-zoom:focus-visible,.lightbox-arrow:focus-visible,.lightbox-close:focus-visible,.lightbox-thumbs button:focus-visible{outline-offset:3px;outline:3px solid #d6fa62}.photo-lightbox{z-index:1000;color:#fff;background:radial-gradient(#25352f,#101714 65%,#090d0b);grid-template-rows:72px minmax(0,1fr) auto;grid-template-columns:76px minmax(0,1fr) 76px;padding:0 clamp(12px,3vw,42px) 23px;display:grid;position:fixed;inset:0}.lightbox-toolbar{border-bottom:1px solid #ffffff20;grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.lightbox-heading{align-items:center;gap:14px;min-width:0;display:flex}.lightbox-heading strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;font-size:13px;overflow:hidden}.lightbox-heading span{color:#d4ddd7;border:1px solid #ffffff27;border-radius:99px;flex:none;padding:6px 10px;font-size:11px}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff38;border-radius:50%;width:42px;height:42px;transition:transform .2s,background .2s;position:relative}.lightbox-close:hover{background:#ffffff20;transform:rotate(90deg)}.lightbox-close span{background:currentColor;border-radius:2px;width:18px;height:2px;position:absolute;top:19px;left:11px;transform:rotate(45deg)}.lightbox-close span+span{transform:rotate(-45deg)}.lightbox-stage{grid-area:2/2;place-items:center;min-height:0;padding:20px 0;display:grid}.lightbox-stage img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 22px 48px #0008);width:auto;max-width:100%;height:auto;max-height:100%;animation:.28s both photo-arrive;display:block}.lightbox-arrow{z-index:1;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff13;border:1px solid #ffffff50;border-radius:50%;grid-row:2;place-self:center;place-items:center;width:48px;height:48px;font-size:35px;line-height:1;transition:background .2s,transform .2s;display:grid}.lightbox-arrow:hover{background:#ffffff2b;transform:scale(1.06)}.lightbox-prev{grid-column:1}.lightbox-next{grid-column:3}.lightbox-thumbs{grid-column:1/-1;justify-content:center;justify-self:center;gap:9px;max-width:min(100%,680px);padding:7px 3px 1px;display:flex;overflow:auto}.lightbox-thumbs button{opacity:.58;cursor:pointer;background:#ffffff10;border:1px solid #ffffff35;border-radius:8px;flex:none;width:64px;height:50px;padding:0;transition:opacity .18s,border-color .18s,transform .18s;overflow:hidden}.lightbox-thumbs button:hover{opacity:.9;transform:translateY(-2px)}.lightbox-thumbs button.active{opacity:1;border:2px solid #d6fa62}.lightbox-thumbs img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.lightbox-enter-active,.lightbox-leave-active{transition:opacity .22s}.lightbox-enter-from,.lightbox-leave-to{opacity:0}@keyframes photo-arrive{0%{opacity:.55;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.gallery-zoom{width:40px;height:40px;top:10px;right:10px}.photo-lightbox{padding:0 7px max(14px,env(safe-area-inset-bottom));grid-template-rows:62px minmax(0,1fr) auto;grid-template-columns:42px minmax(0,1fr) 42px}.lightbox-toolbar{padding-inline:7px}.lightbox-heading{gap:8px}.lightbox-heading strong{max-width:calc(100vw - 145px);font-size:11px}.lightbox-heading span{padding:5px 8px;font-size:10px}.lightbox-close{width:38px;height:38px}.lightbox-close span{width:16px;top:17px;left:10px}.lightbox-arrow{width:36px;height:36px;font-size:27px}.lightbox-stage{padding:12px 0}.lightbox-thumbs{gap:6px}.lightbox-thumbs button{width:52px;height:42px}}.ride-film-section{isolation:isolate;color:#fff;background:#182820;align-items:center;min-height:clamp(440px,54vw,690px);display:flex;position:relative;overflow:hidden}.ride-film-shade,.ride-film-video{width:100%;height:100%;position:absolute;inset:0}.ride-film-video{z-index:-2;-o-object-fit:cover;object-fit:cover;-o-object-position:center 53%;object-position:center 53%}.ride-film-shade{z-index:-1;pointer-events:none;background:linear-gradient(90deg,#0b1812c7,#0c181287 38%,#0c181214 78%),linear-gradient(#0000 50%,#08110d6b)}.ride-film-copy{z-index:1;padding-block:78px;position:relative}.ride-film-copy .eyebrow{color:#e4ebdf}.ride-film-copy h2{letter-spacing:-.065em;max-width:680px;margin:19px 0 13px;font:800 clamp(44px,7vw,86px)/.99 Manrope,Noto Sans Armenian,sans-serif}.ride-film-copy p{color:#e0e7df;max-width:400px;margin:0;font-size:14px;line-height:1.8}.ride-film-copy .button{margin-top:27px}.ride-film-caption{color:#fff9;letter-spacing:.24em;font-size:9px;font-weight:700;position:absolute;bottom:27px;right:clamp(20px,4vw,60px)}.ride-film-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:27px;display:flex}.ride-film-actions .button{margin-top:0}.ride-film-watch{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff70;border-radius:7px;align-items:center;gap:11px;min-height:51px;padding:0 18px;font-size:12px;font-weight:800;transition:background .2s,transform .2s;display:inline-flex}.ride-film-watch:hover{background:#ffffff25;transform:translateY(-2px)}.ride-film-play-icon{background:#ffffff24;border-radius:50%;place-items:center;width:25px;height:25px;padding-left:2px;font-size:10px;display:grid}.ride-film-modal{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070f0bdb;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ride-film-player{background:#07100c;border:1px solid #ffffff28;border-radius:16px;width:min(100%,1120px);position:relative;overflow:hidden;box-shadow:0 24px 80px #0008}.ride-film-player video{background:#07100c;width:100%;max-height:min(78vh,760px);display:block}.ride-film-close{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c1712bd;border:1px solid #ffffff75;border-radius:50%;width:42px;height:42px;font-size:27px;line-height:1;position:absolute;top:12px;right:12px}.ride-film-close:hover{background:#0c1712}@media (width<=800px){.ride-film-section{min-height:540px}.ride-film-video{-o-object-position:63% center;object-position:63% center}.ride-film-shade{background:linear-gradient(90deg,#0b1812c7,#0c181257 75%),linear-gradient(#0000 42%,#08110d85)}.ride-film-copy{padding-block:65px}.ride-film-copy h2{max-width:530px;font-size:clamp(46px,10vw,72px)}}@media (width<=520px){.ride-film-section{min-height:510px}.ride-film-video{-o-object-position:65% center;object-position:65% center}.ride-film-copy{padding-block:55px}.ride-film-copy h2{max-width:340px;font-size:48px}.ride-film-copy p{max-width:290px;font-size:12px}.ride-film-caption{letter-spacing:.17em;font-size:8px;bottom:17px;right:16px}}@media (prefers-reduced-motion:reduce){.ride-film-video{display:none}.ride-film-section{background:#182820 url(../videos/bikecenter-ride-v2-poster.jpg) 50%/cover no-repeat}}.hero-slides{position:absolute;inset:0}.hero-photo,.hero-slides{z-index:0;overflow:hidden}.hero-photo{opacity:0;transition:opacity .8s}.hero-photo.active{z-index:1;opacity:1;animation:heroReveal 1s var(--ease) both}.hero-photo img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 53%;object-position:center 53%;width:100%;height:100%;display:block;transform:scale(1.015)}.hero-photo.active img{animation:7s ease-out both heroKenBurns}.hero-overlay{z-index:2}.hero-caption,.hero-index{z-index:3}.hero h1{letter-spacing:-.05em;max-width:830px;margin:20px 0 13px;font-size:clamp(34px,5vw,65px);line-height:1.1}.hero-content>p{font-size:clamp(13px,1.35vw,16px);line-height:1.7}.hero-actions{margin-top:28px}.hero-index{z-index:4;gap:9px;bottom:29px}.hero-index>button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff65;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:22px;line-height:1;transition:background .18s,transform .18s;display:grid}.hero-index>button:hover{background:#fff3;transform:scale(1.05)}.hero-index .hero-slide-count{color:#ffffffd9;letter-spacing:.1em;align-items:center;gap:8px;font-size:9px;font-weight:700;display:flex}.hero-index .hero-slide-count i{background:#fff7;width:26px;height:1px}.hero-dots{align-items:center;gap:5px;margin-inline:3px;display:flex}.hero-dots button{cursor:pointer;background:#ffffff80;border:0;border-radius:9px;width:6px;height:6px;padding:0;transition:width .25s,background .25s}.hero-dots button.active{background:var(--lime);width:20px}@keyframes heroKenBurns{0%{transform:scale(1.015)}to{transform:scale(1.09)}}@media (width<=800px){.hero{height:75vh;min-height:590px;max-height:760px}.hero-photo img{-o-object-position:61% center;object-position:61% center}.hero h1{max-width:700px;font-size:clamp(36px,7.4vw,58px)}.hero-index{bottom:23px;right:20px}.hero-caption{bottom:32px;left:20px}}@media (width<=520px){.hero{height:82vh;min-height:570px}.hero-photo img{-o-object-position:65% center;object-position:65% center}.hero h1{max-width:100%;margin:16px 0 10px;font-size:clamp(33px,9vw,40px);line-height:1.12}.hero-content>p{max-width:335px;font-size:12px;line-height:1.65}.hero-actions{gap:17px;margin-top:20px}.hero-index{gap:6px;bottom:17px;right:16px}.hero-index>button{width:29px;height:29px;font-size:20px}.hero-index .hero-slide-count{gap:5px;font-size:8px}.hero-index .hero-slide-count i{width:15px}.hero-dots{gap:4px}.hero-dots button.active{width:15px}.hero-caption{letter-spacing:.12em;font-size:7px;bottom:25px;left:16px}}@media (prefers-reduced-motion:reduce){.hero-photo,.hero-photo.active img{transition:none;animation:none}.hero-photo img{transform:none}}.catalog-filters{background:linear-gradient(135deg,#fff,#fbfcf8);border:1px solid #e5e9e0;border-radius:16px;margin:-4px 0 26px;padding:18px 20px;box-shadow:0 8px 26px #193a2d08}.catalog-filter-top{border-bottom:1px solid #edf0e9;justify-content:space-between;align-items:center;gap:18px;padding-bottom:15px;display:flex}.catalog-result-count{color:var(--muted);align-items:center;gap:10px;font-size:11px;display:flex}.catalog-result-count strong{color:var(--green);font-size:14px}.catalog-result-icon{width:32px;height:32px;color:var(--green);background:#edf2e9;border-radius:10px;place-items:center;font-size:22px;display:grid}.catalog-sort{grid-template-columns:auto minmax(160px,230px);align-items:center;gap:10px;min-width:210px}.catalog-sort>span{color:#607064;font-size:11px;font-weight:700}.catalog-sort select{min-height:42px}.catalog-filter-fields{grid-template-columns:minmax(300px,1fr) minmax(230px,.8fr) auto;align-items:center;gap:25px;padding-top:15px;display:grid}.filter-label{color:#405448;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;font-weight:800;display:flex}.filter-label>span{color:#8a968a;letter-spacing:.1em;font-size:9px;font-weight:600}.price-inputs{align-items:flex-end;gap:9px;display:flex}.price-inputs>i{color:#a3ada4;padding-bottom:12px;font-style:normal}.price-inputs label{flex:1;gap:4px;min-width:0;display:grid}.price-inputs label>span{color:#879187;font-size:9px}.price-inputs input{width:100%;min-width:0;height:40px;color:var(--green);background:#fff;border:1px solid #e0e6dc;border-radius:10px;outline:none;padding:0 11px;font-size:12px;font-weight:700;transition:border-color .18s,box-shadow .18s}.price-inputs input::placeholder{color:#aab2aa;font-size:10px;font-weight:500}.price-inputs input:focus{border-color:#90a994;box-shadow:0 0 0 3px #71966920}.availability-filter{cursor:pointer;align-items:center;gap:10px;min-height:45px;display:flex}.availability-filter>input{opacity:0;width:1px;height:1px;position:absolute}.availability-check{color:#0000;background:#fff;border:1px solid #d8e0d5;border-radius:7px;flex:none;place-items:center;width:22px;height:22px;font-size:13px;font-weight:800;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:grid}.availability-filter>input:checked+.availability-check{border-color:var(--green);background:var(--green);color:#fff}.availability-filter>input:focus-visible+.availability-check{box-shadow:0 0 0 4px #71966925}.availability-copy{gap:2px;display:grid}.availability-copy strong{color:#33483b;font-size:11px}.availability-copy small{color:#929c92;font-size:9px}.clear-filters{color:#aa5b3a;cursor:pointer;background:#fff9f6;border:1px solid #f0ddd4;border-radius:9px;justify-self:end;align-items:center;gap:7px;padding:9px 11px;font-size:10px;font-weight:800;transition:background .18s,border-color .18s;display:inline-flex}.clear-filters:hover{background:#fff2eb;border-color:#e8c3b2}.clear-filters span{font-size:17px;line-height:12px}.catalog-sort select{width:100%}.empty-state .button{margin-top:20px}@media (width<=800px){.catalog-filter-fields{grid-template-columns:1fr 1fr;gap:16px}.catalog-filters{padding:16px}.catalog-sort{grid-template-columns:1fr;gap:5px;min-width:0}.catalog-sort>span{font-size:10px}.catalog-sort select{min-height:42px}}@media (width<=520px){.catalog-filters{border-radius:13px;margin:0 0 20px;padding:13px}.catalog-filter-top{grid-template-columns:minmax(0,1fr) minmax(130px,48vw);align-items:center;gap:10px;padding-bottom:12px;display:grid}.catalog-result-count{gap:7px;max-width:140px;font-size:9px}.catalog-result-icon{width:29px;height:29px}.catalog-result-count strong{font-size:12px}.catalog-sort{width:100%}.catalog-sort select{background-position:right 10px center;min-height:40px;padding-left:11px;padding-right:34px;font-size:10px}.catalog-filter-fields{grid-template-columns:1fr;gap:11px;padding-top:12px}.price-inputs{max-width:100%}.price-inputs input{height:38px}.availability-filter{min-height:39px;position:relative}.clear-filters{justify-self:start}.listing-heading{gap:12px}}.availability-filter{position:relative}.catalog-sort .ui-select{width:100%}.catalog-sort .ui-select-trigger{min-height:48px;padding:0 46px 0 16px;font-size:12px}.catalog-sort .ui-select-menu{min-width:100%}@media (width<=800px){.catalog-sort .ui-select-trigger{min-height:42px;padding:0 38px 0 13px}}@media (width<=520px){.catalog-sort .ui-select-trigger{min-height:40px;padding:0 34px 0 11px;font-size:10px}}.cart-heading{margin-bottom:31px}.cart-heading h1{margin:13px 0 5px;font-size:clamp(42px,4.8vw,56px)}.cart-heading>div>p{max-width:500px;font-size:13px;line-height:1.7}.cart-layout{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);align-items:start;gap:28px}.cart-lines{background:linear-gradient(145deg,#fff,#fcfcf9);border:1px solid #e6e9e1;border-radius:18px;padding:0 21px 18px;overflow:hidden;box-shadow:0 10px 34px #1a392d08}.cart-list-header{color:#8a958b;border-bottom:1px solid #edf0e9;justify-content:space-between;align-items:center;gap:15px;min-height:66px;font-size:10px;display:flex}.cart-list-header>div{align-items:center;gap:10px;display:flex}.cart-list-header strong{color:#35483d;font-size:12px}.cart-list-icon{color:#648052;background:#eff3e9;border-radius:9px;place-items:center;width:30px;height:30px;font-size:9px;font-weight:800;display:grid}.cart-line{border-bottom:1px solid #edf0e9;grid-template-columns:132px minmax(0,1fr) minmax(155px,auto);align-items:center;gap:19px;padding:22px 0}.cart-line-image{background:#f1f2ed;border-radius:12px;height:116px;position:relative}.cart-line-image img{-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.cart-line-image:hover img{transform:scale(1.05)}.cart-image-index{color:#66766b;letter-spacing:.07em;background:#ffffffd9;border-radius:99px;padding:3px 6px;font-size:8px;font-weight:800;position:absolute;top:8px;left:8px}.cart-line-details{gap:6px;min-width:0}.cart-line-name{font-size:15px;line-height:1.45}.cart-line-sku{letter-spacing:.03em;font-size:10px}.cart-line-controls{align-items:center;gap:13px;margin-top:5px;display:flex}.quantity-stepper{background:#fff;border:1px solid #e3e8df;border-radius:10px;height:35px;margin-top:0;overflow:hidden}.quantity-stepper button{color:#536759;background:0 0;width:34px;height:33px;font-size:17px;transition:background .18s,color .18s}.quantity-stepper button:hover{color:var(--green);background:#eff4e7}.quantity-stepper span{min-width:29px;font-size:12px;font-weight:700}.cart-remove{color:#929a91;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:7px 2px;font-size:10px;transition:color .18s;display:inline-flex}.cart-remove:hover{color:#bd513f}.cart-remove svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.cart-line-price{align-self:center;gap:5px}.cart-line-price>span{color:#929b91;font-size:9px}.cart-line-price strong{color:var(--green);white-space:nowrap;font-size:13px;font-weight:800}.cart-continue{margin:18px 0 2px}.cart-summary{background:linear-gradient(150deg,#fff,#fbfcf7);border:1px solid #e4e9df;border-radius:18px;padding:23px;position:sticky;top:24px;box-shadow:0 14px 38px #1a392d0c}.summary-topline{align-items:center;gap:10px;display:flex}.summary-icon{width:34px;height:34px;color:var(--green);background:#eff4e8;border-radius:11px;place-items:center;display:grid}.summary-icon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.cart-summary .summary-label{color:#526457;font-size:12px;font-weight:800}.summary-price-block{gap:5px;margin-top:23px;display:grid}.summary-price-block>span{color:#879287;font-size:10px}.cart-summary .summary-total{color:var(--green);letter-spacing:-.035em;margin:0;font:800 clamp(26px,2.4vw,34px)/1.2 Manrope,Noto Sans Armenian,sans-serif}.summary-rule{background:#e9ede5;height:1px;margin:18px 0}.summary-items-row{color:#778277;justify-content:space-between;align-items:center;font-size:10px;display:flex}.summary-items-row strong{min-width:25px;height:25px;color:var(--green);background:#eff4e8;border-radius:50%;place-items:center;font-size:10px;display:grid}.cart-summary .summary-note{color:#6d796e;background:#f5f7f1;border-radius:10px;margin:18px 0 15px;padding:12px 13px;font-size:10px;line-height:1.65}.cart-summary .summary-button{border-radius:10px;justify-content:space-between;min-height:51px;padding-inline:16px 19px}.summary-secure{color:#889487;justify-content:center;align-items:center;gap:7px;margin-top:13px;font-size:9px;display:flex}.summary-secure span{color:#648052;background:#edf4e6;border-radius:50%;place-items:center;width:16px;height:16px;font-size:10px;font-weight:800;display:grid}.cart-empty-card{text-align:center;background:radial-gradient(circle at 50% 0,#f4f8e9 0,#0000 45%),linear-gradient(145deg,#fff,#fbfcf8);border:1px solid #e5e9e0;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;max-width:820px;min-height:410px;margin:28px auto 20px;padding:42px 22px;display:flex;box-shadow:0 18px 55px #173a2c0b}.cart-empty-art{background:#eff4e8;border-radius:50%;place-items:center;width:124px;height:124px;margin-bottom:21px;display:grid;position:relative}.cart-empty-art svg{z-index:1;fill:none;stroke:#365943;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:52px;height:52px;position:relative}.cart-empty-orbit{border:1px solid #dfe9cf;border-radius:50%;animation:16s linear infinite cart-orbit;position:absolute;inset:-9px}.cart-empty-orbit.orbit-two{border-style:dashed;border-color:#d4e2c6;animation-duration:21s;animation-direction:reverse;inset:8px}.cart-empty-card>.eyebrow{justify-content:center}.cart-empty-card h2{color:var(--ink);letter-spacing:-.04em;margin:12px 0 7px;font:800 clamp(24px,3vw,33px)/1.2 Manrope,Noto Sans Armenian,sans-serif}.cart-empty-card p{color:#7b877c;max-width:400px;margin:0;font-size:12px;line-height:1.75}.cart-empty-card .button{border-radius:10px;margin-top:21px}@keyframes cart-orbit{to{transform:rotate(1turn)}}@media (width<=900px){.cart-layout{grid-template-columns:minmax(0,1.35fr) minmax(275px,.85fr);gap:18px}.cart-lines{padding-inline:16px}.cart-line{grid-template-columns:105px minmax(0,1fr);gap:14px}.cart-line-image{grid-row:1/3;height:104px}.cart-line-details{grid-column:2}.cart-line-price{justify-content:space-between;align-items:center;justify-items:legacy;grid-column:2;margin-top:-3px;display:flex}.cart-line-price>span{margin-right:auto}.cart-summary{padding:19px}}@media (width<=800px){.cart-layout{grid-template-columns:1fr;gap:18px}.cart-summary{order:-1;position:static}.cart-lines{padding-inline:18px}.cart-line{grid-template-columns:118px minmax(0,1fr);gap:16px}.cart-line-image{height:106px}.cart-line-price{grid-column:2}.cart-summary .summary-total{font-size:31px}}@media (width<=520px){.cart-heading{margin-bottom:22px}.cart-heading h1{font-size:42px}.cart-heading>div>p{font-size:11px}.cart-empty-card{border-radius:17px;min-height:365px;margin-top:15px;padding:30px 16px}.cart-empty-art{width:105px;height:105px}.cart-empty-art svg{width:44px;height:44px}.cart-empty-card h2{font-size:24px}.cart-lines{border-radius:14px;padding:0 13px 15px}.cart-list-header{min-height:58px}.cart-list-header strong{font-size:11px}.cart-line{grid-template-columns:82px minmax(0,1fr);gap:11px;padding:15px 0}.cart-line-image{border-radius:10px;grid-row:1/3;height:88px}.cart-line-name{font-size:12px}.cart-line-sku{font-size:8px}.cart-line-controls{gap:8px;margin-top:3px}.quantity-stepper{height:31px}.quantity-stepper button{width:29px;height:29px}.quantity-stepper span{min-width:23px;font-size:11px}.cart-remove{font-size:9px}.cart-remove svg{width:13px;height:13px}.cart-line-price{grid-column:2;margin-top:-2px}.cart-line-price>span{font-size:8px}.cart-line-price strong{font-size:11px}.cart-summary{border-radius:14px;padding:17px}.cart-summary .summary-total{font-size:27px}.cart-summary .summary-note{margin:14px 0 12px;padding:10px;font-size:9px}.cart-summary .summary-button{min-height:47px;font-size:10px}.summary-secure{font-size:8px}.cart-continue{font-size:10px}.gallery-arrow{width:36px;height:36px;font-size:25px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-count{padding:6px 9px;font-size:10px;bottom:10px;right:10px}.gallery-thumbs button{width:72px;height:62px}}.image-choice .cover-radio{width:14px;height:14px;accent-color:var(--green);flex:none;position:static}.sort-select select{appearance:none;min-height:48px;color:var(--green);background-color:#fff;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20stroke%3D%22%233d5e4e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.7%22%20d%3D%22m4%206%204%204%204-4%22%2F%3E%3C%2Fsvg%3E);background-position:right 15px center;background-repeat:no-repeat;background-size:16px;border:1px solid #dce5dc;border-radius:13px;padding:0 46px 0 16px;font-size:12px;font-weight:700;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 3px 12px #183d3208}.sort-select select:hover{border-color:#a9bca9;transform:translateY(-1px);box-shadow:0 7px 18px #183d3212}.sort-select select:focus-visible{border-color:#78987d;outline:0;box-shadow:0 0 0 4px #71966926,0 7px 18px #183d3210}.sort-select select option{color:var(--green);background:#fff;padding:10px 12px;font-weight:600}.rental-cart-duration{background:#f8faf5;border:1px solid #e6ebdf;border-radius:11px;gap:8px;margin:18px 0;padding:14px;display:grid}.rental-cart-duration>label{color:#526454;font-size:11px;font-weight:700}.rental-duration-control{background:#fff;border:1px solid #dce4d8;border-radius:9px;align-items:center;gap:8px;min-height:40px;padding:4px;display:flex}.rental-duration-control button{width:32px;height:30px;color:var(--green);cursor:pointer;background:#f0f4eb;border:0;border-radius:7px;font-weight:700}.rental-duration-control button:disabled{opacity:.4;cursor:not-allowed}.rental-duration-control input{text-align:center;width:42px;color:var(--ink);appearance:textfield;background:0 0;border:0;padding:0;font-weight:800}.rental-duration-control input::-webkit-inner-spin-button{appearance:none;margin:0}.rental-duration-control input::-webkit-outer-spin-button{appearance:none;margin:0}.rental-duration-control>span{color:var(--muted);margin-right:auto;font-size:11px}.cart-notice{margin:12px 0 0}.quantity-stepper button:disabled{opacity:.4;cursor:not-allowed}.product-photo>img{-o-object-fit:contain;object-fit:contain;padding:8px 10px}.featured-grid .product-photo{height:clamp(280px,27vw,360px)}.featured-grid .product-photo>img{-o-object-fit:contain;object-fit:contain;padding:14px}@media (width<=850px){.featured-grid .product-photo{height:clamp(245px,34vw,310px)}}@media (width<=520px){.featured-grid .product-photo{height:230px}}.category-tile img{-o-object-position:center;object-position:center;transition:filter .5s}.category-tile:hover img{filter:saturate(1.04);transform:none}.catalog-mobile-filter-button{display:none}.catalog-layout{grid-template-columns:minmax(245px,278px) minmax(0,1fr);align-items:start;gap:clamp(22px,3vw,40px);margin-top:30px;display:grid}.catalog-sidebar{scrollbar-width:thin;scrollbar-color:#dce5dc transparent;min-width:0;max-height:calc(100vh - 124px);position:sticky;top:104px;overflow:auto}.catalog-filter-panel{background:linear-gradient(160deg,#fff,#fcfdf9);border:1px solid #e5eae2;border-radius:17px;padding:21px 19px 15px;overflow:hidden;box-shadow:0 12px 35px #193a2d08}.catalog-filter-heading{border-bottom:1px solid #edf0e9;justify-content:space-between;align-items:flex-start;gap:8px;padding-bottom:17px;display:flex}.catalog-filter-eyebrow{color:#89958a;letter-spacing:.16em;margin:0 0 8px;font-size:8px;font-weight:800;display:block}.catalog-filter-heading h2{color:var(--ink);letter-spacing:-.035em;align-items:center;gap:8px;margin:0;font-size:19px;display:flex}.catalog-filter-glyph{color:#315843;background:#eef4e9;border-radius:10px;place-items:center;width:31px;height:31px;line-height:1;display:inline-grid}.catalog-filter-glyph svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.catalog-filter-heading h2 .catalog-filter-glyph{width:28px;height:28px}.catalog-filter-heading h2 .catalog-filter-glyph svg{width:16px;height:16px}.catalog-active-count,.catalog-filter-heading-count{color:#23372d;background:#dafa69;border-radius:99px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:9px;font-weight:800;display:inline-grid}.catalog-reset-button{color:#a65a42;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:9px;font-weight:800}.catalog-filter-group{border-bottom:1px solid #edf0e9;padding:16px 0}.catalog-filter-group-title{color:#3b5044;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;font-size:11px;font-weight:800;display:flex}.catalog-filter-group-title small{color:#94a096;letter-spacing:.1em;font-size:8px;font-weight:700}.catalog-price-fields{grid-template-columns:minmax(0,1fr) 10px minmax(0,1fr);align-items:end;gap:7px;display:grid}.catalog-price-fields>i{color:#9eaaa0;text-align:center;padding-bottom:11px;font-size:12px;font-style:normal}.catalog-price-fields label{gap:5px;min-width:0;display:grid}.catalog-price-fields label>span:first-child{color:#8b978d;font-size:9px}.catalog-price-input{background:#fff;border:1px solid #e1e8de;border-radius:10px;align-items:center;min-width:0;height:40px;padding:0 9px;transition:border-color .18s,box-shadow .18s;display:flex}.catalog-price-input:focus-within{border-color:#8ca78d;box-shadow:0 0 0 3px #7196691c}.catalog-price-input input{color:#20382d;appearance:textfield;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0;font-size:10px;font-weight:700}.catalog-price-input input::-webkit-inner-spin-button{appearance:none;margin:0}.catalog-price-input input::-webkit-outer-spin-button{appearance:none;margin:0}.catalog-price-input input::placeholder{color:#b0b9af;font-size:9px;font-weight:500}.catalog-price-input b{color:#879589;font-size:10px;font-weight:600}.catalog-choice-group{gap:2px;display:grid}.catalog-filter-choice{cursor:pointer;align-items:center;gap:10px;min-height:52px;display:flex;position:relative}.catalog-toggle{flex:none;width:35px;height:21px;position:relative}.catalog-toggle input{z-index:1;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.catalog-toggle i{background:#f2f4ef;border:1px solid #dbe3d9;border-radius:20px;transition:background .2s,border-color .2s;position:absolute;inset:0}.catalog-toggle i:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #14281f2b}.catalog-toggle input:checked+i{background:#2e5942;border-color:#2e5942}.catalog-toggle input:checked+i:after{transform:translate(14px)}.catalog-toggle input:focus-visible+i{outline-offset:2px;outline:3px solid #71966940}.catalog-choice-copy{gap:2px;min-width:0;display:grid}.catalog-choice-copy strong{color:#394d40;font-size:10px}.catalog-choice-copy small{color:#98a298;font-size:8px}.catalog-choice-mark{color:#8b998c;background:#f2f5ef;border-radius:9px;place-items:center;width:25px;height:25px;margin-left:auto;display:grid}.catalog-choice-mark svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.catalog-choice-mark-featured{color:#a0874b;background:#f7f3e8}.catalog-choice-mark-featured svg{fill:#eadba8;stroke:#a0874b;stroke-width:1.4px}.catalog-spec-filters{padding-top:17px}.catalog-spec-heading{margin-bottom:4px}.catalog-spec-icon{color:#d96f45;background:#fbf1e9;border-radius:9px;place-items:center;width:25px;height:25px;display:grid}.catalog-spec-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.catalog-facet{border-bottom:1px solid #edf0e9}.catalog-facet summary{color:#415549;cursor:pointer;align-items:center;gap:8px;min-height:43px;font-size:10px;font-weight:750;list-style:none;display:flex}.catalog-facet summary:focus-visible{outline-offset:2px;border-radius:5px;outline:2px solid #71966980}.catalog-facet summary::-webkit-details-marker{display:none}.catalog-facet-chevron{fill:none;stroke:#849487;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px;margin-left:auto;transition:transform .2s,color .2s}.catalog-facet[open] .catalog-facet-chevron{stroke:#365c45;transform:rotate(180deg)}.catalog-facet-selected{color:#36593c;background:#eaf2df;border-radius:50%;place-items:center;min-width:17px;height:17px;font-size:8px;font-weight:800;display:grid}.catalog-facet-options{gap:2px;padding:0 0 10px;display:grid}.catalog-facet-option{color:#69776d;cursor:pointer;align-items:center;gap:8px;min-height:28px;font-size:9px;display:flex;position:relative}.catalog-facet-option input{opacity:0;width:1px;height:1px;position:absolute}.catalog-facet-check{color:#0000;background:#fff;border:1px solid #dce4d9;border-radius:5px;flex:none;place-items:center;width:17px;height:17px;transition:background .16s,border-color .16s,box-shadow .16s;display:grid}.catalog-facet-check svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.catalog-facet-option input:checked+.catalog-facet-check{color:#fff;background:#315942;border-color:#315942}.catalog-facet-option input:focus-visible+.catalog-facet-check{outline-offset:2px;outline:3px solid #71966935}.catalog-facet-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catalog-facet-option small{color:#a1aba1;margin-left:auto;font-size:8px}.catalog-filter-footnote{color:#89958b;background:#f5f7f1;border-radius:9px;align-items:flex-start;gap:7px;margin-top:13px;padding:10px;font-size:8px;line-height:1.5;display:flex}.catalog-filter-footnote svg{fill:none;stroke:#dc6947;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:13px;height:13px;margin-top:1px}.catalog-results{min-width:0}.catalog-results-toolbar{border-bottom:1px solid #e5eae2;justify-content:space-between;align-items:center;gap:16px;min-height:52px;margin:0 0 16px;padding:0 0 14px;display:flex}.catalog-result-summary{color:#819084;align-items:baseline;gap:9px;font-size:10px;display:flex}.catalog-result-number{color:#1f382d;letter-spacing:-.05em;font-size:23px;font-weight:800}.catalog-sort-control{grid-template-columns:auto minmax(175px,225px);align-items:center;gap:10px;display:grid}.catalog-sort-control>span{color:#778579;font-size:9px;font-weight:700}.catalog-sort-control .ui-select{width:100%}.catalog-sort-control .ui-select-trigger{min-height:42px;padding:0 40px 0 13px;font-size:10px}.catalog-sort-control .ui-select-menu{min-width:100%}.catalog-active-filters{flex-wrap:wrap;align-items:center;gap:7px;margin:-2px 0 17px;display:flex}.catalog-active-label{color:#849187;margin-right:3px;font-size:8px;font-weight:700}.catalog-active-filters button{color:#405847;cursor:pointer;background:#f6f9f0;border:1px solid #e2e9dc;border-radius:99px;align-items:center;gap:7px;min-height:25px;padding:4px 8px;font-size:8px;font-weight:700;display:inline-flex}.catalog-active-filters button svg{fill:none;stroke:#a65b42;stroke-width:1.8px;stroke-linecap:round;flex:none;width:11px;height:11px;transition:transform .16s}.catalog-active-filters button:hover svg{transform:rotate(90deg)}.catalog-results .product-grid-listing{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalog-active-filters button:hover,.catalog-mobile-filter-button:hover,.catalog-reset-button:hover{filter:brightness(.97)}@media (width<=1100px){.catalog-layout{grid-template-columns:minmax(220px,250px) minmax(0,1fr);gap:20px}.catalog-results .product-grid-listing{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-filter-panel{padding-inline:15px}}@media (width<=850px){.catalog-mobile-filter-button{color:#304b3a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e9df;border-radius:12px;align-items:center;gap:9px;width:100%;min-height:48px;margin:18px 0 12px;padding:0 13px;font-size:11px;font-weight:800;display:flex;box-shadow:0 5px 16px #17382f08}.catalog-mobile-filter-button .catalog-filter-glyph{width:27px;height:27px}.catalog-mobile-filter-button .catalog-filter-glyph svg{width:15px;height:15px}.catalog-filter-chevron{fill:none;stroke:#728477;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px;margin-left:auto;transition:transform .2s}.catalog-filter-chevron.open{stroke:#315843;transform:rotate(180deg)}.catalog-mobile-filter-button:focus-visible{outline-offset:2px;outline:3px solid #71966940}.catalog-layout{margin-top:0;display:block}.catalog-sidebar{max-height:none;margin:0 0 18px;display:none;position:static;overflow:visible}.catalog-sidebar-open{display:block}.catalog-filter-panel{padding:16px}.catalog-results-toolbar{margin-top:5px}.catalog-filter-heading{padding-bottom:13px}.catalog-filter-footnote{display:none}}@media (width<=520px){.catalog-results-toolbar{align-items:flex-end;gap:9px}.catalog-result-summary{gap:0;font-size:8px;display:grid}.catalog-result-number{font-size:22px}.catalog-sort-control{grid-template-columns:1fr;gap:4px;width:min(62%,220px);min-width:0}.catalog-sort-control>span{font-size:8px}.catalog-sort-control .ui-select-trigger{min-height:39px;padding:0 34px 0 10px;font-size:9px}.catalog-results .product-grid-listing{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-active-filters{margin:0 0 12px}.catalog-active-label{flex-basis:100%}.catalog-price-fields{gap:5px}.catalog-price-input{height:38px}}.featured-grid-count-1{grid-template-columns:minmax(0,1fr)}.featured-grid-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-grid-count-1 .product-card{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);min-height:clamp(340px,34vw,490px);display:grid}.featured-grid-count-1 .product-photo{height:100%;min-height:clamp(340px,34vw,490px)}.featured-grid-count-1 .product-card-info{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:clamp(24px,5vw,76px);display:flex}.featured-grid-count-1 .product-category{font-size:10px}.featured-grid-count-1 .product-name{-webkit-line-clamp:unset;min-height:0;margin-top:5px;font-size:clamp(22px,2.25vw,32px);line-height:1.25;display:block;overflow:visible}.featured-grid-count-1 .product-card-bottom{width:100%;margin-top:32px;padding-top:19px}@media (width<=850px){.featured-grid-count-2,.featured-grid-count-3{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid-count-1 .product-card{grid-template-columns:1fr;min-height:0}.featured-grid-count-1 .product-photo{height:clamp(230px,56vw,360px);min-height:0}.featured-grid-count-1 .product-card-info{padding:20px}.featured-grid-count-1 .product-name{font-size:20px}}@media (width<=520px){.featured-grid-count-1 .product-photo{height:250px}.featured-grid-count-1 .product-card-info{padding:15px}.featured-grid-count-1 .product-name{font-size:17px}.featured-grid-count-1 .product-card-bottom{margin-top:14px;padding-top:11px}}.featured-heading-actions{align-items:center;gap:20px;display:flex}.featured-slider-controls{display:none}@media (width<=600px){.featured-heading{flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:19px}.featured-heading-actions{justify-content:flex-end;gap:12px;width:100%;min-height:32px}.featured-heading-actions>.text-link{white-space:nowrap;word-break:keep-all;overflow-wrap:normal;flex:none;align-items:center;width:max-content;max-width:none;padding-bottom:5px;font-size:10px;display:inline-flex}.featured-slider-controls{gap:7px;display:flex}.featured-slider-controls button{width:32px;height:32px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #d9dfd5;border-radius:50%;place-items:center;font-size:22px;line-height:1;transition:background .2s,color .2s,transform .2s;display:grid}.featured-slider-controls button:active{background:var(--green);color:#fff;transform:scale(.96)}.featured-slider-controls button:focus-visible{outline-offset:2px;outline:3px solid #789b6c66}.featured-grid{scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:1px 1px 12px;scroll-padding-inline:1px;display:flex;overflow:auto hidden}.featured-grid::-webkit-scrollbar{display:none}.featured-grid>.product-card{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 min(82%,320px)}.featured-grid-count-1>.product-card{flex-basis:100%}.featured-grid-count-1 .product-card{min-height:0;display:block}.featured-grid-count-1 .product-photo{height:250px;min-height:0}.featured-grid-count-1 .product-card-info{padding:15px;display:block}.featured-grid-count-1 .product-name{-webkit-line-clamp:2;min-height:42px;font-size:14px;display:-webkit-box;overflow:hidden}.featured-grid-count-1 .product-card-bottom{width:auto;margin-top:9px;padding-top:9px}}.header-shell{z-index:50;background:var(--paper);isolation:isolate;position:sticky;top:-32px;box-shadow:0 8px 22px #183d3213}.header-shell .mobile-menu{z-index:1;overscroll-behavior:contain;border-top:1px solid var(--line);border-radius:0 0 12px 12px;width:100%;max-height:calc(100dvh - 90px);animation:.16s ease-out both mobile-menu-reveal;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 16px 28px #132a2024}.header-shell .mobile-menu a{border-bottom:1px solid #edf0eb;min-width:0}.header-shell .mobile-menu a.nav-active{box-shadow:inset 3px 0 var(--orange);color:var(--green);background:#eff4e8;border-radius:9px}.ui-select{min-width:0;color:var(--green);display:block;position:relative}.ui-select-trigger{color:#183d32;text-align:left;cursor:pointer;background:linear-gradient(145deg,#fff,#f5f8f1);border:1px solid #dce5dc;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:800;line-height:1.2;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;box-shadow:0 3px 10px #183d320f,inset 0 1px #fff}.ui-select-trigger:hover,.ui-select-trigger[aria-expanded=true]{border-color:#a9bca9;box-shadow:0 6px 16px #183d321a,inset 0 1px #fff}.ui-select-trigger:focus-visible{border-color:#78987d;outline:0;box-shadow:0 0 0 4px #71966929,0 5px 14px #183d3214}.ui-select-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ui-select-chevron{fill:none;stroke:#496557;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px;transition:transform .2s}.ui-select-trigger[aria-expanded=true] .ui-select-chevron{transform:rotate(180deg)}.ui-select-menu{z-index:120;transform-origin:100% 0;overscroll-behavior:contain;background:#fff;border:1px solid #e1e8dd;border-radius:14px;min-width:max(100%,190px);max-height:min(280px,100dvh - 110px);padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 18px 45px #122b1f2e,0 3px 10px #122b1f0f}.ui-select-option{color:#405448;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:40px;padding:0 11px;font-family:inherit;font-size:11px;font-weight:600;line-height:1.35;transition:background .15s,color .15s;display:flex}.ui-select-option.active,.ui-select-option:hover{color:var(--green);background:#f2f6ec}.ui-select-option.selected{color:var(--green);font-weight:800}.ui-select-option svg{fill:none;stroke:#77944b;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px}.select-menu-enter-active,.select-menu-leave-active{transition:opacity .14s,transform .14s}.select-menu-enter-from,.select-menu-leave-to{opacity:0;transform:translateY(-4px)scale(.98)}.ui-select--language{flex:0 0 116px;width:116px}.ui-select--language .ui-select-trigger{height:42px;padding-inline:13px 11px}.ui-select--language .ui-select-menu{min-width:168px}@media (width<=520px){.ui-select--language{flex-basis:94px;width:94px}.ui-select--language .ui-select-trigger{min-height:36px;padding-inline:10px;font-size:10px}.ui-select--language .ui-select-menu{min-width:148px}}@keyframes mobile-menu-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.site-header{background:#fafaf6fa;border-bottom:1px solid #183d321a;gap:clamp(12px,1.5vw,22px);height:78px;padding-inline:max(28px,50vw - 660px)}.site-header .brand-link{flex:0 0 196px}.site-header .brand-link img{width:196px}.site-header .desktop-nav{gap:clamp(8px,.95vw,15px)}.site-header .desktop-nav a{color:#35483e;letter-spacing:-.01em;padding-block:8px;font-size:11px;font-weight:700;transition:color .18s;position:relative}.site-header .desktop-nav a:after{background:var(--orange);content:"";transform-origin:0;border-radius:2px;height:2px;transition:transform .18s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.site-header .desktop-nav a.nav-active,.site-header .desktop-nav a.router-link-exact-active,.site-header .desktop-nav a:hover{color:var(--green)}.site-header .desktop-nav a.nav-active:after,.site-header .desktop-nav a.router-link-exact-active:after,.site-header .desktop-nav a:hover:after{transform:scaleX(1)}.site-header .cart-link.nav-active{background:#eff4e8;border-color:#e2e9e0}.site-header .header-actions{flex:none;gap:7px}.language-picker{align-items:center;display:inline-flex;position:relative}.language-select{appearance:none;width:96px;height:36px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #dfe4dc;border-radius:7px;padding:0 27px 0 10px;font-family:inherit;font-size:11px;font-weight:700}.language-select:focus-visible,.site-header .cart-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}.language-chevron{color:#607066;pointer-events:none;position:absolute;top:7px;right:9px}.site-header .cart-link{width:40px;height:40px;color:var(--green);border:1px solid #0000;border-radius:12px;flex:0 0 40px;place-items:center;transition:background .18s,border-color .18s,transform .18s;display:grid;position:relative}.site-header .cart-link:hover{background:#fff;border-color:#e2e9e0;transform:translateY(-1px)}.site-header .search-trigger{border-radius:12px;place-items:center;width:40px;height:40px;font-size:25px;transition:background .18s,transform .18s;display:grid}.site-header .search-trigger svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:23px;height:23px}.site-header .search-trigger:hover{background:#fff;transform:rotate(-20deg)translateY(-1px)}.site-header .mobile-menu-button{background:#fff;border:1px solid #e0e7df;border-radius:12px;place-items:center;transition:border-color .18s,background .18s}.site-header .mobile-menu-button:hover{background:#f7f9f4;border-color:#b9c9b8}.language-picker{background:linear-gradient(145deg,#fff,#f5f8f1);border:1px solid #dce5dc;border-radius:13px;width:116px;height:42px;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 3px 10px #183d320f,inset 0 1px #fff}.language-picker:hover{border-color:#a9bca9;transform:translateY(-1px);box-shadow:0 6px 16px #183d321a,inset 0 1px #fff}.language-picker:focus-within{border-color:#7c9b7f;box-shadow:0 0 0 4px #71966926,0 5px 14px #183d3214}.language-picker .language-select{border-radius:inherit;color:#183d32;letter-spacing:.01em;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 31px 0 12px;font-size:11px;font-weight:800}.language-chevron{display:none}.language-picker:after{content:"";pointer-events:none;border-bottom:1.8px solid #496557;border-right:1.8px solid #496557;width:7px;height:7px;margin-top:-5px;transition:transform .18s,margin-top .18s;position:absolute;top:50%;right:12px;transform:rotate(45deg)}.language-picker:focus-within:after{margin-top:-1px;transform:rotate(225deg)}.language-select option{color:#183d32;background:#fff;padding:10px 12px;font-weight:600}@media (width<=520px){.language-picker{width:94px;height:36px}.language-picker .language-select{padding:0 27px 0 10px;font-size:10px}.language-picker:after{width:6px;height:6px;right:10px}}.cart-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:22px;height:22px}.site-header .cart-count{min-width:17px;height:17px;padding-inline:4px;font-size:9px;position:absolute;top:0;right:-1px}@media (width<=1120px){.site-header .brand-link{flex-basis:166px}.site-header .brand-link img{width:166px}.site-header .desktop-nav{gap:9px}.site-header .desktop-nav a{font-size:9px}.site-header .header-actions{gap:5px}}@media (width<=900px){.site-header .desktop-nav{display:none}.site-header .header-actions{margin-left:auto}.site-header .mobile-menu-button{display:grid}.header-shell .mobile-menu{background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:8px 20px 14px;display:grid}}@media (width<=800px){.header-shell{top:-29px}.site-header{height:72px}}@media (width<=520px){.site-header{gap:5px;height:66px;padding-inline:10px}.site-header .brand-link{flex:0 clamp(120px,37vw,140px)}.site-header .brand-link img{width:100%}.site-header .header-actions{gap:3px}.language-select{width:74px;height:33px;padding-left:7px;padding-right:21px;font-size:10px}.language-chevron{top:6px;right:6px}.site-header .search-trigger{width:22px;height:32px;padding:0;font-size:23px}.site-header .cart-link{flex-basis:32px;width:32px;height:34px}.cart-icon{width:20px;height:20px}.site-header .mobile-menu-button{width:31px;height:34px;padding:5px}.header-shell .mobile-menu{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:12px}}@media (width<=900px){.header-shell.mobile-menu-open{z-index:1000;width:100%;height:100dvh;box-shadow:none;background:#fff;position:fixed;inset:0;overflow:hidden}.header-shell.mobile-menu-open .announcement{display:none}.header-shell.mobile-menu-open .site-header{background:#101513;border:0;gap:10px;height:68px;padding-inline:16px;position:relative;box-shadow:0 8px 22px #0000001f}.header-shell.mobile-menu-open .brand-link{flex:auto;min-width:0;margin-left:43px}.header-shell.mobile-menu-open .brand-link img{-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:min(158px,42vw);max-height:38px}.header-shell.mobile-menu-open .header-actions{flex:none;gap:8px;margin:0;display:flex;position:static}.header-shell.mobile-menu-open .header-actions>.ui-select{display:none}.header-shell.mobile-menu-open .cart-link,.header-shell.mobile-menu-open .search-trigger{color:#fff;border:0;border-radius:10px;flex-basis:38px;width:38px;height:38px}.header-shell.mobile-menu-open .cart-link:hover,.header-shell.mobile-menu-open .search-trigger:hover{background:#ffffff1a}.header-shell.mobile-menu-open .search-trigger svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:23px;height:23px}.header-shell.mobile-menu-open .mobile-menu-button{z-index:2;pointer-events:auto;background:0 0;border:0;border-radius:9px;width:34px;height:38px;padding:7px;display:grid;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.header-shell.mobile-menu-open .mobile-menu-button span{background:#f07863;border-radius:2px;width:21px;height:2px;transition:transform .2s;position:absolute;left:7px}.header-shell.mobile-menu-open .mobile-menu-button span:first-child{transform:rotate(45deg)}.header-shell.mobile-menu-open .mobile-menu-button span:last-child{transform:rotate(-45deg)}.header-shell.mobile-menu-open .mobile-menu-button:focus-visible{outline-offset:2px;outline:2px solid #f07863}.header-shell.mobile-menu-open .mobile-menu{width:100%;max-height:none;padding:8px 24px calc(18px + env(safe-area-inset-bottom));box-shadow:none;overscroll-behavior:contain;background:#fff;border:0;border-radius:0;flex-direction:column;gap:0;animation:.18s ease-out both mobile-menu-reveal;display:flex;position:absolute;inset:68px 0 0;overflow:hidden auto}.mobile-menu-links{width:min(100%,680px);margin-inline:auto;display:grid}.header-shell.mobile-menu-open .mobile-menu a.mobile-category-link{min-height:88px;box-shadow:none;color:#29342e;background:#fff;border:0;border-bottom:1px solid #eef0ec;border-radius:0;grid-template-columns:64px minmax(0,1fr) 20px;align-items:center;gap:16px;padding:10px 4px;transition:background .16s,padding .16s;display:grid}.header-shell.mobile-menu-open .mobile-category-link:hover{background:#fafbf8}.header-shell.mobile-menu-open .mobile-menu a.mobile-category-link.nav-active{box-shadow:inset 3px 0 var(--orange);color:var(--green);background:#f2f6ec;border-radius:13px;padding-inline:10px}.mobile-category-image{background:#f3f4f1;border-radius:15px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.mobile-category-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:7px}.mobile-category-name{min-width:0;font-size:clamp(15px,4.3vw,18px);font-weight:600;line-height:1.35}.mobile-category-arrow{fill:none;stroke:#aab2aa;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.mobile-category-link.nav-active .mobile-category-arrow{stroke:var(--green)}.mobile-menu-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;width:min(100%,680px);margin:auto auto 0;padding:18px 2px 4px;display:flex}.mobile-quick-links{flex-wrap:wrap;gap:15px;display:flex}.header-shell.mobile-menu-open .mobile-quick-links a{color:#758078;border:0;font-size:11px;font-weight:700}.header-shell.mobile-menu-open .mobile-quick-links a.nav-active{color:var(--green)}.mobile-menu-footer .ui-select--language{flex:0 0 108px;width:108px}}@media (width<=520px){.header-shell.mobile-menu-open .site-header{height:64px;padding-inline:12px}.header-shell.mobile-menu-open .brand-link{margin-left:37px}.header-shell.mobile-menu-open .brand-link img{width:min(148px,40vw)}.header-shell.mobile-menu-open .header-actions{gap:3px}.header-shell.mobile-menu-open .cart-link,.header-shell.mobile-menu-open .search-trigger{flex-basis:34px;width:34px;height:36px}.header-shell.mobile-menu-open .mobile-menu{padding-inline:19px;inset-block-start:64px}.header-shell.mobile-menu-open .mobile-menu a.mobile-category-link{grid-template-columns:60px minmax(0,1fr) 18px;gap:14px;min-height:82px}.mobile-category-image{width:60px;height:60px}}.catalog-search-backdrop{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f1a158f;place-items:center;padding:clamp(14px,4vh,42px) 20px;display:grid;position:fixed;inset:0}.catalog-search-dialog{background:#fff;border:1px solid #fffc;border-radius:25px;flex-direction:column;width:min(960px,100%);max-height:min(760px,100dvh - 40px);padding:clamp(20px,3vw,34px);display:flex;overflow:hidden;box-shadow:0 35px 100px #06140e4d}.catalog-search-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.catalog-search-eyebrow{color:#87958b;letter-spacing:.18em;font-size:9px;font-weight:800}.catalog-search-heading h2{color:#182b23;letter-spacing:-.04em;margin:4px 0 0;font-size:clamp(22px,3vw,30px);font-weight:750;line-height:1.2}.catalog-search-close{color:#34473d;cursor:pointer;background:#f7f8f5;border:1px solid #edf0eb;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;transition:background .16s,transform .16s;display:grid}.catalog-search-close:hover{background:#edf3e8;transform:rotate(90deg)}.catalog-search-close svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:19px;height:19px}.catalog-search-all:focus-visible,.catalog-search-category-list a:focus-visible,.catalog-search-chips button:focus-visible,.catalog-search-close:focus-visible,.catalog-search-form button:focus-visible,.catalog-search-product:focus-visible{outline-offset:3px;outline:3px solid #f269316b}.catalog-search-form{background:#fbfcf9;border:1px solid #dfe7dc;border-radius:17px;align-items:center;gap:14px;min-height:66px;padding:7px 8px 7px 18px;transition:border-color .18s,box-shadow .18s,background .18s;display:flex;box-shadow:inset 0 1px 2px #183d3209}.catalog-search-form:focus-within{background:#fff;border-color:#e98959;box-shadow:0 0 0 4px #ec77421f,0 7px 20px #183d320f}.catalog-search-icon{fill:none;stroke:#53665b;stroke-width:1.8px;stroke-linecap:round;flex:none;width:23px;height:23px}.catalog-search-form input{color:#1a3026;width:100%;min-width:0;height:48px;font:inherit;background:0 0;border:0;outline:0;font-size:15px}.catalog-search-form input::placeholder{color:#929b94;opacity:1}.catalog-search-form button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:12px;min-width:116px;height:48px;padding:0 18px;font-size:13px;font-weight:800;transition:background .18s,transform .18s;display:inline-flex}.catalog-search-form button:hover{background:#245746;transform:translateY(-1px)}.catalog-search-form button span{color:var(--lime);font-size:18px}.catalog-search-content{grid-template-columns:minmax(220px,.78fr) minmax(0,1.22fr);gap:30px;min-height:0;margin-top:27px;display:grid}.catalog-search-aside{border-right:1px solid #edf0eb;min-width:0;padding-right:25px}.catalog-search-content h3{color:#293b31;letter-spacing:-.015em;margin:0 0 13px;font-size:14px;font-weight:800}.catalog-search-chips{flex-wrap:wrap;gap:8px;display:flex}.catalog-search-chips button{color:#5d6a61;min-height:38px;font:inherit;cursor:pointer;background:#f7f8f5;border:1px solid #e6ebe3;border-radius:999px;padding:0 14px;font-size:12px;font-weight:650;transition:border-color .16s,background .16s,color .16s,transform .16s}.catalog-search-chips button:hover{color:var(--green);background:#eff5e9;border-color:#cad8c7;transform:translateY(-1px)}.catalog-search-category-list{margin-top:25px}.catalog-search-category-list a{color:#66736a;border-bottom:1px solid #f0f2ee;justify-content:space-between;align-items:center;gap:15px;min-height:45px;font-size:12px;font-weight:600;transition:color .16s,padding .16s;display:flex}.catalog-search-category-list a:hover{color:var(--green);padding-left:4px}.catalog-search-category-list a svg{fill:none;stroke:#91a096;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px}.catalog-search-products{flex-direction:column;min-width:0;display:flex}.catalog-search-product-list{overscroll-behavior:contain;min-height:0;overflow:auto}.catalog-search-product{border-bottom:1px solid #edf0eb;grid-template-columns:76px minmax(0,1fr) 36px;align-items:center;gap:14px;min-height:91px;padding:10px 0;display:grid}.catalog-search-product-image{background:#f4f5f1;border-radius:12px;place-items:center;width:76px;height:70px;display:grid;overflow:hidden}.catalog-search-product-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:5px;transition:transform .2s}.catalog-search-product:hover .catalog-search-product-image img{transform:scale(1.06)}.catalog-search-product-copy{gap:2px;min-width:0;display:grid}.catalog-search-product-copy>small{color:#94a097;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.catalog-search-product-copy strong{color:#24372d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.4;overflow:hidden}.catalog-search-product-copy>span{color:var(--green);font-size:13px;font-weight:800}.catalog-search-product-copy>span small{color:#748178;font-size:10px;font-weight:600}.catalog-search-product-arrow{width:34px;height:34px;color:var(--green);background:#eff4e8;border-radius:11px;place-items:center;font-size:17px;transition:background .16s,color .16s;display:grid}.catalog-search-product:hover .catalog-search-product-arrow{background:var(--green);color:#fff}.catalog-search-all{background:var(--lime);color:#20392d;border-radius:12px;justify-content:center;align-items:center;gap:12px;min-height:46px;margin-top:17px;font-size:12px;font-weight:800;transition:filter .16s,transform .16s;display:flex}.catalog-search-all:hover{filter:saturate(1.12);transform:translateY(-1px)}.catalog-search-all span{font-size:16px}.catalog-search-enter-active,.catalog-search-leave-active{transition:opacity .2s}.catalog-search-enter-active .catalog-search-dialog,.catalog-search-leave-active .catalog-search-dialog{transition:opacity .2s,transform .2s cubic-bezier(.2,.75,.25,1)}.catalog-search-enter-from,.catalog-search-leave-to{opacity:0}.catalog-search-enter-from .catalog-search-dialog,.catalog-search-leave-to .catalog-search-dialog{opacity:0;transform:translateY(12px)scale(.985)}@media (width<=720px){.catalog-search-backdrop{align-items:end;padding:12px}.catalog-search-dialog{border-radius:23px 23px 17px 17px;width:min(560px,100%);max-height:min(88dvh,760px);padding:21px}.catalog-search-content{grid-template-columns:1fr;gap:20px;margin-top:21px;overflow:auto}.catalog-search-aside{border-bottom:1px solid #edf0eb;border-right:0;padding:0 0 18px}.catalog-search-category-list{display:none}.catalog-search-product-list{overflow:visible}}@media (width<=440px){.catalog-search-backdrop{padding:8px}.catalog-search-dialog{border-radius:21px;max-height:calc(100dvh - 16px);padding:17px}.catalog-search-heading{margin-bottom:14px}.catalog-search-heading h2{font-size:22px}.catalog-search-close{width:38px;height:38px}.catalog-search-form{border-radius:14px;gap:9px;min-height:58px;padding:5px 5px 5px 12px}.catalog-search-icon{width:20px;height:20px}.catalog-search-form input{height:44px;font-size:12px}.catalog-search-form button{border-radius:10px;gap:6px;min-width:78px;height:44px;padding-inline:10px;font-size:11px}.catalog-search-content{gap:15px;margin-top:17px}.catalog-search-content h3{margin-bottom:9px;font-size:12px}.catalog-search-chips{gap:6px}.catalog-search-chips button{min-height:34px;padding-inline:11px;font-size:11px}.catalog-search-product{grid-template-columns:59px minmax(0,1fr) 30px;gap:10px;min-height:76px;padding-block:7px}.catalog-search-product-image{border-radius:10px;width:59px;height:58px}.catalog-search-product-copy strong{font-size:11px}.catalog-search-product-copy>span{font-size:12px}.catalog-search-product-arrow{border-radius:9px;width:29px;height:29px;font-size:15px}.catalog-search-all{min-height:42px;margin-top:12px;font-size:11px}}@media (prefers-reduced-motion:reduce){.catalog-search-enter-active,.catalog-search-enter-active .catalog-search-dialog,.catalog-search-leave-active,.catalog-search-leave-active .catalog-search-dialog{transition-duration:.01ms}}
