.cart-slide{z-index:1050;background:#fff;flex-direction:column;width:85%;max-width:24rem;height:100dvh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #00000026}.cart-slide.open{transform:translate(0)}.cart-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:1rem 1.5rem}.cart-header-content{justify-content:space-between;align-items:center;display:flex}.cart-title{align-items:center;gap:.5rem;display:flex}.cart-title h3{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.cart-close-btn{cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background-color .2s}.cart-close-btn:hover{background-color:#e5e7eb}.cart-content{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.cart-item{border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.cart-item:last-child{border-bottom:none}.cart-loading,.cart-error,.cart-empty{text-align:center;justify-content:center;align-items:center;padding:2rem;display:flex}.cart-empty-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.cart-footer{padding:1rem 1.5rem;padding:1rem 1.5rem calc(env(safe-area-inset-bottom,0) + 1rem)1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb;flex-shrink:0}.cart-footer-summary{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-item-count{color:#6b7280;font-size:.875rem}.cart-total{text-align:right}.cart-total-label{color:#6b7280;margin:0 0 .25rem;font-size:.875rem}.cart-total-amount{color:#111827;margin:0;font-size:1.125rem;font-weight:700}.cart-checkout-btn{background:var(--primary-color,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .5s;display:inline-flex}.cart-checkout-btn:hover{background:var(--secondary-color,#1d4ed8);box-shadow:0 8px 25px #2563eb59}.cart-backdrop{z-index:1000;opacity:0;background-color:#00000080;transition:opacity .3s ease-in-out;position:fixed;inset:0}.cart-backdrop.visible{opacity:1}.cart-content::-webkit-scrollbar{width:6px}.cart-content::-webkit-scrollbar-track{background:#f1f5f9}.cart-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cart-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cart-slide{height:100dvh}
