/* --- Шрифт для вкладок товару --- */
.t-store__tabs__item-button,
.t-store__tabs__item-button span,
.t-store__prod-tabs__item,
.t-store__prod-tabs__item span,
.js-store-prod-tab,
.js-store-prod-tab span {
  font-family: 'Gilroy', sans-serif !important;
  font-weight: 500 !important;
}

/* --- Шрифт для контенту у вкладках --- */
.t-store__prod-tabs__content,
.t-store__tabs__content-wrapper,
.t-store__tabs__content-wrapper *,
.t-store__prod-tabs__content *,
.js-store-prod-tab-content *,
.t-descr,
.t-descr * {
  font-family: 'Gilroy', sans-serif !important;
  font-weight: 400 !important;
}

/* --- Шрифт для варіантів опцій --- */
.t-product__option-item,
.t-product__option-item *,
.t-product__option-item_simple,
.t-product__option-item_simple *,
.t-product__option-variants_buttons label span,
.t-product__option-variants_buttons label,
.t-product__option-variants label span,
.t-product__option-variants label {
  font-family: 'Gilroy', sans-serif !important;
  font-weight: 400 !important;
}

/* --- Обводка активного варіанту опції (кількість, шоколад) --- */
.t-product__option-item_active {
  border-color: #D63019 !important;
  box-shadow: 0 0 0 2px #D63019 !important;
}
