.cart-drawer-overlay{z-index:1100;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;visibility:visible;background-color:#00000080;justify-content:flex-end;width:100%;height:100%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.cart-drawer{background:#fff;flex-direction:column;width:400px;max-width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(100%);box-shadow:-5px 0 25px #0000001a}.cart-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:25px;display:flex}.drawer-header h3{color:#111;font-size:1.25rem;font-weight:800}.close-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;padding:5px;transition:all .2s}.close-btn:hover{color:#111;background:#f5f5f5}.drawer-content{flex:1;padding:25px;overflow-y:auto}.empty-cart{text-align:center;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-icon{opacity:.3;margin-bottom:20px}.start-shopping-btn{background:var(--primary);color:#fff;border-radius:12px;margin-top:25px;padding:12px 25px;font-weight:600}.cart-items-list{flex-direction:column;gap:20px;display:flex}.drawer-item{border-bottom:1px solid #f9fafb;gap:15px;padding-bottom:20px;display:flex}.item-image{background-color:#f3f4f6;border-radius:10px;flex-shrink:0;width:80px;height:80px}.item-details{flex-direction:column;flex:1;justify-content:space-between;display:flex}.item-details h4{color:var(--text-main);font-size:.95rem;font-weight:600;line-height:1.3}.item-variant{color:var(--text-muted);font-size:.8rem}.item-meta-info{justify-content:space-between;align-items:center;gap:8px;display:flex}.variant-badges{align-items:center;gap:8px;display:flex}.selected-color-indicator{border:1px solid #0000001a;border-radius:50%;width:12px;height:12px}.selected-size-badge{color:#64748b;text-transform:uppercase;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.item-price-qty{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.price{font-size:.95rem;font-weight:700}.qty-controls{background:#f8faf9;border-radius:8px;align-items:center;gap:10px;padding:4px 8px;display:flex}.qty-controls button{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;line-height:1;transition:all .2s;display:flex}.qty-controls button:active{background:#f0f0f0;transform:scale(.9)}.qty-controls span{text-align:center;width:15px;font-size:.85rem;font-weight:600}.remove-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:5px}.remove-btn:hover{color:#ef4444}.drawer-footer{background:#fcfdfe;border-top:1px solid #f0f0f0;padding:25px}.subtotal-row{color:var(--text-main);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:1.1rem;font-weight:700;display:flex}.shipping-note{color:var(--text-muted);margin-bottom:25px;font-size:.85rem}.drawer-actions{grid-template-columns:1fr 1fr;gap:15px;display:grid}.view-cart-btn,.checkout-btn{border-radius:12px;justify-content:center;align-items:center;padding:14px;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.view-cart-btn{color:var(--text-main);background:#fff;border:1.5px solid #e5e7eb}.view-cart-btn:hover{border-color:var(--primary);color:var(--primary)}.checkout-btn{background:var(--primary);color:#fff;border:none}.checkout-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}@media (max-width:767px){.cart-drawer{width:100%}.drawer-header,.drawer-content{padding:20px}.drawer-footer{padding:20px 20px 84px}.drawer-actions{grid-template-columns:1fr;gap:12px}.checkout-btn{order:-1;height:52px}.view-cart-btn{height:52px}}
