@media (max-width: 480px) {
    .t-store__grid-cont_mobile-one-row.t-store__mobile-two-columns .t-item {
        min-width: 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 0;
    }
}

@media (max-width: 960px) {
.t-store__grid-cont_mobile-one-row[data-col-gap='10'] .t-store__stretch-col:first-child, .t-store__grid-cont_mobile-one-row[data-col-gap='20'] .t-store__stretch-col:first-child {
    margin-left: 0px;
}
}

.t-store__card [data-edition-option-id="Цвет"] .t-descr, .t-store__card [data-edition-option-id="Размер"] {
  display: none!important; 
}
.t-store__card [data-edition-option-id="Цвет"] div {
  justify-content: center;
  transform: scale(0.6);
  margin-top: 0px;
  width: 14px;
  height: 14px;
}

.t-btn_sm {
    padding-left: 100px;
    padding-right: 100px;
}

.t-store__card [data-edition-option-id="Рост"] {
  display: none!important; 
}

.js-product .t-product__option [data-edition-option-id="Рост"] {
    display: none;
}

.js-product .t-product__option .t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_image, .js-product .t-product__option .t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_color, .js-product .t-product__option .t-product__option-variants_custom.t-product__option-variants_radio {
    margin: 0px 0px 0 0px;
}

.js-store-prod-text a {
    color: #333333!important;
    font-weight: 600;
}
.js-store-prod-text a:last-of-type {
    display: inline-block;
    padding: 10px 80px;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    color: #333333!important;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}


.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: none;
}

.t1002__addBtn_active svg path {
    stroke: #333333;
}


/* 1) Скрыть все варианты, помеченные как недоступные */
.t-product__option-item_disabled,                 /* на странице товара/в попапе */
.t-store__prod-popup__option_disabled,            /* старые шаблоны попапа */
.t-store__card__option_disabled,                  /* в карточках на листинге/слайдере */
.t-product__option[aria-disabled="true"],
.t-product__option-input:disabled {
  display: none !important;
}

/* 2) Если в группе вариантов все элементы недоступны — спрятать всю группу (подпись "Цвет" + пустой контейнер).
   Работает в современных браузерах благодаря :has() */
.t-product__option-variants:not(:has(.t-product__option-item:not(.t-product__option-item_disabled))) {
  display: none !important;
}