:root{font-family:Inter,system-ui,sans-serif;color:#17211b;background:#f7f8f4}*{box-sizing:border-box}body{margin:0}.header{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dce3dc;position:sticky;top:0;z-index:3}.brand{color:#173d2c;font-size:1.25rem;font-weight:750;text-decoration:none}.header nav{display:flex;gap:24px;align-items:center}.header nav a,.header button{color:#173d2c;text-decoration:none;font:inherit;background:none;border:0;cursor:pointer}.header b{display:inline-grid;place-items:center;background:#d7ead9;border-radius:50%;min-width:24px;height:24px;font-size:.78rem}.intro,.catalog{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}.intro{padding-top:92px;padding-bottom:76px}.intro small{color:#477457;letter-spacing:.12em;font-weight:700}.intro h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1.02;max-width:720px;margin:12px 0 18px;color:#173d2c}.intro p{font-size:1.1rem;color:#5a6a5e;max-width:500px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.heading h2{font-size:1.8rem}.heading input{width:240px;padding:11px;border:1px solid #cbd7cc;border-radius:4px;font:inherit}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:80px}.product{background:#fff;border:1px solid #dce3dc}.product img{width:100%;aspect-ratio:1.15;object-fit:cover;background:#e7eee8}.body{padding:16px}.body h3{font-size:1rem;margin:0 0 6px}.body p{color:#6a766d;font-size:.88rem;min-height:42px}.row{display:flex;justify-content:space-between;align-items:center;gap:8px}.price{font-weight:750}.add,.primary{border:0;background:#173d2c;color:#fff;padding:10px 13px;border-radius:3px;cursor:pointer;font:inherit;font-weight:650}.cart{position:fixed;right:0;top:0;height:100vh;width:min(420px,100%);background:#fff;z-index:5;padding:26px;transform:translateX(100%);transition:transform .2s;box-shadow:-10px 0 30px #17211b1c}.cart.open{transform:translateX(0)}.carthead{display:flex;justify-content:space-between;border-bottom:1px solid #dce3dc}.carthead button{font-size:1.8rem;background:none;border:0}.line{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #edf0eb}.line small{display:block;color:#69756d}.total{display:flex;justify-content:space-between;padding:22px 0}.primary{width:100%}#shade{display:none;position:fixed;inset:0;background:#17211b55;z-index:4}#shade.open{display:block}.empty{color:#69756d}@media(max-width:800px){.grid{grid-template-columns:repeat(2,1fr)}.intro{padding-top:64px}.heading{align-items:flex-start;gap:14px;flex-direction:column}.heading input{width:100%}}@media(max-width:430px){.grid{grid-template-columns:1fr}.header nav a{display:none}}
