/* фиксим одну колонку на странице товара при >1240 */
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col {
    margin-left: 10px;
    margin-right: 10px;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 100px;
    font-family: Manrope;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #BFCDA3;
    color: #6C765B !important;
}


.t-slds__thumbsbullets-with-gallery .t-slds__main {

    width: calc(100%);
    max-height: 490px !important;
}


/* текст на страницах товаров */
.t-store .t-store__tabs__content {
    font-family: 'Manrope';
    font-weight: 600;
}

@media screen and (max-width: 480px) {
.t-store .t-store__tabs__content {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px !important;
    }
}

@media screen and (max-width: 360px) {
.t-store .t-store__tabs__content {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 14px;
    }
}

/* заголовки карточек товаров */
.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 40px;
    line-height: 1.35;
}
@media screen and (max-width: 1200px) {
.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
        font-size: 40px;
    }
}
@media screen and (max-width: 640px) {
.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
        font-size: 26px;
    }
}
@media screen and (max-width: 480px) {
.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
        font-size: 30px;
    }
}
@media screen and (max-width: 360px) {
.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
        font-size: 26px;
    }
}

/* табы */
.t-store__tabs__item-title.t-name.t-name_xs {
    font-size: 22px;
    line-height: 1.35;
}
@media screen and (max-width: 1200px) {
    .t-store__tabs__item-title.t-name.t-name_xs {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .t-store__tabs__item-title.t-name.t-name_xs {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .t-store__tabs__item-title.t-name.t-name_xs {
        font-size: 22px;
    }
}

/* текст в табах */
.t-store__tabs__content.t-descr.t-descr_xxs {
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    .t-store__tabs__content.t-descr.t-descr_xxs {
       font-size: 16px;
       line-height: 1.4;
    }
}

@media screen and (max-width: 360px) {
    .t-store__tabs__content.t-descr.t-descr_xxs {
       font-size: 14px;
       line-height: 1.4;
    }
}

@media screen and (max-width: 480px) {
    .js-store-prod-all-text {
        font-size: 16px;
    }
}


/* аккордеон на страницах товаров*/
.t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    border-bottom: 0px;
    background-color: #E9E9DC;
    border-radius: 10px;
    position: relative;
    padding-left: 20px !important;
    justify-content: space-between;
}

.t-store .t-store__tabs__controls .t-store__tabs__button, .t-store .t-store__tabs__item {
    margin-top: 4px !important;
        background-color: #E9E9DC;
    border-radius: 10px;
}

@media screen and (min-width: 980px) {
.t-store .t-store__tabs__controls .t-store__tabs__button, .t-store .t-store__tabs__item {
    margin-right: 10px;
}
}

#rec1105492906 .t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 0px  !important;
}

#rec1105492906 .t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 0px solid  !important;
}

.t-store .t-store__tabs_accordion .t-store__tabs__content {
    display: none;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
}

.t-store .t-store__tabs__content {
    margin: 0 0 4px 0 !important;
}