.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;visibility:hidden;transition:all var(--transition-base)}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:var(--color-white);z-index:201;transform:translate(100%);transition:transform var(--transition-base);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-gray-200)}.cart-drawer__title{font-family:var(--font-body);font-weight:600;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.cart-drawer__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:var(--color-gray-500)}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-gray-200)}.cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-item__image{width:80px;height:80px;object-fit:cover;background:var(--color-gray-100)}.cart-item__details{display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-weight:600;font-size:.875rem}.cart-item__variant{font-size:.75rem;color:var(--color-gray-500)}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item__price{font-weight:600;font-size:.875rem}.cart-item__remove{font-size:.75rem;color:var(--color-gray-500);text-decoration:underline;transition:color var(--transition-fast)}.cart-item__remove:hover{color:var(--color-black)}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-gray-200)}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-weight:600}.cart-drawer__shipping-note{font-size:.75rem;color:var(--color-gray-500);margin-bottom:1rem}.cart-drawer__checkout{width:100%}.cart-drawer__continue{width:100%;margin-top:.75rem;background:none;border:none;font-family:var(--font-body);font-weight:500;font-size:.8125rem;text-decoration:underline;color:var(--color-gray-700);padding:.5rem;cursor:pointer}@media(max-width:480px){.cart-drawer{width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-cart-drawer.css.map */
