/* S-FORMA — стили каталога и карточек */

/* Фильтры каталога */
.t-store__filter__item-title,
.t-store__parts-switch-btn,
.t-store__parts-switch__btn-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.t-store__filter__item_active .t-store__filter__item-title {
  font-weight: 700 !important;
  color: #000 !important;
}

/* Плитки каталога */
.t-store__card__title,
.js-store-prod-name {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.t-store__card__descr {
  font-size: 15px !important;
  color: #555 !important;
}

.t-store__card__price {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* Название и цена товара */
.t706__product-title,
.t-store__prod-popup__title {
  font-size: 28px !important;
  font-weight: 700 !important;
}

.t706__product-price,
.t-store__prod-popup__price,
.js-product-price {
  font-size: 24px !important;
  font-weight: 600 !important;
}

/* Описание товара */
.t-store__prod-popup__text,
.t-store__prod-popup__text-descr,
.t-store__prod-popup__text p,
.t-store__prod-popup__text-descr p {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

/* МИНИАТЮРЫ — уменьшить */
.t-slds__thumbsbullet,
.t-slds__bullet,
.t-slds__thumbsbullet-wrapper .t-slds__thumbsbullet,
[class*="thumbsbullet"] {
  width: 80px !important;
  height: 60px !important;
  max-width: 80px !important;
  max-height: 60px !important;
  min-width: 80px !important;
  min-height: 60px !important;
  margin: 4px !important;
  background-size: cover !important;
  background-position: center !important;
  flex-shrink: 0 !important;
}

.t-slds__thumbsbullet-wrapper,
[class*="thumbsbullet-wrapper"] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  margin-top: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Скрыть кнопку BUY NOW */
.js-store-prod-buy-btn,
.t-store__prod-popup__btn,
.t-store__prod-popup__btn-wrapper,
.t706__product-buy-btn {
  display: none !important;
}