body{font-family:Arial,Helvetica,sans-serif;background-color:#f9f9f9;margin:0;padding:0;color:#333}.container{max-width:1200px;margin:0 auto;padding:20px}footer a:hover,header nav a:hover{text-decoration:underline}.product-card{background-color:white;border:1px solid #ddd;border-radius:5px;padding:15px;margin:10px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.1)}.product-card img{max-width:100%;height:200px;object-fit:cover;border-radius:5px;margin-bottom:10px}.product-card h2{font-size:1.5rem;margin:10px 0}.product-card p{font-size:1rem;color:#666;margin:10px 0}.product-card .price{font-size:1.2rem;font-weight:700;color:#F37254;margin:10px 0}.product-card button{background-color:#F37254;color:white;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700}.product-card button:hover{background-color:#1E3A8A}.product-card button:disabled{background-color:#ccc;cursor:not-allowed}