/* One continuous product hero: gallery + purchase panel. */
body.igcs-shop-car .single-product-builder {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.igcs-shop-car .single-product-builder > .row {
  column-gap: 0;
}

body.igcs-shop-car .single-product-builder .etheme-woocommerce-product-gallery {
  flex: 0 0 68% !important;
  width: 68% !important;
  max-width: 68% !important;
  height: auto;
  align-self: stretch;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 0, 237, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(15, 13, 19, 0.97), rgba(6, 7, 9, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-radius: 18px 0 0 18px;
}

body.igcs-shop-car .single-product-builder .et_product-block:has(.product_title) {
  flex: 0 0 32% !important;
  width: 32% !important;
  max-width: 32% !important;
  height: auto;
  align-self: stretch;
  background:
    radial-gradient(circle at 0 8%, rgba(255, 0, 237, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(12, 10, 16, 0.97), rgba(6, 7, 9, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
  border-radius: 0 18px 18px 0;
}

body.igcs-shop-car .single-product-builder .woocommerce-tabs {
  width: 100%;
}

@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: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.igcs-shop-car .single-product-builder .etheme-woocommerce-product-gallery {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
  }

  body.igcs-shop-car .single-product-builder .et_product-block:has(.product_title) {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0 0 16px 16px;
  }
}
