/* Phone CTA appearance explicitly selected from hochu-cveti.ru, 2026-09-09. */
.catalog-detail__buy-block .vc-product-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  min-height: 42px;
  padding: 1px 3px;
  gap: 0;
  border: 1px solid #c65300;
  border-radius: 8px;
  background: #c65300;
  color: #fff;
  font: 700 16.875px/1 Inter, Arial, sans-serif;
  white-space: nowrap;
}
.catalog-detail__buy-block .vc-product-phone:hover,
.catalog-detail__buy-block .vc-product-phone:focus {
  border-color: #b94d00;
  background: #b94d00;
  color: #fff;
}
.vc-product-phone__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(15px, 4.2vw, 20px);
  height: clamp(15px, 4.2vw, 20px);
  flex: 0 0 clamp(15px, 4.2vw, 20px);
  margin-right: clamp(4px, 1.4vw, 8px);
}
.vc-product-phone__icon img {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.vc-product-phone__label { white-space: nowrap; }
