.usp-message-bar {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #react-header-root .header .menu-links {
    margin: 0;
  }
}
#all-site-wrapper.brands-open-top-wrapper {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.brands-open .desktop-header {
  overflow-y: scroll;
  height: 100vh;
}
.brands-open .desktop-menu-contents__close {
  display: none;
}
.brands-open .desktop-menu-contents:after {
  content: none;
}
.usp-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp-container a {
  margin: 0;
  font-size: 11px;
  color: #000;
  font-weight: 400;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
}
@media only screen and (min-width: 1280px) {
  .usp-container a {
    font-size: 13px;
  }
}
.usp-container a:hover {
  text-decoration: underline;
}
.usp-container .marquee-animation-appear,
.usp-container .marquee-animation-enter {
  opacity: 0;
}
.usp-container .marquee-animation-appear-active,
.usp-container .marquee-animation-enter-active {
  opacity: 1;
  transition: opacity 1s;
}
.usp-container .marquee-animation-exit {
  opacity: 1;
}
.usp-container .marquee-animation-exit-active {
  opacity: 0;
  transition: opacity 0.5s;
}
.desktop-header__info-bar--information-menu-links {
  display: flex;
  width: 350px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.desktop-header__info-bar--information-menu-links .anchor-no-link {
  margin: 0;
  font-size: 13px;
  line-height: 32px;
  transition: 0.15s;
  text-decoration: none;
  z-index: 1;
}
html[dir="ltr"]
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-right: 30px;
}
html[dir="rtl"]
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-right: 0;
}
html[dir="ltr"]
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-left: 0;
}
html[dir="rtl"]
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-left: 30px;
}
.desktop-header__info-bar--information-menu-links .anchor-no-link:active,
.desktop-header__info-bar--information-menu-links .anchor-no-link:focus,
.desktop-header__info-bar--information-menu-links .anchor-no-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.desktop-header__info-bar--information-menu-links .anchor-no-link.active {
  box-shadow: inset 0 -5px 0 #66ff96;
}
.desktop-header__info-bar--information-menu-links .anchor-no-link.active:active,
.desktop-header__info-bar--information-menu-links .anchor-no-link.active:focus,
.desktop-header__info-bar--information-menu-links .anchor-no-link.active:hover {
  text-decoration: none;
  cursor: pointer;
}
.company-info p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 1em;
}
.information-and-other-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.information-and-other-content__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  min-width: 200px;
}
.information-and-other-content__section:first-child {
  padding-right: 4rem;
  flex-grow: 1;
}
html[dir="ltr"] .information-and-other-content__section:first-child {
  padding-left: 0;
}
html[dir="rtl"] .information-and-other-content__section:first-child {
  padding-left: 4em;
}
.information-and-other-content__section:nth-child(2) {
  padding-right: 4rem;
}
html[dir="ltr"] .information-and-other-content__section:nth-child(2) {
  padding-left: 0;
}
html[dir="rtl"] .information-and-other-content__section:nth-child(2) {
  padding-left: 4em;
}
.information-and-other-content__section .company-info {
  margin-bottom: 2em;
  max-width: 320px;
}
.information-and-other-content__section
  .menu-container__footer--trustpilot
  .trustpilot-transition-enter {
  opacity: 0;
}
.information-and-other-content__section
  .menu-container__footer--trustpilot
  .trustpilot-transition-enter-active {
  transition: opacity 0.4s ease-in;
  opacity: 1;
}
.information-and-other-content__section h3 {
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.information-and-other-content__section a {
  cursor: pointer;
  margin: 5px 0 10px;
  transition: 0.3s;
}
.information-and-other-content__section a:active,
.information-and-other-content__section a:focus,
.information-and-other-content__section a:hover {
  text-decoration: underline;
}
.message {
  font-size: 2em;
  flex-grow: 1;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  padding: 0.1em 0.2em;
}
.message svg {
  width: 28px;
  height: 28px;
  display: block;
  flex-grow: 0;
}
.message .message-text {
  display: block;
  margin: 0 0 0 10px;
  text-transform: none;
  font-size: 14px !important;
}
.message.info {
  background-color: #66bfff;
  color: #000;
}
.message.success {
  background-color: #fff;
  color: #000;
  background-color: #f3f2f4;
}
.message.success svg {
  width: 54px;
  height: 54px;
}
.message.success .message-text {
  font-size: 16px !important;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  text-align: left;
}
.message.warning {
  background-color: #d0021b;
  color: #fff;
}
.button-container {
  position: relative;
  display: inherit;
  text-align: center;
}
.button-container .button-spinner-primary {
  display: inline-block;
  width: 58px;
  height: 58px;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-spinner-primary {
    width: 72px;
    height: 72px;
  }
}
.button-container .button-spinner-primary div {
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  animation: button-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #000;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-spinner-primary div {
    width: 72px;
    height: 72px;
  }
}
.button-container .button-spinner-primary div:first-child {
  animation-delay: -0.45s;
}
.button-container .button-spinner-primary div:nth-child(2) {
  animation-delay: -0.3s;
}
.button-container .button-spinner-primary div:nth-child(3) {
  animation-delay: -0.15s;
}
.button-container .button-spinner-secondary {
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-spinner-secondary {
    width: 2.75em;
    height: 2.75em;
  }
}
.button-container .button-spinner-secondary div {
  width: 2.75em;
  height: 2.75em;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  animation: button-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #000;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-spinner-secondary div {
    width: 2.75em;
    height: 2.75em;
  }
}
.button-container .button-spinner-secondary div:first-child {
  animation-delay: -0.45s;
}
.button-container .button-spinner-secondary div:nth-child(2) {
  animation-delay: -0.3s;
}
.button-container .button-spinner-secondary div:nth-child(3) {
  animation-delay: -0.15s;
}
.button-container .button-spinner-tertiary {
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-spinner-tertiary {
    width: 2.75em;
    height: 2.75em;
  }
}
.button-container .button-spinner-tertiary div {
  width: 2.75em;
  height: 2.75em;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  animation: button-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #000;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-spinner-tertiary div {
    width: 2.75em;
    height: 2.75em;
  }
}
.button-container .button-spinner-tertiary div:first-child {
  animation-delay: -0.45s;
}
.button-container .button-spinner-tertiary div:nth-child(2) {
  animation-delay: -0.3s;
}
.button-container .button-spinner-tertiary div:nth-child(3) {
  animation-delay: -0.15s;
}
.button-container .button-primary {
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  line-height: 1em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition:
    border-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    color 0.25s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  border: 2px solid #66ff96;
  font-weight: 700;
  height: 58px;
  box-shadow: none;
  background: #66ff96;
  color: #000;
}
.button-container .button-primary:active,
.button-container .button-primary:focus,
.button-container .button-primary:hover {
  transition:
    border-color background-color 0.25s cubic-bezier(0, 0, 0.2, 1)
      cubic-bezier(0, 0, 0.2, 1) 0.25s,
    color 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.button-container .button-primary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-container .button-primary:active,
.button-container .button-primary:focus,
.button-container .button-primary:hover {
  border-color: #000;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-primary {
    height: 72px;
    font-size: 20px;
  }
}
.button-container .button-secondary {
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  line-height: 1em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition:
    border-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    color 0.25s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  border: 1px solid #000;
  font-weight: 500;
  height: 2.75em;
  background: #000;
  color: #fff;
}
.button-container .button-secondary:active,
.button-container .button-secondary:focus,
.button-container .button-secondary:hover {
  transition:
    border-color background-color 0.25s cubic-bezier(0, 0, 0.2, 1)
      cubic-bezier(0, 0, 0.2, 1) 0.25s,
    color 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.button-container .button-secondary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-secondary {
    height: 2.75em;
  }
}
.button-container .button-tertiary {
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  line-height: 1em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition:
    border-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    color 0.25s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  border: 1px solid #000;
  font-weight: 500;
  height: 2.75em;
  background: #fff;
  color: #000;
}
.button-container .button-tertiary:active,
.button-container .button-tertiary:focus,
.button-container .button-tertiary:hover {
  transition:
    border-color background-color 0.25s cubic-bezier(0, 0, 0.2, 1)
      cubic-bezier(0, 0, 0.2, 1) 0.25s,
    color 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.button-container .button-tertiary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-container .button-tertiary:active,
.button-container .button-tertiary:focus,
.button-container .button-tertiary:hover {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .button-container .button-tertiary {
    height: 2.75em;
  }
}
.button-skincare {
  background-color: #354fa0;
  color: #fff;
  min-width: 125px;
  height: 2.75em;
  padding: 0 2em;
  font-family:
    Druk Text Wide CY Web,
    Gill Sans,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.15;
}
.button-skincare:focus,
.button-skincare:hover {
  outline: none;
  text-decoration: underline;
}
@media only screen and (min-width: 1280px) {
  .button-skincare {
    height: 50px;
    min-width: 160px;
    font-size: 14px;
  }
}
.form {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 375px) {
  .form {
    flex-direction: row;
  }
}
.form input {
  margin-bottom: 1em;
}
.form .button-container {
  flex-shrink: 0;
  margin-left: 0.5em;
}
.social-section {
  padding: 4rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .social-section {
    padding: 0;
    flex-direction: column-reverse;
  }
}
.social-section h3 {
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
.social-section .input-wrapper {
  margin-top: 1.5em;
  margin-bottom: 2rem;
}
.social-section .social-icons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media only screen and (min-width: 1280px) {
  .social-section .social-icons {
    margin-bottom: 2em;
    flex-direction: column;
    align-items: flex-start;
  }
}
.social-section .social-icons svg {
  width: 30px;
  height: 30px;
}
html[dir="ltr"] .social-section .social-icons svg {
  margin-right: 0.6em;
}
html[dir="rtl"] .social-section .social-icons svg {
  margin-right: 0;
}
html[dir="ltr"] .social-section .social-icons svg {
  margin-left: 0;
}
html[dir="rtl"] .social-section .social-icons svg {
  margin-left: 0.6em;
}
.social-section .social-icons .social-link {
  width: auto;
}
.social-section .social-icons .social-link p {
  display: none;
  margin: 0;
  transition: 0.15s;
}
html[dir="ltr"] .social-section .social-icons .social-link p {
  margin-right: 10px;
}
html[dir="rtl"] .social-section .social-icons .social-link p {
  margin-right: 0;
}
html[dir="ltr"] .social-section .social-icons .social-link p {
  margin-left: 0;
}
html[dir="rtl"] .social-section .social-icons .social-link p {
  margin-left: 10px;
}
@media only screen and (min-width: 1280px) {
  .social-section .social-icons .social-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .social-section .social-icons .social-link p {
    display: block;
  }
}
.social-section .social-icons .social-link:active p,
.social-section .social-icons .social-link:focus p,
.social-section .social-icons .social-link:hover p {
  text-decoration: underline;
}
.connect-with-us {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.connect-with-us__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding: 0 3em;
}
.connect-with-us__section:first-child {
  width: 30%;
}
.connect-with-us__section--copy p {
  margin: 0 0 1em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.connect-with-us__section--poster {
  margin-bottom: 2em;
  width: 100%;
}
.connect-with-us__section--poster:last-child {
  margin-bottom: 0;
}
.connect-with-us__section--poster a {
  display: block;
  width: 100%;
}
.connect-with-us__section--poster div {
  border-radius: 9px;
  margin-bottom: 0.5em;
  height: 160px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
}
.connect-with-us__section--poster h4 {
  font-style: normal;
  font-family:
    Druk Text Wide CY Web,
    Gill Sans,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 12px;
  margin-bottom: 0.5em;
  font-weight: 900;
  transition: 0.15s;
}
.connect-with-us__section--poster p {
  margin: 0;
}
.connect-with-us__section--poster:active h4,
.connect-with-us__section--poster:focus h4,
.connect-with-us__section--poster:hover h4 {
  text-decoration: underline;
}
.desktop-header__info-bar--information-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 33px;
  min-height: calc(100vh - 33px);
  left: 0;
  cursor: pointer;
}
.desktop-header__info-bar--information-menu:after {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
}
.desktop-header__info-bar--information-menu .information-menu {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 2.4%;
  z-index: 100;
  display: flex;
  cursor: default;
  opacity: 0;
  transform: translateY(-10px);
}
@media only screen and (min-width: 1024px) {
  .desktop-header__info-bar--information-menu .information-menu {
    padding: 0 2.4%;
  }
}
@media screen and (min-height: 900px) {
  .desktop-header__info-bar--information-menu .information-menu {
    max-width: 1680px;
  }
}
@media screen and (min-width: 1680px) {
  .desktop-header__info-bar--information-menu .information-menu {
    padding: 0 80px;
  }
}
.desktop-header__info-bar--information-menu .information-menu__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.2s ease,
    opacity 0ms linear 0.1s,
    visibility 0ms linear 0.1s;
  transform-origin: top center;
  transform: scaleY(0);
}
.desktop-header__info-bar--information-menu
  .information-menu__container--content {
  background: #fff;
  padding: 2rem 0;
}
.desktop-header__info-bar--information-menu .information-menu__logo {
  width: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.desktop-header__info-bar--information-menu .information-menu__content {
  flex: 1 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.desktop-header__info-bar--information-menu .information-menu__close {
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 1em auto 0;
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
}
.desktop-header__info-bar--information-menu .information-menu__close .icon {
  width: 30px;
  height: 30px;
}
.desktop-header__info-bar--information-menu .information-menu__close:active,
.desktop-header__info-bar--information-menu .information-menu__close:focus,
.desktop-header__info-bar--information-menu .information-menu__close:hover {
  background: #fff;
}
.desktop-header__info-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 32px;
}
.desktop-header__info-bar--content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  background: transparent;
  transition: background-color 0.2s;
  transition-delay: 0.05s;
}
.desktop-header__info-bar--site-preferences {
  display: flex;
  justify-items: center;
  width: 350px;
}
.desktop-header__info-bar--site-preferences .site-preferences {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop-header__info-bar--site-preferences .site-preferences__region-info {
  font-size: 13px;
  line-height: 32px;
  opacity: 0.5;
  text-decoration: none;
  transition: 0.15s;
}
.desktop-header__info-bar--site-preferences .site-preferences__flag {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 32px;
}
html[dir="ltr"]
  .desktop-header__info-bar--site-preferences
  .site-preferences__flag {
  margin-left: 10px;
}
html[dir="rtl"]
  .desktop-header__info-bar--site-preferences
  .site-preferences__flag {
  margin-left: 0;
}
html[dir="ltr"]
  .desktop-header__info-bar--site-preferences
  .site-preferences__flag {
  margin-right: 0;
}
html[dir="rtl"]
  .desktop-header__info-bar--site-preferences
  .site-preferences__flag {
  margin-right: 10px;
}
.desktop-header__info-bar--site-preferences .site-preferences__flag img {
  width: 24px;
  height: auto;
  border-radius: 2px;
}
.desktop-header__info-bar--site-preferences .site-preferences:active,
.desktop-header__info-bar--site-preferences .site-preferences:focus,
.desktop-header__info-bar--site-preferences .site-preferences:hover {
  cursor: pointer;
}
.desktop-header__info-bar--site-preferences
  .site-preferences:active
  .site-preferences__region-info,
.desktop-header__info-bar--site-preferences
  .site-preferences:focus
  .site-preferences__region-info,
.desktop-header__info-bar--site-preferences
  .site-preferences:hover
  .site-preferences__region-info {
  opacity: 1;
  text-decoration: underline;
}
.desktop-header__info-bar--usp {
  flex: 1 1;
}
.desktop-header__info-bar.menu-open {
  border-bottom: 1px solid #e5e5e5;
}
.desktop-header__info-bar.menu-open .desktop-header__info-bar--content {
  background: #fff;
}
.info-bar-transition-enter-done
  .desktop-header__info-bar--information-menu:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.info-bar-transition-enter-done
  .desktop-header__info-bar--information-menu
  .information-menu.active {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    opacity 0.2s linear;
  transition-delay: 0.2s;
}
.info-bar-transition-enter-done
  .desktop-header__info-bar--information-menu
  .information-menu__container {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.info-bar-transition-exit-done
  .desktop-header__info-bar--information-menu:after {
  width: 0;
  height: 0;
  opacity: 0;
}
.info-bar-transition-exit-done
  .desktop-header__info-bar--information-menu
  .information-menu.active {
  opacity: 0;
  transform: translateY(-15px);
  transition-delay: 0s;
}
.info-bar-transition-exit-done
  .desktop-header__info-bar--information-menu
  .information-menu__container {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.header-search-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  cursor: pointer;
  transition: border 0.4s;
  line-height: 1;
}
.header-search-container:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
html[dir="ltr"] .header-search-container {
  padding: 0 10px 0 15px;
}
html[dir="rtl"] .header-search-container {
  padding: 0 15px 0 10px;
}
.header-search-container p {
  font-size: 15px;
  font-weight: 400;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.header-search-container svg {
  height: 30px;
  width: 30px;
}
.desktop-header__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop-header__icons .desktop-header__icon {
  margin-right: 1em;
  line-height: 1;
  position: relative;
}
.desktop-header__icons .desktop-header__icon span {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  line-height: 1.2;
}
html[dir="ltr"] .desktop-header__icons .desktop-header__icon span {
  right: -1px;
}
html[dir="rtl"] .desktop-header__icons .desktop-header__icon span {
  right: unset;
}
html[dir="ltr"] .desktop-header__icons .desktop-header__icon span {
  left: unset;
}
html[dir="rtl"] .desktop-header__icons .desktop-header__icon span {
  left: -1px;
}
html[dir="ltr"] .desktop-header__icons .desktop-header__icon {
  margin-right: 1em;
}
html[dir="rtl"] .desktop-header__icons .desktop-header__icon {
  margin-right: 0;
}
html[dir="ltr"] .desktop-header__icons .desktop-header__icon {
  margin-left: 0;
}
html[dir="rtl"] .desktop-header__icons .desktop-header__icon {
  margin-left: 1em;
}
html[dir="ltr"] .desktop-header__icons .desktop-header__icon:last-child,
html[dir="rtl"] .desktop-header__icons .desktop-header__icon:last-child {
  margin-right: 0;
}
html[dir="ltr"] .desktop-header__icons .desktop-header__icon:last-child,
html[dir="rtl"] .desktop-header__icons .desktop-header__icon:last-child {
  margin-left: 0;
}
.desktop-header__icons--edited-logo.desktop-header__icon {
  margin-top: 0.5em;
}
.desktop-header__icons--edited-logo.desktop-header__icon svg {
  width: 3rem;
  height: auto;
}
html[dir="ltr"] .desktop-header__icons--edited-logo.desktop-header__icon {
  margin-right: 1.5em;
}
html[dir="rtl"] .desktop-header__icons--edited-logo.desktop-header__icon {
  margin-right: 0;
}
html[dir="ltr"] .desktop-header__icons--edited-logo.desktop-header__icon {
  margin-left: 0;
}
html[dir="rtl"] .desktop-header__icons--edited-logo.desktop-header__icon {
  margin-left: 1.5em;
}
html[dir="ltr"] .desktop-header__icons--tribe-logo.desktop-header__icon {
  margin-right: 1.5em;
}
html[dir="rtl"] .desktop-header__icons--tribe-logo.desktop-header__icon {
  margin-right: 0;
}
html[dir="ltr"] .desktop-header__icons--tribe-logo.desktop-header__icon {
  margin-left: 0;
}
html[dir="rtl"] .desktop-header__icons--tribe-logo.desktop-header__icon {
  margin-left: 1.5em;
}
.desktop-header__main {
  width: 100%;
}
.desktop-header__main .container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 2.4%;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .desktop-header__main .container {
    padding: 0 2.4%;
  }
}
@media screen and (min-height: 900px) {
  .desktop-header__main .container {
    max-width: 1680px;
  }
}
@media screen and (min-width: 1680px) {
  .desktop-header__main .container {
    padding: 0 80px;
  }
}
.desktop-header__main--search {
  flex: 1 1;
  padding: 0 2em;
}
.desktop-header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.desktop-header__menu .seo-menu {
  display: none;
}
.desktop-header__menu--links {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop-header__menu--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1%;
  height: 1.5rem;
  font-size: 16px;
}
@media only screen and (min-width: 1680px) {
  .desktop-header__menu--link {
    padding: 0 1.2em;
  }
}
.desktop-header__menu--link:first-of-type {
  padding-left: 0;
}
.desktop-header__menu--link:last-of-type {
  padding-right: 0;
}
.desktop-header__menu--link-accent {
  width: 100%;
  height: 5px;
  transition: 0.15s;
}
.desktop-header__menu .anchor-no-link,
.desktop-header__menu a {
  line-height: 1;
  margin: 0 0 3px;
  cursor: pointer;
  transition: 0.3s;
}
.desktop-header__menu .anchor-no-link:active,
.desktop-header__menu .anchor-no-link:focus,
.desktop-header__menu .anchor-no-link:hover,
.desktop-header__menu a:active,
.desktop-header__menu a:focus,
.desktop-header__menu a:hover {
  text-decoration: underline;
}
.desktop-header__menu .anchor-no-link.active:active,
.desktop-header__menu .anchor-no-link.active:focus,
.desktop-header__menu .anchor-no-link.active:hover,
.desktop-header__menu a.active:active,
.desktop-header__menu a.active:focus,
.desktop-header__menu a.active:hover {
  text-decoration: none;
}
.desktop-header__menu .feature-shop-item {
  font-weight: 700;
}
.brand-alphabet {
  display: flex;
  flex-wrap: wrap;
  text-transform: lowercase;
  flex-shrink: 0;
  padding: 0.5rem 14px;
}
.brand-alphabet .brand-letter {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  flex: none;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 18px;
  font-style: normal;
  height: 36px;
  width: 36px;
  justify-content: center;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 0;
  text-align: center;
  transition: 0.3s;
}
html[dir="ltr"] .brand-alphabet .brand-letter {
  margin-right: 8px;
}
html[dir="rtl"] .brand-alphabet .brand-letter {
  margin-right: 0;
}
html[dir="ltr"] .brand-alphabet .brand-letter {
  margin-left: 0;
}
html[dir="rtl"] .brand-alphabet .brand-letter {
  margin-left: 8px;
}
html[dir="ltr"] .brand-alphabet .brand-letter:last-child {
  margin-right: 0;
}
html[dir="rtl"] .brand-alphabet .brand-letter:last-child {
  margin-left: 0;
}
.brand-alphabet .brand-letter:hover {
  background-color: #f2f2f2;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .brand-alphabet .brand-letter {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .brand-alphabet .brand-letter {
    width: 36px;
    height: 36px;
  }
}
.brand-alphabet .inactive-letter {
  color: #b2b2b2;
}
.brand-alphabet .inactive-letter:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  cursor: default;
}
.brand-section {
  padding: 0 1.5rem 2rem;
}
.brand-section .brand-section-header {
  display: flex;
  position: unset;
  align-items: unset;
  justify-content: unset;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 700;
  color: #b2b2b2;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.brand-section .brand-section-header div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  position: relative;
  overflow: visible;
}
.brand-section .brand-section-header.selected div {
  animation: pulse-white 1.2s;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
}
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.7);
    background-color: #f2f2f2;
  }
  70% {
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
  }
  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
