@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Prata&display=swap');
:root{--green:#23412e;--lime:#dceca9;--ink:#263a2d;--muted:#737a70}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fffefb;font-family:Manrope,Arial,sans-serif;font-size:16px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{cursor:pointer}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #92ad53;outline-offset:4px}.announcement{text-align:center;background:var(--green);color:white;padding:10px;font-size:12px;letter-spacing:1px}header{max-width:1360px;margin:auto;padding:28px 48px;display:flex;align-items:center;gap:65px}.logo{font-size:32px;font-weight:800;letter-spacing:-1.5px;white-space:nowrap}.logo span{display:block;font-size:9px;font-weight:500;letter-spacing:3px;text-align:center;margin-top:4px}.search{display:flex;align-items:center;background:#f3f4ee;border:1px solid #e9eae0;border-radius:30px;padding:10px 20px;gap:12px;flex:1}.search span{font-size:28px}.search input{border:0;outline:0;background:transparent;width:100%;font-size:14px}.cart-button{border:0;background:none;white-space:nowrap;font-weight:600}.cart-button span{display:inline-grid;place-items:center;background:var(--lime);border-radius:50%;width:27px;height:27px;margin-left:10px}nav{display:flex;align-items:center;gap:28px;max-width:1264px;margin:auto;border-top:1px solid #e7e9e0;padding:18px 0}nav button{background:none;border:0;padding:0;font-size:14px;white-space:nowrap}nav button.active{font-weight:800}nav>span{margin-left:auto;font-size:12px;color:var(--muted)}main{max-width:1360px;padding:0 48px;margin:auto}.hero{position:relative;min-height:490px;border-radius:16px;overflow:hidden;background:#dce2c1}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;inset:0}.hero-copy{position:relative;z-index:1;padding:42px 48px;width:53%}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;margin:0 0 18px}h1{font-weight:500;font-size:52px;letter-spacing:-2px;line-height:1.12;margin:0 0 20px}h1 em{font-family:Prata,Georgia,serif;font-size:48px;font-weight:400}h1+p{font-size:14px;line-height:1.8;margin-bottom:26px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;border:0;border-radius:6px;background:var(--green);color:white;padding:16px 23px;font-size:14px;font-weight:600}.primary:hover{background:#345a3e}.hero-note{position:absolute;right:25px;bottom:24px;font-size:10px;letter-spacing:2px;color:white}.benefits{display:grid;grid-template-columns:repeat(3,1fr);padding:30px 0;border-bottom:1px solid #e1e5da;gap:20px}.benefits>div{display:flex;align-items:center;gap:18px;justify-content:center}.benefits>div+div{border-left:1px solid #e1e5da}.benefits b{font-size:13px;color:#87916c;border:1px solid #cbd2bd;border-radius:50%;padding:12px}.benefits span{font-size:14px;font-weight:600}.benefits small{display:block;font-size:12px;color:var(--muted);font-weight:400;margin-top:6px}#catalog{padding:48px 0;scroll-margin-top:20px}.section-title{display:flex;justify-content:space-between;align-items:center}.section-title .eyebrow{margin-bottom:9px;color:var(--muted)}h2{font-size:29px;letter-spacing:-1px;font-weight:500;margin:0}.sort-label{font-size:12px;color:var(--muted)}select{border:0;background:transparent;padding:10px;font-size:14px;color:var(--ink)}.chips{display:flex;gap:9px;margin:24px 0}.chips button{border:1px solid #dfe4d7;background:transparent;border-radius:30px;padding:10px 19px;font-size:14px}.chips button.active{background:var(--green);border-color:var(--green);color:white}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid #e1e5da;border-radius:12px;overflow:hidden;transition:transform .2s}.product:hover{transform:translateY(-4px)}.product-art{height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:var(--tint)}.product-art strong{font-family:Prata,Georgia,serif;font-weight:400;font-size:54px;letter-spacing:-2px}.product-art small{font-size:10px;letter-spacing:2px;margin-top:6px}.product-art .tag{position:absolute;left:14px;top:12px;font-size:10px;background:#ffffffbb;padding:5px 9px;border-radius:20px}.product-info{padding:18px}.brand{font-size:10px;letter-spacing:1.8px;color:var(--muted)}.product h3{font-size:17px;line-height:1.4;margin:9px 0 5px;font-weight:700}.meta{font-size:12px;color:var(--muted);margin:0 0 20px}.buy{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-size:19px;font-weight:700}.buy button{background:var(--lime);border:0;border-radius:6px;padding:10px 13px;font-size:12px;font-weight:700}.buy button:hover{background:#cadd8d}.catalog-note{font-size:12px;color:var(--muted);margin-top:22px}.closing{background:#f0f2e8;border-radius:12px;display:flex;gap:32px;align-items:center;padding:35px 42px;margin-bottom:48px}.closing>span{font-size:64px;font-family:Georgia}.closing h2{font-size:27px;line-height:1.4}.closing p{margin-left:auto;font-size:14px;line-height:1.9;color:var(--muted)}footer{border-top:1px solid #e1e5da;padding:28px 48px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1360px;margin:auto}footer .logo{font-size:26px}footer p{font-size:12px;color:var(--muted);line-height:1.7}dialog{border:0;border-radius:16px;padding:28px;width:480px;max-width:calc(100% - 30px);color:var(--ink);max-height:85vh}dialog::backdrop{background:#142b1d66;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.dialog-head button{border:0;background:#f1f3eb;border-radius:50%;width:35px;height:35px}.cart-row{padding:18px 0;border-bottom:1px solid #e1e5da;display:flex;justify-content:space-between;gap:12px}.cart-row p{margin:5px 0;font-size:13px}.quantity{display:flex;align-items:center;gap:12px}.quantity button{border:1px solid #ddd;background:white;width:29px;height:29px;border-radius:5px}#total{font-weight:700;font-size:22px;margin:24px 0}.demo-note{font-size:14px;line-height:1.6;color:var(--muted)}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--green);color:white;border-radius:8px;padding:14px 22px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:5;font-size:14px}#toast.show{opacity:1}.empty{grid-column:1/-1;padding:35px;background:#f3f5ed;border-radius:10px}@media(min-width:1500px){.hero{min-height:530px}.hero-copy{padding-top:55px}}@media(max-width:900px){header{padding:24px;gap:24px}nav{margin:0 24px;gap:20px;overflow:auto}nav>span{display:none}main{padding:0 24px}.hero-copy{padding:35px;width:62%}h1{font-size:44px}h1 em{font-size:42px}.hero>img{object-position:60%}.products{grid-template-columns:repeat(2,1fr)}.benefits b{display:none}.benefits small{font-size:11px}.closing{padding:25px}.closing p{display:none}}@media(max-width:560px){header{flex-wrap:wrap;padding:20px;gap:20px}.logo{font-size:28px}.cart-button{margin-left:auto}.search{order:3;flex-basis:100%;padding:6px 16px}nav{margin:0 20px;padding:16px 0}main{padding:0 16px}.hero{min-height:490px}.hero>img{object-position:68%;height:100%;opacity:.8}.hero-copy{padding:28px 24px;width:100%;background:linear-gradient(90deg,#dce2c1ee,#dce2c177,transparent);height:490px}h1{font-size:41px}h1 em{font-size:39px}.hero-copy>p:not(.eyebrow){max-width:210px}.hero-note{display:none}.benefits{grid-template-columns:1fr;gap:15px;padding:24px 4px}.benefits>div{justify-content:flex-start}.benefits>div+div{border:0}.benefits b{display:block;padding:9px}.benefits small{font-size:12px}#catalog{padding-top:32px}.section-title{align-items:flex-start;gap:15px}.section-title h2{font-size:24px}.sort-label{font-size:0}select{max-width:130px;font-size:12px;padding:4px}.chips{overflow:auto;margin:20px 0}.chips button{white-space:nowrap;padding:9px 15px}.products{gap:10px}.product-info{padding:13px}.product-art{height:140px}.product-art strong{font-size:44px}.product h3{font-size:15px}.buy{align-items:flex-start;flex-direction:column}.buy button{width:100%;font-size:12px}.closing{gap:15px;padding:23px 20px}.closing>span{font-size:46px}.closing h2{font-size:20px}footer{padding:25px 20px;flex-wrap:wrap}footer p:last-child{width:100%;margin:0}.announcement{font-size:10px}}

.listing-link{display:inline-block;font-size:12px;margin-top:13px;text-decoration:underline;text-underline-offset:3px;color:#49613b}.product-info{display:flex;flex-direction:column;flex:1}.product{display:flex;flex-direction:column}.product-art{flex-shrink:0}.product .brand{min-height:26px;line-height:1.5}.product h3{min-height:48px}.product .meta{min-height:34px;line-height:1.5}.product .buy{margin-top:auto}.catalog-note{line-height:1.8}.catalog-note a{text-decoration:underline}.benefits a:hover,nav a:hover{ text-decoration:underline}
