.cart-sidebar{position:fixed;top:0;right:0;width:100%;height:100%;z-index:9999;pointer-events:none}.cart-sidebar.is-active{pointer-events:all}.cart-sidebar__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease;cursor:pointer}.cart-sidebar.is-active .cart-sidebar__overlay{opacity:1}.cart-sidebar__content{position:absolute;top:0;right:0;width:100%;max-width:450px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a}.cart-sidebar.is-active .cart-sidebar__content{transform:translate(0)}.cart-sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.cart-sidebar__header h2{font-size:1.5rem;font-weight:600;margin:0}.cart-sidebar__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.cart-sidebar__close:hover{transform:scale(1.1)}.cart-sidebar__close svg{width:24px;height:24px}.cart-sidebar__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-sidebar__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999}.cart-sidebar__empty svg{width:64px;height:64px;margin-bottom:1rem;opacity:.5}.cart-sidebar__empty p{font-size:1.1rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #f0f0f0;position:relative}.cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-item__image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item__title{font-size:1rem;font-weight:500;margin:0;line-height:1.3}.cart-item__variant{font-size:.875rem;color:#666;margin:0}.cart-item__price{font-weight:600;margin:0}.cart-item__quantity{display:flex;align-items:center;gap:.75rem;margin-top:auto}.cart-item__qty-btn{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .2s ease}.cart-item__qty-btn:hover{border-color:#3273dc;color:#3273dc}.cart-item__qty{min-width:30px;text-align:center;font-weight:500}.cart-item__remove{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer;padding:.25rem;color:#999;transition:color .2s ease}.cart-item__remove:hover{color:#ff3860}.cart-item__remove svg{width:18px;height:18px}.cart-sidebar__footer{padding:1.5rem;border-top:1px solid #e0e0e0;background:#fafafa}.cart-sidebar__footer form{margin:0}.cart-sidebar__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:600;margin-bottom:1rem}@media (max-width: 768px){.cart-sidebar__content{max-width:100%}.cart-item__image{width:60px;height:60px}}.cart-sidebar__items.is-loading{opacity:.5;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-sidebar.css.map */
