.drawer-cart-open .drawer-cart{right:0}.drawer-cart .inner{display:grid;grid-template-rows:auto 1fr auto}.drawer-cart__header{padding:2em 2em 0 2em;display:flex;justify-content:space-between;align-items:center}.drawer-cart__header__text{font-size:1.5em;font-weight:700}.drawer-cart__header button{width:3em;height:3em;border-radius:50%;background-color:var(--color-black);cursor:pointer;display:flex;align-items:center;justify-content:center}.drawer-cart__header button svg{width:1.25em;height:1.25em}.drawer-cart__header button svg line{fill:none;stroke:var(--color-white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.drawer-cart__content{padding:2em;overflow-y:auto}.drawer-cart__content.content-loading{display:flex;justify-content:center;padding:5em 0}.drawer-cart__content.content-loading .cart-items{display:none}.drawer-cart__content.content-loading .loading-icon{display:block}.drawer-cart__content .loading-icon{display:none;width:2em;height:2em}.drawer-cart__content .loading-icon svg{opacity:1;width:100%;height:auto;animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.drawer-cart__content .loading-icon svg path{fill:var(--color-grey-medium)}.drawer-cart__footer{padding:2em;display:flex;flex-direction:column;gap:1.5em}.drawer-cart__footer.hidden{display:none}.drawer-cart__footer .cart-totals__sub-total{display:flex;justify-content:space-between}.drawer-cart__footer .cart-totals__sub-total span{font-size:1.25em;font-weight:700}.drawer-cart__footer .cart-totals__sub-total span .money{font-size:1em}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}