*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#4a7c59;--green-dark:#3a6347;--text:#1a1a1a;--text-light:#6b6b6b;--bg:#fff;--bg-warm:#f9f7f4;--border:#e5e2dd}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Comic Sans MS,cursive;line-height:1.6}h1,h2,h3,h4{font-family:Comic Sans MS,cursive;font-weight:600}a{color:inherit;text-decoration:none}.header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 20px;display:flex}.brand{letter-spacing:-.02em;font-family:Comic Sans MS,cursive;font-size:1.4rem;font-weight:600}.nav-links{text-transform:uppercase;letter-spacing:.06em;gap:32px;font-size:.9rem;font-weight:500;list-style:none;display:flex}.nav-links a:hover{color:var(--green)}.header-icons{align-items:center;gap:16px;display:flex}.header-icons button{cursor:pointer;color:var(--text);background:0 0;border:none;padding:4px;font-size:1.2rem}.hamburger{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.hamburger span{background:var(--text);width:22px;height:2px;margin:5px 0;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--bg);border-bottom:1px solid var(--border);padding:20px;display:none}.mobile-menu.open{display:block}.mobile-menu ul{text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:16px;font-size:1rem;font-weight:500;list-style:none;display:flex}.carousel{background:var(--bg-warm);position:relative;overflow:hidden}.carousel-track{transition:transform .6s;display:flex}.carousel-slide{min-width:100%;position:relative}.carousel-slide img{object-fit:cover;width:100%;height:420px;display:block}.carousel-overlay{background:linear-gradient(90deg,#00000059 0%,#0000000d 60%);align-items:center;padding:0 40px;display:flex;position:absolute;inset:0}.carousel-text{color:#fff;max-width:500px}.carousel-text h2{margin-bottom:12px;font-size:2.4rem;line-height:1.2}.carousel-text p{opacity:.9;margin-bottom:20px;font-size:1rem}.carousel-btn{background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;padding:12px 28px;font-family:Comic Sans MS,cursive;font-size:.85rem;font-weight:600;transition:background .2s;display:inline-block}.carousel-btn:hover{background:var(--green-dark)}.carousel-nav{gap:8px;display:flex;position:absolute;bottom:20px;right:20px}.carousel-nav button{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #fff9;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:background .2s;display:flex}.carousel-nav button:hover{background:#00000080}.carousel-dots{gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.carousel-dots span{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s}.carousel-dots span.active{background:#fff}.section{max-width:1200px;margin:0 auto;padding:60px 20px}.section-header{text-align:center;margin-bottom:40px}.section-header h2{margin-bottom:8px;font-size:2rem}.section-header p{color:var(--text-light);font-size:.95rem}.product-grid{grid-template-columns:1fr;gap:24px;display:grid}.product-card{background:var(--bg);border:1px solid var(--border);transition:box-shadow .2s;display:block;overflow:hidden}.product-card:hover{box-shadow:0 4px 20px #00000014}.product-card img{object-fit:cover;width:100%;height:280px;display:block}.product-info{padding:16px}.product-name{margin-bottom:2px;font-family:Comic Sans MS,cursive;font-size:1.15rem;font-weight:600}.product-scientific{color:var(--text-light);margin-bottom:10px;font-size:.82rem;font-style:italic}.product-bottom{justify-content:space-between;align-items:center;display:flex}.product-price{font-size:1.05rem;font-weight:600}.btn-shop{background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;padding:8px 20px;font-family:Comic Sans MS,cursive;font-size:.8rem;font-weight:600;transition:background .2s;display:inline-block}.btn-shop:hover{background:var(--green-dark)}.btn-sold-out{color:var(--text-light);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;cursor:default;background:0 0;padding:8px 20px;font-family:Comic Sans MS,cursive;font-size:.8rem;font-weight:600;display:inline-block}.breadcrumb{max-width:1200px;color:var(--text-light);margin:0 auto;padding:16px 20px;font-size:.85rem}.breadcrumb a{color:var(--text-light);transition:color .2s}.breadcrumb a:hover{color:var(--green)}.breadcrumb span{margin:0 8px}.product-detail{grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;padding:20px 20px 60px;display:grid}.product-detail-image img{object-fit:cover;border:1px solid var(--border);width:100%;max-height:500px;display:block}.product-detail-info h1{margin-bottom:4px;font-size:2rem}.product-detail-info .product-scientific{margin-bottom:16px;font-size:.95rem}.product-detail-info .product-price{margin-bottom:20px;font-size:1.4rem;display:block}.product-detail-info .description{color:var(--text-light);margin-bottom:24px;font-size:.95rem;line-height:1.8}.product-detail-info .btn-shop{padding:12px 32px;font-size:.9rem}.related-products{max-width:1200px;margin:0 auto;padding:0 20px 60px}.related-products h2{margin-bottom:24px;font-size:1.6rem}.related-grid{grid-template-columns:1fr;gap:24px;display:grid}.footer{background:var(--bg-warm);border-top:1px solid var(--border);padding:60px 20px 30px}.footer-inner{grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}.footer-brand h3{margin-bottom:12px;font-size:1.4rem}.footer-brand p{color:var(--text-light);max-width:300px;font-size:.9rem}.footer-links h4{text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-family:Comic Sans MS,cursive;font-size:.85rem;font-weight:600}.footer-links ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links a{color:var(--text-light);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--green)}.newsletter h4{text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-family:Comic Sans MS,cursive;font-size:.85rem;font-weight:600}.newsletter p{color:var(--text-light);margin-bottom:12px;font-size:.9rem}.newsletter-form{gap:8px;display:flex}.newsletter-form input{border:1px solid var(--border);outline:none;flex:1;padding:10px 14px;font-family:Comic Sans MS,cursive;font-size:.9rem}.newsletter-form input:focus{border-color:var(--green)}.newsletter-form button{background:var(--green);color:#fff;cursor:pointer;border:none;padding:10px 20px;font-family:Comic Sans MS,cursive;font-size:.85rem;font-weight:600;transition:background .2s}.newsletter-form button:hover{background:var(--green-dark)}.footer-bottom{border-top:1px solid var(--border);max-width:1200px;color:var(--text-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:40px auto 0;padding-top:20px;font-size:.82rem;display:flex}.social-links{gap:16px;display:flex}.social-links a:hover{color:var(--green)}@media (width>=600px){.product-grid{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-detail{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1.5fr 1fr 1fr 1.5fr}.carousel-slide img{height:500px}.carousel-text h2{font-size:3rem}}@media (width<=768px){.nav-links{display:none}.hamburger{display:block}.carousel-slide img{height:300px}.carousel-overlay{padding:0 20px}.carousel-text h2{font-size:1.6rem}.carousel-text p{font-size:.9rem}}
