.js-pagination-item.t-store__pagination__item.t-store__pagination__item_active.t-store__pagination__item_page.t-descr.t-descr_xxs{
    border-color: #e3e3e3;
    background-color: #B6EF26;
    border-radius: 2px;
}
.t-store__filter__range_bg {
        background-color: #b6ef26!important;
        border-radius: 4px;
        height: 2px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

.t951 .t-checkbox__indicator {
    border-color: #efefef!important;
}
@media (max-width: 640px) {
    
    .maintabsection {
    overflow: hidden!important;
}
}
.t-store__filter__btn, .t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #efefef;
    border: 1px solid #efefef;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px;
    border-radius: 2px;
}
* Стили для кастомного индикатора */
.t-store__filter__checkbox .t-checkbox__indicator {
  width: 16px;  /* можно подкорректировать размер */
  height: 16px;
  border: 1px solid #EFEFEF; /* цвет рамки по умолчанию */
  border-radius: 2px; /* скругление 2px */
  box-sizing: border-box;
  background-color: #EFEFEF;
  transition: border-color 0.1s, background-color 0.1s;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.t-store .t-checkbox__indicator {
    border: 2px solid #EFEFEF;
    background-color: #EFEFEF;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    opacity: 1;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 20px;
}

/* При наведении на label — подсветка рамки */
.t-store__filter__checkbox:hover .t-checkbox__indicator {
  border-color: #EFEFEF;
  border-radius: 2px; /* скругление 2px */
}

/* Когда чекбокс выбран — меняем цвет рамки и фона */
.t-store__filter__checkbox input[type="checkbox"]:checked + .t-checkbox__indicator {
  border-color: #EFEFEF;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

/* Текст рядом с чекбоксом */
.t-store__filter__checkbox span.t-store__filter__title {
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  padding-left: 6px;
}
@media screen and (max-width: 480px) {
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 44%;
        display: inline-block;
        vertical-align: top;
    }
    .t951 .t-store__card__btns-wrapper {
    margin-top: 0px!important;
}
.js-product.t-store__card .t-store__card__btns-wrapper {
    padding: 0px!important; 

}
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 0px;
    }
}
.t-store__stretch-col_25 {
    width: 23%;
    margin: 10px;
}

.t-store__grid-separator {
    margin-bottom: 0px!important;
}

    /* Стили для карточек товаров */
.js-product.t-store__card {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}

/* Отступы для кнопок внутри карточек */
.js-product.t-store__card .t-store__card__btn {
  display: block; /* чтобы кнопка занимала всю ширину с учётом отступов */
  width: calc(100% - 20px); /* учитываем по 10px слева и справа */
  margin: 10px;
  box-sizing: border-box;
  border-radius: 4px; /* можно сохранить радиус кнопки */
}

/* Если кнопка внутри обёртки с отступами, можно добавить паддинг */
.js-product.t-store__card .t-store__card__btns-wrapper {
  padding: 10px;
  box-sizing: border-box;
}
/* Карточка товара: рамка, радиус, внутренние отступы */
.js-product.t-store__card {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Скругление фотографии */
.js-product.t-store__card .t-store__card__imgwrapper img {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
}

/* Отступ у текстового блока (название, цена) */
.js-product.t-store__card .t-store__card__textwrapper {
  padding: 20px 0;
  box-sizing: border-box;
}

/* Уменьшаем отступ между ценой и кнопкой */
/* Предположим, цена и кнопка находятся в соседних блоках внутри карточки */
.js-product.t-store__card .t-store__card__price-wrapper {
  margin-bottom: 5px; /* уменьшенный отступ снизу */
}

/* Кнопка: ширина с учётом отступов, margin и радиус */
.js-product.t-store__card .t-store__card__btn {
  display: flex;
  width: calc(100% - 20px); /* 10px слева + 10px справа */
  margin: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}

/* Обёртка кнопок с паддингом */
.js-product.t-store__card .t-store__card__btns-wrapper {
  padding: 10px;
  box-sizing: border-box;
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 5px;
}
.js-product.t-store__card .t-store__card__textwrapper {
    padding: 23px 14px;
    box-sizing: border-box;
}






.t-slds__bgimg {
    border-radius: 4px;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: #b6ef26;
}
.t-slds__thumbsbullet-border {
    border: 1px solid transparent;
    border-radius: 4px;
    
}
.js-store-prod-text a {
    display: flex;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 8px;
    border-radius: 3px;
    font-weight: 500;
    justify-content: center;
}

.js-store-prod-text a {
  background-color: #FFFFFF;
  color: #4C4C4C !important;
  border: 1px solid #DEDEDE;
}
.t-slds__bgimg {
  padding-bottom: 75% !important; /* или 56.25%, в зависимости от фото */
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.js-store-prod-text a:last-of-type {
  background-color: #FFFFFF;
  color: #4C4C4C !important;
  border: 1px solid #DEDEDE;
}

.t706__cartwin_showed {
  z-index:9999999;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #B6EF26;
    background-color: #B6EF26;
}
.t-descr {
    font-family: 'Onest', Arial, sans-serif;
    font-weight: 500;
    color: #242424;
}
@media (min-width: 1400px) {
.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    padding: 0;
}
.t-col_3 {
    max-width: 460px;
}
}
@media (min-width: 961px) {
   .js-product-edition-option-name:nth-child(1){ font-size:21px!important;}
.t-product__option-variants_custom
{ width:460px!important;}
.t-store .t-store__tabs {
    margin-top: -4px!important;
    width: 54%!important;
    box-sizing: border-box;
}
.t-store .t-product__option{
    margin-top: 37px;
}
.js-store-prod-all-text
{ width:460px!important;}



.t-slds__items-wrapper.t-slds_animated-nonet-slds__nocycle{
    height: 460px;
}
.t-btn{
    width: 85%!important;
}


.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 9px;
    min-height: 30px;
    min-width: 30px;
    padding: 18px 89px;
    border-radius: 3px;
}
.t-slds__main{ 
    height:520px!important;}

.t-slds__container{ 
        height:520px!important;}
        
 .t-store .t-store__pagination {

    padding: 0 20px 0px 304px!important;

}
}
@media (max-width: 961px) {
.js-product .t-product__option-variants_buttons .t-product__option-item {
    margin-bottom: 7px;
    margin-right: 3px;
}
.js-product .t-product__option .t-product__option-variants_custom{
    justify-content: space-between;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 4px;
        min-height: 30px;
        min-width: 49%;
        padding: 15px 66px;
        border-radius: 3px;
}
.js-store-prod-text a {
   
        width: 90%;
}
.js-product-edition-option-name{ 
    font-size:21px!important;
font-weight:500!important;
padding:0px 0px 20px!important;}