/*Стили табов в карточке товара*/
.t-catalog__tabs__item-button {
    padding-right: 0px !important;
}

.t-catalog .t-catalog__tabs__close:after {
    background-color: #ffffff !important;
}

.t-catalog .t-catalog__tabs_accordion .t-catalog__tabs__item-button.t-catalog__tabs__item-button_active {
    border-bottom-color: transparent !important;
}

.t-catalog .t-catalog__tabs_accordion .t-catalog__tabs__item-button {
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
}

/*Отступы в карточке товара*/
.t-catalog__prod-snippet__container {
        padding-top: 90px !important;
        padding-bottom: 30px !important;
    }

@media screen and (max-width: 560px) {
    .t-catalog__prod-snippet__container {
        padding-top: 42px !important;
    }
}

/*Стили отметки на карточке*/
.t-catalog__card__mark {
    border-radius: 0px;
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 30px;
    width: auto;
    text-transform: uppercase;
}

.t-catalog__card__mark-wrapper {
    top: 2px;
    left: 2px !important;
}

/*Стили буллетов в карточке товара*/
.t-catalog .t-slds__bullet {
    pointer-events: none !important;
    padding: 0px 0px !important;
    flex: 1;
}
    
.t-catalog .t-slds__bullet_body {
    border-radius: 0px !important;
    width: 100% !important;
    height: 2px !important;
}

.t-catalog .t-slds__bullet_wrapper {
    padding: 0px 0 0;
    display: flex;
}

/* Толщина линий SVG-иконок в меню */
.t-menuwidgeticons__wrapper svg circle,
.t-menuwidgeticons__wrapper svg line,
.t-menuwidgeticons__wrapper svg path {
    stroke-width: 1.4px !important;
}

/* Нижний отступ у контейнера иконки */
.t-menuwidgeticons__icon {
    padding-bottom: 0;
}

/* Отступ между описанием товара и его ценой */
.t-catalog__card__price-wrapper {
    margin-top: 5px;
}

/* Верхний внутренний отступ текстовой части и кнопок карточки */
.t-catalog__card__wrap_txt-and-btns {
    padding: 10px 0 0 !important;
}

/* Размер ссылок в footer */
.t420__descr {
    font-size: 10px !important;
}

@media screen and (max-width: 960px) {
    /* Контейнер основного мобильного меню */
    .t-menu-base__maincontainer {
        gap: 0;
        padding: 40px 20px 10px;
    }

    /* Выравнивание ссылок в меню с левой стороны */
    .t-menu-base_mobile-left .t-menu__link-wrapper {
        justify-content: normal;
    }

    /* Размеры и внутренние отступы мобильного меню */
    .tmenu-mobile__container {
        min-height: 42px !important;
        padding: 10px 20px !important;
    }

    /* Скрывает стрелки слайдера на мобильных устройствах */
    .t-slds__arrow {
        display: none;
    }
}

/*Стили секции «Смотрите также»*/
@media screen and (min-width: 1240px) {
    .t-catalog__grid-cont_mobile-one-row.t-catalog__relevants-grid-cont .t-catalog__card {
        max-width: 260px !important;
    }
}

@media screen and (max-width: 1240px) {
    .t-catalog__grid-cont_mobile-one-row.t-catalog__relevants-grid-cont .t-catalog__card {
        max-width: 210px !important;
    }
}

.t-catalog__card__imgwrapper {
    padding-bottom: 133%;
}