.drawer-cart-open .drawer-cart{right:0}.drawer{font:14px Outfit,sans-serif;position:fixed;right:-500px;top:0;width:100%;max-width:500px;background-color:#fff;z-index:9999;height:100dvh;transition:right .25s linear;overflow:hidden}.drawer .drawer-close{background-color:transparent;border:none;font:1em Outfit,sans-serif;width:2em;height:2em;min-width:2em;min-height:2em;display:flex;justify-content:flex-end;align-items:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:auto}.drawer .drawer-close svg{width:1em;height:auto}.drawer .drawer-close svg circle,.drawer .drawer-close svg line,.drawer .drawer-close svg path,.drawer .drawer-close svg polygon{fill:none;stroke:var(--dark-teal);stroke-width:2;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.drawer .drawer-close span{display:none}.drawer__inner{height:100%;display:grid;grid-template-rows:auto 1fr auto}.drawer__header{display:flex;flex-direction:column;padding:1.5em 1.5em;gap:.5em;position:relative}.drawer__header .h4{text-transform:capitalize}.drawer__header__title{display:flex;justify-content:space-between;align-items:center;line-height:1}.drawer__content{overflow:hidden;overflow-y:scroll;padding:0 1.5em}@media (min-width:440px){.drawer__content::-webkit-scrollbar{width:4px;border-radius:4px}.drawer__content::-webkit-scrollbar-track{box-shadow:none;background-color:#f2f5f5;border-radius:4px}.drawer__content::-webkit-scrollbar-thumb{background-color:var(--dark-teal);outline:0;border-radius:4px}}.drawer__content.content-loading{display:flex;justify-content:center;padding-top:3em}.drawer__content.content-loading .cart-items{display:none}.drawer__content.content-loading .loading-icon{display:block}.drawer__content .loading-icon{display:none;width:2em;height:2em}.drawer__content .loading-icon svg{opacity:.15;width:100%;height:auto;animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.drawer__content .cart-empty{text-align:center;font-size:.875em;margin:2em auto}.drawer__footer{display:grid;grid-template-columns:100%;grid-template-rows:auto;justify-content:center;padding:1.5em 1.5em 1.75em 1.5em;border-top:1px solid #f2f5f5}.drawer__footer button{width:100%}.drawer__footer.hide-content{box-shadow:none;padding:0;overflow:hidden}.drawer__footer.hide-content div,.drawer__footer.hide-content form{display:none}.drawer__footer .inner{display:flex;flex-direction:column;gap:1em}.drawer__footer form{display:flex;flex-direction:column;gap:1em}.drawer__footer form .button{padding:16px 40px}.drawer__footer form .button span{font-size:15px}.drawer__footer .actions{display:grid;grid-template-columns:1fr 1fr;gap:1em}.drawer__footer .cart-totals{display:flex;justify-content:space-between;line-height:1}.drawer__footer .cart-totals span{font-size:18px}.drawer__footer__actions{display:flex;justify-content:center}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer-mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998;background-color:rgba(0,0,0,.3);visibility:hidden;opacity:0;transition:opacity linear .25s}.drawer-open .drawer-mask{visibility:visible}.mask-visible .drawer-mask{opacity:1}.drawer-low .drawer-mask{z-index:98}.mega-open .drawer-mask{visibility:visible;opacity:1;z-index:89}.menu-mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:5;background-color:rgba(0,0,0,.3);visibility:hidden;opacity:0;transition:opacity linear .25s}.drawer-menu-open .menu-mask{visibility:visible}.menu-mask-visible .menu-mask{opacity:1}