/* Align the hero border with the inset specs/tabs panel below. */
body.igcs-shop-car .single-product-builder .etheme-woocommerce-product-gallery {
  flex-basis: calc(68% - 15px) !important;
  width: calc(68% - 15px) !important;
  max-width: calc(68% - 15px) !important;
  margin-left: 15px;
}

body.igcs-shop-car .single-product-builder .et_product-block:has(.product_title) {
  flex-basis: calc(32% - 15px) !important;
  width: calc(32% - 15px) !important;
  max-width: calc(32% - 15px) !important;
  margin-right: 15px;
}

@media (max-width: 767px) {
  body.igcs-shop-car .single-product-builder .etheme-woocommerce-product-gallery,
  body.igcs-shop-car .single-product-builder .et_product-block:has(.product_title) {
    flex-basis: calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin-right: 15px;
    margin-left: 15px;
  }
}
