.t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 8px;
    text-transform: uppercase;
}

.t706__product-imgdiv {
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    border-radius: 0px;
    height: 70px;
    width: 70px;
}



.t-store__card__descr {
    margin-top: 1px;
    word-break: break-word;
}

.t-store__card__textwrapper {
  color: #000000; /* Цвет текста */
  -webkit-text-stroke: 0.4px #000000; /* Толщина и цвет обводки */
  text-stroke: 1px #000000; /* Толщина и цвет обводки (стандартное свойство) */
}

.t-store__prod-popup__title-wrapper {
  color: #000000; /* Цвет текста */
  -webkit-text-stroke: 0.4px #000000; /* Толщина и цвет обводки */
  text-stroke: 1px #000000; /* Толщина и цвет обводки (стандартное свойство) */
  letter-spacing: -1px;
}

.t-store__card__price-wrapper {
    margin-top: 1px;
}

element.style {
    row-gap: 16px;
}

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


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

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








