@-webkit-keyframes bar{0%{width:0}to{width:var(--width)}}@keyframes bar{0%{width:0}to{width:var(--width)}}progress-bar{padding-top:15px}.progress__bar-msg{margin-top:15px;text-align:center;font-size:12px}@media (min-width: 750px){.progress__bar-msg{font-size:var(--body-fs)}}.progress__bar-msg span{color:var(--primary-color);font-weight:500}.progress__bar{margin:0 -20px;width:calc(100% + 40px);height:4px;background:var(--miscellaneous);position:relative}.progress__bar:before{content:"";position:absolute;left:0;background:var(--primary-color);width:var(--width);height:4px}.popup-cart-drawer.active .progress__bar:before,.templateCart .progress__bar:before{animation:bar .7s cubic-bezier(.645,.045,.355,1)}@media (max-width: 749px){.popup-cart-drawer{top:var(--header-bottom, 64px)}}.popup-cart-drawer.active{z-index:112!important}.popup-cart-drawer .btn-popup-close{display:flex;position:static;align-items:center;justify-content:flex-end;flex:0 0 40px;max-width:40px;min-height:30px;padding:0;height:40px}@media (max-width: 749px){.popup-cart-drawer .btn-popup-close{right:12px}}.popup-cart-drawer .btn-popup-close svg{height:auto;width:16px}.popup-cart-drawer.popup-component .popup-content{width:95vw;max-width:430px!important}.popup-cart-drawer .popup-content{display:flex;flex-direction:column;overflow:hidden}.popup-cart-drawer .popup-body{overflow:hidden;overflow-y:auto;margin-bottom:20px}@media (min-width: 750px){.popup-cart-drawer .popup-body{margin-bottom:30px}}.popup-cart-drawer .popup-header{padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (min-width: 750px){.popup-cart-drawer .popup-header{padding-bottom:16px}}.popup-cart-drawer .popup-header a{font-weight:500;text-transform:uppercase;display:block;text-align:left;padding-right:30px;font-size:24px}@media (min-width: 750px){.popup-cart-drawer .popup-header a{font-size:30px;text-transform:capitalize}}@media (min-width: 1500px){.popup-cart-drawer .popup-header a{font-size:30px}}.popup-cart-drawer .popup-header a:hover{color:var(--primary-color)}.popup-cart-drawer .popup-header h2{flex:1;min-width:0}.popup-cart-drawer .popup-header progress-bar{flex:0 0 100%;max-width:100%;margin-bottom:4px}@media (min-width: 750px){.popup-cart-drawer .popup-header progress-bar{margin-bottom:10px}}.popup-cart-drawer .cart-empty--title{font-weight:500;font-size:24px;margin-top:20px}.popup-cart-drawer .cart-item__quantity-wrapper{display:flex}.popup-cart-drawer quantity-input{text-align:center;background:var(--input-background-color);border-radius:var(--border-radius)}.popup-cart-drawer quantity-input button{width:30px;min-height:36px;display:flex;align-items:center;justify-content:center}.popup-cart-drawer quantity-input button[disabled]{cursor:not-allowed}.popup-cart-drawer quantity-input button svg{width:14px;height:14px}.popup-cart-drawer quantity-input input{width:30px;border:0;height:36px;padding:0;text-align:center}.popup-cart-drawer quantity-input>svg{width:30px;height:30px;padding:7px;align-self:center}.popup-cart-drawer .cart__drawer-items{display:flex;flex-wrap:wrap;gap:20px}.popup-cart-drawer .cart__item{flex:0 0 100%;max-width:100%}.popup-cart-drawer .cart__item-inner{display:flex;gap:15px;height:100%}.popup-cart-drawer .cart__item-inner .cart__item-media{flex:0 0 80px;max-width:80px}.popup-cart-drawer .cart__item-info{height:100%;position:relative;display:flex;flex-direction:column}.popup-cart-drawer .cart__item-info>.item-total-price{opacity:0;visibility:hidden;display:none}.popup-cart-drawer .item-total-price{font-size:calc(var(--body-fs) - 2px);font-weight:500;text-align:right}@media (min-width: 750px){.popup-cart-drawer .item-total-price{font-size:var(--body-fs)}}.popup-cart-drawer .price-compare{margin:0;font-size:8px}@media (min-width: 750px){.popup-cart-drawer .price-compare{font-size:12px}}.popup-cart-drawer .cart__item-info-detail{padding-right:75px}.popup-cart-drawer .product-title{margin-bottom:6px;line-height:1.3;font-size:calc(var(--body-fs) - 2px)}@media (min-width: 750px){.popup-cart-drawer .product-title{font-size:var(--body-fs)}}.popup-cart-drawer .cart__item-options{color:var(--subtext);font-size:calc(var(--body-fs) - 2px)}.popup-cart-drawer .cart__item-options li:not(:last-child){margin-bottom:2px}.popup-cart-drawer .cart__item-options:not(:last-child){margin-bottom:5px}.popup-cart-drawer .cart__item-group{display:flex;align-items:center;justify-content:space-between;padding-top:12px;margin-top:auto}.popup-cart-drawer .cart__item-group .cart__subtotal .item-total-price{position:absolute;top:0;right:0;display:flex;flex-direction:column;justify-content:flex-end}.popup-cart-drawer cart-remove-button{min-width:50px;text-align:center;display:flex;justify-content:flex-end}.popup-cart-drawer cart-remove-button a{color:var(--subtext);text-decoration:underline;text-underline-offset:2px;font-size:calc(var(--body-fs) - 2px);transition:all .35s ease-in-out 0s}@media (min-width: 1025px){.popup-cart-drawer cart-remove-button a:hover{color:var(--primary-color);text-decoration:none}}.popup-cart-drawer cart-remove-button svg{width:16px;height:16px;color:var(--text)}.popup-cart-drawer cart-remove-button svg path{stroke:currentColor}.popup-cart-drawer cart-remove-button svg.icon-loading circle{stroke:currentColor}.popup-cart-drawer cart-remove-button .icon-remove{display:none}.popup-cart-drawer .popup-footer{padding:20px;border-top:1px solid var(--miscellaneous);margin:auto -20px 0}@media (min-width: 750px){.popup-cart-drawer .popup-footer{margin-left:-30px;margin-right:-30px;padding:30px}}.popup-cart-drawer .popup-footer:empty{display:none}.popup-cart-drawer .cart__drawer-subtotal{display:flex;justify-content:space-between;margin-bottom:15px;font-weight:500}@media (min-width: 750px){.popup-cart-drawer .cart__drawer-subtotal{margin-bottom:10px}}.popup-cart-drawer .cart__drawer-subtotal--label{font-size:calc(var(--body-fs) + 2px)}.popup-cart-drawer .cart__drawer-subtotal--price{font-size:calc(var(--body-fs) + 2px);display:flex;align-items:center;justify-content:flex-end;line-height:1;gap:10px}.popup-cart-drawer .cart__drawer-subtotal--price .price-compare{font-size:11px;margin:0;font-weight:400}@media (min-width: 750px){.popup-cart-drawer .cart__drawer-subtotal--price .price-compare{font-size:var(--body-fs)}}.popup-cart-drawer .cart__drawer-taxes{font-size:10px;margin:0 0 15px}@media (min-width: 750px){.popup-cart-drawer .cart__drawer-taxes{font-size:calc(var(--body-fs) - 2px);margin-bottom:20px}}.popup-cart-drawer .cart__drawer-note{margin:15px 0 20px;display:block}@media (min-width: 750px){.popup-cart-drawer .cart__drawer-note{margin-top:20px}}.popup-cart-drawer .cart__drawer-note summary{color:var(--subtext);display:inline-block;border-bottom:1px solid var(--subtext);cursor:pointer;font-size:10px}@media (min-width: 750px){.popup-cart-drawer .cart__drawer-note summary{font-size:calc(var(--body-fs) - 2px)}}.popup-cart-drawer .cart__drawer-note cart-note{padding-top:20px}.popup-cart-drawer .cart__drawer-note textarea{height:120px}.popup-cart-drawer .cart__drawer-note details[open] summary{color:var(--primary-color);border-color:var(--primary-color)}.popup-cart-drawer .cart__drawer-button-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}@media (min-width: 750px){.popup-cart-drawer .cart__drawer-button-group{gap:15px}}.popup-cart-drawer .cart__drawer-button-group>*{display:flex;justify-content:center;align-items:center;min-height:36px;width:100%}.cart-popup-msg{display:flex;align-items:center;justify-content:center}.cart-popup-msg .popup-content{top:auto;bottom:auto;left:auto;right:auto;border-radius:var(--border-radius)}.cart-popup-msg .popup-content .popup-msg{padding-right:30px}.cart-popup-msg .btn-popup-close{display:flex;top:0;right:0}cart-recommendation.recommend-initialized{display:block;background:var(--primary-color);padding:20px 0 20px 20px;margin:-20px -20px 10px}@media (min-width: 750px){cart-recommendation.recommend-initialized{padding:30px 0 30px 40px;margin:-40px -40px 40px}}cart-recommendation.recommend-initialized:not(.show) .cart-recommend-header .cart-recommend-title{margin-bottom:0}cart-recommendation.recommend-initialized:not(.show) .cart-recommend-container .slider-controls{display:none}cart-recommendation.recommend-initialized:not(.show) slider-component{max-height:0;visibility:hidden;transition:max-height .5s cubic-bezier(0,1,0,1);overflow:hidden;padding-top:0}cart-recommendation .cart-recommend-container{position:relative}cart-recommendation .cart-recommdations-slide{padding-top:15px}@media (min-width: 750px){cart-recommendation .cart-recommdations-slide{padding-top:30px}}cart-recommendation .cart-recommend-header{padding-right:20px}@media (min-width: 750px){cart-recommendation .cart-recommend-header{padding-right:30px}}cart-recommendation .cart-recommend-header .cart-recommend-title{font-size:12px;text-transform:uppercase;font-weight:500;line-height:1.3;color:var(--background-color)}@media (min-width: 750px){cart-recommendation .cart-recommend-header .cart-recommend-title{font-size:calc(var(--body-fs) + 2px)}}cart-recommendation .cart-recommend-expand-btn{gap:15px}cart-recommendation .btn-hide-product{color:var(--background-color);font-weight:500;font-size:12px;text-decoration:underline;cursor:pointer}@media (min-width: 750px){cart-recommendation .btn-hide-product{right:40px;font-size:calc(var(--body-fs) + 2px)}}cart-recommendation .slider-controls{display:flex;align-items:center;gap:10px}cart-recommendation .slider-controls button{opacity:1!important;transition:unset;color:var(--background-color);display:flex}cart-recommendation .slider-controls button svg{color:currentColor;width:15px;height:15px}cart-recommendation .slider-controls button svg path{fill:currentColor}cart-recommendation .slider-controls .slider-prev-button{left:0}cart-recommendation .slider-controls .slider-prev-button svg{transform:rotate(90deg)}cart-recommendation .slider-controls .slider-next-button{right:0}cart-recommendation .slider-controls .slider-next-button svg{transform:rotate(270deg)}cart-recommendation .card .card__inner{display:flex;align-items:center;padding:7px 18px 7px 7px;background:var(--background-color);border-radius:var(--border-radius);margin-right:4px}cart-recommendation .card .card__image{flex:0 0 72px;max-width:72px;overflow:visible}@media (min-width: 750px){cart-recommendation .card .card__image{flex:0 0 112px;max-width:112px}}cart-recommendation .card .card__image .image__style{border-radius:var(--border-radius)}cart-recommendation .card .label-group,cart-recommendation .card .card__action-btn-list{display:none}cart-recommendation .card .product-form{opacity:1;visibility:visible;margin-top:10px}cart-recommendation .card .product-form .btn{padding-left:10px;padding-right:10px;font-size:8px;font-weight:400;white-space:nowrap;width:max-content}@media (min-width: 750px){cart-recommendation .card .product-form .btn{font-weight:500;font-size:10px;height:36px;padding-left:20px;padding-right:20px}}cart-recommendation .card .card__info{flex:1;min-width:0;margin:0;padding:0 0 0 20px}@media (min-width: 750px){cart-recommendation .card .card__info{padding-left:30px}}cart-recommendation .card .card__info .card__title{font-size:10px;font-weight:400;margin-bottom:7px;line-height:1.3}@media (min-width: 750px){cart-recommendation .card .card__info .card__title{font-size:var(--body-fs);margin-bottom:10px}}cart-recommendation .card .card__info .product-price{font-size:8px;font-weight:400}@media (min-width: 750px){cart-recommendation .card .card__info .product-price{font-size:12px}}cart-recommendation .card .card__info .product-price .price-compare{font-size:7px}@media (min-width: 750px){cart-recommendation .card .card__info .product-price .price-compare{font-size:10px}}cart-recommendation .card .card__action-btn-list{display:none}.cart-popup .flex-gap{gap:15px;flex-wrap:nowrap}.cart-popup .popup-image{flex:0 0 100%;max-width:100%}@media (min-width: 750px){.cart-popup .popup-image{flex:1}}.cart-popup .popup-info{flex:0 0 100%;max-width:100%;color:var(--subtext)}@media (min-width: 750px){.cart-popup .popup-info{flex:1;align-self:center}}.cart-popup .item__title{max-width:170px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#cartNoti.active{z-index:113!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer.css.map */
