body { font-family: Arial, sans-serif; margin:0; padding:0; background:#fff8e1; }
header { background:#b71c1c; color:#fff; text-align:center; padding:20px; }
header img { height:80px; }
nav { background:#880e4f; text-align:center; padding:10px; }
nav a { color:#fff; margin:0 15px; text-decoration:none; font-weight:bold; }
.hero { background:url('../images/namkeen-banner.jpg') no-repeat center/cover; height:250px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:2em; font-weight:bold; text-shadow:2px 2px 5px rgba(0,0,0,0.6); }
.products { display:flex; flex-wrap:wrap; justify-content:center; padding:20px; }
.product { background:#fff; border:1px solid #ddd; border-radius:8px; margin:10px; width:250px; text-align:center; box-shadow:2px 2px 8px rgba(0,0,0,0.1); }
.product img { width:100%; border-bottom:1px solid #ddd; }
.product h3 { margin:10px 0; }
.product button { background:#b71c1c; color:#fff; border:none; padding:10px; margin:10px; cursor:pointer; border-radius:5px; }
.cart { padding:20px; background:#fff3e0; }
.cart h2 { text-align:center; }
.cart-items div { border-bottom:1px solid #ddd; padding:10px; }
.checkout { text-align:center; }
.checkout button { background:#880e4f; color:#fff; border:none; padding:15px 30px; font-size:1em; cursor:pointer; border-radius:5px; }
footer { background:#b71c1c; color:#fff; text-align:center; padding:15px; margin-top:20px; }
