@media (max-width: 970px) {
  .t451__menu__content {
    position: relative !important;
    min-height: 70px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
  }
  
  /* Иконка меню слева */
  .t451__burger-wrapper__mobile .t-menuburger {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  
  /* Иконки корзины и избранного справа */
  .t451__burger-wrapper__mobile .t-menuwidgeticons__wrapper {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    gap: 15px !important;
  }
  
  /* Логотип по центру */
  .t451__centerside {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  
  /* Скрываем дублирующие элементы */
  .t451__leftside,
  .t451__rightside {
    display: none !important;
  }
  
  /* Сам мобильный блок делаем невидимым, но оставляем его дочерние элементы */
  .t451__burger-wrapper__mobile {
    display: contents !important;
  }
}
@media (max-width: 970px) {
  /* Иконка меню слева с отступом 10px */
  .t451__burger-wrapper__mobile .t-menuburger {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  
  /* Логотип с отступом 10px от иконки меню */
  .t451__centerside {
    position: absolute !important;
    left: 53px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }
  
  /* Иконки корзины и избранного справа с отступом 10px и расстоянием 10px между ними */
  .t451__burger-wrapper__mobile .t-menuwidgeticons__wrapper {
    position: absolute !important;
    right: 1px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    gap: 15px !important; /* Уменьшили расстояние между иконками до 10px */
  }
  
  /* Убираем отступы у отдельных иконок */
  .t451__burger-wrapper__mobile .t-menuwidgeticons__icon {
    margin: 0 !important;
    padding: 0 !important;
  }
}