@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#203c34;--paper:#fcfcf9;--line:#dbe0d9;--lime:#d9ebad}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,a,select{-webkit-tap-highlight-color:transparent}button,select{font:inherit}button,a{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #91aa49;outline-offset:4px}.notice{text-align:center;background:var(--ink);color:white;font-size:12px;letter-spacing:.04em;padding:10px 16px}header{max-width:1500px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:28px 5%;gap:30px}.brand{font-family:Manrope,Arial,sans-serif;font-size:27px;letter-spacing:.04em;line-height:1;font-weight:800;display:inline-flex;flex-direction:column}.brand span{font-size:10px;letter-spacing:.5em;margin-top:9px}nav{display:flex;gap:30px;font-size:14px}nav a:hover{text-decoration:underline;text-underline-offset:7px}.basket-button{background:none;border:0;white-space:nowrap}.basket-button span{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:white;border-radius:50%;width:26px;height:26px;margin-left:8px;font-size:12px}.hero{margin:6px 3% 0;min-height:520px;display:grid;grid-template-columns:46% 54%;background:#e9eddf}.hero-copy{padding:58px 10% 30px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em}h1,h2,h3,p{margin-top:0}h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(45px,5.1vw,76px);font-weight:500;letter-spacing:-.065em;line-height:1.08;margin:22px 0}p{line-height:1.7;color:#55665e}.primary{margin-top:10px;display:inline-flex;gap:45px;align-items:center;background:var(--ink);color:#fff;padding:18px 23px;font-size:14px}.primary:hover{background:#35594a}.hero-foot{font-size:10px;letter-spacing:.12em;margin-top:60px}.hero-image{position:relative;background:#887960;min-height:470px;background-position:center;background-size:cover}.image-caption{position:absolute;bottom:25px;left:25px;right:25px;color:white;font-size:13px;text-shadow:0 1px 5px #000;background:#0004;padding:12px;width:fit-content}.qualities{display:flex;justify-content:space-evenly;padding:25px 5%;gap:20px;border-bottom:1px solid var(--line);font-size:13px}.qualities span:before{content:'✦';margin-right:12px;font-size:12px}.shop{padding:65px 5% 70px;max-width:1500px;margin:auto}.section-head h2{font:500 clamp(29px,3vw,42px)/1.2 Manrope,Arial,sans-serif;letter-spacing:-.045em;margin:14px 0}.section-head p{font-size:14px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:30px}.filters{display:flex;flex-wrap:wrap;gap:8px}.filters button{border:1px solid var(--line);padding:10px 18px;background:transparent;border-radius:30px;font-size:14px}.filters .active{background:var(--ink);border-color:var(--ink);color:white}.sort{font-size:13px;white-space:nowrap}.sort select{background:transparent;border:0;color:var(--ink);font-size:13px;padding:8px}.catalog-meta{display:flex;justify-content:space-between;font-size:12px;color:#6c766e;margin:25px 0 16px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 20px}.product-visual{height:260px;background:#eef0e9;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;border:0}.product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-visual:hover img{transform:scale(1.04)}.product-tag{position:absolute;top:14px;left:14px;font-size:10px;letter-spacing:.07em;background:var(--paper);padding:6px 9px}.product-info{padding-top:16px}.product-type{font-size:11px;color:#6c766e;letter-spacing:.06em;text-transform:uppercase}h3{font-size:16px;font-weight:500;margin:7px 0}.product-sub{font-size:13px;color:#6c766e;margin:0 0 13px}.product-bottom{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.add{background:transparent;border:1px solid #c9d1c8;border-radius:50%;width:33px;height:33px;font-size:22px;font-weight:400}.add:hover{background:var(--ink);color:white}.strip-banner{margin:0 3% 40px;background:var(--ink);color:var(--lime);padding:48px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}.strip-banner h2{font:500 40px/1.15 Manrope,Arial,sans-serif;letter-spacing:-.05em;margin:16px 0}.strip-banner p{color:#d0dad1;font-size:14px;margin:0}.light-button{border-bottom:1px solid #9fae8d;padding:14px 0;white-space:nowrap;font-size:14px}footer{padding:35px 5%;border-top:1px solid var(--line);display:flex;align-items:center;flex-wrap:wrap;gap:30px;justify-content:space-between}footer p{font-size:14px;margin:0}footer div{font-size:12px;line-height:1.7;color:#6c766e}footer small{font-size:12px;width:100%;margin-top:12px;color:#6c766e}dialog{padding:28px;border:1px solid var(--line);color:var(--ink);background:var(--paper);max-height:90vh;width:min(520px,94vw)}dialog::backdrop{background:#10271ec0}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.dialog-head h2{font-size:25px;margin:0}.dialog-head button{border:0;background:none;font-size:22px}.cart-row{padding:20px 0;border-top:1px solid var(--line)}.cart-row h3{margin:0 0 8px}.row-controls{display:flex;align-items:center;gap:13px;margin-top:12px}.row-controls button{border:1px solid var(--line);background:transparent;padding:6px 12px}.row-controls .remove{margin-left:auto;font-size:12px;border:0;text-decoration:underline}.total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:20px}.preview-note{background:#e9eddf;padding:16px;font-size:14px;line-height:1.6}.empty{padding:50px 0;text-align:center}.detail-img{width:100%;height:220px;object-fit:cover}.detail-add{border:0;width:100%;justify-content:center}.detail-spec{font-size:14px;line-height:1.8;padding:15px 0}.detail-price{font-size:25px;margin-top:14px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;padding:14px 24px;box-shadow:0 5px 25px #0002;font-size:14px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:5}#toast.show{opacity:1}@media(min-width:1600px){.hero,.strip-banner{max-width:1450px;margin-left:auto;margin-right:auto}}@media(max-width:900px){nav{gap:16px}.hero-copy{padding:40px 9%}.hero{min-height:460px}.hero-foot{margin-top:36px}.products{grid-template-columns:repeat(2,1fr)}.qualities{font-size:12px}.qualities span:last-child{display:none}}@media(max-width:600px){header{padding:23px 5%;flex-wrap:wrap;gap:20px}nav{order:3;width:100%;justify-content:space-between;font-size:12px;gap:10px}.brand{font-size:24px}.hero{display:flex;flex-direction:column;margin:0 4%}.hero-copy{padding:34px 8%}.hero h1{font-size:49px}.hero p{font-size:14px}.hero-foot{display:none}.hero-image{min-height:300px}.qualities{font-size:11px;padding:20px 5%;gap:12px}.qualities span:before{margin-right:5px}.shop{padding:42px 5%}.toolbar{align-items:flex-start;flex-direction:column;gap:10px}.filters{gap:7px}.filters button{padding:9px 12px;font-size:12px}.sort{align-self:flex-end}.products{gap:26px 13px}.product-visual{height:190px}.product-tag{font-size:9px;top:9px;left:9px}h3{font-size:14px}.product-sub{font-size:12px}.strip-banner{padding:35px 8%;align-items:flex-start;flex-direction:column}.strip-banner h2{font-size:33px}footer{gap:24px}.notice{font-size:10px}}
.hero-image{background-image:url('hero.jpg')}.no-photo{font-family:Manrope,Arial,sans-serif;font-size:22px;line-height:1.3;max-width:180px;text-align:center;padding:15px}.no-photo small{display:block;font:12px/1.5 'DM Sans',Arial,sans-serif;margin-top:12px;color:#6c766e}.product-visual img{object-fit:contain;background:white}.detail-img{object-fit:contain;background:white}
.eyebrow,.product-type,.product-tag,.hero-foot,.brand span{font-size:12px}.filters button,nav,.sort,.sort select,.product-sub{font-size:14px}.section-head p,.strip-banner p{font-size:16px}.notice{font-size:12px}.qualities{font-size:14px}@media(max-width:600px){nav{flex-wrap:wrap;justify-content:flex-start;column-gap:20px;row-gap:12px}.filters button{font-size:14px}.qualities{font-size:12px}.product-tag{font-size:12px;padding:5px}.hero p{font-size:16px}}
.header-actions{display:flex;align-items:center;gap:20px;white-space:nowrap}.wishlist-link{font-size:14px}.wishlist-link span{font-size:12px;margin-left:4px}.product-media{position:relative}.wish-button{position:absolute;right:10px;bottom:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--paper);font-size:26px;line-height:1}.wish-button[aria-pressed="true"]{background:var(--lime);border-color:var(--lime)}.wish-button:hover{background:var(--lime)}.wish-full{position:static;width:100%;height:auto;min-height:48px;border-radius:0;gap:8px;margin-top:12px}.wish-label{font-size:14px}.wishlist-section{border-top:1px solid var(--line)}.wish-row{display:flex;align-items:center;gap:24px;border-top:1px solid var(--line);padding:24px 0}.wish-row img{width:100px;height:100px;object-fit:contain;background:white}.wish-info{flex:1}.wish-info p{font-size:14px;margin:8px 0}.wish-actions{display:flex;align-items:center;gap:20px}.wish-actions .primary{margin:0;border:0}.wish-remove{border:0;background:none;text-decoration:underline;font-size:14px;padding:12px}.wishlist-empty{padding:36px 20px;text-align:center;background:#eef0e9}.wishlist-empty>span{font-size:40px}.wishlist-empty h3{font-size:22px;margin:12px 0}.wishlist-empty p{margin-bottom:16px}@media(max-width:1050px){header{flex-wrap:wrap}header nav{order:3;width:100%;justify-content:center}.header-actions{margin-left:auto}}@media(max-width:600px){header nav{justify-content:flex-start}.header-actions{gap:10px}.wishlist-link{font-size:14px}.basket-button{font-size:14px;padding:0}.wish-row{flex-wrap:wrap;gap:16px}.wish-row img{width:75px;height:75px}.wish-info{min-width:150px}.wish-actions{width:100%;justify-content:space-between}.wish-actions .primary{padding:14px 20px}.product-tag{max-width:calc(100% - 20px)}}
.driver-button{width:100%;margin-top:14px;padding:12px 8px;border:1px solid var(--line);background:#e9eddf;font-size:14px;text-align:center}.driver-button:hover{background:var(--lime)}#driver-finder{width:min(650px,94vw)}#driver-finder>p{font-size:14px}.driver-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.driver-fields label{display:flex;flex-direction:column;gap:8px;font-size:14px}.driver-fields input,.driver-fields select{width:100%;min-width:0;min-height:46px;border:1px solid #b5c3b6;background:white;color:var(--ink);padding:10px;font:16px 'DM Sans',Arial,sans-serif;border-radius:0}.driver-hint,.driver-source{font-size:12px;line-height:1.7;margin-top:18px}.driver-source a{text-decoration:underline}.driver-submit{border:0;width:100%;justify-content:center}.driver-summary{background:var(--ink);color:white;padding:24px;margin-top:24px}.driver-summary h3{font-size:25px;margin-top:14px}.driver-summary p{color:var(--lime);margin:0}.driver-summary dl{margin-bottom:0}.driver-summary dl div{display:flex;justify-content:space-between;padding-top:10px;font-size:14px;gap:16px}.driver-summary dd{margin:0}.driver-checks{padding-left:20px;font-size:14px;line-height:1.7}.driver-checks li{margin-top:10px}@media(max-width:600px){.driver-fields{grid-template-columns:1fr}#driver-finder{padding:22px}.driver-summary h3{font-size:23px}}
