.drawer-cart-open .drawer-cart{opacity:1;right:0}@media (max-width:768px){.drawer-cart-open .drawer-cart{width:calc(100% - 1.75em)}}.drawer-cart-open #overlay-mask{z-index:11;display:block}.drawer-cart{opacity:0;width:100%;max-width:520px;height:calc(100% - 2.5em);transition:all .3s ease-in-out;left:auto;right:-800px}.drawer-cart__header{padding-top:2em;padding-bottom:.5em;position:relative}.drawer-cart__header__status.hidden{display:none}.drawer-cart__header__status span{font-size:.875em}.drawer-cart__header__title span{font-size:1.625em}.drawer-cart__header__message{border:1px solid var(--color-primary);border-radius:4px;padding:.625em;font-size:14px}.drawer-cart__content.content-loading{flex-direction:column;justify-content:flex-end;padding-top:3em;display:flex;position:relative}.drawer-cart__content.content-loading .cart-items{display:none}.drawer-cart__content.content-loading .loading-icon{display:block;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.drawer-cart__content .cart{position:relative}.drawer-cart__content .loading-icon{width:2em;height:2em;display:none}.drawer-cart__content .loading-icon svg{opacity:.5;width:100%;height:auto;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.drawer-cart__content .cart-empty{text-align:center;padding:4em 0}.drawer-cart__footer{z-index:2;flex-direction:column;gap:1em;padding:1em 0 1em 1.75em;display:flex;box-shadow:0 8px 24px 8px #00000026}.drawer-cart__footer.hide-content{box-shadow:none;padding:0}.drawer-cart__footer.hide-content form,.drawer-cart__footer.hide-content div{display:none}.drawer-cart__footer form{flex-direction:column;gap:1em;padding-right:1.75em;display:flex}.drawer-cart__footer form button{gap:.75em}.drawer-cart__footer form button svg{width:1em;min-width:1em}.drawer-cart__footer .cart-totals>div{justify-content:space-between;display:flex}.drawer-cart__footer .cart-totals>div span{font-size:1em;font-weight:500}.drawer-cart__footer__actions{justify-content:center;display:flex;position:relative}.drawer-cart__footer__actions a{font-size:.625em}.drawer-cart__footer__payment{justify-content:center;align-items:center;gap:1.25em;display:flex}.drawer-cart__footer__payment p{margin-bottom:0;font-size:.625em}.drawer-cart__footer__payment .payment-icons svg{width:2em}.drawer-cart__footer .cart-drawer-upsells__title{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:.625em;padding-right:1.75em;display:flex}.drawer-cart__footer .cart-drawer-upsells__title svg{transform:rotate(-180deg)}.drawer-cart__footer .cart-drawer-upsells__products{scroll-snap-type:x mandatory;gap:1em;padding:0 1.625em 1em 0;display:flex;overflow-x:auto}.drawer-cart__footer .cart-drawer-upsells__item{border:1px solid var(--color-grey);border-radius:8px;grid-template-columns:94px auto;gap:.5em;width:100%;min-width:338px;max-width:338px;display:grid}.drawer-cart__footer .cart-drawer-upsells__item .inner{flex-direction:column;justify-content:space-between;padding:.625em .625em .625em 0;display:flex}.drawer-cart__footer .cart-drawer-upsells__item .inner a{font-size:.875em;display:block}.drawer-cart__footer .cart-drawer-upsells__item .actions{justify-content:space-between;align-items:center;display:flex}.drawer-cart__footer .cart-drawer-upsells__item .actions .price{font-size:.875em}.drawer-cart__footer .cart-drawer-upsells__item .actions button{border-radius:50%;width:28px;height:28px;padding:0}.drawer-cart__footer .cart-drawer-upsells__item .actions button svg{width:22px}.drawer-cart__footer .cart-drawer-upsells__item .actions button svg path{stroke:var(--color-white)}.drawer-cart__footer .cart-drawer-upsells__item .actions .product-form-upsell{padding-right:0}.drawer-cart__footer .cart-drawer-upsells.collapsed .cart-drawer-upsells__title svg{transform:rotate(360deg)}.drawer-cart__footer .cart-drawer-upsells.collapsed .cart-drawer-upsells__products{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
