.shop-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--shop-mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.shop-language-switch a {
  min-width: 28px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.shop-language-switch a:hover {
  opacity: 0.58;
}

.shop-language-switch a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
  font-weight: 650;
}

.shop-language-switch span {
  color: var(--shop-muted);
}

.shop-product-copy h2 a::after {
  content: "View wine ↗";
}

@media (max-width: 620px) {
  .shop-language-switch {
    gap: 5px;
    font-size: 0.55rem;
  }

  .shop-language-switch a {
    min-width: 32px;
    min-height: 40px;
  }
}
