.t-store__card__textwrapper{
    padding-top: 0;
}
.t-store__card__price-wrapper_above-title{
    margin-bottom: 12px;
}
.t-store__card__descr{
    margin-top: 0;
}
.t-store__card__price {
    display: none !important;
}
.js-store-prod-descr strong {
  display: inline-block;
  margin-bottom: 10px;
}
.js-store-prod-price{
    display: none !important;
}
.t1002__product-amount{
    display: none !important;
}
.tg-plane {
  transform-origin: center;
}

.tg-plane:hover {
  animation: rotateOnce 0.4s ease;
}
.background-fly{
    z-index: 0.00000001;
}
@keyframes rotateOnce {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
t-store__grid-separator{
    display: none;
}

.uc-you-may-like-big .t-store__grid-separator{
    display: none;
}

.uc-you-may-like-big .t-store__card{
    margin-bottom: 90px;
}

/* Контейнер каталога: делает товары в один ряд */
/*.uc-you-may-like-big .t-store__grid-cont {*/
/*    display: flex !important;*/
/*    flex-wrap: nowrap !important;*/
/*    overflow-x: auto !important;*/
/*    gap: 30px; /* Отступ между товарами */
/*    padding-bottom: 10px;*/
/*    scrollbar-width: thin; /* Тонкая прокрутка */
/*}*/
/*.uc-you-may-like-big .t-store__card {*/
/*    flex: 0 0 auto; /* Фиксированный размер карточек */
/*    width: 250px; /* Настрой под себя */
/*}*/
/*.uc-you-may-like-big .t-store__grid-separator{*/
/*    display: none;*/
/*}*/
/* Стили для карточек товаров */
/*@media (max-width: 767px) {*/
/*    .uc-you-may-like-big .t-store__card {*/
/*        flex: 0 0 auto; /* Фиксированный размер карточек */
/*        width: 200px !important; /* Настрой под себя */
/*    }*/
/*    .uc-you-may-like-big .t-store__grid-cont{*/
/*        margin-left: -3px;*/
/*    }*/
/*}*/
/* Убираем прелоадеры */
/*.uc-you-may-like-big .js-store-grid-cont-preloader { */
/*    display: none !important;*/
/*}*/
/* Убираем полоску прокрутки в Chrome/Safari */
/*.uc-you-may-like-big .t-store__grid-cont::-webkit-scrollbar {*/
/*    height: 6px;*/
/*}*/
/*.uc-you-may-like-big .t-store__grid-cont::-webkit-scrollbar-thumb {*/
/*    background: #ccc;*/
/*    border-radius: 3px;*/
/*}*/
/* Убираем пустые серые блоки, которые могли появиться */
/*.uc-you-may-like-big .t-store__grid-cont .t-store__product-empty {*/
/*    display: none !important;*/
/*}*/
/*.uc-you-may-like-big .t-store__card__img-preloader {*/
/*    display: none !important;*/
/*}*/
/* Убираем лишний верхний отступ */
/*.uc-you-may-like-big .t-store__card-img {*/
/*    margin-top: 0 !important;*/
/*    padding-top: 0 !important;*/
/*}*/
/* Принудительно убираем пустое пространство */
/*.uc-you-may-like-big .t-store__card__img-wr {*/
/*    min-height: auto !important;*/
/*    height: auto !important;*/
/*}*/
/* Убираем пустой отступ внутри блока с изображением */
/*.uc-you-may-like-big .t-store__card__img-wr {*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*    height: auto !important;*/
/*    min-height: auto !important;*/
/*}*/
/* Убираем ещё отступ у контейнера с блоком изображения */
/*.uc-you-may-like-big .t-store__card{*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/