.brand-section .brand-item {
  padding: 0;
  font-size: 16px;
  min-height: unset;
  line-height: auto;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
}
.brand-section .brand-item:active,
.brand-section .brand-item:focus,
.brand-section .brand-item:hover {
  text-decoration: underline;
}
.brand-section .brand-item:active:before,
.brand-section .brand-item:focus:before,
.brand-section .brand-item:hover:before {
  content: "";
  background-image: url(/static/media/indicator.025548d9.svg);
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
}
html[dir="ltr"] .brand-section .brand-item:active:before,
html[dir="ltr"] .brand-section .brand-item:focus:before,
html[dir="ltr"] .brand-section .brand-item:hover:before {
  left: -0.8em;
}
html[dir="rtl"] .brand-section .brand-item:active:before,
html[dir="rtl"] .brand-section .brand-item:focus:before,
html[dir="rtl"] .brand-section .brand-item:hover:before {
  left: unset;
}
html[dir="ltr"] .brand-section .brand-item:active:before,
html[dir="ltr"] .brand-section .brand-item:focus:before,
html[dir="ltr"] .brand-section .brand-item:hover:before {
  right: unset;
}
html[dir="rtl"] .brand-section .brand-item:active:before,
html[dir="rtl"] .brand-section .brand-item:focus:before,
html[dir="rtl"] .brand-section .brand-item:hover:before {
  right: -0.8em;
}
.brand-section-items,
.desktop-menu-contents {
  display: flex;
  flex-direction: column;
}
.desktop-menu-contents {
  align-items: center;
  position: relative;
  width: 100%;
}
.desktop-menu-contents:after {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
  width: 100%;
  height: 100%;
  height: calc(100vh - 300px);
  z-index: -1;
  cursor: pointer;
}
.desktop-menu-contents__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.2s ease,
    opacity 0ms linear 0.1s,
    visibility 0ms linear 0.1s;
  transform-origin: top center;
  transform: scaleY(0);
}
.desktop-menu-contents__close {
  width: 36px;
  height: 36px;
  margin: 1em auto;
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
}
.desktop-menu-contents__close .icon {
  width: 30px;
  height: 30px;
}
.desktop-menu-contents__close:active,
.desktop-menu-contents__close:focus,
.desktop-menu-contents__close:hover {
  background: #fff;
}
.desktop-menu-content {
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 0 2rem;
  min-height: 450px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desktop-menu-content__header {
  opacity: 0;
  transform: translateY(-10px);
  left: 0;
  top: 0;
  position: sticky;
  width: 100%;
  padding: 0 2.4%;
  max-width: 1680px;
  display: flex;
  justify-content: center;
  background: #fff;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1680px) {
  .desktop-menu-content__header {
    padding: 0 80px;
  }
}
.desktop-menu-content__header .close-icon__container,
.desktop-menu-content__header .scroll-to-top-icon__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 5px;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s,
    opacity 0.5s ease-in-out;
}
.desktop-menu-content__header .close-icon__container:active,
.desktop-menu-content__header .close-icon__container:focus,
.desktop-menu-content__header .close-icon__container:hover,
.desktop-menu-content__header .scroll-to-top-icon__container:active,
.desktop-menu-content__header .scroll-to-top-icon__container:focus,
.desktop-menu-content__header .scroll-to-top-icon__container:hover {
  background: #f2f2f2;
}
html[dir="ltr"] .desktop-menu-content__header .scroll-to-top-icon__container {
  margin-left: 15px;
}
html[dir="ltr"] .desktop-menu-content__header .close-icon__container,
html[dir="rtl"] .desktop-menu-content__header .scroll-to-top-icon__container {
  margin-right: 15px;
}
html[dir="rtl"] .desktop-menu-content__header .close-icon__container {
  margin-left: 15px;
}
.desktop-menu-content__header .close-icon__container .close-icon {
  height: 26px;
  width: 26px;
}
.desktop-menu-content__header.fixed .close-icon__container,
.desktop-menu-content__header.fixed .scroll-to-top-icon__container {
  visibility: visible;
  opacity: 1;
}
.desktop-menu-content__container {
  display: flex;
  max-width: 1440px;
  padding: 0 2.4%;
  width: 100%;
  opacity: 0;
  transform: translateY(-10px);
}
@media only screen and (min-width: 1024px) {
  .desktop-menu-content__container {
    padding: 0 2.4%;
  }
}
@media screen and (min-height: 900px) {
  .desktop-menu-content__container {
    max-width: 1680px;
  }
}
@media screen and (min-width: 1680px) {
  .desktop-menu-content__container {
    padding: 0 80px;
  }
}
.desktop-menu-content__column {
  width: 16.75%;
  display: flex;
  flex-direction: column;
}
.desktop-menu-content__column:last-child {
  width: 16.25%;
}
.desktop-menu-content__column.brand-search-column {
  width: 82%;
  overflow-y: scroll;
  height: auto;
  scrollbar-width: none;
}
.desktop-menu-content__column.brand-search-column::-webkit-scrollbar {
  display: none;
}
.desktop-menu-content__column.brand-search-column .brand-section {
  padding: 20px 25px;
}
.desktop-menu-content__column.brand-search-column .brand-section-items {
  flex-wrap: wrap;
  flex-direction: row;
}
.desktop-menu-content__column.brand-search-column
  .brand-section-items
  .brand-item {
  width: 30%;
  margin-bottom: 10px;
}
.desktop-menu-content__column.brand-link-column {
  width: 18%;
}
.desktop-menu-content__column.brand-link-column .desktop-menu-content__section {
  margin-bottom: 1.25rem;
}
.desktop-menu-content__column.brand-link-column
  .desktop-menu-content__section--title {
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
}
html[dir="ltr"]
  .desktop-menu-content__column.brand-link-column
  .desktop-menu-content__section--title {
  text-align: left;
}
html[dir="rtl"]
  .desktop-menu-content__column.brand-link-column
  .desktop-menu-content__section--title {
  text-align: right;
}
.desktop-menu-content__edited-section,
.desktop-menu-content__featured-section,
.desktop-menu-content__section {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem;
}
.desktop-menu-content__edited-section--title,
.desktop-menu-content__featured-section--title,
.desktop-menu-content__section--title {
  font-weight: 700;
  margin: 0 0 0.8em;
  font-size: 16px;
  line-height: 1.3;
  padding-top: 1.25rem;
}
html[dir="ltr"] .desktop-menu-content__edited-section--title,
html[dir="ltr"] .desktop-menu-content__featured-section--title,
html[dir="ltr"] .desktop-menu-content__section--title {
  text-align: left;
}
html[dir="rtl"] .desktop-menu-content__edited-section--title,
html[dir="rtl"] .desktop-menu-content__featured-section--title,
html[dir="rtl"] .desktop-menu-content__section--title {
  text-align: right;
}
.desktop-menu-content__edited-section--title:last-child,
.desktop-menu-content__featured-section--title:last-child,
.desktop-menu-content__section--title:last-child {
  margin-bottom: 0;
}
.desktop-menu-content__edited-section--link,
.desktop-menu-content__featured-section--link,
.desktop-menu-content__section--link {
  margin: 0 0 1em;
  font-size: 15px;
  line-height: 1.3;
}
.desktop-menu-content__edited-section--link:last-child,
.desktop-menu-content__featured-section--link:last-child,
.desktop-menu-content__section--link:last-child {
  margin-bottom: 0.5rem;
}
.desktop-menu-content__edited-section a:active,
.desktop-menu-content__edited-section a:focus,
.desktop-menu-content__edited-section a:hover,
.desktop-menu-content__featured-section a:active,
.desktop-menu-content__featured-section a:focus,
.desktop-menu-content__featured-section a:hover,
.desktop-menu-content__section a:active,
.desktop-menu-content__section a:focus,
.desktop-menu-content__section a:hover {
  text-decoration: underline;
}
.desktop-menu-content__featured-section {
  font-weight: 700;
  padding-top: 0;
  margin-right: 5%;
}
.desktop-menu-content__featured-section .featured-link,
.desktop-menu-content__featured-section .shop-all-link {
  margin: 0;
  padding-top: 1.25rem;
  font-size: 16px;
  line-height: 1.3;
  word-break: break-word;
}
.desktop-menu-content__featured-section .featured-link:last-child,
.desktop-menu-content__featured-section .shop-all-link:last-child {
  padding-bottom: 1.25rem;
}
.desktop-menu-content__edited-section--title {
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
}
.desktop-menu-content__edited-section svg {
  margin-top: 0.5em;
  opacity: 0.5;
}
.search-suggestions a {
  text-decoration: none;
}
.search-suggestions a .search-suggestions__matched-text {
  font-weight: 400;
  background-color: #66ff96;
}
.search-suggestions a .search-suggestions__unmatched-text {
  font-weight: 700;
}
.loadingGlitch,
.page-loading-spinner {
  display: inline-block;
  width: 64px;
  height: 64px;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
}
.page-loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: page-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #66ff96;
}
.page-loading-spinner div:first-child {
  animation-delay: -0.45s;
}
.page-loading-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.page-loading-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes page-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.curated-search__wrapper {
  display: flex;
  width: 100%;
}
.curated-search__wrapper .loading {
  display: none;
}
.curated-search__wrapper .curated-search__content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.curated-search__wrapper .curated-search__links,
.curated-search__wrapper .search-suggestions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.curated-search__wrapper .curated-search__links a,
.curated-search__wrapper .search-suggestions a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1;
  text-decoration: none;
  height: 40px;
}
.curated-search__wrapper .curated-search__links a:hover svg,
.curated-search__wrapper .search-suggestions a:hover svg {
  fill: #000;
}
.curated-search__wrapper .curated-search__links a svg,
.curated-search__wrapper .search-suggestions a svg {
  width: 36px;
  height: 36px;
  fill: #999;
  transition: fill 0.3s;
}
html[dir="ltr"] .curated-search__wrapper .curated-search__links a svg,
html[dir="ltr"] .curated-search__wrapper .search-suggestions a svg {
  margin-left: 0;
}
html[dir="rtl"] .curated-search__wrapper .curated-search__links a svg,
html[dir="rtl"] .curated-search__wrapper .search-suggestions a svg {
  margin-left: 0.5rem;
}
html[dir="ltr"] .curated-search__wrapper .curated-search__links a svg,
html[dir="ltr"] .curated-search__wrapper .search-suggestions a svg {
  margin-right: 0.5rem;
}
html[dir="rtl"] .curated-search__wrapper .curated-search__links a svg,
html[dir="rtl"] .curated-search__wrapper .search-suggestions a svg {
  margin-right: 0;
}
.curated-search__wrapper .curated-search__links a:hover,
.curated-search__wrapper .search-suggestions a:hover {
  text-decoration: underline;
}
.search-input__container {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
}
.search-input__container .search-input__form {
  width: 100%;
  margin: 0;
}
.search-input__container .search-input__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  transition: 0.3s;
}
html[dir="ltr"] .search-input__container .search-input__close {
  margin-right: 10px;
}
html[dir="rtl"] .search-input__container .search-input__close {
  margin-right: 0;
}
html[dir="ltr"] .search-input__container .search-input__close {
  margin-left: 0;
}
html[dir="rtl"] .search-input__container .search-input__close {
  margin-left: 10px;
}
.search-input__container .search-input__close:active,
.search-input__container .search-input__close:focus,
.search-input__container .search-input__close:hover {
  background: #f2f2f2;
}
@media only screen and (min-width: 1280px) {
  .search-input__container .search-input__close {
    display: none;
  }
}
.search-input__container .search-input__input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.search-input__container
  .search-input__input-container
  .search-input__controls {
  display: flex;
  align-items: center;
}
.search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
html[dir="ltr"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-left: 10px;
}
html[dir="rtl"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-left: 0;
}
html[dir="ltr"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-right: 0;
}
html[dir="rtl"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-right: 10px;
}
.search-input__container
  .search-input__input-container
  .search-input__controls--clear:active
  .search-input__controls--clear-inner,
