*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Amazon Ember,Arial,sans-serif;line-height:1.6}nav{align-items:center;background-color:#373a40;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 5%}nav h1{color:#fff;font-size:1.5rem}nav div{display:flex;gap:1rem}nav a{color:#fff;text-decoration:none;transition:color .3s ease}nav a:hover{color:#dc5f00}.product-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);padding:2rem 5%}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1rem;text-align:center;transition:transform .3s ease}.product-card:hover{transform:scale(1.05)}.product-card img{height:250px;margin-bottom:1rem;max-width:100%;object-fit:contain}.product-card h2{font-size:1rem;height:2.5rem;margin-bottom:.5rem;overflow:hidden}.product-card p{color:#333;font-weight:700;margin-bottom:1rem}.product-card button{background-color:#dc5f00;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.product-card button:hover{background-color:#bf5000}.cart-page-container{padding:2rem 5%;width:800px}.cart-container,.cart-empty{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:800px;padding:2rem;width:100%}.cart-empty{text-align:center}.cart-empty button{background-color:#dc5f00;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.cart-item{align-items:flex-start;border-bottom:1px solid #eee;display:flex;gap:1rem;padding:1rem 0}.cart-item img{flex-shrink:0;height:100px;object-fit:contain;width:100px}.cart-item-details{flex-grow:1}.cart-item-details input{margin-right:.5rem;padding:.25rem;width:60px}.cart-item-details button{background-color:#dc5f00;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:.5rem;padding:.25rem .5rem}.cart-total{font-weight:700;margin:1rem 0;text-align:right}.back-button{background-color:#dc5f00;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;width:100%}.wrapper{align-items:center;display:grid;flex-direction:column;justify-content:center}@media screen and (max-width:1200px){.product-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:900px){.product-list{grid-template-columns:repeat(2,1fr)}.cart-page-container{padding:1rem;width:100%}.cart-container{padding:1rem}.cart-item{align-items:center;flex-direction:column;text-align:center}.cart-item img{height:80px;margin-bottom:1rem;width:80px}.cart-item-details{width:100%}.cart-item-details button,.cart-item-details input{margin-bottom:.5rem;width:100%}.cart-total{text-align:center}.back-button{width:100%}.wrapper{grid-template-columns:1fr;padding:1rem}}@media screen and (max-width:600px){.product-list{grid-template-columns:1fr}nav{flex-direction:column;text-align:center}nav div{margin-top:1rem}.cart-item{flex-direction:column;text-align:center}.cart-item img{margin-bottom:1rem;margin-right:0}.wrapper{grid-template-columns:1fr}.cart-page-container{padding:.5rem}.cart-container{padding:1rem .5rem}.cart-item img{height:70px;width:70px}.cart-item-details h3{font-size:1rem}.cart-item-details button,.cart-item-details input,.cart-item-details p{font-size:.9rem}}
/*# sourceMappingURL=main.64ed23ac.css.map*/