.cart-container{padding:1rem;background-color:#f9fafb}.cart-heading{text-align:center;font-size:2.2rem;font-weight:700;color:#111827;margin-bottom:2rem}.cart-empty-image{display:flex;flex-direction:column;align-items:center;padding:2rem}.cartemptyimage img{max-width:250px;height:auto}.cart-empty{margin-top:1rem;color:#6b7280;font-size:1.2rem}.continue-shopping{margin-top:1rem;background-color:#0050fd;color:white;padding:.75rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s ease}.continue-shopping:hover{background-color:#00fd22}.cart-items{flex-direction:column}.cart-item,.cart-items{display:flex;gap:1.5rem}.cart-item{background-color:#ffffff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.06);align-items:flex-start}.cart-item img{border-radius:8px;object-fit:cover}.cart-item h2{font-size:1.2rem;font-weight:600;color:#1f2937}.cart-item p{color:#4b5563;margin:.3rem 0;font-size:.95rem}.cart-item input[type=number]{width:60px;padding:.3rem;border:1px solid #d1d5db;border-radius:.375rem}.cart-item button{background:none;color:#dc2626;border:none;font-weight:500;cursor:pointer;padding:.3rem .5rem}.cart-item button:hover{text-decoration:underline}.cart-actions{margin-top:2rem;border-top:1px solid #e5e7eb;padding-top:1.5rem;display:flex;flex-direction:column;align-items:flex-end}.cart-total{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#111827}.cart-buttons button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;color:white;cursor:pointer;transition:background .2s ease}.clear-btn{background-color:#ef4444}.clear-btn:hover{background-color:#dc2626}.checkout-btn{background-color:#10b981}.checkout-btn:hover{background-color:#059669}@keyframes pop{0%{transform:scale(.6);opacity:.5}60%{transform:scale(1.2);opacity:1}to{transform:scale(1)}}.cart-badge{animation:pop .3s ease}.cart-summary{margin-top:1rem;padding:1rem;background:#f9f9f9;border-radius:8px;font-size:15px;line-height:1.6;max-width:400px}.cart-grand-total{font-weight:700;font-size:18px;color:#111;margin-top:.5rem}.cart-buttons{margin-top:1rem;display:flex;gap:1rem}.qty{font-size:15px;padding-right:10px}@media screen and (max-width:768px){.cart-item{flex-direction:column;text-align:center}.cart-actions,.cart-item{align-items:center}.cart-buttons{flex-direction:column;width:100%}.cart-buttons button{width:100%}}.cart-badge{position:absolute;top:-6px;right:-10px;background-color:red;color:white;border-radius:50%;font-size:12px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:700;transition:transform .3s ease}.pop{animation:pop-bounce .3s ease}@media screen and (min-width:601px) and (max-width:1023px){.cart-icon{width:70px;height:70px}}@keyframes pop-bounce{0%{transform:scale(1)}30%{transform:scale(1.4)}to{transform:scale(1)}}