    .t-slds__bullet {
    padding: 5px 3px;
    }   

    .t-slds__bullet_body {
    cursor: none;
    height: 1.5px;
    width: 30px;
}


.js-store-product.js-product.t-store__product-popup, .t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

    /* Скрываем стандартную иконку */
    .t-store__tabs__close svg {
        display: none;
    }

    /* Добавляем свою картинку */
    .t-store__tabs__close {
        content: " ";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        background-image: url('https://static.tildacdn.com/tild6461-3734-4634-b162-386632336135/noroot.png');
        background-size: 100%;
    }
    
    .t-store .t-store__tabs__item_active .t-store__tabs__close {
        transform: rotate(-180deg) !important;
    }
    .t-store .t-store__tabs__close:after {
        background-color: transparent !important;
    }
    /*#rec876417073 .t-store .t-store__tabs__close:after {*/
    /*background-color: transparent !important;*/
    /*}*/
    .t-store__prod-popup__links-wrapper {
        display: none;
    }
    /*Размер и цвет в нужный стиль*/
    .t-descr {
        font-family: 'mr';
        font-weight: 100;
    }
    .t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
        border-bottom: 1px solid #eee !important;
    }
    .t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
        border-top: 1px solid #eee !important;
    }
    .t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
        font-weight: 100;
        font-size: 14px;
    }
    .t1002__addBtn {
        border: transparent !important;
    }


.t-slds__thumbsbullet {
    margin-right: 5px; /* Отступ между миниатюрами */
}

.t-slds__thumbsbullet-wrapper {
    display: flex; /* Выравнивание миниатюр в строку */
    flex-wrap: wrap; /* Если не помещаются, перенос на новую строку */
    gap: 5px; /* Отступ между миниатюрами */
}

.t-slds__bgimg {
    height:20px !important; /* Увеличиваем высоту */
    background-size: cover !important; /* Заполняем всю область */
    background-position: center center; /* Центрируем изображение */
}
.t-slds__thumbsbullet-wrapper .t-slds__thumbsbullet {
      width: 80px !important;
  }
  .t-slds__thumbsbullet-wrapper {
      margin-right: 30px !important;
  }
  .t-slds__arrow-left {
    left: 10px;
}
.t-slds__arrow-right {
    right: 30px;
}
.t-slds__thumbsbullet-wrapper .t-slds__thumbsbullet:nth-child(n+6) {
    display: none;
}
.t-slds__thumbsbullet-wrapper .t-slds__thumbsbullet:nth-child(5)::after {
    content: "+1"; /* Текст для показа */
    font-size: 16px; /* Размер шрифта */
    color: #fff; /* Цвет текста */
    background-color: rgba(0, 0, 0, 0.5); /* Фон для текста */
    position: absolute;
    bottom: 5px; /* Позиция снизу */
    right: 5px; /* Позиция справа */
    padding: 3px 6px; /* Отступы */
    border-radius: 12px; /* Скругленные углы */
}


