/* Каталог: стили, которые на оригинале были инлайновыми на странице /catalog */

.catalog .wrapper .catalog-page-label {
    display: block;
    width: 100%;
    font-family: 'Buyan' !important;
    font-size: 92px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 0 auto 100px;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .catalog .wrapper .catalog-page-label {
        font-size: 56px !important;
        margin: 0 auto 50px;
    }
}

@media screen and (max-width: 515px) {
    .catalog .wrapper .catalog-page-label {
        font-size: 40px !important;
        margin: 0 auto 30px;
    }
}

/* Переключатель типа (на карточке товара — тип/размер) */
.type_flex {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
}

.type_flex div {
    min-width: 44px;
    text-align: center;
    border: 1px solid #807A74;
    color: #807A74;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 0px 8px;
    font-family: 'Buyan';
    border-radius: 10px;
    cursor: pointer;
}

.type_flex div.activ_type {
    border: 1px solid #fff;
    color: #fff;
}

.nonvisibl { display: none; }
.dont_visibl { opacity: 0; }
