/* Opto Zero v3.98 — mobile only.
   1) Cart: move delete button closer to the top-right corner.
   2) Mobile list mode: make qty stepper less stretched.
   Desktop and all other layouts remain untouched. */

@media (max-width: 767px) {
  /* MOBILE CART */
  #checkout-cart.oc-cart-page-v35 .oc-cart-table > tbody > tr.oc-cart-line-v383 > td:nth-child(2) {
    padding-right: 58px !important;
  }

  #checkout-cart .oc-cart-remove-v383 {
    top: 14px !important;
    right: 12px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-radius: 14px !important;
  }

  /* MOBILE LIST MODE */
  [data-oc-product-grid].oc-list-view .oc-product-card .oc-product-actions,
  .oc-products-grid.oc-list-view .oc-product-card .oc-product-actions,
  .oc-home-products.oc-list-view .oc-product-card .oc-product-actions,
  .search-grid-fix.oc-list-view .oc-product-card .oc-product-actions {
    display: grid !important;
    grid-template-columns: 94px !important;
    justify-content: start !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 0 !important;
  }

  [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: inline-grid !important;
    grid-template-columns: 22px 50px 22px !important;
    width: 94px !important;
    min-width: 94px !important;
    max-width: 94px !important;
    height: 38px !important;
    min-height: 38px !important;
    justify-self: start !important;
    align-self: center !important;
    border-radius: 11px !important;
    overflow: hidden !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: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    font-size: 16px !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: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 5px !important;
    font-size: 14px !important;
    line-height: 38px !important;
    text-align: center !important;
  }
}

@media (max-width: 370px) {
  #checkout-cart .oc-cart-remove-v383 {
    top: 12px !important;
    right: 10px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  #checkout-cart.oc-cart-page-v35 .oc-cart-table > tbody > tr.oc-cart-line-v383 > td:nth-child(2) {
    padding-right: 54px !important;
  }

  [data-oc-product-grid].oc-list-view .oc-product-card .oc-product-actions,
  .oc-products-grid.oc-list-view .oc-product-card .oc-product-actions,
  .oc-home-products.oc-list-view .oc-product-card .oc-product-actions,
  .search-grid-fix.oc-list-view .oc-product-card .oc-product-actions {
    grid-template-columns: 88px !important;
  }

  [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: 21px 46px 21px !important;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 36px !important;
    min-height: 36px !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: 21px !important;
    min-width: 21px !important;
    max-width: 21px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 15px !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: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 13px !important;
    line-height: 36px !important;
  }
}
