.store-switcher {
  display: flex;
  gap: 11px;
}

.store-switcher__item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-switcher__item svg {
  width: 100%;
  height: 100%;
}


.store-switcher__item--active {
  border: 2px solid black;
  border-radius: 50%;
  overflow: hidden;
}