.sticky-add-to-cart-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--brand-red);box-shadow:0 -4px 20px rgba(0,0,0,.1);padding:15px 20px;z-index:9997;transform:translateY(100%);transition:transform .3s ease}.sticky-add-to-cart-bar.visible{transform:translateY(0)}.sticky-cart-content{max-width:1290px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.sticky-cart-product{display:flex;align-items:center;gap:15px}.sticky-cart-thumb{width:50px;height:50px;object-fit:cover;border-radius:4px}.sticky-cart-info{display:flex;flex-direction:column}.sticky-cart-name{font-weight:600;color:var(--brand-dark);font-size:.95rem;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cart-price{color:var(--brand-red);font-weight:700;font-size:1.1rem}.sticky-cart-actions{display:flex;align-items:center;gap:10px}.sticky-cart-actions .quantity{display:flex;align-items:center}.sticky-cart-actions input.qty{width:60px;text-align:center;padding:8px;border:2px solid #e2e8f0;border-radius:4px}.sticky-cart-actions button.single_add_to_cart_button{background:var(--brand-red);color:#fff;border:none;padding:12px 30px;border-radius:4px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s ease}.sticky-cart-actions button.single_add_to_cart_button:hover{background:#c53030}@media (max-width:768px){.sticky-add-to-cart-bar{padding:10px 15px}.sticky-cart-content{flex-direction:column;gap:10px}.sticky-cart-product{width:100%}.sticky-cart-actions{width:100%;justify-content:space-between}.sticky-cart-name{max-width:150px}}.free-shipping-progress{background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);border:2px dashed var(--brand-red);border-radius:12px;padding:20px 25px;margin:20px 0;text-align:center}.free-shipping-progress.cart-page{margin-bottom:30px}.free-shipping-progress.single-product{margin:20px auto;max-width:600px}.free-shipping-message{font-size:1.1rem;font-weight:700;color:var(--brand-dark);margin:0 0 15px}.free-shipping-message.free-shipping-unlocked{color:#38a169;display:flex;align-items:center;justify-content:center;gap:8px}.free-shipping-bar{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin:15px 0}.free-shipping-progress-fill{height:100%;background:linear-gradient(90deg,var(--brand-red) 0%,#c53030 100%);border-radius:6px;transition:width .5s ease}.free-shipping-bar.completed .free-shipping-progress-fill{background:linear-gradient(90deg,#48bb78 0%,#38a169 100%)}.free-shipping-subtitle{font-size:.9rem;color:#718096;margin:0}.cart-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer-overlay.visible{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100%;height:100%;background:#fff;z-index:10000;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.15)}.cart-drawer.open{transform:translateX(0)}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e2e8f0}.cart-drawer-title{margin:0;font-size:1.3rem;font-weight:700;color:var(--brand-dark)}.cart-drawer-close{background:0 0;border:none;cursor:pointer;padding:5px;color:#718096;transition:color .2s ease}.cart-drawer-close:hover{color:var(--brand-dark)}.cart-drawer-content{flex:1;overflow-y:auto;padding:20px}.cart-drawer-empty{text-align:center;color:#718096;padding:40px 20px;font-size:1rem}.cart-drawer-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #e2e8f0;position:relative}.cart-drawer-item-image img{width:80px;height:80px;object-fit:cover;border-radius:4px}.cart-drawer-item-details{flex:1}.cart-drawer-item-name{font-size:.95rem;font-weight:600;color:var(--brand-dark);margin:0 0 5px;line-height:1.3}.cart-drawer-item-price{color:var(--brand-red);font-weight:700;margin:0 0 10px}.cart-drawer-item-quantity{display:flex;align-items:center;gap:10px}.qty-btn{width:28px;height:28px;border:1px solid #e2e8f0;background:#f7fafc;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .2s ease}.qty-btn:hover{background:#edf2f7}.qty-value{font-weight:600;min-width:30px;text-align:center}.cart-drawer-item-remove{position:absolute;top:15px;right:0;background:0 0;border:none;cursor:pointer;color:#a0aec0;padding:5px;transition:color .2s ease}.cart-drawer-item-remove:hover{color:#e53e3e}.cart-drawer-footer{padding:20px;border-top:2px solid #e2e8f0;background:#f7fafc}.cart-drawer-subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;margin-bottom:15px;color:var(--brand-dark)}.cart-drawer-subtotal-amount{color:var(--brand-red)}.cart-drawer-checkout{display:block;width:100%;background:var(--brand-red);color:#fff;text-align:center;padding:15px;border-radius:4px;font-weight:700;text-decoration:none;margin-bottom:10px;transition:background .2s ease}.cart-drawer-checkout:hover{background:#c53030}.cart-drawer-view-cart{display:block;text-align:center;color:#718096;font-size:.9rem;text-decoration:none;padding:10px}.cart-drawer-view-cart:hover{color:var(--brand-dark)}@media (max-width:480px){.cart-drawer{width:100%}}