.cart-drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer-backdrop.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;z-index:9999;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.cart-drawer__title{font-size:1.5rem;font-weight:700;margin:0}.cart-drawer__close{background:#f4f4f4;border:none;font-size:1.2rem;cursor:pointer;width:32px;height:32px;display:grid;place-items:center;border-radius:4px}.cart-drawer__shipping-bar{padding:1rem 1.5rem;background:#fff;text-align:center}.shipping-bar__text{font-size:.9rem;margin-bottom:.5rem}.shipping-bar__progress{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.shipping-bar__fill{height:100%;background:#e22c4d;width:0%;transition:width .5s ease}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0;position:relative}.cart-item__image img{width:100%;height:auto;object-fit:cover;border-radius:4px}.cart-item__details h3{font-size:.95rem;margin:0 0 .25rem}.cart-item__variant{font-size:.8rem;color:#666;margin:0 0 .5rem}.cart-item__price-box{margin-top:.5rem}.cart-item__final-price{font-weight:700}.cart-item__compare-price{text-decoration:line-through;color:#999;font-size:.85rem;margin-right:.5rem}.cart-item__remove{background:none;border:none;color:#999;cursor:pointer;position:absolute;top:0;right:0}.quantity-selector{display:flex;border:1px solid #ddd;width:max-content}.quantity-btn{background:none;border:none;padding:0 .5rem;cursor:pointer;font-size:1rem}.quantity-input{width:30px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;-moz-appearance:textfield}.cart-drawer__footer{padding:1.5rem;border-top:1px solid #eee;background:#fff}.cart-drawer__discount{display:flex;gap:.5rem;margin-bottom:1rem}.cart-drawer__discount input{flex:1;padding:.75rem;border:1px solid #ddd}.cart-drawer__discount button{background:#000;color:#fff;border:none;padding:0 1rem;cursor:pointer}.cart-drawer__checkout-btn{width:100%;background:#000;color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;gap:.5rem}.cart-drawer__checkout-btn:hover{opacity:.9}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
