.store__card__wrap_txt-and-opts.store__card__has-btns {
    margin-bottom: 10px; /* уменьшите по необходимости */
}

.t-store__card__textwrapper
{
    padding-top: 10px; /* уменьшите по необходимости */
}

.t-store__card__price-wrapper{
    margin-top: 5px; /* уменьшите по необходимости */
}

.t-store__parts-switch-wrapper{
    margin-bottom: 5px; /* уменьшите по необходимости */
}

.t-store__prod-snippet__container {
    padding-bottom: 120px;
    padding-top: 20px;
}



@media screen and (max-width: 960px) {
  .t-store__card-list[style] {
    row-gap: 10px !important; /* нужное расстояние */
    margin-bottom: 5px !important; /* Уменьшает отступ снизу у названия */
    margin-top: 0px !important; /* Уменьшает отступ сверху у цены */
  }
  
  .store__card__wrap_txt-and-opts.store__card__has-btns {
    margin-bottom: 5px; /* уменьшите по необходимости */
}
}


    /* Тотально скрываем кнопку "Все" */
    .js-store-parts-switcher.t-store__parts-switch-btn.t-name.t-name_xs.t-menu__link-item.t-store__parts-switch-btn-all {
      display: none !important;
    }



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

@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;
}
}

