.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);
  font-size: clamp(22px, 1.5vw, 28px);
}

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

.section-block h2{font-size: clamp(24px, 1.7vw, 32px);}

.cadient-product-card .product-card__name{font-size:clamp(14px, 0.85vw, 16px) ;}