/* Основной контейнер кнопки корзины */
.t706__carticon-wrapper {
  transform: scale(0.7) !important;
  transform-origin: center center !important;
  position: fixed !important;
  top: 15px !important;
  right: 80px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  border: none !important;
  outline: none !important;
  z-index: 9999 !important;
}

/* Контейнер иконки */
.t706__carticon-imgwrap {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Иконка внутри кнопки (SVG) */
.t706__carticon-img {
  width: 35px !important;
  height: 35px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  stroke: #D00000 !important;
}


/* Убираем текст с суммой рядом с корзиной */
.t706__carticon-text {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
}


/* Счетчик товаров (красный кружок) */
.t706__carticon-counter {
  font-size: 18px !important;
  font-weight: 700 !important; /* Жирный шрифт */
  width: 25px !important;
  height: 25px !important;
  position: absolute !important;
  top: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  left: auto !important;
  background: #D00000 !important;
  background-color: #D00000 !important;
  color: #FFFFFF !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 50% !important;
    padding-top: 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "alk-life-webfont", sans-serif !important;
  box-shadow: none !important;
  filter: none !important;
}

.tlk-userbar-wrapper {
  transform: scale(0.6) !important;
  transform-origin: center center !important;
  position: fixed !important;
  top: 15px !important;
  right: 90px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  border: none !important;
  outline: none !important;
  z-index: 9999 !important;
}

/* Основной контейнер иконки личного кабинета */
.tlk-userbar {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  border: none !important;
  outline: none !important;
  top: 25px !important;
  right: 40px !important;
}

/* Изображение пользователя (круг с человечком) */
.tlk-userbar__user-image {
  background: transparent !important;
  background-color: rgba(245, 245, 245, 0) !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  border: none !important;
  outline: none !important;
  width: 40px !important;
  height: 40px !important;
}

/* SVG внутри */
.tlk-userbar__user-image svg {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Линии человечка (круг и путь) */
.tlk-userbar__user-image circle,
.tlk-userbar__user-image path {
  stroke: #d90000 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}


/* МОБИЛЬНАЯ ВЕРСИЯ */
@media only screen and (max-width: 768px) {
  header { 
    padding-top: 60px !important;
    padding-left: 10px !important;  /* Уменьшаем отступ слева */
    padding-right: 10px !important; /* Уменьшаем отступ справа */
  }
  
  header nav { 
    display: none !important; 
  }
  
  header img { 
    height: 30px !important; 
  }
  
  /* Убираем границы и отступы между элементами */
  header div[style*="display:flex"] {
    gap: 8px !important; /* Минимальный отступ между иконками */
  }
  
  /* Убираем все возможные границы */
  header * {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}

/* Для очень маленьких экранов */
@media only screen and (max-width: 480px) {
  header { 
    padding-top: 50px !important;
    padding-left: 5px !important;  /* Еще меньше отступ слева */
    padding-right: 5px !important; /* Еще меньше отступ справа */
  }
  
  header img { 
    height: 25px !important; 
  }
  
  header div[style*="display:flex"] {
    gap: 5px !important; /* Еще меньше отступ между иконками */
  }
}
