/*
 * Accessibility compatibility layer for the language-selector root.
 * The module can be rendered several times in the header, so the root is a
 * class rather than a repeated id. These rules mirror the live id-based rules.
 */
.isolani-language-selector-root .lang-flag {
  max-width: 20px;
}

@media (max-width: 408px) {
  .isolani-language-selector-root {
    position: relative;
    top: -18px;
  }

  .shop-boutique .isolani-language-selector-root {
    top: 0;
  }
}

@media (max-width: 991px) {
  #mobile-header .isolani-language-selector-root {
    display: none !important;
  }
}
