/*Карточка товара на отдельной странице*/

.t-container.t-container_fluid > .t-container_fluid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
.t-container.t-container_fluid:before,
.t-container.t-container_fluid > .t-container_fluid:after{
    display: none !important;
}
.t-store__prod-popup__info {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}
.js-product-controls-wrapper {
    display: none !important;
}

.js-store-price-wrapper {
    display: none;
}

.t-store__prod-popup__brand {
    display: none !important;
}

.t-container.t-container_fluid {
    max-width: 1400px !important;
    padding: 40px;
    background-color: white;
    border-radius: 16px;
    box-sizing: border-box;
}

.t-store.t-store__prod-snippet__container {
    background-color: #fef1e2;
    padding: 0 0 120px;
}

.t-store__prod-popup__info {
    background-color: #fef1e2;
    border: 2px solid #fef1e2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 12px;
}
.t-store__prod-popup__title-wrapper {
    width: 100%;
}


.t-store__prod-popup__slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.t-store__prod-popup__slider .t-slds__main {
    border: 2px solid #fef1e2;
    border-radius: 12px;
    overflow: hidden;
}
.t-store__prod-popup__slider .t-slds__thumbsbullet-border {
    display: none !important;
}
.t-slds__thumbsbullet > div {
    border: 2px solid #fef1e2;
    border-radius: 12px;
    overflow: hidden;
}
.t-store__prod-popup__slider .t-slds__arrow.t-slds__arrow-left {
    left: 10px;
}

.t-store__prod-popup__slider .t-slds__arrow.t-slds__arrow-right {
    right: 10px;
}
.t-slds__thumbsbullet.t-slds__bullet_active div {
    border: 2px solid red;
}

/*Кнопка "В корзину"*/
.t-store__prod-popup__btn[href="#order"] {
    background-color: #ed4640 !important;
    color: white !important;
    border-color: #ed4640 !important;
}
.t-store__prod__quantity {
    border: 1px solid #232323;
}
.t-store__prod__quantity {
    border: 1px solid #232323;
}

.js-store-prod-text{
    order: 2;
    margin-top: 0;
    width: 100%;
}

.t-store__prod-popup__btn-wrapper {
    order: 3;
    margin: 30px 0 0 0;
}



/*Похожие товары*/
.t-store__relevants__container .t-container {
    max-width: 1400px !important;
}
.t-store__relevants__container .t-container .t-col{
    margin: 0 !important;
}

.t-store__relevants__title {
    font-size: 50px !important;
    letter-spacing: -2.5px;
}
.t-store__relevants__container .js-product-img {
    background-size: contain;
}
.t-store__relevants-grid-cont {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.t-store__relevants__container .t-clear.t-store__grid-separator {
    display: none !important;
}

.t-store__relevants__container .js-product.js-product-relevant {
    padding: 20px !important;
}

.t-store__relevants__container .t-store__card__btns-wrapper.js-store-buttons-wrapper a {
    width: 100% !important;
    margin: 0 !important;
    padding: 0px 15px;
}

.t-store__relevants__container .t-store__card__btns-wrapper.js-store-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 !important;
}

.t-store__relevants__container .t-store__card__textwrapper {
    padding-top: 10px;
}

.t-store__relevants__container .js-store-prod-name {
    font-size: 14px !important;
    margin-bottom: 15px;
    overflow-wrap: anywhere;
}
.js-product.js-product-relevant{
    margin: 0 !important;
    padding: 20px;
    background-color: white;
    border-radius: 16px;
    max-width: 100% !important;
    box-sizing: border-box;
}

.t-store__relevants-grid-cont:after {
    display: none !important;
}







/*Характеристики*/
.specification {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 5px;
}
.value-spec {
    flex: 0 0 50%;
    background-color: #fef1e2;
    z-index: 1;
    padding-left: 10px;
}
.specification:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eddac4;   /*Цвет линии от названия до значения*/
    top: 13px;
}
.name-spec {
    background-color: #fef1e2;
    z-index: 1;
    padding-right: 10px;
    max-width: 100%;
    color: #767676; /*Цвет названия характеристики*/
}





@media screen and (max-width: 1440px){
    .t-container.t-container_fluid{
        max-width: 1160px !important;
    }    
    /*Похожие товары*/
    .t-store__relevants__container .t-container {
        max-width: 1160px !important;
    }
}
@media screen and (max-width: 1200px){
    .t-container.t-container_fluid{
        max-width: 940px !important;
    }    
    .t-store__relevants__container .t-container {
        max-width: 940px !important;
    }
    .t-store__relevants-grid-cont {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}
@media screen and (max-width: 980px){
    .t-container.t-container_fluid{
        max-width: 620px !important;
    }    
    .t-container.t-container_fluid > .t-container_fluid {
        flex-wrap: wrap;
    }
    .t-store__prod-popup__slider {
        padding: 0 !important;
        max-width: 540px;
    }
    .t-slds.t-slds__thumbsbullets-with-gallery {
        flex-direction: column;
        gap: 10px;
        padding: 4px;
    }
    
    .t-slds__thumbsbullet-wrapper.t-align_center {
        order: 2;
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }
    
    .t-slds__thumbsbullet {
        width: 60px !important;
        margin: 0 !important;
    }
    
    .t-store__prod-popup__slider .t-slds__main {
        width: 100% !important;
    }
    .t-store__relevants__container .t-container {
        max-width: 620px !important;
    }
    .t-store__relevants-grid-cont {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}
@media screen and (max-width: 640px){
    .t-container.t-container_fluid{
        max-width: 100% !important;
    }    
    .js-store-product.js-product.t-store__product-snippet {
        padding: 0 20px;
    }
    
    .t-container.t-container_fluid {
        padding: 20px;
    }
    
    .t-store__prod-popup__info {
        padding: 20px !important;
    }
    
    .t-store__prod-popup__btn-wrapper {
        width: 100% !important;
    }
    
    .t-store__prod-popup__btn {
        width: 100% !important;
    }
    .value-spec {
        flex: 0 0 25%;
        background-color: #fef1e2;
        z-index: 1;
        padding-left: 10px;
    }
    .js-store-prod-all-text {
        font-size: 14px !important;
    }
    
    .js-store-prod-name.js-product-name.t-store__prod-popup__name {
        font-size: 22px !important;
    }
    .t-slds__thumbsbullet-wrapper {
        padding: 0 !important;
    }
        .t-store__relevants__container .t-container {
        max-width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .t-store__relevants-grid-cont {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .t-store__scroll-icon-wrapper {
        display: none !important;
    }
    
    .t-store__relevants__title {
        font-size: 28px !important;
        letter-spacing: -1.5px;
        margin-bottom: 30px;
    }
    
    .t-store__relevants__container .t-container > .t-col {
        padding: 0 !important;
    }
    .js-product.js-product-relevant{
        padding: 20px;
    }
    .t-store__relevants__container .t-store__card__btns-wrapper.js-store-buttons-wrapper a {
        height: 40px;
    }
    
    .t-store__relevants__container .t-store__card__btns-wrapper.js-store-buttons-wrapper a span {
        font-size: 12px !important;
    }
    
}