*{margin:0;padding:0;box-sizing:border-box}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:900px;height:100vh;background:#fff;z-index:9999;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 20px #00000026}.cart-drawer.active{right:0}.cart-drawer-content{display:flex;height:100%;overflow:hidden}.upsell-panel{width:35%;background:#f5f5f5;padding:30px 20px;overflow-y:auto;border-right:1px solid #e0e0e0}.upsell-title{font-size:14px;font-weight:700;letter-spacing:1.2px;margin-bottom:25px;color:#000;text-align:left}.upsell-products-container{display:flex;flex-direction:column;gap:20px}.upsell-product{background:#fff;border-radius:8px;padding:10px;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.upsell-product:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.upsell-product-image{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:12px;background:#f9f9f9}.upsell-product-name{font-size:13px;font-weight:600;color:#000;margin-bottom:8px;line-height:1.3;min-height:36px;text-transform:uppercase;letter-spacing:.5px}.upsell-product-price{font-size:15px;font-weight:600;color:#000;margin-bottom:12px}.upsell-add-btn{width:100%;background:#000;color:#fff;border:none;padding:12px 20px;font-size:12px;font-weight:600;letter-spacing:1px;cursor:pointer;border-radius:4px;transition:background .3s ease;text-transform:uppercase}.upsell-add-btn:hover{background:#333}.upsell-add-btn:disabled{background:#ccc;cursor:not-allowed}.upsell-loading,.upsell-empty{text-align:center;padding:40px 20px;color:#666;font-size:14px}.cart-panel{width:65%;display:flex;flex-direction:column;background:#fff;overflow:hidden}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e0e0e0}.cart-title{font-size:18px;font-weight:700;letter-spacing:1.5px;color:#000}.close-cart-btn{background:none;border:none;cursor:pointer;padding:5px;color:#000;transition:opacity .2s}.close-cart-btn:hover{opacity:.6}.cart-welcome{padding:15px 30px;background:#fff;border-bottom:1px solid #e0e0e0}.cart-welcome p{font-size:14px;color:#666;text-align:center}.shipping-progress{padding:20px 30px;background:#fef9e7;border-bottom:1px solid #f7dc6f}.shipping-message{font-size:13px;color:#000;margin-bottom:10px;text-align:center}.progress-bar{width:100%;height:8px;background:#f3e5ab;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:#000;border-radius:10px;transition:width .4s ease}.cart-items-container{flex:1;overflow-y:auto;padding:20px 30px}.cart-item{display:flex;gap:15px;padding:20px 0;border-bottom:1px solid #e0e0e0;position:relative}.cart-item:last-child{border-bottom:none}.cart-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px;background:#f9f9f9;flex-shrink:0}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-name{font-size:14px;font-weight:600;color:#000;margin-bottom:5px;line-height:1.4}.cart-item-price{font-size:14px;color:#666;margin-bottom:10px}.quantity-controls{display:flex;align-items:center;gap:15px;border:1px solid #e0e0e0;border-radius:25px;padding:5px 15px;width:fit-content}.quantity-btn{background:none;border:none;font-size:16px;cursor:pointer;color:#000;padding:5px;transition:opacity .2s}.quantity-btn:hover{opacity:.6}.quantity-input{width:40px;text-align:center;border:none;font-size:14px;font-weight:600;color:#000}.cart-item-total{font-size:15px;font-weight:600;color:#000;text-align:right}.remove-item-btn{position:absolute;top:20px;right:0;background:none;border:none;font-size:12px;color:#666;cursor:pointer;text-decoration:underline;transition:color .2s}.remove-item-btn:hover{color:#000}.cart-empty{text-align:center;padding:60px 20px;color:#666}.cart-empty p{font-size:16px;margin-bottom:20px}.cart-empty button{background:#000;color:#fff;border:none;padding:12px 30px;font-size:14px;cursor:pointer;border-radius:4px;transition:background .3s}.cart-empty button:hover{background:#333}.cart-footer{padding:25px 30px;border-top:1px solid #e0e0e0;background:#fff}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;font-weight:600;letter-spacing:1px}.subtotal-price{font-size:18px;color:#000}.checkout-btn{width:100%;background:#f7dc6f;color:#000;border:none;padding:18px 20px;font-size:15px;font-weight:600;letter-spacing:1px;cursor:pointer;border-radius:30px;transition:background .3s ease;text-transform:uppercase}.checkout-btn:hover{background:#f4d03f}.cart-loading{text-align:center;padding:40px 20px;color:#666}@media (max-width: 768px){.cart-drawer{max-width:100%;height:100vh;overflow-y:auto}.cart-drawer-content{flex-direction:column;height:auto;min-height:100vh}.cart-panel{width:100%;order:1;flex:0 1 auto;display:flex;flex-direction:column;background:#fff}.cart-header{padding:18px 20px;border-bottom:1px solid #e0e0e0;background:#fff}.cart-title{font-size:15px;font-weight:700;letter-spacing:2px}.close-cart-btn{padding:5px}.cart-welcome{display:none}.shipping-progress{padding:15px 20px;background:#fffbf0;border-bottom:1px solid #f0e5c8}.shipping-message{font-size:12px;text-align:center;margin-bottom:10px;line-height:1.4}.progress-bar{height:6px;border-radius:3px}.cart-items-container{flex:1 1 auto;overflow-y:visible;padding:0;background:#fff}.cart-item{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:12px;padding:20px;border-bottom:1px solid #e0e0e0;position:relative}.cart-item-image{grid-row:1 / 3;width:80px;height:80px;object-fit:cover;border-radius:8px;background:#f9f9f9}.cart-item-details{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;justify-content:space-between}.cart-item-name{font-size:14px;font-weight:600;line-height:1.3;margin-bottom:5px;padding-right:60px}.cart-item-price{font-size:13px;color:#666;margin-bottom:10px}.cart-item-total{position:absolute;top:20px;right:20px;font-size:16px;font-weight:600;color:#000}.remove-item-btn{position:absolute;bottom:20px;right:20px;background:none;border:none;font-size:11px;color:#999;text-decoration:underline;cursor:pointer;padding:0;text-transform:capitalize}.quantity-controls{display:flex;align-items:center;gap:15px;border:1px solid #e0e0e0;border-radius:30px;padding:6px 16px;width:fit-content;background:#fff}.quantity-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#000;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.quantity-input{width:40px;text-align:center;border:none;font-size:14px;font-weight:600;color:#000}.cart-footer{padding:20px 20px 25px;background:#fff;border-top:2px solid #e0e0e0}.cart-subtotal{display:flex;justify-content:space-between;font-size:13px;font-weight:600;letter-spacing:1.5px;margin-bottom:18px}.subtotal-price{font-size:20px;font-weight:700}.checkout-btn{width:100%;padding:16px 20px;font-size:13px;font-weight:700;letter-spacing:1.5px;border-radius:30px}.payment-options{display:none}.upsell-panel{width:100%;background:#f9f9f9;border-top:1px solid #e0e0e0;padding:20px 20px 60px;order:2;flex:0 0 auto}.upsell-title{font-size:13px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px;text-align:center;color:#000}.upsell-products-container{display:flex;flex-direction:row;overflow-x:auto;gap:15px;padding-bottom:15px;-webkit-overflow-scrolling:touch}.upsell-product{min-width:165px;max-width:165px;background:#fff;border-radius:8px;padding:12px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px #00000014}.upsell-product:hover{box-shadow:0 4px 12px #0000001f}.upsell-product-image{width:100%;height:100px;object-fit:contain;border-radius:6px;margin-bottom:8px;background:#fff}.upsell-product-name{font-size:10px;font-weight:600;text-align:center;min-height:28px;margin-bottom:6px;line-height:1.2;text-transform:uppercase;letter-spacing:.2px;color:#000}.upsell-product-price{font-size:13px;font-weight:600;margin-bottom:8px;text-align:center;color:#000}.upsell-add-btn{width:100%;padding:8px 12px;font-size:10px;font-weight:700;letter-spacing:.6px;background:#000;color:#fff;border:none;border-radius:4px;text-transform:uppercase;cursor:pointer;transition:background .3s ease}.upsell-add-btn:hover{background:#333}.upsell-add-btn:disabled{background:#ccc}}@media (max-width: 480px){.cart-item{grid-template-columns:70px 1fr;padding:18px 15px}.cart-item-image{width:70px;height:70px}.cart-item-name{font-size:13px;padding-right:55px}.cart-item-total{top:18px;right:15px;font-size:15px}.remove-item-btn{bottom:18px;right:15px;font-size:10px}.upsell-product{min-width:155px;max-width:155px;padding:10px}.upsell-product-image{height:90px}.cart-header,.shipping-progress,.cart-footer{padding-left:15px;padding-right:15px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.adding-to-cart{position:relative;overflow:hidden}.adding-to-cart:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-upsell.css.map */
