/* Opto Zero v3.16 — home/category card parity on desktop */
@media (min-width: 768px) {
  .oc-home-products .oc-product-card,
  .oc-products-grid .oc-product-card {
    padding: 13px !important;
  }

  .oc-home-products .oc-product-image-wrap,
  .oc-products-grid .oc-product-image-wrap {
    height: 180px !important;
    min-height: 180px !important;
    padding: 8px !important;
  }

  .oc-home-products .oc-product-image,
  .oc-products-grid .oc-product-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .oc-home-products .oc-product-title,
  .oc-products-grid .oc-product-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    min-height: 40px !important;
    margin-bottom: 9px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
}
