.shop-hero{min-height:570px;background:radial-gradient(circle at 80% 20%,#407a4a,#102f20 55%);color:#fff;padding:62px max(7vw,28px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;overflow:hidden}.shop-hero h1{font-size:clamp(3.7rem,7vw,7rem);margin:12px 0 20px}.shop-hero h1 em{color:#efd875}.shop-hero p{font:1.2rem/1.55 Georgia;max-width:650px}.shop-hero>img{width:100%;border-radius:34px;transform:rotate(3deg);box-shadow:0 35px 90px #0008;border:8px solid #fff}.shop-kicker{letter-spacing:.18em;font-size:.75rem;font-weight:900;color:#efd875}.shop-actions{display:flex;align-items:center;gap:14px;margin-top:26px}.cart-button{border:2px solid #fff;background:transparent;color:#fff;padding:13px 20px;border-radius:999px;font-weight:850;cursor:pointer}.impact-ribbon{display:grid;grid-template-columns:auto 1fr 1fr;gap:30px;align-items:center;background:#d4a000;color:#102f20;padding:18px max(7vw,28px)}.impact-ribbon strong{font-weight:950}.shop-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.shop-filter{border:1px solid #bfc9c0;background:#fff;padding:10px 16px;border-radius:999px;font-weight:750;cursor:pointer}.shop-filter.active{background:#1a4a2e;color:#fff;border-color:#1a4a2e}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px #16392325}.product-photo{position:relative;overflow:hidden}.product-photo>img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:.5s}.product-card:hover .product-photo>img{transform:scale(1.035)}.product-photo>span{position:absolute;left:14px;top:14px;background:#cc0000;color:#fff;padding:7px 10px;border-radius:999px;font-size:.68rem;font-weight:900}.product-photo>button{position:absolute;right:14px;bottom:14px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#1a4a2e;font-size:1.7rem;box-shadow:0 7px 20px #0004;cursor:pointer}.product-info{padding:20px}.product-info>small{color:#2e7d32;font-weight:800;text-transform:uppercase}.product-info h3{font-size:1.45rem;margin:7px 0 9px}.product-info p{color:#4a6355;line-height:1.45;min-height:65px}.product-info>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e4e8e3;padding-top:15px}.product-info>div strong{font:700 1.15rem Georgia}.product-info>div button{border:0;background:none;color:#cc0000;font-weight:900;cursor:pointer}.custom-family{margin:0 max(7vw,28px) 75px;background:#102f20;color:#fff;border-radius:32px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center}.custom-family>img{width:100%;height:100%;object-fit:cover}.custom-family>div{padding:50px}.custom-family h2{color:#fff;font-size:clamp(2.5rem,4.5vw,4.8rem);margin:12px 0 18px}.custom-family p{font:1.1rem/1.55 Georgia}.product-modal{max-width:900px;display:grid;grid-template-columns:1fr 1fr;text-align:left;padding:0;overflow:hidden}.product-modal>img{width:100%;height:100%;object-fit:cover}.product-modal>div{padding:35px;display:flex;flex-direction:column;gap:14px}.product-modal h2{font-size:2.5rem}.product-modal label{display:grid;gap:7px;font-weight:750}.product-modal select{padding:13px;border:1px solid #cbd4cb;border-radius:10px;background:#fff}.modal-price{font:700 1.6rem Georgia;color:#1a4a2e}.product-modal small{color:#4a6355}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,94vw);background:#fff;z-index:45;padding:32px;box-shadow:-20px 0 60px #0004;transform:translateX(110%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-close{position:absolute;right:22px;top:20px;border:0;background:none;font-size:2rem;cursor:pointer}.cart-drawer h2{font-size:2.5rem}.cart-items{margin:25px 0;display:grid;gap:12px;overflow:auto}.cart-line{display:grid;grid-template-columns:56px 1fr auto 24px;gap:10px;align-items:center;border-bottom:1px solid #e4e7e3;padding-bottom:12px}.cart-line img{width:56px;height:56px;object-fit:cover;border-radius:9px}.cart-line div{display:grid}.cart-line small{color:#4a6355}.cart-line button{border:0;background:none;font-size:1.2rem;cursor:pointer}.cart-total{margin-top:auto;display:flex;justify-content:space-between;padding:18px 0;border-top:2px solid #1a4a2e}.cart-total strong{font-size:1.4rem}.checkout-demo{width:100%}.cart-drawer>small{text-align:center;margin-top:10px;color:#4a6355}.home-shop-promo{display:grid;grid-template-columns:minmax(260px,520px) 1fr;align-items:center;gap:55px;margin:0;padding:70px max(7vw,28px);background:#fff}.home-shop-promo>img{width:100%;border-radius:26px;box-shadow:var(--shadow);transform:rotate(-2deg)}.home-shop-promo h2{font-size:clamp(2.8rem,5vw,5.2rem);margin:12px 0 18px;color:#102f20}.home-shop-promo p{font:1.15rem/1.55 Georgia;color:#4a6355;max-width:650px}@media(max-width:1000px){.product-grid{grid-template-columns:1fr 1fr}.shop-hero{grid-template-columns:1fr 1fr}.impact-ribbon{grid-template-columns:1fr 1fr}.impact-ribbon strong{grid-column:1/-1}}@media(max-width:760px){.shop-hero,.custom-family,.product-modal,.home-shop-promo{grid-template-columns:1fr}.shop-hero{padding:45px 20px}.shop-hero>img,.home-shop-promo>img{transform:none}.impact-ribbon,.product-grid{grid-template-columns:1fr}.custom-family{margin:0 20px 50px}.custom-family>div{padding:28px}.product-modal{max-height:92vh;overflow:auto}.product-modal>img{max-height:320px}.shop-actions{align-items:stretch;flex-direction:column}.product-info p{min-height:0}.home-shop-promo{padding:50px 20px;gap:30px}}
