/* Opto Zero v3.92 — mobile cart quantity controls only.
   Keep the cart layout/design unchanged; make -/+ compact and quantity field wider. */
@media (max-width: 767px) {
  #checkout-cart .oc-cart-line-actions-v383 {
    grid-template-columns: 164px 38px !important;
    justify-content: start !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 208px !important;
  }

  #checkout-cart .oc-cart-stepper-v383 {
    grid-template-columns: 34px 96px 34px !important;
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
    height: 40px !important;
    border-radius: 11px !important;
  }

  #checkout-cart .oc-cart-step-v383,
  #checkout-cart .oc-cart-line-qty-v383 {
    height: 38px !important;
    min-height: 38px !important;
  }

  #checkout-cart .oc-cart-step-v383 {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    padding: 0 !important;
    font-size: 18px !important;
  }

  #checkout-cart .oc-cart-line-qty-v383 {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    padding: 0 8px !important;
    font-size: 16px !important;
    line-height: 38px !important;
  }

  #checkout-cart .oc-cart-remove-v383 {
    width: 38px !important;
    min-width: 38px !important;
    height: 40px !important;
    border-radius: 11px !important;
  }
}

@media (max-width: 350px) {
  #checkout-cart .oc-cart-line-actions-v383 {
    grid-template-columns: 154px 36px !important;
    max-width: 196px !important;
  }

  #checkout-cart .oc-cart-stepper-v383 {
    grid-template-columns: 32px 90px 32px !important;
    width: 154px !important;
    min-width: 154px !important;
    max-width: 154px !important;
  }

  #checkout-cart .oc-cart-step-v383 {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }

  #checkout-cart .oc-cart-line-qty-v383 {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
  }

  #checkout-cart .oc-cart-remove-v383 {
    width: 36px !important;
    min-width: 36px !important;
  }
}
