body{font-family:Arial,Helvetica,sans-serif;background-color:#f7f7f7;color:#222;margin:0;padding:0}.container{width:100%;max-width:1200px;margin:0 auto}.home-hero{display:flex;align-items:center;justify-content:space-between;background:#f5f1ee;padding:3rem 2rem;gap:2rem;max-width:1000px;margin:2rem auto;border-radius:10px;box-shadow:0 2px 6px #0000000d}.home-hero .hero-content{flex:1;text-align:left}.home-hero h1{font-size:2rem;margin-bottom:.75rem}.home-hero p{font-size:1rem;color:#444;margin-bottom:1.25rem}.home-hero .hero-btn{background-color:#447544;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.home-hero .hero-btn:hover{background-color:#447544}.home-hero .hero-image{flex:1;display:flex;justify-content:center}.home-hero img{width:100%;max-width:600px;border-radius:8px;object-fit:cover}@media (max-width: 768px){.home-hero{flex-direction:column;text-align:center}.home-hero .hero-content{text-align:center}.home-hero img{max-width:100%}}.recommended,.top-sellers{text-align:center;padding:2rem 1rem;max-width:1000px;margin:0 auto}.recommended h2,.top-sellers h2{margin-bottom:1rem;font-size:3rem;font-weight:600}.recommended .product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center}.top-sellers .product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;justify-items:center}.product{background:#f5f1ee;border:1px solid #ddd;border-radius:10px;padding:1rem;width:100%;max-width:500px;box-shadow:0 2px 6px #0000000d;transition:transform .2s ease-in-out}.product:hover{transform:translateY(-5px)}.product img{width:200px;height:250px;object-fit:contain;margin-bottom:.75rem}.product h3{font-size:1.5rem;margin-bottom:.3rem}.product p{font-size:.85rem;color:#555}@media (max-width: 768px){.recommended .product-list{grid-template-columns:repeat(2,1fr)}.top-sellers .product-list{grid-template-columns:repeat(1,1fr)}.product{max-width:180px}}@media (max-width: 480px){.recommended .product-list{grid-template-columns:1fr}.product{max-width:100%}}
