.cart-container{max-width:1200px;color:var(--navcolor);min-height:80vh;margin:0 auto;padding:2rem}.cart-header{border-bottom:2px solid var(--fadenavcolor);align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.cart-icon{color:var(--navcolor);margin-right:1rem}.cart-header h2{margin:0;font-size:1.8rem;font-weight:600}.cart-total-container{background-color:#fff;border-radius:8px;margin-bottom:2rem;padding:1rem;box-shadow:0 2px 8px #0000001a}.cart-total{justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:500;display:flex}.total-amount{color:var(--navcolor);font-size:1.4rem;font-weight:700}.cart-content{grid-template-columns:1fr 350px;gap:2rem;display:grid}.cart-list-container{flex-direction:column;gap:1.5rem;display:flex}.cart-item{background-color:#fff;border-radius:8px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.cart-item-image{flex-shrink:0;width:150px}.cart-item-image img{object-fit:cover;width:100%;height:150px;display:block}.cart-item-details{flex:1;justify-content:space-between;padding:1rem;display:flex}.cart-item-info{flex-direction:column;gap:.5rem;display:flex}.label{color:var(--navcolor);margin-right:.5rem;font-weight:600}.value{color:#333}.cart-quantity{align-items:center;gap:.5rem;display:flex}.quantity-selector{align-items:center;display:flex}.quantity-input{border:1px solid var(--fadenavcolor);width:5rem;height:2.5rem;color:var(--navcolor);-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right .7rem top 50%;background-repeat:no-repeat;background-size:.65rem;border-radius:4px;padding:.5rem;font-size:.9rem}.unit{color:#666;margin-left:.5rem}.remove-item-button{color:#d32f2f;cursor:pointer;background-color:#0000;border:1px solid #d32f2f;border-radius:4px;align-items:center;gap:.5rem;height:-webkit-fit-content;height:fit-content;padding:.5rem 1rem;font-size:.9rem;transition:background-color .2s,color .2s;display:flex}.remove-item-button:hover{color:#fff;background-color:#d32f2f}.cart-summary{background-color:#fff;border-radius:8px;height:-webkit-fit-content;height:fit-content;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.summary-row{border-bottom:1px solid var(--fadenavcolor);justify-content:space-between;padding:.8rem 0;font-size:1rem;display:flex}.summary-row.total{color:var(--navcolor);border-bottom:none;padding-top:1.5rem;font-size:1.2rem;font-weight:700}.checkout-link{margin-top:1.5rem;text-decoration:none;display:block}.checkout-button{background-color:var(--success);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .2s;display:flex}.checkout-button:hover{background-color:#006400}.empty-cart-container{text-align:center;background-color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:4rem 2rem;display:flex;box-shadow:0 2px 8px #0000001a}.empty-cart-container svg{color:var(--navcolor);opacity:.7;margin-bottom:1.5rem}.empty-cart{color:var(--navcolor);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.continue-shopping{background-color:var(--bgbuttons);color:#fff;border-radius:8px;padding:.8rem 1.5rem;font-weight:500;text-decoration:none;display:inline-block}.cart-message{text-align:center;background-color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:4rem 2rem;display:flex;box-shadow:0 2px 8px #0000001a}.cart-message svg{margin-bottom:1.5rem}.cart-message.loading svg{color:var(--navcolor)}.cart-message.error svg{color:#d32f2f}.loader-icon{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-required{text-align:center;background-color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:4rem 2rem;display:flex;box-shadow:0 2px 8px #0000001a}.auth-required svg{color:var(--navcolor);margin-bottom:1.5rem}.auth-required p{color:var(--navcolor);font-size:1.2rem}.auth-required a{color:var(--color-secondary);font-weight:600;text-decoration:none}.auth-required a:hover{text-decoration:underline}@media (max-width:900px){.cart-content{grid-template-columns:1fr}.cart-container{padding:1rem}.cart-header h2{font-size:1.5rem}}@media (max-width:600px){.cart-item{flex-direction:column}.cart-item-image{width:100%;height:200px}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column}.remove-item-button{align-self:flex-end;margin-top:1rem}.cart-total{font-size:1.1rem}.total-amount{font-size:1.2rem}.empty-cart{font-size:1.5rem}}
