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

/*страница полностью*/


.t-store__prod-popup__slider .t-slds__bgimg-contain {
    background-size: cover !important;
}

.t-store__prod-popup__slider{
    margin-left: 0 !important;
}

.t-store__prod-popup__info{
    margin-right: 0 !important;
    max-width: 620px;
}
 .t-store__prod-snippet__container{
        padding-top: 20px;
        background-color: #f6f6f6;
    } 
    
    .t-store__prod-snippet__container .t-container{
        padding: 60px;
        border-radius: 24px;
        background-color: #fff;
        max-width: 1340px;
        box-sizing: border-box;
    }
    .t-store__prod-popup__info {
        background-color: #f6f6f6;
        padding: 40px;
        box-sizing: border-box;
        border-radius: 20px;
    }

/*Вам может понравится*/
.t-store__card__wrap_txt-and-btns{
    background-color: white;
}

.t-store__relevants-grid-cont .js-product{
    border-radius: 16px;
    overflow: hidden;
}

.t-store__relevants-grid-cont .js-product-controls-wrapper{
    display: none;
}

.t-store__relevants-grid-cont .js-store-prod-name{
    font-size: 16px !important;
}


/*Фотографии*/
.t-store__prod-popup__slider .t-slds__container {
    border-radius: 16px;
}

.t-slds__thumbsbullet.t-slds__bullet {
    border-radius: 8px;
    overflow: hidden;
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border{
    border-radius: 8px;
    border-color: #ff000c !important;
}

/*Стилизация табов*/
.js-store-tabs .t-store__tabs__list .t-store__tabs__item:nth-child(2){
    display: none;
}
.t-store__tabs__item-title{
    font-size: 16px;
    font-weight: 600;
}
.t-store__tabs__item {
    padding: 20px;
    background-color: #edf9ff;
    border-radius: 16px;
    margin-bottom: 10px;
}

.t-store__tabs__item-button.js-store-tab-button {
    border: none !important;
    padding: 0px !important;
}

.t-store__tabs__content {
    padding: 20px 0px 0px 0px;
    margin-bottom: 0 !important;
}

.t-store__tabs__content {
    font-size: 16px;
}
.t-store__tabs__content a {
    color: #ff000c !important;
}

.t-store .t-store__tabs__close{
    transition: all 0.2s ease-in-out;
}

.t-store .t-store__tabs__close:after {
    background-color: #1b1b1b !important;
    transition: all 0.2s ease-in-out;
}

.t-store__tabs__item-button:hover .t-store__tabs__close-icon g g{
    stroke: white !important;
    transition: all 0.2s ease-in-out;
}

/*.js-store-prod-all-text a{*/
/*    display: inline-block;*/
/*    padding: 15px 30px;*/
/*    border-radius: 12px;*/
/*    border:solid 1px #ff000c;*/
/*    font-weight:600;*/
/*    font-size: 14px;*/
/*    background-color: white !important;*/
/*    color: #ff000c !important;*/
/*    margin: 0px 0 10px 0;*/
/*    transition: all 0.3s ease;*/
/*}*/
/*.js-store-prod-all-text a:hover{*/
/*    background-color: #ff000c !important;*/
/*    color: white !important;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*------------------*/

/*Стилизация блока справа с ценой и опциями*/
.t-store__prod-popup__text{
    font-size: 16px;
}
.js-store-prod-all-charcs{
    margin-top: 20px;
    opacity: 0.8;
    line-height: 1.4;
}
/*---------------*/
@media screen and (max-width: 1360px){
    .js-store-product.js-product.t-store__product-snippet .t-container{
    max-width: 1180px;
    }
    .t-store__prod-snippet__container .t-container {
    padding: 60px 40px 60px 40px;
    }
    .t-store__prod-popup__slider{
        max-width: 510px;
        margin-right: 10px;
    }    
    .t-store__prod-popup__info{
        max-width: 550px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 1200px){
     .js-store-product.js-product.t-store__product-snippet .t-container{
        max-width: 940px;
    } 
    .t-store__prod-snippet__container .t-container {
        padding: 40px;
    }
        .t-store__prod-popup__slider{
        max-width: 420px;
        margin-right: 10px;
    }    
    .t-store__prod-popup__info{
        max-width: 420px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 980px){
    .t-store__prod-popup__slider,
    .t-store__prod-popup__info{
        width: 100%;
    }
}
@media screen and (max-width: 960px){
     .js-store-product.js-product.t-store__product-snippet .t-container{
        max-width: 620px;
         box-sizing: border-box;
    } 
    .t-store__prod-snippet__container .t-container {
        padding: 30px;
    }
        .t-store__prod-popup__slider{
        max-width: 640px;
        margin: 0px;
        margin-bottom: 20px;
    }    
    .t-store__prod-popup__info{
        max-width: 668px;
        margin: 0px;
    }
    
    .js-store-tabs{
        margin: 0;
    }
}

@media screen and (max-width: 980px){
        .t-store__prod-popup__slider{
        padding: 0 !important;
    }    
    .t-store__prod-popup__info{
        padding: 30px !important;
    }
    .js-store-tabs{
        padding: 0 !important;
    }
}

@media screen and (max-width: 640px){
    .js-store-product.js-product.t-store__product-snippet .t-container{
        max-width: 100%;
    }
    .t-store__prod-snippet__container .t-container {
        padding: 30px;
    }
    .t-store.t-store__prod-snippet__container{
        padding: 70px 20px 60px 20px;
    }
}

@media screen and (max-width: 480px){
    .t-store.t-store__prod-snippet__container{
        padding: 40px 20px 60px 20px;
    }
    .js-store-product.js-product.t-store__product-snippet .t-container{
        width: auto;
        border-radius: 24px !important;
        padding: 20px;
    }
    .t-store__prod-snippet__container .t-container {
        padding: 20px;
    }
    
    .t-store__prod-popup__info .js-store-prod-name,
    .t-store__prod-popup__info .t-store__prod-popup__sku{
        padding-bottom: 10px;
        font-size: 22px !important;
    }
    .t-slds__thumbsbullet-wrapper {
        padding:0 !important;
    }
    .t-store__prod-popup__info .js-store-prod-all-text{
        font-size: 14px;
    }
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 50px;
    }
}



.js-store-product.js-product.t-store__product-snippet:hover {
    scale: 1 !important;
}

a.t-store__prod-popup__btn {background-color: #ff000c !important;color: white !important;}


/*Видео для шортсов в вертикальном формате*/
.uc-shorts-video{
    & .t-popup__container {
        max-width: 420px;
        aspect-ratio: 9 / 16;
    }
    
    & .t331__wrap-video {
        height: 100% !important;
    }
    
    & .t331__wrap-video > div {
        height: 100% !important;
    }
}
