.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:var(--color-bg);z-index:1001;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026}.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:2px solid #F3F4F6}.cart-drawer__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-text)}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-bg-secondary);cursor:pointer;border:none;transition:background .2s}.cart-drawer__close:hover{background:#e5e7eb}.cart-drawer__close svg{width:18px;height:18px}.cart-drawer__shipping{padding:.75rem 1.5rem;background:var(--color-bg-secondary);text-align:center;font-size:.875rem;font-weight:600;color:var(--color-primary)}.cart-drawer__shipping-icon{margin-right:.25rem}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem;-webkit-overflow-scrolling:touch}.cart-drawer__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #F3F4F6}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:var(--color-bg-secondary)}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-drawer__item-title{font-family:var(--font-heading);font-weight:700;font-size:.9375rem;color:var(--color-text);line-height:1.3}.cart-drawer__item-variant{font-size:.8125rem;color:var(--color-text-muted)}.cart-drawer__item-price{font-family:var(--font-heading);font-weight:700;color:var(--color-primary);font-size:1rem}.cart-drawer__item-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-drawer__qty{display:inline-flex;align-items:center;border:2px solid #E5E7EB;border-radius:var(--radius-sm)}.cart-drawer__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text);transition:background .2s}.cart-drawer__qty-btn:hover{background:var(--color-bg-secondary)}.cart-drawer__qty-value{width:32px;text-align:center;font-family:var(--font-heading);font-weight:700;font-size:.875rem;border-left:2px solid #E5E7EB;border-right:2px solid #E5E7EB;line-height:32px}.cart-drawer__item-remove{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:.8125rem;text-decoration:underline;transition:color .2s}.cart-drawer__item-remove:hover{color:#ef4444}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1rem}.cart-drawer__empty-icon{width:64px;height:64px;color:var(--color-text-muted);opacity:.4}.cart-drawer__empty-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.cart-drawer__empty-text{color:var(--color-text-muted);font-size:.9375rem}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:2px solid #F3F4F6;background:var(--color-bg)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-drawer__subtotal-label{font-weight:600;font-size:.9375rem}.cart-drawer__subtotal-price{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--color-primary)}.cart-drawer__taxes{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:1rem}.cart-drawer__checkout{width:100%}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-drawer.css.map */
