.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:auto;width:100%;max-width:450px;height:100vh;height:100svh;height:100dvh;background:var(--bg-body, #fff);z-index:9999999;transform:translate(100%);transition:transform .35s cubic-bezier(.46,.01,.32,1);display:flex;flex-direction:column;box-shadow:-5px 0 25px #00000026}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{padding:15px 20px;border-bottom:1px solid var(--border-color, #eee);display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{margin:0;font-size:18px;font-weight:500;letter-spacing:.5px}.cart-drawer__close{background:#f4f4f4;border:none;cursor:pointer;padding:8px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#333;width:32px;height:32px;transition:background .2s;margin-right:0}.cart-drawer__close:hover{background:#e0e0e0}.cart-drawer__close svg{width:12px;height:12px}.cart-drawer__content{flex:1;overflow-y:auto;padding:20px}.cart-drawer__items{display:flex;flex-direction:column;gap:20px}.cart-drawer__item{display:flex;gap:15px;position:relative}.cart-drawer__item-image{width:80px;flex-shrink:0}.cart-drawer__item-image img{width:100%;height:auto;object-fit:cover;border-radius:4px}.cart-drawer__item-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-drawer__item-details{margin-bottom:10px}.cart-drawer__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.cart-drawer__item-title{font-weight:500;text-decoration:none;color:inherit;display:block;font-size:15px;line-height:1.3;padding-right:10px}.cart-drawer__item-quantity{display:inline-block!important;border:1px solid #e0e0e0!important;border-radius:4px!important;width:96px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;background:#fff}.cart-drawer__item-quantity .input-group{display:flex!important;align-items:center!important;justify-content:space-around!important;width:96px!important;flex-wrap:nowrap!important;margin:0!important;padding:0!important;border:none!important;background:transparent!important}.cart-drawer__item-quantity .input-counter__btn{background:none!important;border:none!important;width:32px!important;height:32px!important;padding:0!important;margin:0!important;cursor:pointer!important;color:#666!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:color .2s;flex:0 0 32px!important;min-width:32px!important;line-height:1!important}.cart-drawer__item-quantity .input-counter__btn:hover{color:#000!important}.cart-drawer__item-quantity .input-counter__btn svg{width:10px!important;height:10px!important;display:block!important}.cart-drawer__item-quantity .input-counter{width:32px!important;height:32px!important;text-align:center!important;border:none!important;border-left:1px solid #e0e0e0!important;border-right:1px solid #e0e0e0!important;padding:0!important;margin:0!important;-moz-appearance:textfield!important;-webkit-appearance:none!important;appearance:none!important;font-size:13px!important;color:#333!important;flex:0 0 40px!important;min-width:40px!important;background:transparent!important;line-height:32px!important}.cart-drawer__item-quantity .input-counter::-webkit-inner-spin-button,.cart-drawer__item-quantity .input-counter::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__item-quantity .input-counter:focus{outline:none!important;box-shadow:none!important}.cart-drawer__item-price-container{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.cart-drawer__item-price{display:flex;align-items:center;gap:8px;margin-bottom:2px}.cart-drawer__item-price-original{color:#999;text-decoration:line-through;font-size:14px}.cart-drawer__item-price-final{font-weight:600;font-size:16px;color:#333}.cart-drawer__item-discount{color:#4caf50;font-size:13px;font-weight:500;margin-top:2px}.cart-drawer__item-discount-tag{display:flex;align-items:center;gap:4px;font-size:11px;background:#f0f0f0;padding:2px 6px;border-radius:4px;margin-top:4px;color:#666}.cart-drawer__item-discount-tag svg{width:10px;height:10px}.cart-drawer__item-remove{background:none;border:none;cursor:pointer;padding:0;color:#999;transition:color .2s;display:flex;align-items:center;justify-content:center}.cart-drawer__item-remove svg{width:16px;height:16px}.cart-drawer__item-remove:hover{color:var(--error-color, #c00)}.cart-drawer__footer{padding:20px;border-top:1px solid var(--border-color, #eee);background:var(--bg-body, #fff)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-weight:600;font-size:1.1em}.cart-drawer__checkout-btn{width:100%;padding:12px;text-transform:uppercase;font-weight:600}.cart-drawer__progress-container{padding:15px 20px;background:var(--bg-secondary, #f9f9f9);border-bottom:1px solid var(--border-color, #eee)}.cart-drawer__progress-message{margin:0 0 10px;font-size:.9em;text-align:center}.cart-drawer__progress-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.cart-drawer__progress-fill{height:100%;background:var(--BTN-PRIMARY-BG-COLOR-BRIGHTER, #000);transition:width .3s ease}.cart-drawer__inner{display:flex;flex-direction:column;height:100%;position:relative}.cart-drawer__content{flex:1;overflow-y:auto;padding:20px;padding-bottom:calc(220px + env(safe-area-inset-bottom))}.cart-drawer__fixed-bottom{position:absolute;bottom:0;left:0;width:100%;z-index:9999999;background:var(--bg-body, #fff);box-shadow:0 -5px 15px #0000000d;padding-bottom:env(safe-area-inset-bottom)}.cart-drawer__upsell{border-top:1px solid var(--border-color, #eee);padding:15px 30px;background:var(--bg-secondary, #f9f9f9)}.cart-drawer__upsell-title{margin:0 0 10px;font-size:14px;font-weight:500;color:#333;text-align:center}.cart-drawer__upsell-slider{min-height:80px;display:block;width:100%}.cart-drawer__upsell-slider .carousel-cell{width:100%;margin-right:0;min-height:100%}.cart-drawer__upsell .flickity-viewport{min-height:80px}.cart-drawer__upsell-item{border:1px solid #e0e0e0;border-radius:8px;padding:10px;display:flex;align-items:center;gap:15px;background:#fff;height:auto;width:100%}.cart-drawer__upsell-slider .flickity-prev-next-button{width:24px;height:24px;background:transparent;color:#333;top:50%;transform:translateY(-50%)}.cart-drawer__upsell-slider .flickity-prev-next-button:hover{background:transparent;color:#000}.cart-drawer__upsell-slider .flickity-prev-next-button .flickity-button-icon{width:12px;height:12px}.cart-drawer__upsell-slider .flickity-prev-next-button.previous{left:-25px}.cart-drawer__upsell-slider .flickity-prev-next-button.next{right:-25px}.cart-drawer__upsell-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:15px;flex-grow:1;margin-bottom:0}.cart-drawer__upsell-image{width:50px;height:50px;flex-shrink:0}.cart-drawer__upsell-image img{width:100%;height:100%;object-fit:cover;border-radius:4px;margin-bottom:0}.cart-drawer__upsell-details{text-align:left;flex:1}.cart-drawer__upsell-product-title{font-size:13px;font-weight:600;margin:0 0 2px;color:#333}.cart-drawer__upsell-price{font-size:12px;color:#666;margin:0}.cart-drawer__upsell-form{margin:0}.cart-drawer__upsell-btn{width:auto;margin-top:0;padding:5px 12px;font-size:12px;background:#2c4c3b;color:#fff;border-radius:4px;border:none;cursor:pointer;white-space:nowrap}.cart-drawer__upsell-btn:hover{background:#1e3629}.cart-drawer__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease}.cart-drawer.is-open~.cart-drawer__backdrop{opacity:1;visibility:visible}.cart-drawer__empty{text-align:center;padding:40px 0}.hide{display:none!important}.cart__errors{display:none;background-color:#fff4f4;color:#d32f2f;padding:10px;margin-bottom:15px;border:1px solid #ffcdd2;border-radius:4px}.cart__errors.is-visible{display:block}.cart__errors__inner{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap}.cart__errors__heading{font-weight:700;margin-bottom:5px;font-size:.9em;width:100%}.cart__errors__content{margin:0;flex:1;font-size:.9em}.cart__errors__btn{background:none;border:none;cursor:pointer;color:inherit;padding:0 0 0 10px;flex-shrink:0}.cart-drawer.is-empty .cart-drawer__form,.cart-drawer.is-empty .cart-drawer__upsell,.cart-drawer.is-empty .cart-drawer__progress-container,.cart-drawer.is-empty .cart-drawer__fixed-bottom{display:none}.cart-drawer:not(.is-empty) .cart-drawer__empty{display:none}.cart-drawer.is-empty .cart-drawer__content{display:flex;flex-direction:column}.cart-drawer__item-bottom{display:flex;justify-content:space-between;align-items:start}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-drawer.css.map */
