.cart-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:flex-start;justify-content:flex-end;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-container{background:#fff;width:100%;max-width:480px;height:100vh;display:flex;flex-direction:column;box-shadow:-4px 0 25px #00000026;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cart-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;color:#fff;flex-shrink:0}.cart-header h2{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem}.close-cart{background:#ffffff1a;border:none;color:#fff;font-size:1.25rem;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.close-cart:hover{background:#fff3}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.8}.cart-empty p{font-size:1.1rem;color:#333;margin:.5rem 0;font-weight:500}.empty-subtitle{color:#888;font-size:.95rem}.continue-shopping{margin-top:1.5rem;padding:.9rem 2rem;background:#ff8c00;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;font-size:.95rem}.continue-shopping:hover{background:#e67e00;transform:translateY(-1px)}.cart-items{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f8f9fa}.cart-item{background:#fff;border-radius:12px;padding:1rem;display:grid;grid-template-columns:70px 1fr auto;gap:1rem;align-items:center;box-shadow:0 1px 3px #00000014;transition:all .2s ease;border:1px solid #eee}.cart-item:hover{box-shadow:0 3px 10px #0000001a;border-color:#ff8c00}.cart-item-image{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;width:70px;height:70px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-emoji{font-size:2rem}.cart-item-img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.cart-item-video{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px;background:#000}.cart-item-details{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-item-name{font-family:Poppins,sans-serif;font-size:.95rem;color:#1a1a2e;margin:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{color:#666;font-size:.85rem;margin:0}.cart-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f5f5f5;border-radius:8px;padding:.25rem}.quantity-btn{background:#fff;border:none;color:#333;font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;transition:all .2s ease;font-weight:600}.quantity-btn:hover{background:#ff8c00;color:#fff}.quantity{min-width:28px;text-align:center;font-weight:600;color:#1a1a2e;font-size:.95rem}.cart-item-subtotal{font-weight:700;color:#ff8c00;font-size:1rem}.remove-item{background:transparent;border:none;font-size:1rem;cursor:pointer;padding:.25rem;transition:all .2s ease;border-radius:4px;opacity:.6}.remove-item:hover{opacity:1;transform:scale(1.1)}.cart-footer{background:#fff;padding:1.25rem 1.5rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.cart-address-selector{padding:.75rem;background:#f8f9fa;border-radius:8px;border:1px solid #e8e8e8;margin-bottom:.5rem}.address-select-label{display:block;font-size:.85rem;font-weight:600;color:#333;margin-bottom:.5rem}.address-select{width:100%;padding:.7rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:Poppins,sans-serif;color:#333;background:#fff;cursor:pointer;transition:all .2s ease}.address-select:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a}.address-loading{padding:.7rem 1rem;color:#888;font-size:.85rem;text-align:center}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#666}.subtotal-label{font-weight:500}.subtotal-price{font-weight:600;color:#333}.cart-discount-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fff3cd,#ffeeba);border-radius:8px;border:1px solid #ffc107}.discount-icon{font-size:1.25rem;flex-shrink:0}.discount-text{font-size:.85rem;color:#856404;font-weight:500;line-height:1.4}.discount-text strong{color:#533f03;font-weight:700}.cart-shipping{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#666}.shipping-label{font-weight:500}.shipping-price{font-weight:600;color:#333}.shipping-price.free{color:#28a745;font-weight:700}.cart-shipping-note{padding:.6rem .75rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #FF8C00;font-size:.8rem;color:#666;font-style:italic}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #eee;margin-top:.5rem}.total-label{font-size:1.1rem;font-weight:600;color:#1a1a2e}.total-price{font-size:1.5rem;font-weight:700;color:#ff8c00}.checkout-button{padding:1rem;background:linear-gradient(135deg,#ff8c00,#ff9f1c);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 15px #ff8c0040}.checkout-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff8c0059;background:linear-gradient(135deg,#e67e00,#ff8c00)}.continue-shopping-btn{padding:.75rem;background:transparent;color:#666;border:1px solid #ddd;border-radius:10px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;font-size:.9rem}.continue-shopping-btn:hover{background:#f5f5f5;border-color:#ccc;color:#333}@media (max-width: 768px){.cart-container{max-width:100%}.cart-item{grid-template-columns:60px 1fr;gap:.75rem}.cart-item-controls{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.cart-item-image{width:60px;height:60px}.cart-item-emoji{font-size:1.75rem}.cart-footer{padding:1rem}}
