.cart-drawer{position:fixed;inset:0 0 0 auto;width:100%;max-width:420px;height:100%;margin:0;padding:0;border:none;background:rgb(var(--color-background));color:rgb(var(--color-text))}.cart-drawer[open]{display:flex;flex-direction:column}.cart-drawer::backdrop{background:#0006}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgb(var(--color-border))}.cart-drawer__header h2{margin:0;font-size:1.2rem}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.cart-drawer__shipping-bar{padding:1rem 1.25rem 0}.cart-drawer__shipping-text{margin:0 0 .5rem;font-size:.85rem;font-weight:600}.progress-bar{height:6px;border-radius:999px;background:rgb(var(--color-border));overflow:hidden}.progress-bar__fill{height:100%;background:rgb(var(--color-primary));transition:width .3s ease}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:grid;gap:1.25rem}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:.9rem}.cart-item__image{display:block;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;background:rgb(var(--color-border))}.cart-item__image img,.cart-item__image svg{width:100%;height:100%;object-fit:cover}.cart-item__details{display:grid;gap:.25rem;min-width:0}.cart-item__title{font-weight:600;text-decoration:none;color:inherit;display:block}.cart-item__variant{font-size:.85rem;opacity:.7}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem}.quantity-input--small{transform:scale(.9);transform-origin:left center}.cart-item__remove{width:32px;height:32px;border:none;background:none;cursor:pointer;color:rgb(var(--color-text));opacity:.6}.cart-item__remove:hover{opacity:1}.cart-item__remove svg{width:16px;height:16px}.cart-drawer__upsell{margin:0 1.25rem 1rem;padding:1rem;border:1px dashed rgb(var(--color-border));border-radius:var(--radius-md)}.cart-drawer__upsell-heading{font-weight:700;margin:0 0 .75rem;font-size:.9rem}.cart-drawer__upsell .product-card__link{flex-direction:row;align-items:center}.cart-drawer__upsell .product-card__media{width:56px;height:56px;flex-shrink:0}.cart-drawer__cod{padding:0 1.25rem 1rem}.cart-drawer__footer{border-top:1px solid rgb(var(--color-border));padding:1rem 1.25rem 1.25rem;display:grid;gap:.6rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.cart-page__grid{display:grid;gap:2rem}@media screen and (min-width:990px){.cart-page__grid{grid-template-columns:1fr 340px;align-items:start}}.cart-page__items{display:grid;gap:1.5rem}.cart-page .cart-item{grid-template-columns:100px 1fr;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-border))}.cart-page .cart-item__image{width:100px;height:100px}.cart-page__summary{border:1px solid rgb(var(--color-border));border-radius:var(--radius-lg);padding:1.5rem;display:grid;gap:1rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart.css.map */
