/* ____________________________________________ УМЕНЬШАЕМ ШРИФТЫ В ФИЛЬТРАХ */

/* Контейнер фильтров — задаём базовый шрифт 13px */
.t-catalog__filter__mobile-modal-panel {
  font-size: 13px !important;
}

/* Заголовок "Фильтры" — самый крупный, ставим максимум 13px */
.t-catalog__filter__mobile-modal-title,
.t-catalog__filter__mobile-modal-title.t-name_xs {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

/* Заголовки секций (Сортировка, Марка, Цена, Цвет) — чуть мельче, 12px */
.t-catalog__filter__item-title,
.t-catalog__filter__item-title.js-catalog-filter-item-title {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

/* Значения, опции, чекбоксы, элементы сортировки — 11px */
.t-catalog__filter__title,
.t-catalog__filter__custom-sel .t-catalog__filter__title,
.t-catalog__filter__checkbox .t-catalog__filter__title {
  font-size: 11px !important;
  line-height: 1.3 !important;
}

/* Поля ввода цены и разделитель */
.t-catalog__filter__input,
.t-catalog__filter__delimeter {
  font-size: 11px !important;
}

/* Нижняя панель: "Сбросить все", "Найдено" */
.t-catalog__filter__reset,
.t-catalog__filter__prods-number,
.t-catalog__filter__chosen-bar {
  font-size: 11px !important;
  line-height: 1.3 !important;
}

/* Кнопки "Показать товары" / "Сбросить все" */
.t-catalog__filter__mobile-modal-btn {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

/* Любые элементы с классами t-descr/t-name внутри панели — общий потолок */
.t-catalog__filter__mobile-modal-panel .t-descr,
.t-catalog__filter__mobile-modal-panel .t-name {
  font-size: 13px !important;
}

/* ____________________________________________ МЕНЯЕМ ПЛАШКУ SALE НА ТОВАРАХ */

/* Глобальный стиль бейджа для всех карточек каталога (как на фото) */
.t-catalog__card__mark-wrapper {
  top: 5px !important;
  left: 5px !important;
  right: auto !important;
}
.t-catalog__card__mark {
  border-radius: 2px !important;      /* убираем круг, делаем прямоугольник */
  background-color: #ffffff !important; /* чёрный фон вместо красного */
  color: #060606 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 6px 10px !important;
  font-size: 10px !important;
  letter-spacing: 0.5px !important;
height: auto !important;
    width: auto !important;

}

/* ____________________________________________ ЭФФЕКТ НАВЕДНИЯ НА РЕБРИСТУЮ КНОПКУ */

.ribblebutton .t-bgimg {
  position: relative;
}

.ribblebutton .t-bgimg::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.ribblebutton:hover .t-bgimg::after {
  opacity: 0.4;
}

/* ____________________________________________ НАСТРОЙКА ОТСТУПА В МОБИЛЬНОМ МЕНЮ СНИЗУ */

/* .t450__rightside {*/
/*     margin-top: 90px !important;*/
/* }*/

/*  ____________________________________________ НАСТРОЙКА ХЛЕБНЫХ КРОШЕК */
@media screen and (max-width: 480px) {
.uc-breadcrumb .t758__link-item__wrapper { min-height: 8px !important; }
.uc-breadcrumb .t-menu__link-item { min-height: 8px !important; }
.uc-breadcrumb .t758__breadcrumb-divider { min-height: 8px !important; }
}
.uc-breadcrumb {
    background: none !important;
    position: absolute;
    z-index: 9;
    width: 100%;
}

/* ____________________________________________ ОТСТУПЫ ДЛЯ ХЛЕБНЫХ КРОШЕК НА МОБИЛЬНОЙ */

 @media screen and (max-width: 980px) {
    /* убираем раздутую высоту строк у крошек */
.uc-breadcrumb .t758__link-item__wrapper { min-height: 0 !important; }
.uc-breadcrumb .t-menu__link-item {
      min-height: 0 !important;
      line-height: 1 !important;
    }
.uc-breadcrumb .t758__breadcrumb-divider {
      height: auto !important;
      line-height: 1 !important;
    }
    /* поджимаем вертикальный зазор между перенесёнными строками */
.uc-breadcrumb .t758__list { row-gap: 2px !important; }
.uc-breadcrumb .t758__list_item { align-items: center !important; }
  }
.uc-breadcrumb .t-col {
        padding-left: 10px !important;
     }

/*  ____________________________________________ FAQ RICCI CAR */

/* Отступ заголовка + место под иконку */
.uc-faqblock .t1119__header-title {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

/* Иконка слева от заголовка */
.uc-faqblock .t1119__header-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("https://static.tildacdn.com/tild6665-3638-4766-a331-373537386562/arrow4.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Кнопка раскрытия: квадрат вместо круга */
.uc-faqblock .t1119__icon {
    border-radius: 2px !important;
}

/* Убираем круг внутри SVG, делаем его квадратным фоном */
.uc-faqblock .t1119__icon circle {
    rx: 2px;
    ry: 2px;
}
.t1119__icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border-radius: 2px !important;
}

/* Более надежно: прячем circle и даем фон самому svg */
.uc-faqblock .t1119__icon circle {
    display: none;
}

.uc-faqblock .t1119__icon {
    background: var(--uc-color-color-p8NSi2c,#060606);
    border-radius: 2px !important;
}

@media (hover:hover) {
    .uc-faqblock .t_faq__trigger-button:hover .t1119__icon {
        background: var(--uc-color-color-QuzsIo,#959595);
    }
}

/* ____________________________________________ СТИЛЬ ГЛАВНОЙ ЧЕРНОЙ КНОПКИ*/
.mainbuttons .tn-atom{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.mainbuttons .tn-atom::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    left:var(--x,50%);
    top:var(--y,50%);
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:#F4682B;
    filter:blur(35px);
    opacity:0;
    transition:opacity .25s ease;
    pointer-events:none;
    z-index:0;
}

.mainbuttons .tn-atom:hover::before{
    opacity:.9;
}

.mainbuttons .tn-atom__button-content{
    position:relative;
    z-index:2;
}

.mainbuttons .tn-atom__button-border{
    position:relative;
    z-index:2;
}
