/* Mobile cart qty — native :active press feedback only (no JS state) */
@media (max-width: 767px) {
  body#cart .cart-overview .bootstrap-touchspin .btn-touchspin {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    transition: background-color 0.08s ease, transform 0.08s ease;
  }

  body#cart .cart-overview .bootstrap-touchspin .bootstrap-touchspin-up:active {
    background: #047857 !important;
    color: #fff !important;
    transform: scale(0.92);
  }

  body#cart .cart-overview .bootstrap-touchspin .bootstrap-touchspin-down:active {
    background: #1d4ed8 !important;
    color: #fff !important;
    transform: scale(0.92);
  }

  body#cart .cart-overview .bootstrap-touchspin .btn-touchspin:active .fa {
    color: #fff !important;
  }
}
