.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100dvh;background:var(--color-white);z-index:500;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-slow);box-shadow:-4px 0 40px #0000001f}.cart-drawer.is-open{transform:translate(0)}@media(max-width:480px){.cart-drawer{top:auto;bottom:0;right:0;left:0;width:100%;height:90dvh;border-radius:20px 20px 0 0;transform:translateY(100%)}.cart-drawer.is-open{transform:translateY(0)}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-gray);flex-shrink:0}.cart-drawer__title{font-family:var(--font-display);font-size:1.25rem;font-weight:var(--fw-bold)}.cart-drawer__count{font-size:.875rem;color:var(--color-gray-dark);margin-left:.5rem}.cart-drawer__close{width:36px;height:36px;border-radius:50%;background:var(--color-gray);display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}.cart-drawer__close:hover{background:var(--color-black);color:var(--color-white)}.cart-drawer__close svg{width:16px;height:16px}.cart-drawer__shipping-bar{padding:.75rem 1.5rem;background:var(--color-off-white);font-size:.8rem;text-align:center;border-bottom:1px solid var(--color-gray);flex-shrink:0}.cart-drawer__shipping-progress{height:4px;background:var(--color-gray);border-radius:2px;margin-top:.4rem;overflow:hidden}.cart-drawer__shipping-fill{height:100%;background:var(--color-rose-dark);border-radius:2px;transition:width .4s ease}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center;color:var(--color-gray-dark)}.cart-drawer__empty svg{width:48px;height:48px;opacity:.3}.cart-drawer__empty p{font-size:.9rem}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-gray)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-beige)}.cart-item__info{display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-size:.9rem;font-weight:var(--fw-medium);line-height:1.3}.cart-item__variant{font-size:.8rem;color:var(--color-gray-dark)}.cart-item__price{font-size:.9rem;font-weight:var(--fw-bold)}.cart-item__controls{display:flex;align-items:center;gap:.5rem;margin-top:auto}.cart-item__qty-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--color-gray);display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:border-color var(--transition-fast),background var(--transition-fast)}.cart-item__qty-btn:hover{border-color:var(--color-black);background:var(--color-black);color:var(--color-white)}.cart-item__qty-btn svg{width:12px;height:12px}.cart-item__qty-value{font-size:.875rem;font-weight:var(--fw-medium);min-width:20px;text-align:center}.cart-item__remove{margin-left:auto;color:var(--color-gray-dark);transition:color var(--transition-fast);font-size:.75rem}.cart-item__remove:hover{color:var(--color-black)}.cart-item__remove svg{width:14px;height:14px}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-gray);flex-shrink:0;background:var(--color-white)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__subtotal-label{font-size:.9rem;font-weight:var(--fw-medium)}.cart-drawer__subtotal-value{font-size:1.1rem;font-weight:var(--fw-bold)}.cart-drawer__checkout{width:100%;margin-bottom:.75rem}.cart-drawer__view-cart{display:block;text-align:center;font-size:.8rem;color:var(--color-gray-dark);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-cart-drawer.css.map */
