/* ── ME201: красная линия под 2-м пунктом ── */

/* Нужен relative для псевдоэлемента */
.t456__list_item:nth-child(2) .t-menu__link-item {
  position: relative;
}

/* Сама линия снизу пункта */
.t456__list_item:nth-child(2) .t-menu__link-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ee0000;
  border-radius: 1px 1px 0 0;
  pointer-events: none;
}

/* ── Тильда ME405: выделение пункта меню красной линией ── */

/* Убираем стандартное подчёркивание у всех пунктов */
.t451m__list_item a.t-menu__link-item {
  text-decoration: none;
  position: relative;
}

/* Нужный пункт — замените "2" на номер вашего пункта */
.t451m__list_item a.t-menu__link-item[data-menu-item-number="2"] {
  padding-bottom: 1px;
}

.t451m__list_item a.t-menu__link-item[data-menu-item-number="2"]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #E53935;
  border-radius: 1px;
}/* АТЕЛЬЕ — линия */
.t-menu__link-item[href="/catalog/clothes"] {
    position: relative !important;
}

.t-menu__link-item[href="/catalog/clothes"]::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: #ee0000 !important;
}

/* УКРАШЕНИЯ — убираем старую линию */
.t456__list_item:nth-child(2) .t-menu__link-item::after {
    display: none !important;
    content: none !important;
}

/* УКРАШЕНИЯ — убираем стрелку */
.t-menu__link-item[href="#submenu:more"] svg,
.t-menu__link-item[href="#submenu:more"] .t-menu__link-item__icon,
.t-menu__link-item[href="#submenu:more"] .t-menu__link-arrow {
    display: none !important;
}

/* если стрелка сделана псевдоэлементом */
.t-menu__link-item[href="#submenu:more"]::after {
    display: none !important;
    content: none !important;
}/* УКРАШЕНИЯ — полностью убираем линию */
.t451m__list_item:nth-child(2) a.t-menu__link-item::after {
    display: none !important;
    content: none !important;
    background: none !important;
    height: 0 !important;
}

/* УКРАШЕНИЯ — убираем стрелку/иконку */
.t451m__list_item:nth-child(2) a.t-menu__link-item svg,
.t451m__list_item:nth-child(2) a.t-menu__link-item span,
.t451m__list_item:nth-child(2) a.t-menu__link-item .t-menu__link-item__icon {
    display: none !important;
}

/* АТЕЛЬЕ — оставляем линию */
.t451m__list_item:nth-child(1) a.t-menu__link-item::after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: #E53935 !important;
}/* Убираем иконку второго уровня только у УКРАШЕНИЯ */
.t451m__list_item:nth-child(2) .t-menu__link-item:before,
.t451m__list_item:nth-child(2) .t-menu__link-item:after {
    content: none !important;
    display: none !important;
}

/* Убираем возможную иконку внутри пункта */
.t451m__list_item:nth-child(2) .t-menu__link-item svg,
.t451m__list_item:nth-child(2) .t-menu__link-item i {
    display: none !important;
}.t451m__list_item:nth-child(2) a.t-menu__link-item {
    background-image: none !important;
    background: none !important;
}.t451m__list_item:nth-child(2) .t-menu__link-item {
    padding-right: 0 !important;
}

.t451m__list_item:nth-child(2) .t-menu__link-item:after,
.t451m__list_item:nth-child(2) .t-menu__link-item:before {
    display: none !important;
    content: none !important;
}

.t451m__list_item:nth-child(2) .t-menu__link-item [class*="icon"],
.t451m__list_item:nth-child(2) .t-menu__link-item [class*="arrow"] {
    display: none !important;
}/* Заголовок "Способ оплаты" в корзине */
.t706 .t-input-group_pm .t-input-title {
    font-weight: 700 !important;
}