.science-sunshine-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  mix-blend-mode: difference;
  background: transparent;

  [x-cloak] {
    display: none !important;
  }
}

.science-sunshine-header__container {
  min-height: 65px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.science-sunshine-links {
  display: flex;
  gap: 60px;
  align-items: center;
}

.science-sunshine-links a {
  color: #ffffff;
  transition: color .3s;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
}

.science-sunshine-link-uppercase {
  text-transform: uppercase;
}

.science-sunshine-header__heading a {
  color: #ffffff;
  transition: color .3s;
  font-size: 18px;
  letter-spacing: 0;
  text-decoration: none;

}

.search-drawer--trigger:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.search-drawer--trigger,
.mobile-menu--trigger {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.science-sunshine-header__heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.science-sunshine-header__mobile-icons {
  display: none;
}

@media (min-width: 990px) {
  .science-sunshine-header__mobile-menu {
    display: none;
  }
}

@media (max-width: 1280px) {
  .science-sunshine-header__heading {
    left: 46%;
  }

  .science-sunshine-links {
    gap: 40px;
  }

}

@media (max-width: 990px) {
  .science-sunshine-links {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .science-sunshine-header__mobile-icons {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .science-sunshine-header__heading {
    position: static;
    transform: none;
  }

  .science-sunshine-header__container {
    justify-content: space-between;
  }

  .science-sunshine-header__heading a {
    font-size: 12px;
  }

  .search-drawer--trigger {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    outline: none;
  }

  .mobile-menu--trigger {
    padding: 0;
    margin: 0;
    border: none;
  }

  .science-sunshine-header__cart-icon {
    width: 20px;
    height: 20px;
  }

  .science-sunshine-header__container {
    position: relative;
  }

  .science-sunshine-header__mobile-menu {
    background: transparent;
    position: absolute;
    color: #fff;
    transition: color .3s;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    width: 100%;
    left: 0;
    top: 100%;
  }

  .science-sunshine-header__mobile-menu a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
  }

  .science-sunshine-header {
    mix-blend-mode: normal;
  }

  .mobile-menu--trigger.active .menu-open {
    display: none !important;
  }

  .mobile-menu--trigger.active .menu-close {
    display: inline !important;
  }

  .science-sunshine-header__cart-icon svg {
    width: 20px;
    height: 20px;
  }

  .science-sunshine-header-active,
  .science-sunshine-header-active .science-sunshine-header__mobile-menu{
    background-color: #fff;
  }

  .science-sunshine-header-active .science-sunshine-header__mobile-menu a,
  .science-sunshine-header-active .science-sunshine-header__heading a {
    color: #111111;
  }

  .science-sunshine-header-active .science-sunshine-header__mobile-icons svg path,
  .science-sunshine-header-active .science-sunshine-header__mobile-icons svg rect {
    fill: #3a3a3a;
  }

  .science-sunshine-header-active .search-drawer--trigger circle {
    stroke: #3a3a3a;
  }

}

.template-name__collection.template-suffix__science-sunshine-club .ss-header {
  display: block;

  @media only screen and (width < 992px) {
    .science-sunshine-header {
      background: #FFF;

      .science-sunshine-header__heading,
      .science-sunshine-header__heading a {
        color: #111;
      }

      .science-sunshine-header__mobile-menu {
        background: #fff;

        a {
          color: #111;
        }
      }

      .science-sunshine-header__cart-icon {
        color: #d6d2c4;
      }
    }
  }
}

@media only screen and (width < 992px) {
  .template-suffix__science-sunshine-club:not(.template-name__page) .science-sunshine-header__heading a {
    color: #111;
  }

  .template-suffix__science-sunshine-club:not(.template-name__page) {
    *[fill="#ffffff"], *[fill="#fff"] {
      fill: currentColor;
      color: #111;
    }
    *[stroke="#ffffff"], *[stroke="#fff"] {
      stroke: currentColor;
      color: #111;
    }
  }

  .template-suffix__science-sunshine-club:not(.template-name__page) .science-sunshine-header__mobile-menu {
    background: #fff;

    a {
      color: #111;
    }
  }
}