/* ══ FIX: Tilda Store #rec2300306161 (ST310N) ══ */
/* ══ ELLEVELLE: Tilda Store ST310N → стиль как у custom-карточек ══ */

/* Фон блока прозрачный */
#rec2300306161 .t778 {
  background: transparent !important;
}

/* Отступы блока как у кастомной секции */
#rec2300306161 {
  padding: 96px 0 !important;
}

/* Карточка — обёртка */
#rec2300306161 .t-store__card {
  padding: 0 7px !important;
  margin-bottom: 14px !important;
}

/* Карточка — внутренний контейнер */
#rec2300306161 .t-store__card-cont {
  background: #fff !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 2px 12px rgba(46,31,22,.05) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: box-shadow .3s, transform .3s !important;
  cursor: pointer !important;
}

#rec2300306161 .t-store__card-cont:hover {
  box-shadow: 0 10px 40px rgba(46,31,22,.12) !important;
  transform: translateY(-5px) !important;
}

/* Зона изображения — розовый фон как у кастомных */
#rec2300306161 .t-store__card-img-wrapper {
  background: #F5EBF3 !important;
  height: 220px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  display: block !important;
}

#rec2300306161 .t-store__card-img-wrapper a {
  display: block !important;
  height: 100% !important;
}

#rec2300306161 .t-store__card-img {
  height: 220px !important;
  background-color: #F5EBF3 !important;
  background-size: contain !important;
  background-position: center center !important;
  transition: transform .4s !important;
}

#rec2300306161 .t-store__card-cont:hover .t-store__card-img {
  transform: scale(1.06) translateY(-4px) !important;
}

/* Текстовая зона */
#rec2300306161 .t-store__card-textwrapper {
  padding: 20px 22px 0 !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Название товара — жирное, чёрное */
#rec2300306161 .t-store__card-title {
  font-family: 'IBM Plex Serif', serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  color: #000 !important;
  letter-spacing: -.01em !important;
  margin-bottom: 8px !important;
}

/* Описание — italic серое */
#rec2300306161 .t-store__card-descr {
  font-family: 'IBM Plex Serif', serif !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: #6B6259 !important;
  margin-bottom: 10px !important;
  flex: 1 !important;
}

/* Цена */
#rec2300306161 .t-store__card-price {
  padding: 0 0 16px !important;
  display: flex !important;
  align-items: center !important;
}

#rec2300306161 .t-store__card-price-value {
  font-family: 'IBM Plex Serif', serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: #000 !important;
  letter-spacing: -.01em !important;
}

#rec2300306161 .t-store__card-price-currency {
  font-family: 'IBM Plex Serif', serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: #000 !important;
}

/* Кнопка «Купить» — полная ширина, красная, скруглена снизу */
#rec2300306161 .t-store__card-btn-wrapper {
  margin-top: auto !important;
  padding: 0 !important;
}

#rec2300306161 .t-store__btn-default {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: #DB3032 !important;
  color: #fff !important;
  font-family: 'IBM Plex Serif', serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 14px !important;
  letter-spacing: .04em !important;
  padding: 14px 20px !important;
  border-radius: 0 0 20px 20px !important;
  border: none !important;
  border-top: 1px solid rgba(219,48,50,.1) !important;
  transition: background .2s !important;
  box-sizing: border-box !important;
}

#rec2300306161 .t-store__btn-default:hover {
  background: #B8282A !important;
  color: #fff !important;
}

/* Убираем эффекты hover-оверлея Tilda */
#rec2300306161 .t-store__card-cover {
  display: none !important;
}
#rec2300306161,
#rec2300306161 * {
  font-style: normal !important;
  color: unset;
}

/* Сброс глобального italic с body */
#rec2300306161 .t-store__card-title,
#rec2300306161 .t-store__card-title * {
  font-style: normal !important;
  color: #1a1a1a !important;
}

#rec2300306161 .t-store__card-descr,
#rec2300306161 .t-store__card-descr * {
  font-style: normal !important;
  color: #555 !important;
}

#rec2300306161 .t-store__card-price,
#rec2300306161 .t-store__card-price *,
#rec2300306161 .t-store__card-price-value {
  font-style: normal !important;
  color: #1a1a1a !important;
}

/* Кнопки — сброс красного цвета ссылок */
#rec2300306161 a {
  color: inherit !important;
}

#rec2300306161 .t-store__btn-default,
#rec2300306161 .t-store__btn-default * {
  font-style: normal !important;
}

/* Сброс #e0c3d9 с .tn-atom внутри блока */
#rec2300306161 .tn-atom {
  color: inherit !important;
}

/* Сброс .t396__elem */
#rec2300306161 .t396__elem {
  color: inherit !important;
}

/* Фикс карточек — нормальный box layout */
#rec2300306161 .t-store__card-list .t-col {
  overflow: visible !important;
}
 