.search-input__container
  .search-input__input-container
  .search-input__controls--clear:focus
  .search-input__controls--clear-inner,
.search-input__container
  .search-input__input-container
  .search-input__controls--clear:hover
  .search-input__controls--clear-inner {
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.search-input__container
  .search-input__input-container
  .search-input__controls--clear-inner {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.search-input__container
  .search-input__input-container
  .search-input__controls--clear
  svg {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  transition: 0.3s;
}
html[dir="ltr"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-left: 10px;
}
html[dir="rtl"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-left: 0;
}
html[dir="ltr"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-right: 0;
}
html[dir="rtl"]
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-right: 10px;
}
.search-input__container
  .search-input__input-container
  .search-input__controls--submit:active,
.search-input__container
  .search-input__input-container
  .search-input__controls--submit:focus,
.search-input__container
  .search-input__input-container
  .search-input__controls--submit:hover {
  background: #66ff96;
}
.search-input__container input {
  background-color: transparent;
  border: none;
  color: #000;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 18px;
  width: 100%;
  line-height: 1;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 47px;
  caret-color: #ff00bf;
}
.search-input__container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-input__container input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-input__container input:focus::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-input__container input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-input__container input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-input__container input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}
.search-container {
  background: #fff;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.search-container__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  opacity: 0;
  transform: translateY(-10px);
}
@media only screen and (min-width: 1280px) {
  .search-container__content {
    height: auto;
    max-width: 740px;
    margin: 0 auto;
    padding: 2rem 0 2.5rem;
    min-height: 386px;
  }
}
.search-container__input {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  html[dir="ltr"] .search-container__input {
    padding-left: 45px;
  }
  html[dir="rtl"] .search-container__input {
    padding-left: 0;
  }
  html[dir="ltr"] .search-container__input {
    padding-right: 0;
  }
  html[dir="rtl"] .search-container__input {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-container__input .search-input__close {
    display: none;
  }
}
.search-container__close {
  width: 36px;
  height: 36px;
  margin-top: 1em;
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.search-container__close .icon {
  width: 30px;
  height: 30px;
}
.search-container__close:active,
.search-container__close:focus,
.search-container__close:hover {
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .search-container__close {
    display: flex;
  }
}
.desktop-header__search--content,
.mobile-header__search--content {
  z-index: 101;
}
.desktop-header__search--content .header-search,
.mobile-header__search--content .header-search {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  transition: background 0.3s;
}
.desktop-header__search--content .header-search .search-container,
.mobile-header__search--content .header-search .search-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1280px) {
  .desktop-header__search--content .header-search .search-container,
  .mobile-header__search--content .header-search .search-container {
    height: auto;
  }
}
.desktop-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.desktop-header__info-bar,
.desktop-header__main,
.desktop-header__menu {
  background: #fff;
}
.desktop-header__main {
  padding-top: 2em;
  padding-bottom: 2em;
}
.desktop-header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
.desktop-header__search .anchor-no-link {
  width: 100%;
}
.desktop-header__search--content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.desktop-header .header-logo svg {
  height: 2.5rem;
  width: auto;
}
.desktop-header.open .desktop-header__menu--links .feature-shop-item,
.desktop-header.open .desktop-header__menu--links .shop-item {
  color: #000;
  opacity: 0.5;
}
.desktop-header.open .desktop-header__menu--links .feature-shop-item.active,
.desktop-header.open .desktop-header__menu--links .shop-item.active {
  opacity: 1;
}
.search-transition-enter-done .header-search:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.search-transition-enter-done .header-search .search-container {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.search-transition-enter-done .header-search .search-container__content {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    opacity 0.2s linear;
  transition-delay: 0.2s;
}
.search-transition-exit-done .header-search:after {
  width: 0;
  height: 0;
  opacity: 0;
}
.search-transition-exit-done .header-search .search-container {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.search-transition-exit-done .header-search .search-container__content {
  opacity: 0;
  transform: translateY(-15px);
  transition-delay: 0;
}
.desktop-menu-transition-enter-done .desktop-menu-contents:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.desktop-menu-transition-enter-done
  .desktop-menu-contents
  .desktop-menu-contents__container {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.desktop-menu-transition-enter-done
  .desktop-menu-contents
  .desktop-menu-content__container.active,
.desktop-menu-transition-enter-done
  .desktop-menu-contents
  .desktop-menu-content__header.active {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    opacity 0.2s linear;
  transition-delay: 0.2s;
}
.desktop-menu-transition-exit-done .desktop-menu-contents:after {
  width: 0;
  height: 0;
  opacity: 0;
}
.desktop-menu-transition-exit-done
  .desktop-menu-contents
  .desktop-menu-contents__container {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.desktop-menu-transition-exit-done
  .desktop-menu-contents
  .desktop-menu-content__container.active,
.desktop-menu-transition-exit-done
  .desktop-menu-contents
  .desktop-menu-content__header.active {
  opacity: 0;
  transform: translateY(-15px);
  transition-delay: 0;
}
.information-section {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
}
.information-section .anchor-no-link,
.information-section a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.information-section .anchor-no-link:active .main-section,
.information-section .anchor-no-link:focus .main-section,
.information-section .anchor-no-link:hover .main-section,
.information-section a:active .main-section,
.information-section a:focus .main-section,
.information-section a:hover .main-section {
  text-decoration: underline;
  opacity: 1;
}
.information-section .anchor-no-link .tribe-logo,
.information-section a .tribe-logo {
  height: 18px;
  width: auto;
}
.information-section .main-section {
  opacity: 0.5;
  display: flex;
  font-size: 16px;
}
.information-section .sub-section {
  display: flex;
  justify-items: center;
  align-items: center;
}
.information-section .sub-section .subheading {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
}
.information-section .sub-section .subicon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  opacity: 0.5;
}
html[dir="ltr"] .information-section .sub-section .subicon {
  margin-right: 10px;
}
html[dir="rtl"] .information-section .sub-section .subicon {
  margin-right: 0;
}
html[dir="ltr"] .information-section .sub-section .subicon {
  margin-left: 0;
}
html[dir="rtl"] .information-section .sub-section .subicon {
  margin-left: 10px;
}
.information-section .sub-section .subicon.flag {
  margin-left: 10px;
  margin-right: 0;
  opacity: 1;
}
html[dir="ltr"] .information-section .sub-section .subicon.flag {
  margin-left: 10px;
}
html[dir="rtl"] .information-section .sub-section .subicon.flag {
  margin-left: 0;
}
html[dir="ltr"] .information-section .sub-section .subicon.flag {
  margin-right: 0;
}
html[dir="rtl"] .information-section .sub-section .subicon.flag {
  margin-right: 10px;
}
.information-section .sub-section .subicon.flag img {
  width: 24px;
  height: auto;
  border-radius: 2px;
}
.shop-section {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
}
.shop-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-section ul.shop-section__featured-items {
  margin-bottom: 1.5rem;
}
.shop-section ul.shop-section__featured-items .feature-shop-item {
  font-weight: 700;
}
.shop-section .anchor-no-link,
.shop-section a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.125em;
}
.shop-section .anchor-no-link:active .main-section,
.shop-section .anchor-no-link:focus .main-section,
.shop-section .anchor-no-link:hover .main-section,
.shop-section a:active .main-section,
.shop-section a:focus .main-section,
.shop-section a:hover .main-section {
  text-decoration: underline;
}
.mobile-header__menu {
  position: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.mobile-header__menu .mobile-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  left: 0;
  z-index: 90;
  height: 100%;
  transition: transform 0.5s;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-header__menu .mobile-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}
.mobile-header__menu .mobile-menu .menu-container {
  position: absolute;
  top: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  padding-bottom: 1em;
  height: 100%;
  transition: all 0.3s;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media only screen and (min-width: 375px) {
  .mobile-header__menu .mobile-menu .menu-container {
    width: 90%;
    width: calc(100% - 55px);
    max-width: 375px;
  }
}
html[dir="ltr"] .mobile-header__menu .mobile-menu .menu-container {
  left: 0;
}
html[dir="rtl"] .mobile-header__menu .mobile-menu .menu-container {
  left: unset;
}
html[dir="ltr"] .mobile-header__menu .mobile-menu .menu-container {
  right: unset;
}
html[dir="rtl"] .mobile-header__menu .mobile-menu .menu-container {
  right: 0;
}
html[dir="ltr"] .mobile-header__menu .mobile-menu .menu-container {
  transform: translate3d(-100%, 0, 0);
}
html[dir="rtl"] .mobile-header__menu .mobile-menu .menu-container {
  transform: translate3d(100%, 0, 0);
}
.mobile-header__menu .mobile-menu .menu-container::-webkit-scrollbar {
  display: none;
}
.mobile-header__menu .mobile-menu .menu-container__header {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
html[dir="ltr"] .mobile-header__menu .mobile-menu .menu-container__header {
  padding: 0 25px 0 15px;
}
html[dir="rtl"] .mobile-header__menu .mobile-menu .menu-container__header {
  padding: 0 15px 0 25px;
}
.mobile-header__menu .mobile-menu .menu-container__header--close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  transition: 0.3s;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__header--close {
  margin-right: 12px;
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__header--close {
  margin-right: 0;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__header--close {
  margin-left: 0;
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__header--close {
  margin-left: 12px;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__header--close {
  transform: rotate(0);
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__header--close {
  transform: rotate(180deg);
}
.mobile-header__menu .mobile-menu .menu-container__header--close:active,
.mobile-header__menu .mobile-menu .menu-container__header--close:focus,
.mobile-header__menu .mobile-menu .menu-container__header--close:hover {
  background: #f2f2f2;
}
.mobile-header__menu .mobile-menu .menu-container__main .anchor-no-link,
.mobile-header__menu .mobile-menu .menu-container__main a {
  cursor: pointer;
  font-size: 18px;
  min-height: 2.5rem;
  padding: 6px 0;
  line-height: 1.4;
  transition: 0.3s;
}
.mobile-header__menu .mobile-menu .menu-container__main .anchor-no-link:active,
.mobile-header__menu .mobile-menu .menu-container__main .anchor-no-link:focus,
.mobile-header__menu .mobile-menu .menu-container__main .anchor-no-link:hover,
.mobile-header__menu .mobile-menu .menu-container__main a:active,
.mobile-header__menu .mobile-menu .menu-container__main a:focus,
.mobile-header__menu .mobile-menu .menu-container__main a:hover {
  text-decoration: underline;
}
.mobile-header__menu .mobile-menu .menu-container__main .anchor-no-link {
  position: relative;
}
.mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
.mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
.mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  content: "";
  background-image: url(/static/media/indicator.025548d9.svg);
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  left: -0.8em;
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  left: unset;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  right: unset;
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  right: -0.8em;
}
.mobile-header__menu .mobile-menu .menu-container__main--section {
  display: flex;
  flex-direction: column;
  padding: 20px 1.5rem;
}
.mobile-header__menu .mobile-menu .menu-container__main--section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
.mobile-header__menu .mobile-menu .menu-container__main--section-header h3 {
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  word-break: break-all;
}
.mobile-header__menu .mobile-menu .menu-container__main--section-header img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.mobile-header__menu
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-bottom: 0;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-right: 10px;
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-right: unset;
}
html[dir="ltr"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-left: unset;
}
html[dir="rtl"]
  .mobile-header__menu
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-left: 10px;
}
.mobile-header__menu
  .mobile-menu
  .menu-container__main--section
  .view-all-link {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.mobile-header__menu .mobile-menu .menu-container__footer {
  margin: 1em 0;
  padding: 20px 25px;
}
.mobile-header__menu .mobile-menu .menu-container__footer p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.mobile-header__menu .mobile-menu .menu-container__footer--edited-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header__menu .mobile-menu .menu-container__footer--edited-header h3 {
  padding: 1em 0;
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  font-weight: 500;
}
.mobile-header__menu .mobile-menu .menu-container__footer--edited-header svg {
  fill: grey;
  height: 21px;
}
.mobile-header__menu .mobile-menu .menu-container__footer--edited-main {
  display: flex;
  flex-direction: column;
}
.mobile-header__menu
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link,
.mobile-header__menu .mobile-menu .menu-container__footer--edited-main a {
  cursor: pointer;
  margin: 5px 0 10px;
  transition: 0.3s;
}
.mobile-header__menu
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:active,
.mobile-header__menu
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:focus,
.mobile-header__menu
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:hover,
.mobile-header__menu .mobile-menu .menu-container__footer--edited-main a:active,
.mobile-header__menu .mobile-menu .menu-container__footer--edited-main a:focus,
.mobile-header__menu .mobile-menu .menu-container__footer--edited-main a:hover {
  text-decoration: underline;
}
.mobile-header__menu--second-level,
.mobile-header__menu--third-level {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.mobile-header__menu--second-level .mobile-menu,
.mobile-header__menu--third-level .mobile-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-header__menu--second-level .mobile-menu .menu-container,
.mobile-header__menu--third-level .mobile-menu .menu-container {
  position: absolute;
  top: 0;
  z-index: 100;
  visibility: visible;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media only screen and (min-width: 375px) {
  .mobile-header__menu--second-level .mobile-menu .menu-container,
  .mobile-header__menu--third-level .mobile-menu .menu-container {
    width: 90%;
    width: calc(100% - 55px);
    max-width: 375px;
  }
}
html[dir="ltr"] .mobile-header__menu--second-level .mobile-menu .menu-container,
html[dir="ltr"] .mobile-header__menu--third-level .mobile-menu .menu-container {
  left: 0;
}
html[dir="rtl"] .mobile-header__menu--second-level .mobile-menu .menu-container,
html[dir="rtl"] .mobile-header__menu--third-level .mobile-menu .menu-container {
  left: unset;
}
html[dir="ltr"] .mobile-header__menu--second-level .mobile-menu .menu-container,
html[dir="ltr"] .mobile-header__menu--third-level .mobile-menu .menu-container {
  right: unset;
}
html[dir="rtl"] .mobile-header__menu--second-level .mobile-menu .menu-container,
html[dir="rtl"] .mobile-header__menu--third-level .mobile-menu .menu-container {
  right: 0;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container::-webkit-scrollbar,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container::-webkit-scrollbar {
  display: none;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__header,
.mobile-header__menu--third-level .mobile-menu .menu-container__header {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header {
  padding: 0 25px 0 15px;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header {
  padding: 0 15px 0 25px;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__header--close,
.mobile-header__menu--third-level .mobile-menu .menu-container__header--close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  transition: 0.3s;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close {
  margin-right: 12px;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close {
  margin-right: 0;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close {
  margin-left: 0;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close {
  margin-left: 12px;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close {
  transform: rotate(0);
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close {
  transform: rotate(180deg);
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close:active,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close:focus,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__header--close:hover,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close:active,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close:focus,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__header--close:hover {
  background: #f2f2f2;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link,
.mobile-header__menu--second-level .mobile-menu .menu-container__main a,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link,
.mobile-header__menu--third-level .mobile-menu .menu-container__main a {
  cursor: pointer;
  font-size: 18px;
  min-height: 2.5rem;
  padding: 6px 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover,
.mobile-header__menu--second-level .mobile-menu .menu-container__main a:active,
.mobile-header__menu--second-level .mobile-menu .menu-container__main a:focus,
.mobile-header__menu--second-level .mobile-menu .menu-container__main a:hover,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover,
.mobile-header__menu--third-level .mobile-menu .menu-container__main a:active,
.mobile-header__menu--third-level .mobile-menu .menu-container__main a:focus,
.mobile-header__menu--third-level .mobile-menu .menu-container__main a:hover {
  text-decoration: underline;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link {
  position: relative;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  content: "";
  background-image: url(/static/media/indicator.025548d9.svg);
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  left: -0.8em;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  left: unset;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  right: unset;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:active:before,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:focus:before,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main
  .anchor-no-link:hover:before {
  right: -0.8em;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__main--section,
.mobile-header__menu--third-level .mobile-menu .menu-container__main--section {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section:first-of-type,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section:first-of-type {
  padding-bottom: 0;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header
  h3,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header
  h3 {
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  padding: 1em 0;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header
  img,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header
  img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header.with-image,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header.with-image {
  min-height: 80px;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-bottom: 0;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-right: 10px;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-right: unset;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-left: unset;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section-header.with-image
  h3 {
  margin-left: 10px;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__main--section
  .view-all-link,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__main--section
  .view-all-link {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__footer,
.mobile-header__menu--third-level .mobile-menu .menu-container__footer {
  padding: 2rem 1.5rem 4rem;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__footer p,
.mobile-header__menu--third-level .mobile-menu .menu-container__footer p {
  font-size: 13px;
  color: grey;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot {
  min-height: 150px;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot,
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot {
  margin-left: 0;
}
html[dir="ltr"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot,
html[dir="ltr"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot {
  margin-right: 0;
}
html[dir="rtl"]
  .mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot,
html[dir="rtl"]
  .mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot {
  margin-right: -45px;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot
  .trustpilot-transition-enter,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot
  .trustpilot-transition-enter {
  opacity: 0;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--trustpilot
  .trustpilot-transition-enter-active,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--trustpilot
  .trustpilot-transition-enter-active {
  transition: opacity 0.4s ease-in;
  opacity: 1;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-header,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-header
  h3,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-header
  h3 {
  padding: 1em 0;
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  font-weight: 500;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-header
  svg,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-header
  svg {
  fill: grey;
  height: 21px;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main {
  display: flex;
  flex-direction: column;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  a,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  a {
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 0;
  min-height: 32px;
}
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:active,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:focus,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:hover,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  a:active,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  a:focus,
.mobile-header__menu--second-level
  .mobile-menu
  .menu-container__footer--edited-main
  a:hover,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:active,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:focus,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  .anchor-no-link:hover,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  a:active,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  a:focus,
.mobile-header__menu--third-level
  .mobile-menu
  .menu-container__footer--edited-main
  a:hover {
  text-decoration: underline;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__header--close,
.mobile-header__menu--third-level .mobile-menu .menu-container__header--close {
  padding: 0;
}
.mobile-header__menu--second-level .mobile-menu .menu-container__header--search,
.mobile-header__menu--third-level .mobile-menu .menu-container__header--search {
  width: 100%;
}
.mobile-header__menu.second-open .menu-container__footer,
.mobile-header__menu.second-open .menu-container__main {
  transition: transform 0.1s 0s;
}
html[dir="ltr"] .mobile-header__menu.second-open .menu-container__footer,
html[dir="ltr"] .mobile-header__menu.second-open .menu-container__main {
  transform: translateX(-15%);
}
html[dir="rtl"] .mobile-header__menu.second-open .menu-container__footer,
html[dir="rtl"] .mobile-header__menu.second-open .menu-container__main {
  transform: translateX(15%);
}
.mobile-header__menu.second-closing .menu-container__footer,
.mobile-header__menu.second-closing .menu-container__main {
  transition: transform 0.1s 0s;
}
html[dir="ltr"] .mobile-header__menu.second-closing .menu-container__footer,
html[dir="ltr"] .mobile-header__menu.second-closing .menu-container__main,
html[dir="rtl"] .mobile-header__menu.second-closing .menu-container__footer,
html[dir="rtl"] .mobile-header__menu.second-closing .menu-container__main {
  transform: translateX(0);
}
.mobile-header__menu--second-level.third-open .menu-container__footer,
.mobile-header__menu--second-level.third-open .menu-container__main {
  transition: transform 0.1s 0s;
}
html[dir="ltr"]
  .mobile-header__menu--second-level.third-open
  .menu-container__footer,
html[dir="ltr"]
  .mobile-header__menu--second-level.third-open
  .menu-container__main {
  transform: translateX(-15%);
}
html[dir="rtl"]
  .mobile-header__menu--second-level.third-open
  .menu-container__footer,
html[dir="rtl"]
  .mobile-header__menu--second-level.third-open
  .menu-container__main {
  transform: translateX(15%);
}
.mobile-header__menu--third-level.third-active .menu-container__header--search {
  transition: none;
  transform: translateY(0);
}
.mobile-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobile-header .seo-menu {
  display: none;
}
.mobile-header__usp {
  justify-content: center;
  height: 24px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
}
.mobile-header__main,
.mobile-header__usp {
  display: flex;
  align-items: center;
  width: 100%;
}
.mobile-header__main {
  flex-direction: row;
  justify-content: space-between;
  height: 64px;
  padding: 0 15px;
}
.mobile-header__main--left,
.mobile-header__main--right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobile-header__main--left .icon-container,
.mobile-header__main--right .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mobile-header__main--left .icon-container a,
.mobile-header__main--right .icon-container a {
  line-height: 1;
  position: relative;
}
.mobile-header__main--left .icon-container a span,
.mobile-header__main--right .icon-container a span {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  line-height: 1.2;
}
html[dir="ltr"] .mobile-header__main--left .icon-container a span,
html[dir="ltr"] .mobile-header__main--right .icon-container a span {
  right: -3px;
}
html[dir="rtl"] .mobile-header__main--left .icon-container a span,
html[dir="rtl"] .mobile-header__main--right .icon-container a span {
  right: unset;
}
html[dir="ltr"] .mobile-header__main--left .icon-container a span,
html[dir="ltr"] .mobile-header__main--right .icon-container a span {
  left: unset;
}
html[dir="rtl"] .mobile-header__main--left .icon-container a span,
html[dir="rtl"] .mobile-header__main--right .icon-container a span {
  left: -3px;
}
.mobile-header__main--left .icon-container svg,
.mobile-header__main--right .icon-container svg {
  width: 30px;
  height: 30px;
}
.mobile-header__main--left {
  align-items: flex-start;
}
html[dir="ltr"] .mobile-header__main--left .icon-container svg {
  margin-right: 10px;
}
html[dir="rtl"] .mobile-header__main--left .icon-container svg {
  margin-right: 0;
}
html[dir="ltr"] .mobile-header__main--left .icon-container svg {
  margin-left: 0;
}
html[dir="rtl"] .mobile-header__main--left .icon-container svg {
  margin-left: 10px;
}
.mobile-header__main--right {
  align-items: flex-end;
}
html[dir="ltr"] .mobile-header__main--right .icon-container svg {
  margin-left: 10px;
}
html[dir="rtl"] .mobile-header__main--right .icon-container svg {
  margin-left: 0;
}
html[dir="ltr"] .mobile-header__main--right .icon-container svg {
  margin-right: 0;
}
html[dir="rtl"] .mobile-header__main--right .icon-container svg {
  margin-right: 10px;
}
.mobile-header__main .header-logo svg {
  height: 35px;
}
.mobile-header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
.mobile-header__search .anchor-no-link {
  width: 100%;
}
.mobile-header__search--content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.mobile-header__menu.open {
  position: fixed;
}
.mobile-header__menu.open .mobile-menu:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.mobile-header__menu.open .mobile-menu .menu-container {
  visibility: visible;
}
html[dir="ltr"] .mobile-header__menu.open .mobile-menu .menu-container,
html[dir="rtl"] .mobile-header__menu.open .mobile-menu .menu-container {
  transform: translateZ(0);
}
.mobile-header__menu.closing {
  position: fixed;
}
.mobile-header__menu.closing .mobile-menu:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.menu-transition-enter .mobile-menu {
  transition: transform 0.5s;
}
.menu-transition-enter .mobile-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
}
.menu-transition-enter .mobile-menu .menu-container {
  visibility: hidden;
  transition: all 0.3s;
}
html[dir="ltr"] .menu-transition-enter .mobile-menu .menu-container {
  transform: translate3d(-100%, 0, 0);
}
html[dir="rtl"] .menu-transition-enter .mobile-menu .menu-container {
  transform: translate3d(100%, 0, 0);
}
.menu-transition-enter-done .menu-container__footer,
.menu-transition-enter-done .menu-container__main {
  transition: transform 0.1s 0s;
}
html[dir="ltr"] .menu-transition-enter-done .menu-container__footer,
html[dir="ltr"] .menu-transition-enter-done .menu-container__main,
html[dir="rtl"] .menu-transition-enter-done .menu-container__footer,
html[dir="rtl"] .menu-transition-enter-done .menu-container__main {
  transform: translateX(0);
}
.menu-transition-enter-done .mobile-menu:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.menu-transition-enter-done .mobile-menu .menu-container {
  visibility: visible;
}
html[dir="ltr"] .menu-transition-enter-done .mobile-menu .menu-container,
html[dir="rtl"] .menu-transition-enter-done .mobile-menu .menu-container {
  transform: translateZ(0);
}
html[dir="ltr"] .menu-transition__level-enter .menu-container__footer,
html[dir="ltr"] .menu-transition__level-enter .menu-container__main {
  transform: translateX(15%);
}
html[dir="rtl"] .menu-transition__level-enter .menu-container__footer,
html[dir="rtl"] .menu-transition__level-enter .menu-container__main {
  transform: translateX(-15%);
}
.menu-transition__level-enter .menu-container__header--search {
  transform: translateY(-56px);
}
.menu-transition__level-enter-done .menu-container__footer,
.menu-transition__level-enter-done .menu-container__main {
  transition: transform 0.1s 0s;
}
html[dir="ltr"] .menu-transition__level-enter-done .menu-container__footer,
html[dir="ltr"] .menu-transition__level-enter-done .menu-container__main,
html[dir="rtl"] .menu-transition__level-enter-done .menu-container__footer,
html[dir="rtl"] .menu-transition__level-enter-done .menu-container__main {
  transform: translateX(0);
}
.menu-transition__level-enter-done .menu-container__header--search {
  transition: transform 0.1s 0s;
  transform: translateY(0);
}
.search-transition-enter-done .header-search {
  background: rgba(0, 0, 0, 0.3);
}
.search-transition-enter-done .header-search .search-container {
  transform: translateZ(0);
}
.headroom-wrapper {
  z-index: 1000;
  position: relative;
}
.headroom-wrapper .header-wrapper:after,
.headroom-wrapper .header-wrapper:before {
  z-index: -2;
}
.header-wrapper {
  z-index: 1000;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
  .header-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .header-wrapper {
    padding-bottom: 1em;
  }
}
.headroom {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.headroom--unpinned {
  transform: translateY(-191px);
}
.headroom--pinned,
.headroom--unpinned {
  position: fixed;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.headroom--pinned {
  transform: translateY(0);
}
.desktop-header a,
.mobile-header a {
  text-decoration: none;
}
#all-site-wrapper {
  color: #000;
}
#all-site-wrapper .desktop-header__info-bar,
#all-site-wrapper .desktop-header__main,
#all-site-wrapper .desktop-header__menu {
  background: none;
}
#all-site-wrapper .desktop-header .feature-shop-item,
#all-site-wrapper .desktop-header .shop-item {
  color: #000 !important;
}
#all-site-wrapper .desktop-header.open .desktop-header__info-bar,
#all-site-wrapper .desktop-header.open .desktop-header__main,
#all-site-wrapper .desktop-header.open .desktop-header__menu {
  background: #fff;
}
#all-site-wrapper .header-search-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  cursor: pointer;
  transition: border 0.4s;
  line-height: 1;
  padding: 0 10px 0 15px;
}
#all-site-wrapper .header-search-container:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
html[dir="ltr"] #all-site-wrapper .header-search-container {
  padding: 0 10px 0 15px;
}
html[dir="rtl"] #all-site-wrapper .header-search-container {
  padding: 0 15px 0 10px;
}
#all-site-wrapper .header-search-container p {
  font-size: 15px;
  font-weight: 400;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
#all-site-wrapper .header-search-container svg {
  height: 30px;
  width: 30px;
}
#all-site-wrapper .desktop-header__info-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 32px;
  transition: border 0.2s ease-in;
}
#all-site-wrapper .desktop-header__info-bar.menu-open {
  border-bottom: 1px solid #e5e5e5;
}
#all-site-wrapper .desktop-header__info-bar--information-menu-links {
  display: flex;
  width: 350px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link {
  margin: 0;
  font-size: 13px;
  line-height: 32px;
  transition: 0.15s;
  text-decoration: none;
  z-index: 1;
}
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child,
html[dir="ltr"]
  #all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-right: 30px;
}
html[dir="rtl"]
  #all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-right: 0;
}
html[dir="ltr"]
  #all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-left: 0;
}
html[dir="rtl"]
  #all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:first-child {
  margin-left: 30px;
}
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:active,
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:focus,
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link.active {
  box-shadow: inset 0 -5px 0 #66ff96;
}
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link.active:active,
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link.active:focus,
#all-site-wrapper
  .desktop-header__info-bar--information-menu-links
  .anchor-no-link.active:hover {
  text-decoration: none;
  cursor: pointer;
}
#all-site-wrapper svg.edited-logo {
  width: auto;
}
#all-site-wrapper input {
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 2.75em;
  margin-bottom: 2em;
  padding: 0 1em;
  width: 100%;
}
#all-site-wrapper input:focus {
  border: 1px solid #000;
  outline: none;
}
#all-site-wrapper select {
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg height="28" viewBox="0 0 28 28" width="28" xmlns="http://www.w3.org/2000/svg"><path d="m14.2426407 8.41421356-3.5355339 3.53553394-.7071068-.7071068 4.2426407-4.2426407 4.2426407 4.2426407-.7071068.7071068zm0 11.65685424 3.5355339-3.5355339.7071068.7071068-4.2426407 4.2426407-4.2426407-4.2426407.7071068-.7071068z" fill-rule="evenodd"/></svg>');
  background-position: right 6px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 2.75em;
  margin-bottom: 2em;
  width: 100%;
}
html[dir="ltr"] #all-site-wrapper select {
  padding-right: 2.5em;
}
html[dir="ltr"] #all-site-wrapper select,
html[dir="rtl"] #all-site-wrapper select {
  padding-left: 1em;
}
html[dir="rtl"] #all-site-wrapper select {
  padding-right: 2.5em;
}
#all-site-wrapper select:focus {
  border: 1px solid #000;
  outline: none;
}
#all-site-wrapper .social-section {
  padding: 4rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .social-section {
    padding: 0;
    flex-direction: column-reverse;
  }
}
#all-site-wrapper .social-section h3 {
  font-style: italic;
  font-family:
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
#all-site-wrapper .social-section .input-wrapper {
  margin-top: 1.5em;
  margin-bottom: 2rem;
}
#all-site-wrapper .social-section .input-wrapper input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 2.75em;
  margin-bottom: 2em;
  padding: 0 1em;
  width: 100%;
  line-height: 100%;
}
#all-site-wrapper .social-section .social-icons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .social-section .social-icons {
    margin-bottom: 2em;
    flex-direction: column;
    align-items: flex-start;
  }
}
#all-site-wrapper .social-section .social-icons svg {
  width: 30px;
  height: 30px;
}
html[dir="ltr"] #all-site-wrapper .social-section .social-icons svg {
  margin-right: 0.6em;
}
html[dir="rtl"] #all-site-wrapper .social-section .social-icons svg {
  margin-right: 0;
}
html[dir="ltr"] #all-site-wrapper .social-section .social-icons svg {
  margin-left: 0;
}
html[dir="rtl"] #all-site-wrapper .social-section .social-icons svg {
  margin-left: 0.6em;
}
#all-site-wrapper .social-section .social-icons .social-link {
  width: auto;
}
#all-site-wrapper .social-section .social-icons .social-link p {
  display: none;
  margin: 0;
  transition: 0.15s;
}
html[dir="ltr"] #all-site-wrapper .social-section .social-icons .social-link p {
  margin-right: 10px;
}
html[dir="rtl"] #all-site-wrapper .social-section .social-icons .social-link p {
  margin-right: 0;
}
html[dir="ltr"] #all-site-wrapper .social-section .social-icons .social-link p {
  margin-left: 0;
}
html[dir="rtl"] #all-site-wrapper .social-section .social-icons .social-link p {
  margin-left: 10px;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .social-section .social-icons .social-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #all-site-wrapper .social-section .social-icons .social-link p {
    display: block;
  }
}
#all-site-wrapper .social-section .social-icons .social-link:active p,
#all-site-wrapper .social-section .social-icons .social-link:focus p,
#all-site-wrapper .social-section .social-icons .social-link:hover p {
  text-decoration: underline;
}
#all-site-wrapper .button-container {
  position: relative;
  display: inherit;
  text-align: center;
}
#all-site-wrapper .button-container .button-spinner-primary {
  display: inline-block;
  width: 58px;
  height: 58px;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-spinner-primary {
    width: 72px;
    height: 72px;
  }
}
#all-site-wrapper .button-container .button-spinner-primary div {
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  animation: button-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #000;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-spinner-primary div {
    width: 72px;
    height: 72px;
  }
}
#all-site-wrapper .button-container .button-spinner-primary div:first-child {
  animation-delay: -0.45s;
}
#all-site-wrapper .button-container .button-spinner-primary div:nth-child(2) {
  animation-delay: -0.3s;
}
#all-site-wrapper .button-container .button-spinner-primary div:nth-child(3) {
  animation-delay: -0.15s;
}
#all-site-wrapper .button-container .button-spinner-secondary {
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-spinner-secondary {
    width: 2.75em;
    height: 2.75em;
  }
}
#all-site-wrapper .button-container .button-spinner-secondary div {
  width: 2.75em;
  height: 2.75em;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  animation: button-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #000;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-spinner-secondary div {
    width: 2.75em;
    height: 2.75em;
  }
}
#all-site-wrapper .button-container .button-spinner-secondary div:first-child {
  animation-delay: -0.45s;
}
#all-site-wrapper .button-container .button-spinner-secondary div:nth-child(2) {
  animation-delay: -0.3s;
}
#all-site-wrapper .button-container .button-spinner-secondary div:nth-child(3) {
  animation-delay: -0.15s;
}
#all-site-wrapper .button-container .button-spinner-tertiary {
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-spinner-tertiary {
    width: 2.75em;
    height: 2.75em;
  }
}
#all-site-wrapper .button-container .button-spinner-tertiary div {
  width: 2.75em;
  height: 2.75em;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  animation: button-loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #000;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-spinner-tertiary div {
    width: 2.75em;
    height: 2.75em;
  }
}
#all-site-wrapper .button-container .button-spinner-tertiary div:first-child {
  animation-delay: -0.45s;
}
#all-site-wrapper .button-container .button-spinner-tertiary div:nth-child(2) {
  animation-delay: -0.3s;
}
#all-site-wrapper .button-container .button-spinner-tertiary div:nth-child(3) {
  animation-delay: -0.15s;
}
#all-site-wrapper .button-container .button-primary {
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  line-height: 1em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition:
    border-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    color 0.25s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  border: 2px solid #66ff96;
  font-weight: 700;
  height: 58px;
  box-shadow: none;
  background: #66ff96;
  color: #000;
}
#all-site-wrapper .button-container .button-primary:active,
#all-site-wrapper .button-container .button-primary:focus,
#all-site-wrapper .button-container .button-primary:hover {
  transition:
    border-color background-color 0.25s cubic-bezier(0, 0, 0.2, 1)
      cubic-bezier(0, 0, 0.2, 1) 0.25s,
    color 0.25s cubic-bezier(0, 0, 0.2, 1);
}
#all-site-wrapper .button-container .button-primary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#all-site-wrapper .button-container .button-primary:active,
#all-site-wrapper .button-container .button-primary:focus,
#all-site-wrapper .button-container .button-primary:hover {
  border-color: #000;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-primary {
    height: 72px;
    font-size: 20px;
  }
}
#all-site-wrapper .button-container .button-secondary {
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  line-height: 1em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition:
    border-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    color 0.25s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  border: 1px solid #000;
  font-weight: 500;
  height: 2.75em;
  background: #000;
  color: #fff;
  text-transform: none;
}
#all-site-wrapper .button-container .button-secondary:active,
#all-site-wrapper .button-container .button-secondary:focus,
#all-site-wrapper .button-container .button-secondary:hover {
  transition:
    border-color background-color 0.25s cubic-bezier(0, 0, 0.2, 1)
      cubic-bezier(0, 0, 0.2, 1) 0.25s,
    color 0.25s cubic-bezier(0, 0, 0.2, 1);
}
#all-site-wrapper .button-container .button-secondary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-secondary {
    height: 2.75em;
  }
}
#all-site-wrapper .button-container .button-tertiary {
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
  line-height: 1em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition:
    border-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 1, 1),
    color 0.25s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  border: 1px solid #000;
  font-weight: 500;
  height: 2.75em;
  background: #fff;
  color: #000;
}
#all-site-wrapper .button-container .button-tertiary:active,
#all-site-wrapper .button-container .button-tertiary:focus,
#all-site-wrapper .button-container .button-tertiary:hover {
  transition:
    border-color background-color 0.25s cubic-bezier(0, 0, 0.2, 1)
      cubic-bezier(0, 0, 0.2, 1) 0.25s,
    color 0.25s cubic-bezier(0, 0, 0.2, 1);
}
#all-site-wrapper .button-container .button-tertiary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#all-site-wrapper .button-container .button-tertiary:active,
#all-site-wrapper .button-container .button-tertiary:focus,
#all-site-wrapper .button-container .button-tertiary:hover {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-container .button-tertiary {
    height: 2.75em;
  }
}
@keyframes button-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#all-site-wrapper .button-skincare {
  background-color: #354fa0;
  color: #fff;
  min-width: 125px;
  height: 2.75em;
  padding: 0 2em;
  font-family:
    Druk Text Wide CY Web,
    Gill Sans,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.15;
}
#all-site-wrapper .button-skincare:focus,
#all-site-wrapper .button-skincare:hover {
  outline: none;
  text-decoration: underline;
}
@media only screen and (min-width: 1280px) {
  #all-site-wrapper .button-skincare {
    height: 50px;
    min-width: 160px;
    font-size: 14px;
  }
}
#all-site-wrapper .search-input__container {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
}
#all-site-wrapper .search-input__container .search-input__form {
  width: 100%;
  margin: 0;
}
#all-site-wrapper .search-input__container .search-input__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  transition: 0.3s;
}
html[dir="ltr"]
  #all-site-wrapper
  .search-input__container
  .search-input__close {
  margin-right: 10px;
}
html[dir="rtl"]
  #all-site-wrapper
  .search-input__container
  .search-input__close {
  margin-right: 0;
}
html[dir="ltr"]
  #all-site-wrapper
  .search-input__container
  .search-input__close {
  margin-left: 0;
}
html[dir="rtl"]
  #all-site-wrapper
  .search-input__container
  .search-input__close {
  margin-left: 10px;
}
#all-site-wrapper .search-input__container .search-input__close:active,
#all-site-wrapper .search-input__container .search-input__close:focus,
#all-site-wrapper .search-input__container .search-input__close:hover {
  background: #f2f2f2;
}
#all-site-wrapper .search-input__container .search-input__input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls {
  display: flex;
  align-items: center;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
