#cart-drawer-container{position:relative;z-index:99}#cart-drawer{position:fixed;top:0;right:0;padding:2em;width:calc(300px + 10em);height:100vh;height:100dvh;right:calc(calc(300px + 10em) * -1);background:#fff;overflow-x:scroll}@media (max-width:1024px){#cart-drawer{padding:1em}}#cart-drawer .cart-drawer-title{font-size:28px;font-weight:700;text-transform:uppercase}#cart-drawer form{display:flex;flex-direction:column}#cart-drawer h2{font-size:2em;margin-bottom:.5em;line-height:1;display:block;position:relative}#cart-drawer .item-added{height:1em;align-items:center;display:flex;font-size:2em;margin-bottom:.5em;line-height:1;display:block;position:relative}#cart-drawer .item-added span{padding-left:2em;font-size:14px;font-weight:300;background:url(icon-check.svg) no-repeat 0 50%/14px}#cart-drawer .item-added.hide span{display:none}#cart-drawer .item-added .close{position:absolute;top:0;right:0;width:20px;height:20px;cursor:pointer;text-indent:-99999px;background:url(icon-close.svg) no-repeat center center;background-size:2em;border:none;opacity:.25}#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}#drawer-cart-body{max-height:50vh;overflow:auto;padding-bottom:15em}#drawer-cart-body .cart-item{display:flex}#drawer-cart-body .cart-item .product-image{width:7em}#drawer-cart-foot{padding-top:20px;display:flex;flex-direction:column;position:absolute;bottom:0;left:0;max-width:100%;background-color:#fff}#drawer-cart-foot .cart-foot-inner{padding:1em 2em 0}#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 0 .5em;display:flex;font-weight:500;font-size:16px}#drawer-cart-foot #drawer-cart-total .cart-total-price span{margin-left:auto}#drawer-cart-foot .totals-delivery-message{font-size:12px;text-align:left}#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-bottom:10px}#drawer-cart-foot .payment-icons img{width:28px}.curtain-visible .cart-drawer-curtain{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1818;opacity:.5;z-index:6;height:100vh}