.drawer-cart-open .drawer-cart{right:0}.drawer-cart{max-width:504px}.drawer-cart__header{position:relative;padding-top:2em;padding-bottom:0;padding-bottom:.5em}.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{font-size:14px;border:1px solid #92096c;border-radius:4px;padding:.625em}.drawer-cart__content.content-loading{display:flex;justify-content:center;padding-top:3em}.drawer-cart__content.content-loading .cart-items{display:none}.drawer-cart__content.content-loading .loading-icon{display:block}.drawer-cart__content .cart{position:relative}.drawer-cart__content .loading-icon{display:none;width:2em;height:2em}.drawer-cart__content .loading-icon svg{opacity:.5;width:100%;height:auto;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.drawer-cart__content .cart-empty{text-align:center}.drawer-cart__content::-webkit-scrollbar{width:4px;border-radius:0;border:none;outline:0}.drawer-cart__content::-webkit-scrollbar-track{box-shadow:none;background-color:#fff2fa;border-radius:0}.drawer-cart__content::-webkit-scrollbar-thumb{background-color:#92096c;outline:0;border-radius:0}.drawer-cart__footer{display:flex;flex-direction:column;gap:1em;box-shadow:5px -5px 6px #00000014;z-index:2}.drawer-cart__footer.hide-content div,.drawer-cart__footer.hide-content form{display:none}.drawer-cart__footer form{display:flex;flex-direction:column;gap:.5em}.drawer-cart__footer form button{font-size:1em!important}.drawer-cart__footer form button svg{width:1em;min-width:1em}.drawer-cart__footer form .cart-terms{display:flex;gap:.5em;align-items:center;margin:.25em 0}.drawer-cart__footer form .cart-terms span{font-size:.875em}.drawer-cart__footer .cart-totals>div{display:flex;justify-content:space-between}.drawer-cart__footer .cart-totals>div span{font-size:1.125em;font-weight:500;color:#d0009a}.drawer-cart__footer__actions{display:flex;justify-content:space-between;position:relative}.drawer-cart__footer__actions a{font-size:.875em}.drawer-cart__footer__actions:after{content:"";position:absolute;width:100%;height:1px;background-color:#92096c;bottom:-.75em;left:0}.drawer-cart__footer__payment{display:flex;justify-content:center;align-items:center;gap:1.25em;padding-top:.75em}.drawer-cart__footer__payment p{font-size:.625em;margin-bottom:0}.drawer-cart__footer__payment .payment-icons svg{width:2em}.drawer-cart--free-delivery{display:flex;flex-direction:column;align-items:center;border-radius:10px}.drawer-cart--discount-message{margin-bottom:5px}.drawer-cart--discount-bar{width:100%;height:11px;border-radius:10px;position:relative;border:1px solid #707070;margin-bottom:10px}.drawer-cart--discount-bar .progress{position:absolute;top:0;left:0;height:10px;border-radius:10px}.drawer-cart--discount-message p{margin-bottom:0}@-webkit-keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}