


@media screen and (min-width: 980px) {

/* === Карточки в ряду === */
.t-store__cards-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important; /* расстояние между карточками */
  margin: 0 -12px !important; /* компенсируем внешние отступы */
}

/* === Карточка товара === */
.t-store__card__wrap,
.t-store__card {
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.09) !important;
  padding: 16px !important;
  box-sizing: border-box !important;
  flex: 1 1 calc(25% - 24px) !important; /* 4 карточки в ряд */
  min-width: 220px !important;           /* на мобильных */
  transition: all 0.3s ease !important;
}

/* === Ховер эффект === */
.t-store__card {
  transition: all 0.3s ease;
}

.t-store__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12) !important;
}

.t-store__card:hover {
  border: 2px solid #d32f2f;           /* красная рамка на hover — сразу аппетитнее */
  background: linear-gradient(to bottom, #fff, #fffaf5); /* лёгкий тёплый градиент */
}

/* === Фото === */
.t-store__card__imgwrap {
  overflow: hidden !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  flex-shrink: 0 !important;
}

.t-store__card__imgwrap img {
  width: 100% !important;
  height: auto !important;
  transition: transform 0.45s ease !important;
}

.t-store__card__wrap:hover .t-store__card__imgwrap img {
  transform: scale(1.12) !important;
}

/* === Контейнер контента карточки === */
.t-store__card__content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;        /* растягиваем на всю высоту карточки */
}

.t-store__card__title {
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* === Описание === */
.t-store__card__descr-wrap {
  flex: 1 1 auto !important;      /* занимает всё доступное место */
}

.t-store__card__descr {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #555 !important;
  margin-bottom: 10px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* === Цена === */
.t-store__card__price-wrapper,
.js-store-price-wrapper,
.t-store__card__price {
  flex: 0 0 auto !important;      /* фиксированная высота блока */
  color: #e53935 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 8px !important;
}

/* Серый маленький ₽ после цены */
.js-store-prod-price-val::after {
  content: " ₽";                        /* пробел + символ рубля */
  font-size: 18px;                       /* размер поменьше */
  color: #757575;                        /* серый */
  font-weight: 400;                      /* не жирный */
  margin-left: 0px;                      /* маленький отступ */
}

/* Если цена жирная/большая — можно сделать ₽ чуть меньше */
.js-store-prod-price-val {
  font-weight: 700;
  font-size: 22px;                       /* подкрути под свой размер цены */
}


/* === Опции === */
.t-product__option-title,
.js-product-edition-option-name {
  display: none !important;
}

.t-product__option,
.js-product-options-wrap,
.t-product__option-variants-wrap {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  text-align: center !important;
}

select.t-input,
.t-product__option-variants select,
select {
  display: inline-block !important;
  width: 180px !important;
  margin: 0 auto !important;
  padding: 8px 14px !important;
  font-size: 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  background: #f9f9f9 !important;
  color: #333 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: none !important;
}

/* Улучшенная красная линия под заголовком */
.t-store__prod-categories__title,
.t-title,
h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 28px !important;        /* воздух между заголовком и карточками */
  padding-bottom: 14px;
}

.t-store__prod-categories__title:after,
.t-title:after,
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;                          /* длиннее — выглядит солиднее */
  height: 4px;                           /* толще */
  background: linear-gradient(to right, #d32f2f, #ff7043); /* небольшой градиент для вкуса */
  border-radius: 3px;
}

.t-store__prod-categories__title,
.t-title,
h2 {
  font-weight: 800 !important;          /* жирнее */
  font-size: 36px !important;           /* крупнее */
  color: #212121 !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;            /* опционально — добавляет премиум */
}

.t-store__prod-categories__title,
.t-title,
h2 {
  font-weight: 800 !important;          /* жирнее */
  font-size: 36px !important;           /* крупнее */
  color: #212121 !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;            /* опционально — добавляет премиум */
}



}

/*------------------- */
/* Полное решение для слайдера на мобильных */
@media screen and (max-width: 640px) {
    /* Внешние отступы самого блока (как мы уже сделали) */
    #rec1980790591 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Контейнер слайдера на всю ширину с отступами */
    #rec1980790591 .t-slds__frame {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    /* Каждый слайд получает внутренние отступы */
    #rec1980790591 .t-slds__item {
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }
    
    /* Если внутри слайда есть картинка, она должна занимать всю ширину */
    #rec1980790591 .t-slds__imgwrapper {
        width: 100% !important;
    }

/* === Описание === */
.t-store__card__descr-wrap {
  flex: 1 1 auto !important;      /* занимает всё доступное место */
}

.t-store__card__descr {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #555 !important;
  margin-bottom: 10px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* === Цена === */
.t-store__card__price-wrapper,
.js-store-price-wrapper,
.t-store__card__price {
  flex: 0 0 auto !important;      /* фиксированная высота блока */
  color: #e53935 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 8px !important;
}

/* Серый маленький ₽ после цены */
.js-store-prod-price-val::after {
  content: " ₽";                        /* пробел + символ рубля */
  font-size: 18px;                       /* размер поменьше */
  color: #757575;                        /* серый */
  font-weight: 400;                      /* не жирный */
  margin-left: 0px;                      /* маленький отступ */
}

/* Если цена жирная/большая — можно сделать ₽ чуть меньше */
.js-store-prod-price-val {
  font-weight: 700;
  font-size: 22px;                       /* подкрути под свой размер цены */
}

/* === Контейнер контента карточки === */
.t-store__card__content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;        /* растягиваем на всю высоту карточки */
}

.t-store__card__title {
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Улучшенная красная линия под заголовком */
.t-store__prod-categories__title,
.t-title,
h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 28px !important;        /* воздух между заголовком и карточками */
  padding-bottom: 14px;
}

.t-store__prod-categories__title:after,
.t-title:after,
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;                          /* длиннее — выглядит солиднее */
  height: 4px;                           /* толще */
  background: linear-gradient(to right, #d32f2f, #ff7043); /* небольшой градиент для вкуса */
  border-radius: 3px;
}

.t-store__prod-categories__title,
.t-title,
h2 {
  font-weight: 800 !important;          /* жирнее */
  font-size: 36px !important;           /* крупнее */
  color: #212121 !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;            /* опционально — добавляет премиум */
}

.t-store__prod-categories__title,
.t-title,
h2 {
  font-weight: 800 !important;          /* жирнее */
  font-size: 36px !important;           /* крупнее */
  color: #212121 !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;            /* опционально — добавляет премиум */
}

/*--------------------------- */

#rec1989341281 {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
}

}

