/*карточка товара*/
/*заголовок и цена*/
.t-catalog__prod-popup__name {
    font-size: 22px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.t-catalog__prod-popup__price {
    font-size: 24px !important;
}

.t-catalog__prod-popup__title-wrapper {
    margin-bottom: 10px;
}

.t-catalog__prod-popup__price-wrapper {
    margin-bottom: 30px;
}

/*опции*/
.js-product-controls-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    background-color: #fafafa;
    padding: 20px;
}

.t-product__option-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px !important;
}

.t-product__option-variants_custom .t-product__option-title, .t-product__option-select, .js-catalog-prod-charcs {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 300 !important;
    white-space: normal;
}

.t-product__option-item_active .t-product__option-checkmark:before {
    border: 1px solid #f74843 !important;
}

.t-product__option-item_active .t-product__option-checkmark:after {
    background-color: #f74843 !important;
}

.t-catalog .t-product__option {
    margin: 0;
}

/*характеристики*/
.js-catalog-prod-all-charcs {
    margin-top: 10px !important;
    background-color: #fafafa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.t-catalog__prod-popup__text {
    opacity: 1 !important;
    margin-top: 0 !important;
}

/*табы*/
.t-catalog__tabs__button.js-catalog-tab-button {
    padding: 20px !important;
    max-width: fit-content !important;
    margin-right: 20px;
}

.t-catalog__tabs__button-title.t-name.t-name_xs {
    white-space: normal !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

.t-catalog__tabs__button_active, .t-catalog__tabs__button:hover {
    border-bottom: 1px solid #f74843 !important;
}

.t-catalog__tabs__button_active .t-catalog__tabs__button-title {
    color: #f74843 !important;
}

@media screen and (max-width: 1201px) {
    .t-catalog__tabs__button-title.t-name.t-name_xs {
        max-width: 300px !important;
    }
}

@media screen and (max-width: 560px) {
    .t-catalog__tabs__button-title.t-name.t-name_xs {
    padding: 0 !important;
}

.t-catalog__tabs__button-title.t-name.t-name_xs:after {
    display: none !important;
}
}

.t-catalog__tabs__content.t-descr.t-descr_xxs strong {
    font-weight: 400 !important;
    padding-bottom: 5px !important;
    display: inline-block;
    text-transform: uppercase;
}

.t-catalog__tabs__content.t-descr.t-descr_xxs {
    font-size: 16px !important;
    max-width: 100% !important;
}

.t-catalog__tabs__controls {
    margin-bottom: 40px;
}