.header-phone {
  z-index: 50;
}

.header-logo-lg a {
  max-width: 220px;
}

@media (max-width: 425px) {
  .header-logo-lg a {
    max-width: 160px;
  }
}

.header-phone-list {
  padding: 3px 5px;
}

.header-phone-list svg {
  transition: transform 0.15s ease-in-out;
}

.header-phone-list:hover .header-dropdown {
  transform: translateY(2rem);
  opacity: 1;
}

.header-phone-list:hover svg {
  transform: rotate(180deg);
}

.header-dropdown {
  opacity: 0;
  transition: all 0.15s ease-in-out;
  z-index: -1;
}

.header-dropdown li {
  padding: 3px 5px;
}

.header-dropdown li:hover {
  transition: all 0.3s ease-in-out;
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .header-menu-btn {
    margin-left: 0;
  }
}

.address_dada {
  flex-direction: column;
}

.basket-price__wrapper {
  display: flex;
  gap: 16px;
  margin-left: auto;
}

.price__old {
  text-decoration: line-through;
}
