.t-store__prod__quantity {
    border-radius: 30px !important;
    margin: 0px 14px 8px 0px;
    border: 1px solid #B3C2C0;
    background-color: #f6f6f6;
}

.t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn {
    margin-right: 10px !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__filter__options_center {
    text-align: left;
}


.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 52px;
    box-sizing: border-box;

    padding: 14px 28px;
    margin-right: 14px;
    margin-top: 20px;

    border-radius: 30px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;

    vertical-align: top;
}

/* Левая кнопка */
.js-store-prod-text a:first-of-type {
    background-color: #F6F6F6;
    border: 1px solid #B3C2C0;
    color: #082B28 !important;
    min-width: 200px;
    font-size: 14px;
}



/* ===== TABLET + MOBILE: 2 в ряд ===== */
@media (max-width: 1199px) {
  .t-store .t-store__card-list > [class*="t-store__stretch-col_"] {
    width: calc((100% - 16px) / 2) !important; /* 1 промежуток 16px */
  }
}

/* ===== VERY SMALL: 1 в ряд (если надо) ===== */
@media (max-width: 360px) {
  .t-store .t-store__card-list > [class*="t-store__stretch-col_"] {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) { 
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-left: 0px !important;
    }
    .t-col { 
        margin-left: 0px !important; }
} 




.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 .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 700;
    font-size: 16px;
}

.t-store .t-store__tabs__content {
    font-size: 16px;
}

.t-store .t-store__tabs {
    margin-top: 20px !important;
}


.t-store__card .t-typography__characteristics {
    color: #f6f6f6 !important;
    font-size: 0px !important;
}



@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 30px !important;
    }
}
    }
}

.t-store__prod-snippet__container {
    padding-top: 80px !important;
}
}




