.cart-page-fallback{--cart-fallback-border: var(--border, #e5e7eb);--cart-fallback-radius: var(--radius, .5rem);--cart-fallback-surface: var(--bg-secondary, #f8fafc);--cart-fallback-muted: var(--text-tertiary, #6b7280);--cart-fallback-secondary: var(--text-secondary, #4b5563)}.cart-page-fallback.cart-page-content{display:flex;flex-direction:column;gap:1.5rem}.cart-page-fallback .cart-page-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--cart-fallback-border)}.cart-page-fallback .cart-page-item-image{width:64px;height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:var(--cart-fallback-surface);color:var(--cart-fallback-muted)}.cart-page-fallback .cart-page-item-image img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-page-fallback .cart-page-item-details{flex:1;min-width:0}.cart-page-fallback .cart-page-item-name{font-size:.88rem;font-weight:500}.cart-page-fallback .cart-page-item-variant{font-size:.75rem;color:var(--cart-fallback-muted)}.cart-page-fallback .cart-page-item-qty{display:flex;align-items:center;gap:.25rem}.cart-page-fallback .cart-page-item-qty .qty-btn{width:28px;height:28px;padding:0;border:1px solid var(--cart-fallback-border);border-radius:6px;background:transparent;font-size:.85rem;line-height:1;cursor:pointer}.cart-page-fallback .cart-page-item-qty .qty-value{min-width:28px;text-align:center;font-size:.85rem;font-weight:500}.cart-page-fallback .cart-page-item-price{min-width:110px;text-align:right;font-size:.9rem;font-weight:600}.cart-page-fallback .cart-page-item-original-price{display:block;font-size:.75rem;font-weight:400;color:var(--cart-fallback-muted);text-decoration:line-through}.cart-page-fallback .cart-page-item-discount-badge{display:inline-block;margin-right:.35rem;padding:.05rem .3rem;border-radius:4px;background:var(--cart-fallback-surface);font-size:.7rem;font-weight:600}.cart-page-fallback .cart-page-item-remove{border:0;background:transparent;padding:.2rem;color:var(--cart-fallback-muted);cursor:pointer}.cart-page-fallback .cart-empty-state{padding:2.5rem 0;text-align:center;color:var(--cart-fallback-muted)}.cart-page-fallback .cart-empty-state p{margin:.75rem 0;font-size:.9rem}.cart-page-fallback .cart-bottom-section{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:992px){.cart-page-fallback .cart-bottom-section{grid-template-columns:1fr 1fr}}.cart-page-fallback .coupon-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--cart-fallback-muted);margin-bottom:.75rem}.cart-page-fallback .coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;margin-bottom:.75rem;border-radius:var(--cart-fallback-radius);background:var(--cart-fallback-surface);font-size:.85rem}.cart-page-fallback .coupon-applied-code{font-weight:600}.cart-page-fallback .coupon-applied-note{margin-left:.4rem;color:var(--cart-fallback-secondary)}.cart-page-fallback .coupon-applied-remove{border:0;background:transparent;padding:.2rem;color:var(--cart-fallback-muted);cursor:pointer}.cart-page-fallback .coupon-input-wrapper{display:flex;gap:.5rem}.cart-page-fallback .coupon-input{flex:1;min-width:0;padding:.4rem .65rem;border:1px solid var(--cart-fallback-border);border-radius:var(--cart-fallback-radius);font-size:.85rem}.cart-page-fallback .coupon-error{margin-top:.5rem;font-size:.8rem;color:#c62828}.cart-page-fallback .cart-summary{display:flex;flex-direction:column;gap:.65rem;padding:1.25rem;border-radius:var(--cart-fallback-radius);background:var(--cart-fallback-surface);font-size:.85rem}.cart-page-fallback .cart-summary-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--cart-fallback-muted)}.cart-page-fallback .cart-summary-row{display:flex;justify-content:space-between;gap:1rem}.cart-page-fallback .cart-summary-row .cart-summary-label{color:var(--cart-fallback-secondary)}.cart-page-fallback .cart-summary-row .cart-summary-price{font-weight:500}.cart-page-fallback .cart-summary-discount .cart-summary-price{color:#2e7d32}.cart-page-fallback .cart-summary-total{padding-top:.65rem;border-top:1px solid var(--cart-fallback-border)}.cart-page-fallback .cart-summary-total .cart-summary-label{font-weight:600;color:inherit}.cart-page-fallback .cart-summary-total .cart-summary-price{font-size:1.1rem;font-weight:600}.cart-page-fallback .cart-summary-note{font-size:.75rem;color:var(--cart-fallback-muted)}.cart-page-fallback .cart-actions{display:flex;justify-content:space-between;gap:.5rem;margin-top:.5rem}.cart-page-fallback.cart-page-content .free-shipping-banner{padding:.75rem 1rem;border-radius:var(--cart-fallback-radius);background:var(--cart-fallback-surface);font-size:.8rem}.cart-page-fallback.cart-page-content .free-shipping-progress{height:4px;margin-top:.5rem;border-radius:2px;background:var(--cart-fallback-border);overflow:hidden}.cart-page-fallback.cart-page-content .free-shipping-progress-bar{height:100%;background:var(--text, #1a1a1a)}
