/* Elementor's product row is block by default; flex makes both hero halves one equal-height panel. */
body.igcs-shop-car .single-product-builder > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
