/* ZOC_LUXURY_PRODUCT_GRID_COMPACT_V46 */

/* Desktop storefront: three cards beside the filter sidebar. */
@media (min-width: 981px) {
  .lsf-store-page .lsf-shop-results .lsf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  /* Compact storefront cards without disturbing their fixed internal slots. */
  .lsf-store-page .lsf-shop-results .lsf-product-grid > .lsf-product {
    height: 500px !important;
    min-height: 500px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-product-media {
    aspect-ratio: 16 / 10 !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-product-body {
    grid-template-rows:
      minmax(2.8em, 2.8em)
      minmax(2.2em, 2.2em)
      22px
      76px !important;
    gap: 6px !important;
    padding: 13px 15px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-card-description-v45 {
    min-height: 2.2em !important;
    max-height: 2.2em !important;
    line-height: 1.55 !important;
    -webkit-line-clamp: 1 !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-card-rating-slot-v45 {
    min-height: 22px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-card-amazing-slot-v45 {
    grid-template-rows: 46px 24px !important;
    min-height: 76px !important;
    gap: 6px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-card-amazing-slot-v45 .lsf-amazing-countdown-v41 {
    min-height: 46px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-card-amazing-slot-v45 .lsf-amazing-countdown-v41 span {
    min-height: 42px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-amazing-until-v45 {
    min-height: 24px !important;
    font-size: .62rem !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-product-buy {
    min-height: 56px !important;
  }

  .lsf-store-page .lsf-shop-results .lsf-compare-toggle {
    min-height: 38px !important;
  }

  /* Homepage: four regular and four amazing products per row. */
  .lsf-products .lsf-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lsf-amazing-section-v41 .lsf-amazing-grid-v41 {
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    overflow: visible !important;
    padding-bottom: 4px !important;
  }
}

/* Medium screens: retain readable cards after the sidebar moves above results. */
@media (min-width: 761px) and (max-width: 980px) {
  .lsf-store-page .lsf-shop-results .lsf-product-grid,
  .lsf-products .lsf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lsf-amazing-section-v41 .lsf-amazing-grid-v41 {
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
  }
}
