.custom-cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.custom-cart-drawer.is-open{visibility:visible;opacity:1}.custom-cart-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;cursor:pointer}.custom-cart-drawer-content{position:absolute;top:0;right:-450px;width:100%;max-width:450px;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out}.custom-cart-drawer.is-open .custom-cart-drawer-content{right:0}.custom-cart-header{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;border-bottom:1px solid #eee}.custom-cart-title{font-size:20px;font-weight:700;color:#000}.custom-cart-close{background:transparent;border:none;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.custom-cart-close:hover{background:#e0e0e0}.cart_announcement_bar{padding:10px 20px;text-align:center}.cart_announcement_bar p{font-size:12px;line-height:normal;font-weight:600}.custom-cart-scrollable{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:space-between}.custom-cart-progress-container{padding:10px 20px 25px;text-align:center}.custom-cart-progress-text{font-size:14px;color:#000;margin-bottom:8px}.custom-cart-progress-bar-wrapper{position:relative;background:#eee;height:8px;border-radius:4px;margin:0 30px}.custom-cart-progress-bar-fill{position:absolute;top:0;left:0;height:100%;background:#d9a928;border-radius:4px;transition:width .3s ease}.custom-cart-progress-truck{position:absolute;top:-11px;right:13px;transform:translate(50%);display:flex;flex-direction:column;align-items:center;color:#333}.custom-cart-progress-free-text{font-size:10px;white-space:nowrap;margin-top:2px}.custom-cart-progress-truck .truck-icon_wrp{width:25px;height:25px;background:#f1f1f1;border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-cart-progress-truck svg{width:20px;height:20px}.custom-cart-items{padding:0 15px;flex:1;display:flex;flex-direction:column}.custom-cart-empty{padding:40px 20px;text-align:center;color:#333;display:flex;align-items:center;justify-content:center;flex:1;font-size:18px}.custom-cart-item{display:flex;padding:10px 0;border-bottom:1px solid #eee;gap:15px}.custom-cart-item-image img{width:80px;height:auto;border-radius:4px}.custom-cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.custom-cart-item-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.custom-cart-item-title{font-size:12px;font-weight:600;color:#000;text-decoration:none;line-height:1.3}.custom-cart-item-remove{background:none;border:none;color:#999;cursor:pointer;padding:0}.custom-cart-item-remove svg{width:20px;height:20px}.custom-cart-item-remove svg path{fill:#637381}.custom-cart-item-variant,.custom-cart-item-property{font-size:12px;color:#888;margin-top:4px}.custom-cart-item-price-qty{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;margin-top:5px;gap:8px}.custom-cart-item-price{font-size:14px;font-weight:600;color:#000}.custom-cart-item-quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.custom-cart-qty-btn{background:#fff;border:none;width:24px;height:24px;font-size:16px;cursor:pointer;color:#666}.custom-cart-qty-btn:hover{background:#f5f5f5}.custom-cart-qty-input{width:30px;height:24px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:13px;color:#000;padding:0}.custom-cart-qty-input::-webkit-outer-spin-button,.custom-cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-cart-upsell{padding:10px 0}.custom-cart-upsell-title{text-align:center;font-size:16px;font-weight:600;padding:0 15px;margin-bottom:10px;color:#000}.custom-cart-upsell-product{display:flex;padding:12px;border:none;border-radius:8px;gap:15px;background:#f5f5f5;align-items:center}.custom-cart-upsell-image{background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;width:75px;height:75px;flex-shrink:0;-webkit-user-select:none;user-select:none}.custom-cart-upsell-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;-webkit-user-drag:none}.custom-cart-upsell-details{flex:1;display:flex;flex-direction:column;justify-content:center}.custom-cart-upsell-product-title{font-size:12px;font-weight:600;color:#000;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}.custom_upsell_price_btn_wrp{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between}.custom-cart-upsell-product-price{font-size:14px;color:#000;font-weight:500;flex-shrink:0}.custom-cart-upsell-add{background:#000;color:#fff;border:none;padding:5px 15px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;width:100%;margin-top:0;max-width:80px}.custom-cart-upsell-add:hover{background:#333}.custom-cart-footer{padding:10px 20px;border-top:1px solid #eee;background:#fff;margin-top:auto}.custom-cart-nvd-embed{margin-bottom:20px}.custom-cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:500;color:#000;margin-bottom:10px}.custom-cart-checkout-btn{width:100%;background:#000;color:#fff;border:none;padding:8px 15px;font-size:14px;font-weight:600;border-radius:4px;cursor:pointer;transition:background .2s}.custom-cart-checkout-btn:hover{background:#333}.custom-cart-discount-badge,.custom-cart-item-discount-badge{background:#f4f4f4;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;display:inline-flex;align-items:center;gap:4px;color:#555}.custom-cart-discount-badge .icon.icon-discount,.custom-cart-item-discount-badge .icon.icon-discount{width:12px;height:12px}.custom-cart-discounts-wrapper{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:5px}.custom-cart-discounts-wrapper .custom-cart-discounts-wrapper-left .cart_discount_title{font-size:14px;font-weight:500;color:#000}.custom-cart-discounts-wrapper .discount_price{color:#000;font-size:14px;font-weight:500}.custom-cart-trusted{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;font-size:12px;color:#666}.custom-cart-trusted .custom-cart-stars{display:flex;align-items:center}.custom-cart-trusted .custom-cart-stars span{font-size:18px;display:block;line-height:18px}.custom-cart-trusted-text{font-size:12px;font-weight:500;color:#2b2b2b}.custom-cart-payment-icons{text-align:center;margin-top:5px}.custom-cart-payment-icons img{width:100%;max-width:80%;height:auto}.custom-cart-drawer.is-loading .custom-cart-scrollable{opacity:.6;pointer-events:none}.custom-cart-upsell-slider-container{display:flex;align-items:center;justify-content:space-between}.custom-cart-upsell-nav{background:none;border:none;font-size:18px;font-weight:600;cursor:pointer;padding:5px;color:#000}.custom-cart-upsell-nav svg{stroke-width:3px;stroke:#000;height:14px;width:14px}.custom-cart-upsell-slider{flex:1;overflow:hidden;position:relative;margin:0;touch-action:pan-y;-webkit-user-select:none;user-select:none}.custom-cart-upsell-track{display:flex;transition:transform .3s ease;width:100%;cursor:grab}.custom-cart-upsell-track:active{cursor:grabbing}.custom-cart-upsell-track.is-dragging{transition:none}.custom-cart-upsell-slide{flex:0 0 100%;width:100%;display:block}.custom-cart-item-property{font-size:12px;color:#888;margin-top:4px}.custom-property-name{color:#999}.custom-property-value{color:#555}.custom-cart-btn-loading{position:relative!important;color:transparent!important;pointer-events:none}.custom-cart-btn-loading svg{opacity:0}.custom-cart-btn-loading:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;border:2px solid #ccc;border-top-color:#333;border-radius:50%;animation:custom-cart-spin .6s linear infinite}@keyframes custom-cart-spin{to{transform:rotate(360deg)}}body.custom-cart-open{overflow:hidden!important}.custom-cart-shipping-protection{display:flex;align-items:center;gap:20px;padding:5px 0;margin-bottom:5px;background-color:transparent}.custom-cart-sp-image{flex:0 0 50px}.custom-cart-sp-image img{width:100%;height:auto;display:block}.custom-cart-sp-info{flex:1}.custom-cart-sp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.custom-cart-sp-title{font-weight:600;font-size:12px;color:#000}.custom-cart-sp-price{font-weight:600;font-size:14px;color:#000}.custom-cart-sp-desc{font-size:10px;color:#666;line-height:1.3}.custom-cart-sp-toggle{display:flex;align-items:center}.custom-cart-switch{position:relative;display:inline-block;width:44px;height:24px;margin:0}.custom-cart-switch input{opacity:0;width:0;height:0}.custom-cart-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e5e5;transition:.4s}.custom-cart-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;box-shadow:0 1px 3px #0003}input:checked+.custom-cart-slider{background-color:#000}input:checked+.custom-cart-slider:before{transform:translate(20px)}.custom-cart-slider.round{border-radius:24px}.custom-cart-slider.round:before{border-radius:50%}
/*# sourceMappingURL=/cdn/shop/t/41/assets/custom-cart-drawer.css.map */
