.cadient-product-with-image{
  display: none;
}
.cadient-product-with-image .subtop {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--g-font-color-subtop);
}

.cadient-product-with-image .txt-body {
  color: var(--color-body-text);
}

.cadient-product-with-image .product-image__banner_in .subtop {
  color: var(--g-font-color-subtop);
}

.cadient-product-with-image .product-image__banner_in h3 {
  color: var(--g-color-heading);
}

.cadient-product-with-image .product-image__banner_in .txt-body {
  color: var(--color-body-text);
}