.cart-drawer{visibility:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10002;-webkit-transition:visibility .3s ease-in-out;transition:visibility .3s ease-in-out}.cart-drawer.show{visibility:visible;-webkit-transition:visibility .3s ease-in-out;transition:visibility .3s ease-in-out}.cart-drawer__backdrop{position:fixed;top:0;right:0;width:100%;height:100%;background-color:#00000080;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.cart-drawer.show .cart-drawer__backdrop{opacity:1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.cart-drawer___container{position:absolute;top:0;right:-120%;width:496px;height:100%;padding:30px;background-color:#fff;-webkit-transition:right .3s ease-in-out;transition:right .3s ease-in-out;overflow-y:auto}.cart-drawer.show .cart-drawer___container{right:0;-webkit-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cart-drawer__icon-cart{display:flex;align-items:center;gap:10px}.cart-drawer__icon-cart-svg{width:20px;height:18px}.cart-drawer__icon-cart-text{font-size:20px;font-weight:700}.cart-drawer__icon-close{width:20px;height:18px;padding:0!important}.cart-drawer__empty{display:flex;flex-direction:column;justify-content:center;margin-top:100px}.cart-drawer__empty-text{margin-bottom:20px}.cart-drawer__empty-text--title{font-size:24px;line-height:32px}.cart-drawer__empty-text--subtitle{font-size:16px;line-height:24px;letter-spacing:.4px}.cart-drawer__empty-btn{margin:0 auto;padding:12px 18px;width:95%;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.4px;border-radius:5px;border:1px solid #000;color:#000;background-color:#fff;cursor:pointer}.cart-drawer__empty-btn:not(:first-child){margin-top:20px}.cart-drawer__product-list{display:flex;flex-direction:column;gap:20px;margin-bottom:10px!important}.cart-drawer__product{display:flex;gap:24px}.cart-drawer__product-img-box{max-width:110px;border:1px solid #ededed}.cart-drawer__product-info{display:flex;flex-direction:column;justify-content:center;gap:24px;flex-grow:1}.cart-drawer__product-title-remove{display:flex;justify-content:space-between;width:100%}.cart-drawer__product-link{max-width:170px}.cart-drawer__product-title{font-size:16px;line-height:24px;letter-spacing:.4px}.cart-drawer__product-label{display:flex;gap:18px;border-radius:5px;border:1px solid #000000}.cart-drawer__product-quantity-btn{display:flex;justify-content:center;align-items:center;padding:10px 8px;border-radius:5px;background-color:#fff;cursor:pointer}.cart-drawer__product-quantity-btn .cart-drawer__product-quantity-btn--plus{width:10px;height:10px}.cart-drawer__product-quantity-btn .cart-drawer__product-quantity-btn--minus{width:10px;height:16px}.cart-drawer__product-quantity-btn.disabled{fill:#ededed;border-color:#ededed;cursor:not-allowed;pointer-events:none}.cart-drawer__product-quantity-value{font-size:14px}.cart-drawer__product-quantity-and-price{display:flex;align-items:end;justify-content:space-between}.cart-drawer__product-remove{padding:0}.cart-drawer__product-price{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.4px;text-transform:uppercase}.cart-drawer__product-price-compare{font-size:12px;line-height:18px;text-decoration:line-through;color:#454545a6}.cart-drawer__subtotal{display:flex;justify-content:space-between;width:100%;padding:24px 0 20px;margin-bottom:20px;font-size:18px;font-weight:700;line-height:28px;border-top:1px solid #ededed;border-bottom:1px solid #ededed}.cart-drawer__subtotal-count{text-transform:uppercase}.cart-drawer__buttons{display:flex;flex-direction:column;margin:0 auto;gap:10px;width:95%}.cart-drawer__btn{width:100%;padding:12px 18px;font-size:16px;text-transform:uppercase;border:1px solid #000000;border-radius:5px}.cart-drawer__btn--checkout{color:#fff;background-color:#000}@media screen and (max-width: 991px){.cart-drawer__product-title{font-size:16px}}@media screen and (max-width: 600px){.cart-drawer___container{padding:10px;width:90%}.cart-drawer__product{gap:10px}.cart-drawer__product-img-box{display:flex;align-items:center;margin:auto;width:75px;height:fit-content}.cart-drawer__product-quantity-btn svg{width:12px;height:12px}.cart-drawer__product-title{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/164/assets/snippet-cart-drawer.css.map */
