.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:100%;max-width:420px;background:#fff;padding:2rem;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.6rem;cursor:pointer}.cart-drawer__error{background:#fdecea;color:#b3261e;padding:.75rem 1rem;margin:0 0 1rem;font-size:1rem;border-radius:4px}.cart-drawer__confirm-remove{align-items:center;gap:.75rem;font-size:1rem}.cart-drawer__confirm-remove:not([hidden]){display:flex}.cart-drawer__confirm-yes{color:#b3261e;font-weight:600}.cart-drawer__title{font-size:1.4rem;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin:.5rem 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.cart-drawer__items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.cart-drawer__item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.cart-drawer__item:last-child{border-bottom:none;padding-bottom:0}.cart-drawer__item img{flex-shrink:0;width:100px;height:auto;object-fit:cover;background:#f5f5f5}.cart-drawer__item-details{display:flex;flex-direction:column;gap:.45rem;flex:1}.cart-drawer__item-title{font-size:1.1rem;text-transform:uppercase;letter-spacing:.02em;margin:0;line-height:1.3}.cart-drawer__item-variant{font-size:.9rem;color:#767676;margin:0}.cart-drawer__item-price{color:#b3261e;font-size:1.05rem;margin:0}.cart-drawer__qty{display:flex;align-items:center;gap:.6rem;margin-top:.4rem}.cart-drawer__qty button{width:32px;height:32px;border:1px solid #ccc;background:#fff;cursor:pointer;font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.cart-drawer__qty button:hover{border-color:#b3261e}.cart-drawer__qty button:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__qty span{min-width:1.5rem;text-align:center;font-size:1.05rem}.cart-drawer__footer{position:sticky;bottom:0;background:#fff;padding-top:1.25rem;border-top:1px solid #ddd;margin-top:auto}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.cart-drawer__total:before{content:"Total";font-weight:400;text-transform:uppercase;font-size:1rem;letter-spacing:.05em}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.cart-drawer__empty p{font-size:1.3rem;margin:0}.cart-drawer__empty a{font-size:1.1rem;text-decoration:underline;color:#b3261e}.cart-drawer__footer .cart__checkout-button{justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/173/assets/cart-drawer.css.map */
