.home,.cart{max-width:1440px;padding:24px}.cart-item{display:flex;align-items:center;margin-bottom:24px;background:#fff;border-radius:5px;box-shadow:2px 2px 5px #0000001a;padding:8px}.cart-item img{width:80px;height:80px;margin-right:24px}.cart-item-info{flex:1}.cart-item-details{display:flex;justify-content:space-evenly;align-items:center}.product-detail,.product-list{max-width:1440px;padding:24px}ul{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:none}li{display:flex;flex-direction:column;min-width:20%;flex:1;background:#fff;border-radius:5px;box-shadow:2px 2px 5px #0000001a;padding:8px}h3{margin:0}img{width:auto;height:120px;border-radius:5px}p{font-weight:700}button{background:#007bff;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:3px}button:hover{background:#0056b3}@media only screen and (max-width: 920px){ul{flex-direction:column;width:100%}li{width:100%}}.order-confirmation{max-width:1440px;padding:24px}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:16px 0}.header-container{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo{font-size:2.2rem;color:#333}.nav{display:flex;gap:20px}.nav-link{text-decoration:none;color:#555;font-size:1rem;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px;transition:color .15s ease-in-out}.nav-link:hover{color:#007bff}.footer{background-color:#2c3e50;color:#fff;padding:20px 0;text-align:center}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-text{font-size:14px;font-weight:300;margin:0;opacity:.7}.footer-text:hover{opacity:1;transition:opacity .3s ease}html,body{font-family:Arial,sans-serif;height:100%;margin:0;background-color:#f8f9fa;color:#333}#root,.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;display:flex;justify-content:center;align-items:center;margin-bottom:80px}h1{color:#333}
