.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99999!important;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:min(420px,100vw);background:#fff;z-index:100000!important;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;visibility:hidden;display:flex;flex-direction:column;overflow:hidden}.cart-drawer.is-open{transform:translate(0)!important;visibility:visible!important}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.cart-drawer__title{font-weight:700;font-size:1.1rem}.cart-drawer__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-drawer__close:hover{background:#f5f5f5}.cart-drawer__shipping-bar{padding:.75rem 1.5rem;background:#f9f9f9;font-size:.8125rem;flex-shrink:0}.cart-drawer__progress{height:4px;background:#e5e5e5;border-radius:2px;margin-top:.4rem;overflow:hidden}.cart-drawer__progress-bar{height:100%;background:linear-gradient(90deg,var(--color-accent, #ff0000) 0%,#E2D3BE 100%);border-radius:0;transition:width .4s ease}.cart-drawer__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 1.5rem;min-height:0}.cart-drawer__empty{text-align:center;padding:3rem 1rem}.cart-drawer__empty p{color:#888;margin-bottom:1.5rem}.cart-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid #f5f5f5;align-items:flex-start}.cart-item__image{width:75px;flex-shrink:0;border-radius:var(--card-radius, 8px);overflow:hidden;aspect-ratio:3/4}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-weight:600;font-size:.875rem;line-height:1.3;color:#111;margin:0}.cart-item__variant{font-size:.75rem;color:#767674;margin:0}.cart-item__price{font-weight:700;font-size:.9375rem;color:#111;margin:.25rem 0 0}.cart-item__qty{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:4px;width:fit-content;margin-top:.5rem;overflow:hidden}.cart-item__qty-btn{width:28px;height:28px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.cart-item__qty-btn:hover{background:#f5f5f5}.cart-item__qty-input{width:30px;text-align:center;border:none;background:transparent;font-size:.8125rem;font-weight:600;padding:0}.cart-item__remove{font-size:.75rem;color:#a0a0a0;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;margin-top:.5rem;text-align:left;width:fit-content}.cart-drawer__footer{padding:1rem 1.5rem;border-top:1px solid #f0f0f0;background:#fff;z-index:2;box-shadow:0 -4px 12px #00000008}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.5rem}.cart-drawer__note{margin:.75rem 0}.cart-drawer__note textarea{width:100%;border:1px solid #ddd;border-radius:0;padding:.65rem;font-size:.875rem;resize:none;min-height:60px}.cart-drawer__checkout{display:flex;flex-direction:column;gap:.6rem}.cart-drawer__taxes-note{font-size:.75rem;color:#999;text-align:center}.cart-payment-methods{margin-bottom:1.25rem;padding:1rem 1.25rem;background:#f8f7f5;border:1px solid rgba(0,0,0,.04)}.payment-methods-title{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary, #111111);margin-bottom:.6rem}.payment-options-grid{display:flex;flex-direction:column;gap:.5rem}.payment-option-card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--color-border, rgba(0,0,0,.06));cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease}.payment-option-card input{position:absolute;opacity:0;width:0;height:0}.option-indicator{width:14px;height:14px;border:2px solid var(--color-border, rgba(0,0,0,.15));border-radius:50%;display:inline-block;margin-top:2px;position:relative;flex-shrink:0}.option-indicator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:6px;height:6px;border-radius:50%;background:var(--color-accent, #ff0000);transition:transform .2s ease}.payment-option-card input:checked~.option-indicator{border-color:var(--color-accent, #ff0000)}.payment-option-card input:checked~.option-indicator:after{transform:translate(-50%,-50%) scale(1)}.payment-option-card.active{border-color:var(--color-accent, #ff0000);box-shadow:0 4px 12px #c5a8800a}.option-details strong{display:block;font-size:.78rem;font-weight:700;color:var(--color-primary, #111111);line-height:1.2;margin-bottom:.1rem}.option-details p{font-size:.65rem;color:var(--color-text-muted, #767674);line-height:1.2;margin:0}.cart-item__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.cart-item__remove-btn{color:#a0a0a0;font-size:.75rem;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer}.cart-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-cart-drawer.css.map */
