.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;visibility:hidden;transition:visibility .3s ease;font-family:var(--typeHeaderPrimary),sans-serif}.cart-drawer.is-open{visibility:visible}.cart-drawer span.cart__subtotal{font-weight:700;font-size:large}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;top:0;right:0;width:100%;max-width:450px;height:100%;background-color:#f5f5f5;transform:translate(100%);transition:transform .3s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a}.cart-drawer.is-open .cart-drawer__content{transform:translate(0)}.cart-drawer__header{padding:20px;display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{margin:0;font-size:1.2rem;font-weight:500;color:#141414}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:5px}.cart-drawer__body{flex-grow:1;overflow-y:auto;padding:0 20px 20px}.cart-drawer__footer{padding:20px;background-color:#fff}.cart-drawer__empty-message{text-align:center;margin-top:50px}.cart-drawer-item{background:#fff;border-radius:12px;padding:20px;margin-bottom:15px;display:grid;grid-template-columns:80px 1fr;grid-column-gap:20px;align-items:start;position:relative;box-shadow:0 2px 5px #00000005}.btn.btn--full.cart__checkout{background-color:#000;padding:12px 15px;border-radius:14px}.btn.btn--full.cart__checkout:hover{background-color:red}.cart-drawer-item__image-container{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.cart-drawer-item__image{max-width:100%;max-height:100%;object-fit:contain}.cart-drawer-item__details{display:flex;flex-direction:column;height:100%;min-height:80px;justify-content:space-between}.cart-drawer-item__header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:10px}.cart-drawer-item__title{font-weight:700;font-size:1rem;margin:0;padding-right:20px;line-height:1.2}.cart-drawer-item__remove{background:none;border:none;cursor:pointer;padding:0;position:absolute;top:20px;right:20px}.cart-drawer-item__remove svg{width:16px;height:16px}.cart-drawer-item__footer{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.cart-drawer-item__quantity{display:flex;align-items:center;gap:15px}.cart-drawer-quantity-btn{width:32px;height:32px;border-radius:8px;border:1px solid #e1e1e1;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;line-height:1;color:#626262;padding:0}.cart-drawer-quantity-input{width:20px;text-align:center;border:none;font-weight:600;font-size:.95rem;padding:0;cursor:default}.cart-drawer-quantity-input:focus{outline:none}.cart-drawer-item__price{font-weight:500;font-size:.95rem;color:#333}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e1e1e1;padding-bottom:20px}.cart-drawer__subtotal-label{font-size:1rem;color:#333}.cart-drawer__subtotal-price{font-weight:700;font-size:1.1rem}.cart-drawer__checkout-btn{width:100%;background-color:#1a1a1a;color:#fff;padding:15px;border-radius:8px;border:none;font-weight:600;font-size:1rem;cursor:pointer;text-transform:capitalize;transition:background-color .2s}.abz-cart-item__price span{font-weight:600}.cart-drawer__checkout-btn:hover{background-color:#000}.cart-drawer__points-text{text-align:center;font-size:.8rem;color:#626262;margin-top:15px}
/*# sourceMappingURL=/cdn/shop/t/62/assets/abz_cart_drawer.css.map */
