.beautys-announcement {
  --beautys-announcement-height: 32px;
  position: relative;
  width: 100%;
  height: var(--beautys-announcement-height);
  overflow: hidden;
  background: #F4EAEB;
  color: #2f292b;
}

.beautys-announcement__track {
  width: 100%;
  transition: transform 450ms ease-in-out;
  will-change: transform;
}

.beautys-announcement__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--beautys-announcement-height);
  padding: 0 16px;
  overflow: hidden;
}

.beautys-announcement__text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.beautys-locale--desktop {
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - 1540px) / 2 + 24px));
  z-index: 2;
  display: flex;
  align-items: center;
  height: var(--beautys-announcement-height);
  color: #40393b;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.beautys-locale--desktop .beautys-locale__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 100%;
  white-space: nowrap;
}

.beautys-locale--desktop .beautys-locale__flag {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 11px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(47, 41, 43, .12);
}

.beautys-locale--desktop .beautys-locale__value,
.beautys-locale--desktop .beautys-locale__select {
  color: inherit;
  font: inherit;
  padding-top: 4px;
}

.beautys-locale--desktop .beautys-locale__select {
  width: auto;
  height: 30px;
  margin: 0;
  padding: 4px 17px 0 0;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}

.beautys-locale--desktop .beautys-locale__item.is-selectable::after {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1.5px solid currentcolor;
  border-bottom: 1.5px solid currentcolor;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.beautys-locale--desktop .beautys-locale__divider {
  width: 1px;
  height: 14px;
  margin: 0 18px;
  background: rgba(47, 41, 43, .24);
}

.beautys-locale--desktop .beautys-locale__item.is-selectable:hover,
.beautys-locale--desktop .beautys-locale__item.is-selectable:focus-within {
  color: #c34f67;
}

@media (min-width: 1200px) {
  .beautys-announcement__slide {
    padding-right: 300px;
    padding-left: 300px;
  }
}

@media (max-width: 1199.98px) {
  .beautys-locale--desktop {
    display: none;
  }

  #mobileMenu .ps-mainmenu__additionnals.beautys-mobile-locale {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 auto;
    align-items: center;
    min-height: 52px;
    padding: 0 18px;
    background: #fff;
    border-top: 1px solid #e7dae2;
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__item {
    position: relative;
    display: flex;
    min-width: 0;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    overflow: hidden;
    color: #40393b;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__item--currency {
    border-left: 1px solid #e7dae2;
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__flag {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 11px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(47, 41, 43, .12);
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__value,
  #mobileMenu .beautys-mobile-locale .beautys-locale__select {
    min-width: 0;
    color: inherit;
    font: inherit;
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__select {
    width: auto;
    max-width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 18px 0 0;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__item.is-selectable::after {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 1.5px solid #b3848f;
    border-bottom: 1.5px solid #b3848f;
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
  }

  #mobileMenu .beautys-mobile-locale .beautys-locale__item.is-selectable:hover,
  #mobileMenu .beautys-mobile-locale .beautys-locale__item.is-selectable:focus-within {
    color: #c34f67;
  }
}

@media (max-width: 767.98px) {
  .beautys-announcement {
    --beautys-announcement-height: 40px;
  }
}
