
*{box-sizing:border-box}body{margin:0;background:#f3faf5;color:#092b18;font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}.topbar{background:#05391d;color:#fff;padding:10px 7%;display:flex;justify-content:space-between;gap:15px;font-size:14px}.main-header{display:flex;align-items:center;gap:28px;padding:24px 7%;background:#fff}.brand{display:flex;align-items:center;gap:14px;min-width:265px}.brand img{width:82px;height:82px;object-fit:contain}.brand b{display:block;font-size:28px;letter-spacing:2px;color:#101a5a}.brand span{font-size:20px;font-weight:900;letter-spacing:6px;color:#101a5a}.search{display:flex;flex:1;max-width:820px;border:1px solid #dce9df;border-radius:16px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.05)}.search input{flex:1;border:0;padding:18px;font-size:15px}.search select{border:0;border-left:1px solid #e7eee9;padding:0 15px}.search button{border:0;background:#ffb400;font-weight:900;padding:0 30px}.head-actions{display:flex;gap:22px;align-items:center;font-weight:900}.head-actions a{text-align:center}.head-actions i{display:block;font-size:24px;font-style:normal}.nav{background:#008235;padding:0 6%;display:flex;align-items:center;gap:20px}.nav a{color:#fff;font-weight:900;padding:22px 14px}.nav .all{background:#006527;padding:22px 35px}.container{width:min(1500px,92%);margin:auto}.hero{margin:28px auto;min-height:430px;border-radius:28px;background:linear-gradient(110deg,#f5fff3 0%,#fffbe5 55%,#eaffef 100%);display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;box-shadow:0 24px 60px rgba(0,65,25,.1)}.hero-text{padding:58px 60px}.tag{background:#ffeaa8;color:#7a4b00;padding:12px 18px;border-radius:999px;font-weight:900}.hero h1{font-size:56px;line-height:1.08;margin:25px 0 15px}.hero p{font-size:20px;color:#405047}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px 0}.trust div{border-right:1px solid #d9e8dc}.trust b,.trust span{display:block}.hero-buttons{display:flex;gap:12px}.btn{display:inline-block;border-radius:14px;padding:14px 22px;font-weight:900}.green{background:#008236;color:#fff}.yellow{background:#ffb400;color:#111}.white{background:#fff;border:1px solid #dce9df}.hero-art{position:relative;display:flex;align-items:center;justify-content:center;font-size:180px}.hero-art:before{content:"";width:360px;height:360px;border-radius:50%;border:22px dotted #8ac58d;position:absolute}.hero-art .bottle{position:absolute;font-size:80px;left:35%;bottom:22%}.shortcut-row{display:grid;grid-template-columns:repeat(8,1fr);gap:12px;background:#fff;border-radius:24px;padding:18px;box-shadow:0 14px 35px rgba(0,0,0,.06)}.shortcut-row a,.cat-grid a{text-align:center;background:#f3fbf5;border:1px solid #e0eee4;border-radius:18px;padding:18px;font-weight:900}.shortcut-row span,.cat-grid span{display:block;font-size:30px;margin-bottom:8px}.section{margin:34px 0}.section-title{display:flex;justify-content:space-between;align-items:center}.section-title h2{font-size:28px}.section-title em{background:#e91f34;color:#fff;border-radius:99px;padding:8px 14px;font-size:14px;font-style:normal}.products{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e0eee4;border-radius:22px;overflow:hidden;box-shadow:0 18px 38px rgba(0,55,25,.07)}.product-media{height:220px;position:relative;background:#f4fbf5;display:flex;align-items:center;justify-content:center}.product-media img{max-width:92%;max-height:92%;object-fit:contain}.deal{position:absolute;top:14px;left:14px;background:#e91f34;color:#fff;border-radius:10px;padding:7px 11px;font-weight:900}.wish{position:absolute;top:14px;right:14px;border:0;background:#fff;border-radius:50%;width:36px;height:36px}.product-info{padding:18px}.product-info small{color:#008236;font-weight:900}.product-info h3{font-size:16px;min-height:58px}.rating{color:#ff9d00}.rating span{color:#777}.price b{font-size:23px}.price del{margin-left:8px;color:#888}.actions{display:flex;gap:10px;margin-top:14px}.actions .btn{flex:1;text-align:center;padding:12px}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.seller-box{margin:40px 0;background:linear-gradient(135deg,#006527,#00a545);color:#fff;border-radius:28px;padding:36px;display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.seller-box h2{font-size:36px}.seller-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.seller-stats span{background:#fff;color:#09351f;border-radius:20px;padding:26px;text-align:center}.seller-stats b{display:block;font-size:32px;color:#008236}.prefooter{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:min(1500px,92%);margin:40px auto 0}.prefooter div{background:#fff;border-radius:18px;padding:22px;box-shadow:0 14px 30px rgba(0,55,25,.06)}.prefooter span{display:block;color:#667}.footer{background:#06371c;color:#fff;margin-top:30px;padding:45px 7%;display:grid;grid-template-columns:2fr repeat(4,1fr);gap:25px}.footer a,.footer p{display:block;color:#d8f2df;line-height:1.8}.copy{background:#022713;color:#fff;text-align:center;padding:16px}@media(max-width:1000px){.topbar,.main-header{flex-direction:column;align-items:stretch}.nav{overflow:auto}.hero,.seller-box{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.shortcut-row,.cat-grid,.prefooter,.footer{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:38px}.hero-text{padding:30px}.trust{grid-template-columns:repeat(2,1fr)}}
