/* Opto Zero v3.95 — mobile-only fine tuning.
   1) List mode: compact +/- and non-stretched quantity input.
   2) Cart: subtotal amount uses normal dark text.
   No card design/layout changes. */

@media (max-width: 767px) {
  /* MOBILE LIST MODE — controls only */
  [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: 28px 92px 28px !important;
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
    height: 40px !important;
    min-height: 40px !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: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    font-size: 18px !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: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 7px !important;
    font-size: 16px !important;
    line-height: 40px !important;
    text-align: center !important;
  }

  /* MOBILE CART — only the intermediate/subtotal amount */
  #checkout-cart.oc-cart-page-v35 .oc-cart-total-row:not(.total) strong {
    color: #273650 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 370px) {
  [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 {
    grid-template-columns: 26px 86px 26px !important;
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !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: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    font-size: 17px !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: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
  }
}
