#cart-drawer-container{position:relative;z-index:99}#cart-drawer{position:fixed;top:0;right:0;width:calc(300px + 10em);height:100vh;height:100dvh;right:calc(calc(300px + 10em) * -1);background:#fff;overflow:hidden}#cart-drawer .actions .btn{width:100%;margin-bottom:.5em}#cart-drawer .actions .cart-links{display:flex;justify-content:space-between;font-size:12px}#cart-drawer .actions .cart-links a{text-transform:uppercase}#cart-drawer .cart-empty{margin-bottom:2em;margin-top:2em;text-align:center}.drawer-visible #cart-drawer{right:0}@media (max-width:1024px){.drawer-visible #cart-drawer{width:100vw}}.drawer-visible .curtain{width:100%;height:100vh;background:rgba(0,0,0,.5);position:fixed}.cart-drawer__inner{display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;height:100%}#drawer-cart-head{position:relative;padding:1.5em 1.5em 0 1.5em;display:flex;align-items:center;justify-content:flex-start;gap:1em}#drawer-cart-head h3{font-size:1.8em;margin-bottom:0;line-height:1;font-weight:700;text-transform:uppercase;display:block;position:relative;white-space:nowrap}#drawer-cart-head .item-added{height:1em;align-items:flex-start;display:flex;line-height:1;display:block;position:relative;padding-left:1.5em;background:url(icon-check.svg) no-repeat 0 50%/14px}#drawer-cart-head .item-added span{font-weight:300;font-size:.8em}#drawer-cart-head .item-added.hide{display:none}#drawer-cart-head button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:1em Gotham,sans-serif;width:2em;height:2em;cursor:pointer;text-indent:-99999px;background:url(icon-close.svg) no-repeat 50% 50%/2em;border:none;opacity:.2;margin-left:auto}#drawer-cart-head button:hover{opacity:1}#drawer-cart-body{height:100%;overflow:auto;padding:1.5em}#drawer-cart-body::-webkit-scrollbar{width:4px;border-radius:0}#drawer-cart-body::-webkit-scrollbar-track{box-shadow:none;background-color:#fff;border-radius:0}#drawer-cart-body::-webkit-scrollbar-thumb{background-color:#000;outline:0;border-radius:0}#drawer-cart-body .cart-item{display:flex}#drawer-cart-body .cart-item .product-image{width:7em;height:auto;display:flex;align-items:center}#drawer-cart-foot{max-width:100%;width:100%;background-color:#fff}#drawer-cart-foot .cart-foot-inner{padding:1.5em;gap:.5em}#drawer-cart-foot .total-wrapper{display:flex;justify-content:space-between}#drawer-cart-foot .total-wrapper .total-message{font-size:16px}#drawer-cart-foot #drawer-cart-total .cart-total-price{margin:0;display:flex;font-weight:500;font-size:1.2em}#drawer-cart-foot #drawer-cart-total .cart-total-price span{margin-left:auto}#drawer-cart-foot .totals-delivery-message{font-size:.8em;text-align:center;background-color:#ebebeb;margin-bottom:.8em}#drawer-cart-foot .totals-delivery-message.hide{display:none}#drawer-cart-foot button{width:100%;padding:15px;background-color:#66b2b2;border:none;font-weight:600;color:#fff;font-family:Gotham,sans-serif;margin:.5em 0}#drawer-cart-foot button:hover{background-color:#4c9696}#drawer-cart-foot button.hide{display:none}#drawer-cart-foot .payment-icons{margin:0;margin-top:.5em}#drawer-cart-foot .payment-icons img{width:2em}.curtain-visible .cart-drawer-curtain{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1818;opacity:.5;z-index:6;height:100vh}