/* Opto Zero v3.89 — mobile LIST quantity proportions only.
   Card design is untouched: only +/- are narrower and the manual input gets the remaining width. */
@media (max-width: 767px) {
  [data-oc-product-grid].oc-list-view .oc-product-card .oc-qty-control,
  .oc-products-grid.oc-list-view .oc-product-card .oc-qty-control,
  .oc-home-products.oc-list-view .oc-product-card .oc-qty-control,
  .search-grid-fix.oc-list-view .oc-product-card .oc-qty-control {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) 30px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  [data-oc-product-grid].oc-list-view .oc-product-card .oc-qty-btn,
  .oc-products-grid.oc-list-view .oc-product-card .oc-qty-btn,
  .oc-home-products.oc-list-view .oc-product-card .oc-qty-btn,
  .search-grid-fix.oc-list-view .oc-product-card .oc-qty-btn {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [data-oc-product-grid].oc-list-view .oc-product-card .oc-qty-input,
  .oc-products-grid.oc-list-view .oc-product-card .oc-qty-input,
  .oc-home-products.oc-list-view .oc-product-card .oc-qty-input,
  .search-grid-fix.oc-list-view .oc-product-card .oc-qty-input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
