:root{--cart-drawer-bg: #ffffff;--cart-drawer-text: #111111;--cart-overlay: rgba(73,73,73,.52)}#CartDrawer.cart-drawer{position:fixed;display:flex;flex-direction:column;right:-100%;top:0;width:100%;max-width:400px;height:100%;background:var(--cart-drawer-bg);color:var(--cart-drawer-text);z-index:1000;overflow:hidden;transition:right .3s ease}#CartDrawer.cart-drawer.open{right:0}#CartDrawer .cart-drawer__header{padding:1rem;display:flex;justify-content:space-between;align-items:baseline}#CartDrawer .cart-drawer__title{margin:0;padding:0;color:inherit;line-height:1}#CartDrawer .cart-drawer__close-btn{background:none;border:none;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;line-height:0;text-decoration:underline;padding:0}#CartDrawer .cart-cross{width:45px;height:41px;display:block}#CartDrawerContent{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}#CartDrawerItems{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0}#CartDrawer .cart-drawer-item{display:flex;padding:1rem;gap:15px}#CartDrawer .cart-drawer-item__img-cont{position:relative;width:100px;height:100px;flex:0 0 auto;overflow:hidden}#CartDrawer .cart-drawer-item__img-cont:before{content:"";display:block;padding-bottom:100%;height:100%;width:100%}#CartDrawer .cart-drawer-item__img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain;height:100%;width:100%;display:block}#CartDrawer .cart-drawer-item__details{flex:1 1 auto;min-width:0;color:inherit}#CartDrawer .cart-drawer-item__details a{color:inherit;text-decoration:none}#CartDrawer .cart-drawer-item__title{font-size:1rem;margin:0 0 .5rem;color:inherit}#CartDrawer .cart-drawer-item__final-price{font-size:14px;margin:0 0 .5rem;color:inherit}#CartDrawer .cart-drawer-item__quantity{display:flex;align-items:center;margin:.25rem 0 .5rem}#CartDrawer .quantity-wrapper-drawer{display:flex;align-items:center;color:inherit}#CartDrawer .cart-drawer__quantity-btn{padding:5px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:none;color:inherit}#CartDrawer .cart-drawer__quantity-btn svg{width:13px;height:13px;display:block}#CartDrawer .cart-drawer__quantity-value{margin:0 .4rem;text-align:center;font-size:13px;color:inherit}#CartDrawer .cart-drawer__quantity-btn-minus.disabled,#CartDrawer .cart-drawer__quantity-btn-plus.disabled{opacity:.3;cursor:not-allowed}#CartDrawer .cart-drawer-item__remove-link{cursor:pointer;font-size:13px;text-decoration:underline!important;text-underline-offset:.2rem!important;border:none;background:none;-webkit-appearance:none;color:inherit;padding:0}#CartDrawerFooter.cart-drawer-checkout,#CartDrawer .cart-drawer-checkout{padding:1.5rem 1rem;width:100%;flex:0 0 auto;max-width:400px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin-top:auto}#CartDrawerTotal.cart-drawer__total,#CartDrawer .cart-drawer__total{text-align:center;margin:0 0 1rem;font-weight:700;font-size:18px;color:inherit}#CartDrawer .cart-drawer__checkout-btn{width:100%;border:none;cursor:pointer;-webkit-appearance:none;-webkit-border-radius:0;padding:13px;font-size:16px;text-transform:uppercase}#CartDrawerEmpty.cart-drawer-empty,#CartDrawer .cart-drawer-empty{padding:2rem 1rem;text-align:center;color:inherit;display:flex;flex-direction:column;gap:10px}#CartDrawer .cart-drawer__continue-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center;border:none;cursor:pointer;-webkit-appearance:none;-webkit-border-radius:0;padding:13px;font-size:16px;text-transform:uppercase;text-decoration:none}#CartDrawerFooter .cart-drawer__continue-btn{margin:0 0 12px}#CartDrawerOverlay.cart-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:var(--cart-overlay)}#CartDrawerOverlay.cart-drawer-overlay.active{display:block}@media screen and (max-width: 500px){#CartDrawer.cart-drawer,#CartDrawerFooter.cart-drawer-checkout,#CartDrawer .cart-drawer-checkout{max-width:345px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-drawer.css.map */
