/** Shopify CDN: Minification failed

Line 134:0 Expected "}" to go with "{"

**/
.announcement {
  background-color: #e2fee5;
  position: fixed;
width: 100%;

left: 0;

top: 0;
}

.announcement__text {
  font-family: Poppins !important;
  font-size: 13px !important;
  line-height: 21px !important;
  color: #006250 !important;
  font-weight: 400 !important;
}
.site-header {
  background-color: #fff;
  padding-top:  35px; 
}

@media screen and (max-width: 768px) {
  .site-header {
    padding-top: 40px;

.site-nav__item {
  color: #006250 !important;
  font-family: Cooper Lt BT;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.site-header__search {
  position: relative;
  background-color: #e2fee5 !important;
}

#PredictiveResults {
  background-color: #e2fee5 !important;
}

.predictive-results {
  background-color: #e2fee5 !important;
}
.search-suggestions {
  top: -100px;
  opacity: 0;
}

.is-active .search-suggestions {
  transition-delay: 5250ms;
  background-color: #e2fee5;
  width: 100%;
  position: absolute;
  top: 94px;
  left: 0;
  transform: translateZ(0);
  transition: all ease 0.3s;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #006250;
  opacity: 1;
  transition: opacity ease 0.3s;
}

@media screen and (max-width: 768px) {
  .is-active .search-suggestions {
    top: 48px;
  }
}

.suggestions-box {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 40px;
}
@media screen and (max-width: 768px) {
  .suggestions-box {
    padding: 16px 16px;
  }
}
.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .suggestions {
    justify-content: center;
  }
}
.suggestions-box a {
  border-radius: 100px;
  padding: 8px 24px;
  color: #fff !important;
  text-align: center !important;
  font-family: Poppins;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  background-color: #006250;
  margin: 0 0 8px 0;
}

.site-nav__dropdown {
  background-color: #fff !important;
}

.site-nav--has-dropdown {
  background-color: #fff !important;
}

.site-nav--has-dropdown.is-focused > a,
.site-nav--has-dropdown:hover > a {
  background-color: #fff !important;
}

.site-nav__dropdown a {
  background-color: #fff !important;
}

