@media screen and (max-width: 960px) {
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 10px !important;
  }
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Sold out'; 
  visibility: visible;
  display: block;
  color: #616161;
}

@media screen and (min-width: 961px) {
.js-store-grid-cont > div:nth-child(5n+1) > a > .t-store__card__textwrapper {
    padding-left: 10px;
}
}

@media screen and (max-width: 960px) {
.js-store-grid-cont > div:nth-child(2n+1) > a > .t-store__card__textwrapper {
    padding-left: 10px;
}

}


.js-store-prod-weight {
display: none !important;
}


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

/* Скрыть размеры */
.js-product-edition-option[data-edition-option-id="Размер"] {
    display: none !important;
}

/* РАДИКАЛЬНОЕ ИСПРАВЛЕНИЕ ВЫСОТЫ */
.t-store__card__textwrapper {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Принудительно для всех вариантов */
.t-store__card__textwrapper[style],
[style*="height"] .t-store__card__textwrapper,
.t-store__card .t-store__card__textwrapper {
    height: auto !important;
    min-height: auto !important;
}

/* Уменьшить отступы у карточки */
.t-store__card {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Горизонтальные цвета */
.t-product__option-variants_color {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 5px !important;
}

/* Скрыть тексты цветов */
.t-product__option-title_color {
    display: none !important;
}