*{margin:0;padding:0;box-sizing:border-box;font-family:Arial, sans-serif;}
body{line-height:1.6;}

.top-banner img{width:100%;height:auto;max-height:2048px;object-fit:cover;}
.discount-bar{background:red;color:white;text-align:center;padding:15px;font-weight:bold;}
.hero{text-align:center;padding:60px 20px;background:#f4f4f4;}
.btn{display:inline-block;padding:12px 25px;background:red;color:white;text-decoration:none;border-radius:5px;margin-top:15px;}
.products{padding:60px 20px;text-align:center;}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:30px;}
.card{border:1px solid #ddd;padding:15px;border-radius:10px;transition:0.3s;}
.card img{width:100%;height:250px;object-fit:cover;border-radius:8px;}
.card:hover{box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.details{padding:60px 20px;background:#fafafa;text-align:center;}
.details p{max-width:800px;margin:15px auto;}
.contact{padding:50px 20px;text-align:center;}
footer{background:#222;color:white;text-align:center;padding:20px;}
@media(max-width:768px){.hero h1{font-size:1.8rem;}}