.drawer:not(.cart-drawer){display:none!important}cart-drawer:not(.cart-drawer){display:none!important}#CartDrawer,#CartIcon{display:flex!important;visibility:visible!important}.cart-drawer{position:fixed!important;top:0!important;right:-100%!important;width:100%!important;max-width:400px!important;height:100vh!important;background:#fff!important;box-shadow:-2px 0 10px #0000001a!important;z-index:10010!important;border-radius:16px 0 0 16px!important;transition:right .3s ease-in-out!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important}.cart-drawer.open{right:0}.cart-drawer__overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:#00000080!important;z-index:10009!important;opacity:0!important;visibility:hidden!important;transition:opacity .3s ease-in-out,visibility .3s ease-in-out!important}.cart-drawer__overlay.active{opacity:1;visibility:visible}.cart-drawer__header{padding:16px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;top:0;z-index:10}.cart-drawer__title{font-size:1.25rem;font-weight:600;margin:0;color:#333}.cart-drawer__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:all .2s ease-out;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.cart-drawer__close:hover{background-color:#f5f5f5;transform:scale(1.02)}.cart-drawer__close:active{transform:scale(.98);transition:transform .1s ease-out}.cart-drawer__close:focus-visible{outline:2px solid #007AFF;outline-offset:2px}.cart-drawer-items{flex:1;padding:16px;overflow-y:auto}.cart-drawer-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f0f0f0}.cart-drawer-item:last-child{border-bottom:none}.cart-drawer-item__image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f8f8}.cart-drawer-item__image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item__details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-drawer-item__title{font-size:.9rem;font-weight:500;margin:0;color:#333;line-height:1.3}.cart-drawer-item__variant{font-size:.8rem;color:#666;margin:0}.cart-drawer-item__quantity{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.quantity-btn{width:44px;height:44px;min-width:44px;min-height:44px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;transition:all .2s ease-out}.quantity-btn:hover{background:#f5f5f5;border-color:#999;transform:scale(1.02)}.quantity-btn:active{transform:scale(.98);transition:transform .1s ease-out}.quantity-btn:focus-visible{outline:2px solid #007AFF;outline-offset:2px}.quantity-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.quantity-input{width:50px;height:44px;min-height:44px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:.9rem;font-weight:500;transition:all .2s ease-out}.quantity-input:focus,.quantity-input:focus-visible{outline:2px solid #007AFF;outline-offset:2px;border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}.cart-drawer-item__price{font-size:.9rem;font-weight:600;color:#333}.cart-drawer-item__remove{background:none;border:none;color:#dc3545;font-size:.8rem;cursor:pointer;padding:.5rem .8rem;text-decoration:underline;transition:all .2s ease-out;border-radius:8px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.cart-drawer-item__remove:hover{color:#c82333;background-color:#dc35451a;transform:scale(1.02)}.cart-drawer-item__remove:active{transform:scale(.98);transition:transform .1s ease-out}.cart-drawer-item__remove:focus-visible{outline:2px solid #dc3545;outline-offset:2px}.cart-drawer-summary{padding:16px;border-top:1px solid #e5e5e5;background:#fff;position:sticky;bottom:0}.cart-summary__subtotal,.cart-summary__total{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-summary__subtotal{font-size:.9rem;color:#666}.cart-summary__total{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}.cart-summary__checkout-btn{width:100%;padding:1rem;min-height:44px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;transition:all .2s ease-out}.cart-summary__checkout-btn:hover{background:#2563eb;transform:scale(1.02);box-shadow:0 4px 12px #3b82f64d}.cart-summary__checkout-btn:active{transform:scale(.98);transition:transform .1s ease-out}.cart-summary__checkout-btn:focus-visible{outline:2px solid #007AFF;outline-offset:2px}.cart-summary__checkout-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cart-summary__checkout-btn:disabled:hover{background:#3b82f6;transform:none}.cart-drawer-empty{text-align:center;padding:3rem 1rem;color:#666}.cart-drawer-empty h3{margin:0 0 .5rem;font-size:1.1rem;color:#333}.cart-drawer-empty p{margin:0;font-size:.9rem}.cart-icon{position:fixed!important;top:2rem!important;right:2rem!important;z-index:1003!important;cursor:pointer!important;padding:1rem!important;min-width:44px!important;min-height:44px!important;border-radius:50%!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 4px 12px #00000026!important;transition:all .2s ease-out!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important}.cart-icon:hover{background-color:#f5f5f5;transform:scale(1.02)}.cart-icon:active{transform:scale(.98);transition:transform .1s ease-out}.cart-icon:focus-visible{outline:2px solid #007AFF;outline-offset:2px}.cart-icon-bubble{position:absolute!important;top:-5px!important;right:-5px!important;background:#dc3545!important;color:#fff!important;border-radius:50%!important;width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:.7rem!important;font-weight:600!important;min-width:20px!important;visibility:visible!important;opacity:1!important}.cart-icon-bubble.hidden{display:none}.product-card__quick-add{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__quick-add{opacity:1}.product-card__quick-add-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;min-height:44px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-out;box-shadow:0 2px 8px #3b82f64d;display:flex;align-items:center;justify-content:center}.product-card__quick-add-btn:hover{background:#2563eb;transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px #3b82f666}.product-card__quick-add-btn:active{transform:scale(.98);transition:transform .1s ease-out}.product-card__quick-add-btn:focus-visible{outline:2px solid #007AFF;outline-offset:2px}.product-card__quick-add-btn:disabled{background:#6c757d;opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;pointer-events:none}.product-card__quick-add-btn:disabled:hover{background:#6c757d;transform:none}.cart-drawer-item.loading{opacity:.6;pointer-events:none}.cart-drawer-item.loading .quantity-btn,.cart-drawer-item.loading .quantity-input,.cart-drawer-item.loading .cart-drawer-item__remove{opacity:.5}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.cart-drawer-item{animation:slideInRight .3s ease-out}.cart-drawer-item.removing{animation:slideOutRight .3s ease-in}@media (max-width: 768px){.cart-drawer{width:100%;max-width:100%;border-radius:0!important}.cart-drawer__header,.cart-drawer-items{padding:16px}.cart-drawer-item{padding:16px 0;gap:16px}.cart-drawer-item__image{width:60px;height:60px;border-radius:8px}.cart-drawer-summary{padding:16px}.cart-summary__checkout-btn{padding:16px;font-size:16px!important}}@media (prefers-color-scheme: dark){.cart-drawer{background:#1a1a1a;color:#fff}.cart-drawer__header{background:#1a1a1a;border-bottom-color:#333}.cart-drawer__title{color:#fff}.cart-drawer__close{color:#ccc}.cart-drawer__close:hover{background-color:#333}.cart-drawer-item{border-bottom-color:#333}.cart-drawer-item__title{color:#fff}.cart-drawer-item__variant{color:#999}.cart-drawer-item__price{color:#fff}.quantity-btn{background:#333;border-color:#555;color:#fff;min-width:44px;min-height:44px}.quantity-btn:hover{background:#444;border-color:#777;transform:scale(1.02)}.quantity-btn:active{transform:scale(.98)}.quantity-input{background:#333;border-color:#555;color:#fff;min-height:44px}.quantity-input:focus,.quantity-input:focus-visible{border-color:#007aff;outline:2px solid #007AFF;outline-offset:2px}.cart-drawer-summary{background:#1a1a1a;border-top-color:#333}.cart-summary__total,.cart-drawer-empty h3{color:#fff}.cart-drawer-empty p{color:#999}}.cart-drawer:focus-within{outline:2px solid #007bff;outline-offset:-2px}.quantity-btn:focus:not(:focus-visible),.cart-drawer-item__remove:focus:not(:focus-visible),.cart-summary__checkout-btn:focus:not(:focus-visible){outline:none}@media (prefers-contrast: high){.cart-drawer{border:2px solid #000}.cart-drawer-item{border-bottom:2px solid #000}.quantity-btn,.cart-summary__checkout-btn{border:2px solid #000}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/dynamic-cart.css.map */
