/* =========================================================
   ST305 — кастомный UI (ТОЛЬКО #rec1847605521)
   5 карточек в ряд + Mont + фото/название/кнопка
   ========================================================= */

/* Сетка: 5 в ряд */
/*#rec1847605521 .t-store__grid-cont{*/
/*  display: grid !important;*/
/*  grid-template-columns: repeat(5, 1fr) !important;*/
/*  gap: 24px !important;*/
/*}*/

/* Карточка */
/*#rec1847605521 .t-store__card{*/
/*  background: #fff !important;*/
/*  border-radius: 20px !important;*/
/*  overflow: hidden !important;*/
/*  box-shadow: 0 8px 30px rgba(0,0,0,.06) !important;*/
/*  display: flex !important;*/
/*  flex-direction: column !important;*/
/*}*/

/* Картинка */
/*#rec1847605521 .t-store__card__imgwrapper{*/
/*  height: 180px !important;*/
/*}*/
/*#rec1847605521 .t-store__card__imgwrapper img{*/
/*  width: 100% !important;*/
/*  height: 100% !important;*/
/*  object-fit: cover !important;*/
/*}*/

/* Контент */
/*#rec1847605521 .t-store__card__textwrapper{*/
/*  padding: 12px 14px 0 14px !important;*/
/*  flex-grow: 1 !important;*/
/*}*/

/* Название (Mont) */
/*#rec1847605521 .t-store__card__title{*/
/*  font-family: 'Mont', sans-serif !important;*/
/*  font-weight: 700 !important;*/
/*  font-size: 16px !important;*/
/*  line-height: 1.25 !important;*/
/*  min-height: 44px !important;*/
/*}*/

/* Убираем лишнее в карточке (цена/описание/артикул/инфо) */
/*#rec1847605521 .t-store__card__price,*/
/*#rec1847605521 .t-store__card__descr,*/
/*#rec1847605521 .t-store__card__sku,*/
/*#rec1847605521 .t-store__card__info{*/
/*  display: none !important;*/
/*}*/

/* Кнопка "Добавить" */
/*#rec1847605521 .t-store__card__btn,*/
/*#rec1847605521 .js-store-buy-btn{*/
/*  margin: 12px 14px 14px 14px !important;*/
/*  width: calc(100% - 28px) !important;*/
/*  background: #FFCA00 !important;*/
/*  color: #000 !important;*/
/*  border-radius: 24px !important;*/
/*  font-family: 'Mont', sans-serif !important;*/
/*  font-weight: 700 !important;*/
/*  font-size: 18px !important;*/
/*  padding: 14px 16px !important;*/
/*  border: none !important;*/
/*}*/

/* =========================================================
   Адаптив
   ========================================================= */
/*@media (max-width: 1200px){*/
/*  #rec1847605521 .t-store__grid-cont{*/
/*    grid-template-columns: repeat(4, 1fr) !important;*/
/*  }*/
/*}*/
/*@media (max-width: 960px){*/
/*  #rec1847605521 .t-store__grid-cont{*/
/*    grid-template-columns: repeat(3, 1fr) !important;*/
/*  }*/
/*}*/
/*@media (max-width: 640px){*/
/*  #rec1847605521 .t-store__grid-cont{*/
/*    grid-template-columns: repeat(2, 1fr) !important;*/
/*  }*/
/*}*/
