.drawer-cart-open .drawer-cart{opacity:1;right:0}.drawer-cart-open #overlay-mask{z-index:999999;display:block}.drawer-cart{opacity:0;width:100%;height:100%;transition:all .3s ease-in-out;left:auto;right:-800px}.drawer-cart__message{text-align:center;background-color:var(--color-secondary);padding:.5em 1em;font-size:13px}.drawer-cart__header{gap:0;padding:0;position:relative}.drawer-cart__header__status.hidden{display:none}.drawer-cart__header__status span{font-size:.875em}.drawer-cart__header__title{padding:1em 1.25em}.drawer-cart__header__title span{font-size:1.625em}.drawer-cart__header__title h3{align-items:flex-start;gap:.25em;display:flex}.drawer-cart__header__title #cart-counter{opacity:.5;font-family:Neue,sans-serif;font-size:12px}.drawer-cart__header__title #cart-counter span{font-size:12px}.drawer-cart__header__message{border:1px solid var(--color-primary);border-radius:4px;padding:.625em;font-size:14px}.drawer-cart__content{padding:0 1.25em}.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{border-top:1px solid var(--color-black);z-index:2;flex-direction:column;gap:1em;display:flex}.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;display:flex}.drawer-cart__footer form button{gap:.75em;height:48px}.drawer-cart__footer .cart-totals>div{justify-content:space-between;display:flex}.drawer-cart__footer .cart-totals>div span{font-size:1em}.drawer-cart__footer__actions{justify-content:center;padding-bottom:1em;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;padding:0 1em 1em;display:flex}.drawer-cart__footer__payment p{margin-bottom:0;font-size:.625em}.drawer-cart__footer__payment .payment-icons ul{justify-content:center}.drawer-cart__footer__payment .payment-icons svg{width:1.5em}.drawer-cart__footer__form{padding:0 1em}.drawer-cart__footer__toggle{border-top:1px solid var(--color-black);cursor:pointer;justify-content:space-between;align-items:flex-end;padding-top:1em;display:flex}.drawer-cart__footer__toggle button{width:1em;margin-left:.75em;height:-moz-fit-content!important;height:fit-content!important}.drawer-cart__footer__toggle button svg{width:16px;min-width:16px;transform:rotate(180deg)}.drawer-cart__footer__toggle .cart-totals{width:100%}.drawer-cart__footer__toggle.active svg{transform:rotate(0)}.drawer-cart__footer__content{gap:1em;display:grid}.drawer-cart__footer__content.hidden{display:none}.drawer-cart__footer__text{opacity:.5;justify-content:space-between;display:flex}.drawer-cart__footer__text span,.drawer-cart__footer__text a{letter-spacing:1px;font-size:13px}.drawer-cart__footer__giftbox{justify-content:space-between;align-items:center;padding:1.5em 1em .5em;display:flex}@media (max-width:768px){.drawer-cart__footer__giftbox{padding:1em 1em 0}}.drawer-cart__footer__giftbox>div{align-items:center;gap:.5em;font-size:.875em;display:flex}.drawer-cart__footer__giftbox button span{font-size:1em}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