html[dir="ltr"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-left: 10px;
}
html[dir="rtl"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-left: 0;
}
html[dir="ltr"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-right: 0;
}
html[dir="rtl"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear {
  margin-right: 10px;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear:active
  .search-input__controls--clear-inner,
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear:focus
  .search-input__controls--clear-inner,
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear:hover
  .search-input__controls--clear-inner {
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear-inner {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--clear
  svg {
  width: 20px;
  height: 20px;
  padding: 3px;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  transition: 0.3s;
}
html[dir="ltr"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-left: 10px;
}
html[dir="rtl"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-left: 0;
}
html[dir="ltr"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-right: 0;
}
html[dir="rtl"]
  #all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit {
  margin-right: 10px;
}
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit:active,
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit:focus,
#all-site-wrapper
  .search-input__container
  .search-input__input-container
  .search-input__controls--submit:hover {
  background: #66ff96;
}
#all-site-wrapper .search-input__container input {
  background-color: transparent;
  border: none;
  color: #000;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 18px;
  width: 100%;
  line-height: 1;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 47px;
  caret-color: #ff00bf;
}
#all-site-wrapper .search-input__container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#all-site-wrapper .search-input__container input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#all-site-wrapper .search-input__container input:focus::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#all-site-wrapper .search-input__container input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#all-site-wrapper .search-input__container input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#all-site-wrapper .search-input__container input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}
#all-site-wrapper
  .desktop-header.open
  .desktop-header__menu--links
  .feature-shop-item,
#all-site-wrapper .desktop-header.open .desktop-header__menu--links .shop-item {
  color: #000;
  opacity: 0.5;
}
#all-site-wrapper
  .desktop-header.open
  .desktop-header__menu--links
  .feature-shop-item.active,
#all-site-wrapper
  .desktop-header.open
  .desktop-header__menu--links
  .shop-item.active {
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-family: Druk Text CY Web;
  src:
    url(/assets/fonts/DrukText-Medium-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukText-Medium-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text CY Web;
  src:
    url(/assets/fonts/DrukText-MediumItalic-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukText-MediumItalic-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text CY Web;
  src:
    url(/assets/fonts/DrukText-Heavy-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukText-Heavy-Cy-Web.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text CY Web;
  src:
    url(/assets/fonts/DrukText-HeavyItalic-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukText-HeavyItalic-Cy-Web.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text Wide CY Web;
  src:
    url(/assets/fonts/DrukTextWide-Medium-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukTextWide-Medium-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text Wide CY \Web;
  src:
    url(/assets/fonts/DrukTextWide-MediumItalic-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukTextWide-MediumItalic-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text Wide CY Web;
  src:
    url(/assets/fonts/DrukTextWide-Heavy-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukTextWide-Heavy-Cy-Web.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: Druk Text Wide CY Web;
  src:
    url(/assets/fonts/DrukTextWide-HeavyItalic-Cy-Web.woff2) format("woff2"),
    url(/assets/fonts/DrukTextWide-HeavyItalic-Cy-Web.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: ErbarURW;
  src:
    url(/assets/fonts/ErbarURW-Book.woff2) format("woff2"),
    url(/assets/fonts/ErbarURW-Book.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: ErbarURW;
  src:
    url(/assets/fonts/ErbarURW-DemiBold.woff2) format("woff2"),
    url(/assets/fonts/ErbarURW-DemiBold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
body {
  scroll-behavior: auto;
  font-family:
    sofia-pro,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  font-kerning: normal;
}
body h1 {
  font-size: 42px;
  line-height: 1.1;
}
body h1,
body h2 {
  font-family:
    Inter Tight,
    Druk Text CY Web,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
body h2 {
  font-size: 26px;
  line-height: 1.2em;
}
body h3 {
  font-family:
    Druk Text Wide CY Web,
    Gill Sans,
    Trebuchet MS,
    Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body h3,
body h4 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
body h4 {
  font-size: 42px;
  font-weight: 500;
  font-style: italic;
}
body a {
  color: #000;
}
body p a {
  text-decoration: underline;
}
.icon {
  width: 36px;
  height: 36px;
  line-height: 1;
  margin-right: 0;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  fill: #000;
}
.icon.menu-close {
  fill: #fff;
}
* {
  box-sizing: border-box;
}
#root,
body,
html {
  height: 100%;
}
#root {
  width: 100%;
}
.primary {
  background: #fcd729;
}
.secondary {
  background: #66ff96;
}
.tertiary {
  background: #00e8f0;
}
u {
  text-decoration: none;
}
form {
  margin: 2rem 0;
  display: flex;
}
fieldset {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  padding: 0;
  border: none;
}
.button-primary {
  margin-bottom: 0;
}
label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
label em {
  color: #d0021b;
}
input {
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 2.75em;
  margin-bottom: 2em;
  padding: 0 1em;
  width: 100%;
}
input:focus {
  border: 1px solid #000;
  outline: none;
}
textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1em;
  font-size: 16px;
  margin-bottom: 2em;
  line-height: normal;
  -webkit-appearance: none;
}
textarea:focus {
  border: 1px solid #000;
  outline: none;
}
select {
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg height="28" viewBox="0 0 28 28" width="28" xmlns="http://www.w3.org/2000/svg"><path d="m14.2426407 8.41421356-3.5355339 3.53553394-.7071068-.7071068 4.2426407-4.2426407 4.2426407 4.2426407-.7071068.7071068zm0 11.65685424 3.5355339-3.5355339.7071068.7071068-4.2426407 4.2426407-4.2426407-4.2426407.7071068-.7071068z" fill-rule="evenodd"/></svg>');
  background-position: right 6px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 2.75em;
  margin-bottom: 2em;
  width: 100%;
}
html[dir="ltr"] select {
  padding-right: 2.5em;
}
html[dir="ltr"] select,
html[dir="rtl"] select {
  padding-left: 1em;
}
html[dir="rtl"] select {
  padding-right: 2.5em;
}
select:focus {
  border: 1px solid #000;
  outline: none;
}
.background-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 191px;
  z-index: 2;
}
.usp-active .background-overlay {
  top: 217px;
}
.usp-active.fixed-usp-active .background-overlay {
  top: 243px;
}
.overlay-enter {
  opacity: 0.01;
}
.overlay-enter.overlay-enter-active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.overlay-exit {
  opacity: 1;
}
.overlay-exit.overlay-exit-active {
  opacity: 0.01;
  transition: opacity 0.2s ease-in;
}
.grecaptcha-badge {
  visibility: hidden;
}
