.cart-modal{flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex}@media (max-width:52.5rem){.cart-modal{width:95vw;max-width:95vw}}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{color:var(--primary-black);margin:0;font-size:1.5rem}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s;display:flex}.modal-close:hover{color:var(--primary-black)}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;color:#6b7280;padding:3rem 1rem}.empty-cart p{color:var(--primary-black);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.empty-cart-subtitle{color:#6b7280!important;font-size:.875rem!important;font-weight:400!important}.cart-items{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.cart-item{background:#f9fafb;border-radius:.5rem;grid-template-columns:80px 1fr auto;align-items:center;gap:1rem;padding:1rem;display:grid}.cart-item-image{-o-object-fit:cover;object-fit:cover;border-radius:.375rem;width:80px;height:80px}.cart-item-details{flex-direction:column;gap:.25rem;display:flex}.cart-item-details h4{color:var(--primary-black);margin:0;font-size:1rem}.cart-item-business{color:#6b7280;margin:0;font-size:.875rem}.cart-item-price{color:var(--secondary-dark);margin:0;font-size:.875rem;font-weight:600}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.quantity-controls{background:#fff;border-radius:.375rem;align-items:center;gap:.5rem;padding:.25rem;display:flex}.quantity-controls button{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.quantity-controls button:hover{background:linear-gradient(135deg,var(--primary-dark),var(--secondary-dark))}.quantity-controls span{text-align:center;min-width:30px;color:var(--primary-black);font-weight:600}.cart-item-total{color:var(--primary-black);margin:0;font-size:1.125rem;font-weight:700}.remove-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;font-size:1.25rem;transition:opacity .2s}.remove-btn:hover{opacity:1}.cart-summary{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem}.cart-summary-row{color:#4b5563;justify-content:space-between;margin-bottom:.75rem;font-size:.9375rem;display:flex}.cart-summary-row:last-child{margin-bottom:0}.cart-total{color:var(--primary-black);border-top:2px solid #e5e7eb;padding-top:.75rem;font-size:1.25rem;font-weight:700}.modal-footer{border-top:1px solid #e5e7eb;gap:1rem;padding:1.5rem;display:flex}.modal-footer .btn{flex:1}@media (max-width:40rem){.modal-header{padding:1rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1rem}.cart-item{grid-template-columns:60px 1fr;gap:.75rem;padding:.75rem}.cart-item-image{width:60px;height:60px}.cart-item-actions{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;margin-top:.5rem}.quantity-controls button{width:36px;height:36px;font-size:1.125rem}.remove-btn{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;font-size:1.5rem;display:flex}.modal-footer{flex-direction:column;padding:1rem}.modal-footer .btn{width:100%;font-size:1rem}}
