/* ===== Sticky categories ===== */

.sticky-header {
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

/* меню */
.sticky-menu {
  display: flex;
  gap: 10px;
  padding: 14px 20px;
  overflow-x: auto;
  white-space: nowrap;
  flex: 1;
}

/* кнопки */
.sticky-menu a {
  flex-shrink: 0;
  padding: 12px 18px;
  background: #f4f4f4;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  border: none;
  outline: none;
}

/* активная категория — БЕЗ КРАСНОГО */
.sticky-menu a.active {
  background: #000000;
  color: #ffffff;
}

/* убираем обводки */
.sticky-menu a:focus,
.sticky-menu a:focus-visible {
  outline: none;
  box-shadow: none;
}

/* скролл */
.sticky-menu::-webkit-scrollbar {
  display: none;
}

/* поиск */
.menu-search {
  padding: 0 18px;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  color: #000;
}

/* десктоп */
@media (min-width: 980px) {
  .sticky-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Скрываем цену над кнопкой */
.t776__price-value {
    display: none !important;
}
/* Скрываем валюту (р.) */
.t776__price-currency {
    display: none !important;
}
.t776__imgwrapper { margin-bottom: 5px !important; }
.t776__title { margin-bottom: 3px !important; }
.t776__descr { margin-bottom: 5px !important; }
.t776__btn-wrapper { margin-top: 0px !important; }
/* Убираем лишний отступ перед кнопкой */
.t776__textwrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Подтягиваем кнопку максимально вверх */
.t776__btn-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Убираем отступы под фото */
.t-store__card__imgwrapper {
    margin-bottom: 5px !important;
}

/* Уменьшаем отступ у названия */
.t-store__card__title {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* Уменьшаем отступ у кнопки */
.t-store__card__btn {
    margin-top: 5px !important;
}
.t-rec {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/*аааааааааа*/
/* Убираем лишние отступы внутри карточек ST305N */
.t-store__card__imgwrapper {
    margin-bottom: px !important;
}

.t-store__card__title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.t-store__card__txt {
    margin-bottom: 0px !important;
}
.t-store__card__btn-wrapper {
    margin-top: 0px !important;
}