/* Попап карточки товара */
.t-store__prod-popup__text,
.t-store__prod-popup__text *,
.js-store-prod-all-charcs,
.js-store-prod-all-charcs *,
.js-store-prod-text,
.js-store-prod-text *,
.js-store-prod-sku,
.js-store-prod-sku *,
.js-store-prod-descr,
.js-store-prod-descr * {
  font-family: 'Inter', sans-serif !important;
}

/* Заголовок в попапе — жирный */
.t-store__prod-popup__name {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}

/* Заголовок карточки товара в каталоге */
.js-store-prod-name,
.js-product-name,
.t-store__card__title,
.t-typography__title,
.t-name,
.t-name_md {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}

/* Описание карточки товара в каталоге */
.js-store-prod-descr,
.js-store-prod-descr * {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
}

/* Текст кнопки "Подробнее" */
.t-store__card__btn-text {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
}

.t-store__prod-popup__brand {
  font-family: 'Inter', sans-serif !important;
}

/* Заголовки дополнительных блоков */
.t-store__relevants__title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}

/* Цена товара */
.js-product-price,
.js-store-prod-price-val {
  font-family: 'Inter', sans-serif !important;
  color: #6F5C44;
  font-weight: 700 !important;
}

.js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
  font-family: 'Inter', sans-serif !important;
  color: #6F5C44 !important;
}

.t-product__option-title.t-product__option-title_buttons.t-product__option-title_simple.t-typography__options.t-descr.t-descr_xxs {
  font-family: 'Inter', sans-serif !important;
  color: #6F5C44 !important;
}

.t-store__prod-popup__price-currency{
  color: #6F5C44;
}

.t-store__card__price-currency{
  color: #6F5C44;
}

.t-store__card__price t-store__card__price-item t-name t-name_xs{
  color: #6F5C44;    
}

.t-store__card__mark{
    background-color: #6F5C44;
  color: #F8F8F8 !important;
}

a.js-store-prod-btn2 {
  border-radius: 10px !important;
  color: #F8F8F8 !important;
  background-color: #c7baab !important;
  border: none !important;
  display: block !important;
  text-align: center;
}



.js-store-prod-all-text a[href^="https://spb1912.ru/booking"] {
  display: inline-block;
  padding: 10px 35px;
  margin-top: 20px;
  margin-right: 100px;
  border-radius: 10px;
  font-weight: 700;
  background-color: #6F5C44;
  color: #F8F8F8 !important;
  text-decoration: none;
  font-size: 14px;
}



.js-store-prod-all-text a[href^="https://guest.travelline.ru/"] {
  display: inline-block;
  padding: 10px 35px;
  margin-top: 20px;
  margin-right: 100px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #6F5C44;
  font-weight: 700;
  background-color: #F8F8F8;
  color: #6F5C44 !important;
  text-decoration: none;
  font-size: 14px;
}

