header.site-header .header-top {
  display: none;
  background: linear-gradient(270deg, #7BD751 0%, #7BBEFF 100%);
}
@media screen and (min-width: 600px) {
  header.site-header .header-top {
    display: block;
  }
}
header.site-header .header-top > .container .contacts-header ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 529px) {
  header.site-header .header-top > .container .contacts-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  header.site-header .header-top > .container .contacts-header ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  header.site-header .header-top > .container .contacts-header ul li:nth-child(3), header.site-header .header-top > .container .contacts-header ul li:nth-child(4) {
    width: auto;
    margin-bottom: 0;
  }
  header.site-header .header-top > .container .contacts-header ul li:nth-child(3) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 530px) {
  header.site-header .header-top > .container .contacts-header ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
  }
}
header.site-header .header-top > .container .contacts-header ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
header.site-header .header-bottom {
  background-color: #ffffff;
  padding: 15px 0 0;
}
header.site-header .header-bottom > .container {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
header.site-header .header-bottom > .container .header-logo-wrapper {
  max-width: 150px;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-logo-wrapper {
    max-width: 200px;
  }
}
header.site-header .header-bottom > .container .header-logo-wrapper .custom-logo-link {
  flex: 0 0 auto;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-logo-wrapper .custom-logo-link {
    display: block;
    flex: 0 0 200px;
    max-width: 200px;
  }
}
header.site-header .header-bottom > .container .header-cta {
  flex: 0 0 auto;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-cta {
    order: 3;
  }
}
header.site-header .header-bottom > .container .header-search {
  order: 3;
  flex: 0 0 100%;
}
@media screen and (min-width: 1000px) {
  header.site-header .header-bottom > .container .header-search {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
  }
}
header.site-header .header-bottom > .container .header-search form {
  display: flex;
  border-radius: 50px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  header.site-header .header-bottom > .container .header-search form {
    padding: 9px;
  }
}
header.site-header .header-bottom > .container .header-search form input[type=search] {
  width: 100%;
}
header.site-header .header-bottom > .container .header-search form input[type=search]:focus-visible {
  outline: none;
}
header.site-header .header-bottom > .container .header-search form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
}
header.site-header .header-bottom > .container .header-search form input[type=search],
header.site-header .header-bottom > .container .header-search form button[type=submit] {
  border: none;
  background-color: #ffffff;
}
header.site-header .header-bottom > .container .header-cta {
  flex: 0 0 auto;
  display: flex;
  min-width: max-content;
  gap: 15px;
  align-items: center;
  order: 2;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-cta {
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  header.site-header .header-bottom > .container .header-cta {
    order: 3;
  }
}
header.site-header .header-bottom > .container .header-cta .header-phone {
  padding-left: 45px;
  position: relative;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-cta .header-phone {
    padding-left: 57px;
    min-width: 50px;
    min-height: 50px;
  }
}
header.site-header .header-bottom > .container .header-cta .header-phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-cta .header-phone:before {
    width: 50px;
    height: 50px;
  }
}
header.site-header .header-bottom > .container .header-cta .header-phone span {
  display: none;
}
@media screen and (min-width: 1200px) {
  header.site-header .header-bottom > .container .header-cta .header-phone span {
    display: block;
  }
}
header.site-header .header-bottom > .container .header-cta .header-phone span:first-child {
  font-size: 1.125rem;
  font-weight: 700;
  color: #7BD751;
}
header.site-header .header-bottom > .container .header-cta .header-phone span:last-child {
  font-weight: 600;
  color: #7D7D7D;
}
header.site-header .header-bottom > .container .header-cta .header-profile a {
  height: 40px;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-cta .header-profile a {
    height: 50px;
  }
}
header.site-header .header-bottom > .container .header-cta .header-profile a span {
  display: none;
}
@media screen and (min-width: 1200px) {
  header.site-header .header-bottom > .container .header-cta .header-profile a span {
    display: inline-block;
  }
}
header.site-header .header-bottom > .container .header-cta .header-cart {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid #6AD2A3;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (min-width: 700px) {
  header.site-header .header-bottom > .container .header-cta .header-cart {
    width: 50px;
    height: 50px;
  }
}
header.site-header .header-bottom > .container .header-cta .header-cart .xoo-wsc-sc-subt {
  display: none;
}
header.site-header .header-bottom > .container .header-cta .header-language .trp_language_switcher_shortcode .trp-language-switcher {
  width: auto;
  height: auto;
  font-weight: 700;
}
header.site-header .header-bottom > .container .header-cta .header-language .trp_language_switcher_shortcode .trp-language-switcher:hover .trp-ls-shortcode-language {
  height: auto !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  border: none;
}
header.site-header .header-bottom > .container .header-cta .header-language .trp_language_switcher_shortcode .trp-language-switcher:hover .trp-ls-shortcode-language a {
  padding: 0;
  font-size: 18px;
  color: #7D7D7D;
  background: none;
  font-weight: 700;
}
header.site-header .header-bottom > .container .header-cta .header-language .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
  padding: 0;
  width: auto !important;
  border: none;
}
header.site-header .header-bottom > .container .header-cta .header-language .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language a {
  padding: 0;
  color: #7D7D7D;
  font-size: 18px;
  font-weight: 700;
}
header.site-header .header-bottom .header-menu {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  header.site-header .header-bottom .header-menu {
    margin-top: 29px;
  }
}
header.site-header .header-bottom .header-menu .menu-main-container {
  border-radius: 15px 15px 0 0;
  box-shadow: inset 0 1px 0 #E0E0E0, inset 1px 0 0 #E0E0E0, inset -1px 0 0 #E0E0E0;
}
@media screen and (min-width: 1000px) {
  header.site-header .header-bottom .header-menu .menu-main-container {
    width: 100%;
  }
}
header.site-header .header-bottom .header-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
header.site-header .header-bottom .header-menu ul li:not(:first-child) {
  display: none;
}
@media screen and (min-width: 1000px) {
  header.site-header .header-bottom .header-menu ul li:not(:first-child) {
    display: block;
  }
}
header.site-header .header-bottom .header-menu ul li a {
  display: block;
  padding: 15px 30px;
  text-transform: uppercase;
}
header.site-header .header-bottom .header-menu ul li.shop-menu-item a {
  background: linear-gradient(270deg, #7BD751 0%, #7BBEFF 100%);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 15px 70px 15px 80px;
  position: relative;
}
header.site-header .header-bottom .header-menu ul li.shop-menu-item a:before {
  content: url("../img/icon-products.svg");
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(5px, -50%);
}
header.site-header .header-bottom .header-menu ul li.shop-menu-item a:after {
  content: url("../img/icon-arrow-right.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-5px, -50%);
}
header.site-header.header-annon {
  background-image: url("../img/anon-header-background.webp");
  background-position: top;
  background-size: cover;
  min-height: 350px;
}

header.site-header .header-bottom .header-menu ul li.shop-promo-item a {
  background: linear-gradient(270deg, #7BD751 0%, #7BBEFF 100%);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 15px 70px 15px 80px;
  position: relative;
}

header.site-header .header-bottom .header-menu ul li.shop-promo-item a:after {
  content: url("../img/promo-right.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-5px, -50%);
}

header.site-header .header-bottom .header-menu ul li.shop-promo-item a:before {
  content: url("../img/promo-left.svg");
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(5px, -50%);
}

header.site-header.header-annon h1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  header.site-header.header-annon h1 {
    margin-bottom: 0;
  }
}
header.site-header.header-annon .grid-list-wrapper {
  gap: 20px 30px;
  place-items: center;
}
@media screen and (min-width: 768px) {
  header.site-header.header-annon .grid-list-wrapper {
    place-items: start;
  }
}
header.site-header.header-annon .grid-list-wrapper .gradient-text {
  font-weight: 800;
  position: relative;
  padding-left: 15px;
  display: block;
}
header.site-header.header-annon .grid-list-wrapper .gradient-text:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #7BD751;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

#mobile-toggle {
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #mobile-toggle {
    display: none !important;
  }
}
#mobile-toggle .inner-toggle-wrapper {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobile-toggle .inner-toggle-wrapper span {
  display: block;
  position: absolute;
  height: 0.1em;
  width: 100%;
  background-color: #6AD2A3;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(1) {
  top: 0;
  width: 27px;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(2), #mobile-toggle .inner-toggle-wrapper span:nth-child(3) {
  width: 19px;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(2), #mobile-toggle .inner-toggle-wrapper span:nth-child(3) {
  top: 50%;
  transform: translate(0, -1px);
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(4) {
  bottom: 0;
  width: 30px;
}
#mobile-toggle.open span:nth-child(1) {
  width: 0;
}
#mobile-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-toggle.open span:nth-child(4) {
  width: 0;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: #ffffff;
  overflow-y: auto;
  padding: 15px;
}
.mobile-menu .menu-mobile-menu-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-menu .mobile-menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .mobile-menu-heading svg {
  display: block;
}
.mobile-menu .mobile-menu-heading .close-mobile-menu {
  background-color: transparent;
  padding: 0;
  font-size: 40px;
  border: none;
  color: #7BD751;
  font-weight: 300;
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px; /* or whatever fits */
  width: 40px;
  line-height: 1; /* removes extra vertical whitespace */
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.mobile-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu ul li a {
  padding: 10px 0;
  display: block;
  color: #7BBEFF;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* Define the animation for opening the menu (from top) */
@keyframes slideDownOpen {
  0% {
    transform: translate3d(0, -100%, 0); /* Off-screen at top */
  }
  100% {
    transform: translate3d(0, 0, 0); /* Fully visible */
  }
}
/* Define the animation for closing the menu (to top) */
@keyframes slideDownClose {
  0% {
    transform: translate3d(0, 0, 0); /* Fully visible */
  }
  100% {
    transform: translate3d(0, -100%, 0); /* Off-screen at top */
  }
}
/* Apply the opening animation when the menu is opened */
.mobile-menu[data-state=opened] {
  animation: slideDownOpen 650ms ease-in-out forwards;
}

/* Apply the closing animation when the menu is in the "closing" state */
.mobile-menu[data-state=closing] {
  animation: slideDownClose 650ms ease-in-out forwards;
}

/* Closed state ensures it's hidden above */
.mobile-menu[data-state=closed] {
  transform: translate3d(0, -100%, 0);
}

.header-notice {
  height: 48px;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  background-color: #F2C94C;
  color: #38383A;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-notice .marquee {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
  height: 48px;
  align-items: center;
  text-transform: initial;
  /* duplicate content using pseudo-element */
}
.header-notice .marquee::after {
  content: attr(data-text);
  padding-left: 0; /* spacing between loops */
}
.header-notice .marquee span {
  display: inline-block;
  padding-right: 3px; /* same spacing as ::after */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* FOOTER */
footer.site-footer .footer-top {
  padding: 33px 0;
}
footer.site-footer .footer-top ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 700px) {
  footer.site-footer .footer-top ul {
    justify-content: space-between;
  }
}
footer.site-footer .footer-top ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
footer.site-footer .footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
  padding: 48px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
footer.site-footer .footer-middle > * {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  footer.site-footer .footer-middle > * {
    flex: 0 0 49%;
  }
}
@media screen and (min-width: 1100px) {
  footer.site-footer .footer-middle > * {
    flex: 0 0 22%;
  }
}
footer.site-footer .footer-middle > div:nth-child(3) {
  flex: 1 1 22%;
}
footer.site-footer .footer-middle ul li {
  margin-bottom: 8px;
}
footer.site-footer .footer-bottom {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 830px) {
  footer.site-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer.site-footer .footer-bottom p {
  text-align: center;
  order: 2;
  margin-top: 10px;
}
@media screen and (min-width: 830px) {
  footer.site-footer .footer-bottom p {
    order: 1;
    margin-top: unset;
  }
}
footer.site-footer .footer-bottom div {
  justify-content: center;
  order: 1;
}
@media screen and (min-width: 830px) {
  footer.site-footer .footer-bottom div {
    order: 2;
  }
}
footer.site-footer ul {
  list-style: none;
  padding: 0;
}
footer.site-footer ul.footer-socials {
  display: flex;
  gap: 26px;
}

#scrollTop {
  display: none;
  position: fixed;
  bottom: 190px;
  right: 40px;
  z-index: 2;
  border: 1px solid white;
  outline: none;
  background-color: #7BD751;
  cursor: pointer;
  font-size: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-indent: -999999px;
  padding: 0;
  margin: 10px;
}
#scrollTop:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%) rotate(45deg);
  width: 14px;
  height: 14px;
  border: 3px solid;
  border-top-color: #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #ffffff;
}
#scrollTop:hover {
  background-color: #6ad2a3;
}

#header-free-ship--mobile {
  display: none !important;
}

@media (min-width: 768px) {
  #header-free-ship {
    display: flex !important;
  }
  #header-free-ship--mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #header-free-ship {
    display: none !important;
  }
  #header-free-ship--mobile {
    display: flex !important;
    margin: 20px;
  }
}/*# sourceMappingURL=header.css.map */