.cart-sidebar-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.cart-sidebar{z-index:2001;color:#000;background:#fff;flex-direction:column;width:100%;max-width:420px;height:100vh;font-family:Inter,sans-serif;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 50px #00000026}.cart-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.cart-header h2{letter-spacing:-.5px;font-size:18px;font-weight:800}.close-cart{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.close-cart:hover{background:#eee}.shipping-info{background:#fcfcfc;border-bottom:1px solid #f0f0f0;padding:20px 24px}.shipping-info p{color:#10b981;margin-bottom:12px;font-size:13px;font-weight:600}.progress-bar-bg{background:#eee;border-radius:10px;width:100%;height:4px;overflow:hidden}.progress-bar-fill{background:#10b981;height:100%}.cart-items-list{flex:1;padding:24px;overflow-y:auto}.cart-item{gap:16px;margin-bottom:24px;display:flex}.item-img{background:#f9f9f9;border-radius:12px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.item-img img{object-fit:cover;width:100%;height:100%}.item-details{flex-direction:column;flex:1;display:flex}.item-name-row{justify-content:space-between;gap:8px;margin-bottom:4px;display:flex}.item-name-row h4{color:#000;margin:0;font-size:15px;font-weight:700}.remove-item{color:#aaa;cursor:pointer;background:0 0;border:none}.item-variant{color:#888;margin-bottom:12px;font-size:12px}.item-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.quantity-control{background:#f5f5f5;border-radius:100px;align-items:center;gap:12px;padding:4px 12px;display:flex}.qty-btn{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.quantity-control span{text-align:center;min-width:12px;font-size:13px;font-weight:700}.item-price{font-size:15px;font-weight:800}.cart-footer{background:#fff;border-top:1px solid #f0f0f0;padding:24px}.total-row{justify-content:space-between;margin-bottom:16px;display:flex}.total-label{color:#666;font-size:14px;font-weight:600}.total-amount{font-size:18px;font-weight:900}.checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;width:100%;padding:16px;font-size:15px;font-weight:800;transition:all .2s}.checkout-btn:hover{background:#222;transform:translateY(-2px)}@media (max-width:480px){.cart-sidebar{max-width:100%}}
