/* The storefront is published in English only. */
.announcement {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcement .country {
  display: none !important;
}

@media (max-width: 680px) {
  .announcement {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }
}
