/* Keep exact-model placeholders concise until an official product image is verified. */
body.home-page :is(#showroom, #products, .product-area)
  .commerce-layout .product-grid[data-product-grid]
  > article.product-card.product-card--no-image {
  height: auto !important;
  min-height: 318px !important;
}

body.home-page :is(#showroom, #products, .product-area)
  .commerce-layout .product-grid[data-product-grid]
  > article.product-card.product-card--no-image .product-card-media {
  flex: 0 0 190px !important;
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  aspect-ratio: auto !important;
}

body.home-page :is(#showroom, #products, .product-area)
  .commerce-layout .product-grid[data-product-grid]
  > article.product-card.product-card--no-image .product-image-placeholder {
  height: 190px !important;
  min-height: 0 !important;
  grid-template-rows: auto auto auto !important;
  gap: 6px;
  padding: 18px;
}

body.home-page :is(#showroom, #products, .product-area)
  .commerce-layout .product-grid[data-product-grid]
  > article.product-card.product-card--no-image .product-image-placeholder strong {
  font-size: 15px;
  line-height: 1.3;
}
