/* Скрыть артикул на карточке в каталоге */
.t-store__card__sku {
  display: none !important;
}

/* Скрыть подпись "Цвет" рядом со свотчами, оставить сами кружки цвета */
.js-product-edition-option-name.t-product__option-title {
  display: none !important;
}
.t-store__card__prod-controls-wrapper {
  margin-top: -10px;
}


.t-store__card__prod-controls-wrapper .js-product-edition-option[data-edition-option-id="Размер"] {
    display: none !important;
}


.t-store__card__color-title,
.t-store__card__option-name,
.t-store__card__opts-name {
    display: none !important;
}
.t-product__option-title_buttons {
    display: none !important;
}


/* Отступ между картинкой и текстовым блоком (название) */
.t-store__card__textwrapper {
    padding-top: 8px !important;
}

/* Отступ между ценой и опциями (цвет/размер) */
.t-store__card__prod-controls-wrapper:has(*) {
    padding-top: 4px !important;
}

.t-store__card__prod-controls-wrapper {
    margin-top: -4px !important;
}

/* Отступ между названием и ценой */
.t-store__card__title {
    margin-bottom: 2px !important;
}

.t-store__card__price-wrapper {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}


@media screen and (max-width: 959px) {
    .t-store__card {
        height: auto !important;
    }

    .t-store__card__wrap_txt-and-btns {
        flex-grow: 0 !important;
    }

    .store__card__wrap_txt-and-opts {
        flex-grow: 0 !important;
    }

    .t-store__card__prod-controls-wrapper {
        margin-top: 4px !important;
    }
}




