/* Фикс CLS для карточки товара */
.fp-hero {
  aspect-ratio: 1 / 1;
}
.fp-hero img {
  aspect-ratio: inherit;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
    .t1119 .t-container .t-col + .t-col {
        margin-top: 20px !important;
    }
}


/* Скрыть описание во всех результатах поиска Tilda */
.t-site-search-dm__result__product_descr {
  display: none !important;
}
