.cart-drawer,.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0}.cart-drawer-overlay{left:0;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.active{opacity:1;visibility:visible}.cart-drawer{width:100%;max-width:420px;background:#fff;z-index:9999;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.15)}.cart-drawer.active{transform:translateX(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:3px 24px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer-title{font-size:20px;font-weight:600;margin:0;display:flex;align-items:center;gap:8px}.cart-drawer-close,.cart-drawer-count{align-items:center;justify-content:center}.cart-drawer-count{display:inline-flex;min-width:24px;height:24px;padding:0 6px;background:#e10035;color:#fff;font-size:12px;font-weight:600;border-radius:12px}.cart-drawer-close{background:0 0;border:0;padding:8px;cursor:pointer;color:#666;transition:color .2s;display:flex}.cart-drawer-close:hover{color:#000}.cart-drawer-shipping{padding:6px 20px;background:#f8f8f8;border-bottom:1px solid #e5e5e5;flex-shrink:0}.shipping-message{font-size:12px;color:#666;margin:0 0 8px;text-align:center}.shipping-message strong{color:#e10035;font-weight:600}.shipping-message.success{color:#16a34a;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px}.shipping-progress-bar{width:100%;height:5px;background:#e5e5e5;border-radius:10px;overflow:hidden}.shipping-progress-fill{height:100%;background:linear-gradient(90deg,#e10035 0,#22c55e 100%);border-radius:10px;transition:width .4s ease}.cart-drawer-items{flex:1;overflow-y:auto;padding:12px 20px;-webkit-overflow-scrolling:touch}.cart-drawer-item{display:grid;grid-template-columns:65px 1fr 90px 28px;gap:10px;padding:12px 0;border-bottom:1px solid #e5e5e5;align-items:start}.cart-drawer-item:first-child{padding-top:0}.cart-drawer-item:last-child{border-bottom:none}.item-image img{width:65px;height:65px;object-fit:contain;border-radius:4px;border:1px solid #e5e5e5}.item-details{min-width:0}.item-title{font-size:13px;font-weight:500;margin:0 0 3px;line-height:1.3}.item-title a{color:#000;text-decoration:none}.item-title a:hover{text-decoration:underline}.item-variant{font-size:11px;color:#666;margin:0 0 3px}.item-price{font-size:13px;font-weight:600;color:#e10035;margin:0}.item-quantity,.qty-btn{height:44px;display:flex;align-items:center}.item-quantity{border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.qty-btn{width:44px;border:0;background:#fff;color:#666;font-size:18px;cursor:pointer;transition:all .2s;justify-content:center}.qty-btn:hover:not(:disabled){background:#f8f8f8;color:#000}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-input{width:44px;height:44px;border:0;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;text-align:center;font-size:14px;font-weight:500;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:0;background:#f8f8f8}.cart-drawer-empty,.item-remove{display:flex;align-items:center;justify-content:center}.item-remove{background:0 0;border:0;padding:6px;cursor:pointer;color:#999;transition:color .2s}.item-remove:hover{color:#e10035}.cart-drawer-empty{flex-direction:column;padding:60px 20px;text-align:center;min-height:300px}.cart-drawer-empty svg{opacity:.2;margin-bottom:20px}.cart-drawer-empty p{font-size:16px;color:#666;margin:0 0 20px}.continue-shopping-btn{display:inline-flex;align-items:center;padding:12px 24px;background:#e10035;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:background .2s}.continue-shopping-btn:hover{background:#c4002d}.cart-drawer-upsells{padding:12px 16px;border-top:1px solid #e5e5e5;background:#fafafa;flex-shrink:0}.upsells-title{font-size:13px;font-weight:600;margin:0 0 10px;color:#000}.upsells-products{position:relative;width:100%}.upsells-products-wrapper{position:relative;overflow:hidden;padding:0 8px}.upsells-products-track{display:flex;gap:10px;transition:transform .3s ease-in-out}.upsell-product,.upsell-product-link{text-decoration:none;display:flex;flex-direction:column}.upsell-product{flex:0 0 135px;min-width:135px;max-width:135px;max-height:200px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:8px;transition:all .2s;overflow:hidden}.upsell-product-link{color:inherit;flex:1;min-height:0}.upsells-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;background:rgba(255,255,255,.95);border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s;box-shadow:0 2px 6px rgba(0,0,0,.15)}.upsells-nav-btn:hover:not(:disabled){background:#fff;border-color:#000;box-shadow:0 3px 8px rgba(0,0,0,.2)}.upsells-nav-btn:disabled{opacity:.3;cursor:not-allowed}.upsells-nav-btn.prev{left:0}.upsells-nav-btn.next{right:0}.upsells-nav-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:2}.upsell-product:hover{border-color:#e10035;box-shadow:0 2px 8px rgba(0,0,0,.08)}.upsell-product-link:hover{text-decoration:none}.upsell-product-image{width:100%;height:100px;margin-bottom:6px;position:relative;overflow:hidden;border-radius:4px;flex-shrink:0}.upsell-product-image img{width:100%;height:100%;object-fit:contain}.upsell-product-title{font-size:11px;font-weight:500;color:#000;margin:0 0 4px;line-height:1.3;min-height:30px;max-height:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.upsell-product-price{font-size:12px;font-weight:600;color:#e10035;margin:0 0 5px;flex-shrink:0}.upsell-add-btn{width:100%;padding:6px 4px;background:#e10035;color:#fff;border:0;border-radius:4px;font-size:10px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:3px;flex-shrink:0}.upsell-add-btn:hover{background:#c4002d}.upsell-add-btn:disabled{opacity:.5;cursor:not-allowed}.upsell-add-btn .spinner,.upsells-loading .spinner{border-radius:50%;animation:spin .6s linear infinite}.upsell-add-btn .spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff}.upsells-loading{display:flex;align-items:center;justify-content:center;padding:40px}.upsells-loading .spinner{width:24px;height:24px;border:3px solid #e5e5e5;border-top-color:#e10035}.cart-drawer-footer{padding:16px 20px;border-top:1px solid #e5e5e5;flex-shrink:0}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:15px;margin-bottom:6px}.cart-subtotal span:first-child{color:#666}.subtotal-amount{font-size:18px;font-weight:700;color:#000}.cart-notice{font-size:11px;color:#666;margin:0 0 12px;text-align:center}.checkout-btn,.view-cart-btn{display:block;width:100%;text-align:center;text-decoration:none;border-radius:6px}.checkout-btn{padding:13px;background:#e10035;color:#fff;font-weight:600;font-size:14px;transition:background .2s;margin-bottom:8px}.checkout-btn:hover{background:#c4002d}.view-cart-btn{padding:10px;background:#fff;color:#000;border:1px solid #e5e5e5;font-weight:500;font-size:13px;transition:all .2s}.view-cart-btn:hover{border-color:#000;background:#f8f8f8}@media (max-width:480px){.cart-drawer{max-width:100%}.cart-drawer-item{grid-template-columns:60px 1fr 85px 26px;gap:8px}.item-image img{width:60px;height:60px}.upsell-product{flex:0 0 120px;min-width:120px;max-width:120px;max-height:180px;padding:6px}.upsell-product-image{height:85px;margin-bottom:5px}.upsell-product-title{font-size:10px;min-height:28px;max-height:28px;line-height:1.3;margin-bottom:3px}.upsell-product-price{font-size:11px;margin-bottom:4px}.upsell-add-btn{padding:5px 3px;font-size:9px}.upsells-nav-btn{width:26px;height:26px}.upsells-nav-btn svg{width:14px;height:14px}}body.cart-drawer-open{overflow:hidden}