custom-cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:9999;visibility:hidden;pointer-events:none}custom-cart-drawer.active{visibility:visible;pointer-events:auto}.custom-cart-drawer__container{position:fixed;top:0;left:0;width:100vw;height:100%;display:flex;justify-content:flex-end}.custom-cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;opacity:0;transition:opacity .3s ease}custom-cart-drawer.active .custom-cart-drawer__overlay{opacity:1}.custom-cart-drawer__inner{position:relative;height:100%;width:420px;max-width:calc(100vw - 20px);background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;will-change:transform;overflow:hidden}custom-cart-drawer.active .custom-cart-drawer__inner{transform:translate(0)}.custom-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #e5e5e5;background-color:#fff;flex-shrink:0}.custom-cart-drawer__title{font-size:22px;font-weight:600;color:#fc6232;margin:0;letter-spacing:-.2px}.custom-cart-drawer__close{background:transparent;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;color:#333;transition:opacity .2s ease}.custom-cart-drawer__close:hover{opacity:.7}.custom-cart-drawer__content{flex:1;overflow-y:auto;overflow-x:hidden}.custom-cart-drawer__content::-webkit-scrollbar{width:4px}.custom-cart-drawer__content::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.custom-cart-drawer__content::-webkit-scrollbar-track{background:transparent}.custom-cart-drawer__shipping-progress{padding:15px 20px;background-color:#fff}.custom-cart-drawer__shipping-message{text-align:center;font-size:14px;color:#333;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.custom-cart-drawer__shipping-message .shipping-icon{font-size:16px}.custom-cart-drawer__shipping-message .highlight-amount{color:#fc6232;font-weight:600}.custom-cart-drawer__shipping-message .highlight-text,.custom-cart-drawer__shipping-message .free-shipping-unlocked{color:#2ecc71;font-weight:600}.free-shipping-celebration{display:block;text-align:center;line-height:1.6}.free-shipping-celebration .celebration-line1{display:block;margin-bottom:2px}.free-shipping-celebration .celebration-line2{display:block}.free-shipping-celebration .celebration-emoji{font-size:16px}.free-shipping-celebration .celebration-text{color:#fc6232;font-weight:600;font-size:14px}.free-shipping-celebration .highlight-free{color:#2ecc71;font-weight:600}.custom-cart-drawer__progress-bar{height:8px;background-color:#e5e5e5;border-radius:4px;overflow:hidden}.custom-cart-drawer__progress-fill{height:100%;width:100%;background-color:#fc6232;border-radius:4px;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease,background-color .3s ease;will-change:transform}.custom-cart-drawer__progress-fill.complete{background-color:#2ecc71}.custom-cart-drawer__milestone-progress{padding:15px 20px 35px;background-color:#fff}.custom-cart-drawer__milestone-message{font-size:14px;color:#333;margin-bottom:10px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.custom-cart-drawer__milestone-message .milestone-icon{font-size:16px}.custom-cart-drawer__milestone-message .highlight-amount{font-weight:700;color:#e74c3c}.custom-cart-drawer__milestone-message .highlight-discount{font-weight:700;color:#7b5e3b}.custom-cart-drawer__milestone-message .milestone-celebration{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.custom-cart-drawer__milestone-message .celebration-text{color:#e74c3c;font-weight:600}.custom-cart-drawer__milestone-bar{height:8px;background-color:#e5e5e5;border-radius:4px;overflow:visible;position:relative;margin-right:25px}.custom-cart-drawer__milestone-fill{height:100%;width:100%;background-color:#7b5e3b;border-radius:4px;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease,background-color .3s ease;will-change:transform}.custom-cart-drawer__milestone-fill.complete{background-color:#2ecc71}.custom-cart-drawer__milestone-marker{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.custom-cart-drawer__milestone-marker:before{content:"";width:12px;height:12px;background-color:#e5e5e5;border:2px solid #ccc;border-radius:50%;transition:all .3s ease}.custom-cart-drawer__milestone-marker.reached:before{background-color:#2ecc71;border-color:#27ae60}.custom-cart-drawer__milestone-marker .milestone-label{position:absolute;top:18px;white-space:nowrap;font-size:11px;font-weight:600;color:#666;transition:color .3s ease}.custom-cart-drawer__milestone-marker.reached .milestone-label{color:#27ae60}.custom-cart-drawer__shipping-unlocked{display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 15px;background-color:#d4edda;color:#155724;font-size:13px;font-weight:500;margin:0 15px 10px;border-radius:4px}.custom-cart-drawer__shipping-unlocked .highlight-free{font-weight:700;color:#28a745}.custom-cart-drawer__shipping-remaining{display:flex;align-items:center;gap:6px;padding:10px 15px;background-color:#fff8e1;color:#5d4037;font-size:13px;font-weight:500;margin:0 15px 10px;border-radius:4px;border:1px dashed #f4a636}.custom-cart-drawer__shipping-remaining strong{color:#e07b00}.custom-cart-drawer__timer{background-color:#bde7ab;border:1px dashed #288400;margin:0 15px 10px;padding:8px 15px}.custom-cart-drawer__timer-text{text-align:center;font-size:14px;font-weight:500;color:#000;margin:0;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.custom-cart-drawer__timer-text .fire-icon{animation:blink 1s infinite}.custom-cart-drawer__timer-text .timer-countdown{color:#e74c3c;font-weight:700;font-size:15px}@keyframes blink{50%{opacity:.5}to{opacity:1}}.custom-cart-drawer__items{padding:15px 15px 0}.custom-cart-drawer__item{display:flex;gap:12px;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #e5e5e5}.custom-cart-drawer__item:last-child{border-bottom:none;margin-bottom:0}.custom-cart-drawer__item-image{flex-shrink:0}.custom-cart-drawer__item-image img{width:80px;height:80px;object-fit:cover;border-radius:4px}.custom-cart-drawer__item-details{flex:1;display:flex;flex-direction:column;gap:4px}.custom-cart-drawer__item-title{font-size:14px;font-weight:500;color:#333;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-cart-drawer__item-title:hover{color:#fc6232}.custom-cart-drawer__item-price{font-size:14px;font-weight:600;color:#fc6232}.custom-cart-drawer__item-variants{font-size:12px;color:#666}.custom-cart-drawer__item-option{display:inline-block;margin-right:5px}.custom-cart-drawer__item-option strong{font-weight:500}.custom-cart-drawer__item-actions{display:flex;align-items:center;gap:10px;margin-top:8px}.custom-cart-drawer__quantity{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.custom-cart-drawer__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:#333;transition:background-color .2s ease}.custom-cart-drawer__qty-btn:hover{background-color:#f5f5f5}.custom-cart-drawer__qty-input{width:40px;height:32px;text-align:center;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;font-size:14px;font-weight:500;color:#333;background:#fff;-moz-appearance:textfield}.custom-cart-drawer__qty-input::-webkit-outer-spin-button,.custom-cart-drawer__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-cart-drawer__remove-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:4px;cursor:pointer;color:#666;transition:all .2s ease}.custom-cart-drawer__remove-btn:hover{background-color:#fee;border-color:#e74c3c;color:#e74c3c}.custom-cart-drawer__upsell{padding:0 15px 15px;background-color:#fff}.custom-cart-drawer__upsell-title{background-color:#e5e5e5;text-align:center;padding:8px;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:15px}.custom-cart-drawer__upsell-products{display:flex;flex-direction:column;gap:15px}.custom-cart-drawer__upsell-item{display:flex;gap:12px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.custom-cart-drawer__upsell-item:last-child{border-bottom:none;padding-bottom:0}.custom-cart-drawer__upsell-image{flex-shrink:0}.custom-cart-drawer__upsell-image img{width:80px;height:80px;object-fit:cover;border-radius:4px}.custom-cart-drawer__upsell-info{flex:1;display:flex;flex-direction:column;gap:6px}.custom-cart-drawer__upsell-name{font-size:13px;font-weight:500;color:#333;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-cart-drawer__upsell-name:hover{color:#fc6232}.custom-cart-drawer__upsell-variants{display:flex;gap:8px;flex-wrap:wrap}.custom-cart-drawer__upsell-select{padding:4px 8px;font-size:11px;border:1px solid #ccc;border-radius:3px;max-width:90px;background:#fff}.custom-cart-drawer__upsell-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.custom-cart-drawer__upsell-price{font-size:14px;font-weight:600;color:#fc6232}.custom-cart-drawer__upsell-add{padding:6px 12px;font-size:11px;font-weight:600;text-transform:uppercase;background-color:#ea6329;color:#fff;border:none;border-radius:32px;cursor:pointer;transition:background-color .2s ease}.custom-cart-drawer__upsell-add:hover{background-color:#d55520}.custom-cart-drawer__upsell-add.loading{opacity:.7;pointer-events:none}.custom-cart-drawer__footer{padding:15px 20px;background-color:#fff;border-top:1px solid #e5e5e5;flex-shrink:0}.custom-cart-drawer__price-breakdown{margin-bottom:12px}.custom-cart-drawer__totals-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.custom-cart-drawer__totals-row:last-child{margin-bottom:0}.custom-cart-drawer__totals-label{font-size:14px;font-weight:500;color:#555}.custom-cart-drawer__totals-value{font-size:14px;font-weight:600;color:#333}.custom-cart-drawer__discount-row{padding:4px 0}.custom-cart-drawer__discount-label{color:#27ae60;font-weight:600}.custom-cart-drawer__discount-value{color:#27ae60;font-weight:700}.custom-cart-drawer__final-row{padding-top:8px;margin-top:6px;border-top:1px dashed #e5e5e5}.custom-cart-drawer__final-label{font-size:16px;font-weight:700;color:#333}.custom-cart-drawer__final-value{font-size:18px;font-weight:700;color:#fc6232}.custom-cart-drawer__totals{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.custom-cart-drawer__tax-note{font-size:12px;color:#666;margin:0 0 15px;text-align:left}.custom-cart-drawer__tax-note a{color:#333;text-decoration:underline}.custom-cart-drawer__checkout-btn{width:100%;padding:14px 20px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background-color:#000;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.custom-cart-drawer__checkout-btn:hover{background-color:#333}.custom-cart-drawer__empty{height:100%;display:flex;flex-direction:column}.custom-cart-drawer__empty-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.custom-cart-drawer__empty-text{font-size:18px;color:#666;margin-bottom:20px}.custom-cart-drawer__continue-btn{padding:12px 30px;font-size:14px;font-weight:600;text-transform:uppercase;background-color:#000;color:#fff;border:none;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.custom-cart-drawer__continue-btn:hover{background-color:#333;color:#fff}.custom-cart-drawer__item.loading{opacity:.5;pointer-events:none}@media screen and (max-width:480px){.custom-cart-drawer__inner{width:100%;max-width:100vw}.custom-cart-drawer__header{padding:12px 15px}.custom-cart-drawer__title{font-size:18px}.custom-cart-drawer__shipping-progress{padding:10px 15px}.custom-cart-drawer__shipping-message{font-size:12px}.custom-cart-drawer__progress-bar{height:6px}.custom-cart-drawer__milestone-progress{padding:10px 15px 30px}.custom-cart-drawer__milestone-message{font-size:12px}.custom-cart-drawer__milestone-bar{height:6px;margin-right:20px}.custom-cart-drawer__milestone-marker:before{width:10px;height:10px}.custom-cart-drawer__milestone-marker .milestone-label{font-size:10px;top:14px}.custom-cart-drawer__shipping-unlocked{font-size:11px;padding:8px 12px;margin:0 10px 10px}.custom-cart-drawer__timer-text{font-size:12px}.custom-cart-drawer__items{padding:10px}.custom-cart-drawer__item-image img{width:70px;height:70px}.custom-cart-drawer__item-title{font-size:13px}.custom-cart-drawer__upsell{padding:0 10px 10px}.custom-cart-drawer__upsell-image img{width:70px;height:70px}.custom-cart-drawer__footer,.custom-cart-drawer__checkout-btn{padding:12px 15px}.custom-cart-drawer__totals-label,.custom-cart-drawer__totals-value{font-size:13px}.custom-cart-drawer__final-label{font-size:14px}.custom-cart-drawer__final-value{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/custom-cart-drawer.css.map */
