/* Приведение текста внутри карточки товара к единому стилю */
.t-store__prod-popup .t-store__prod-popup-text,
.t-store__prod-popup .t-store__prod-popup-text p,
.t-store__prod-popup .t-store__prod-popup-text ul,
.t-store__prod-popup .t-store__prod-popup-text ul li {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: #333 !important;
}
