.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: #082B28;
    color: #F6F6F6 !important;
    min-width: 240px;
}

/* Правая кнопка */
.js-store-prod-text a:last-of-type {
    background: linear-gradient(90deg, #FB24EC 0%, #BC04FD 100%);
    color: #F6F6F6 !important;

    min-width: 250px;
    padding-left: 10px;
    padding-right: 22px;
}

/* Иконка WB */
.js-store-prod-text a:last-of-type::before {
    content: "";
    display: inline-block;

    width: 30px;
    height: 30px;
    flex: 0 0 30px;

    margin-right: 14px;

    background-image: url("https://static.tildacdn.com/tild3833-3361-4430-b064-643364346264/logo_2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}


/* ===== 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-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;
    }
}
    }
}