.is-bold-500 strong {
  font-weight: 500;
}

@media (max-width: 1023px) {
  .wp-block-columns.is-breaking-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 782px) and (max-width: 1023px) {
  .wp-block-columns.is-breaking-tablet {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .is-tablet-hidden {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .is-desktop-hidden {
    display: none !important;
  }
}
.is-style-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-style-flex-column > div:last-child {
  margin-top: auto;
  padding-top: 20px;
}

.aligncenter {
  text-align: center;
}

@media (max-width: 781px) {
  .is-mobile-hidden {
    display: none !important;
  }
  .col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .is-overlay-mobile-60 span.wp-block-cover__background {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .max-width-reset {
    max-width: unset;
  }
  .margin-reset {
    margin: unset !important;
  }
  .min-height-300 {
    min-height: 300px !important;
  }
}
.is-position-relative {
  position: relative;
}

.is-zindex-5 {
  position: relative;
  z-index: 5;
}

.is-zindex-10 {
  position: relative;
  z-index: 10;
}

.rotate img {
  -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
a.has-no-underline {
  text-decoration: none;
}

.wp-block-post-navigation-link.post-navigation-link-previous a, .wp-block-post-navigation-link.post-navigation-link-next a {
  text-decoration: none;
  position: relative;
}
.wp-block-post-navigation-link.post-navigation-link-previous a:hover:before, .wp-block-post-navigation-link.post-navigation-link-next a:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--wp--preset--color--main-accent);
}

.is-svg-white {
  fill: white;
}

@media only screen and (max-width: 781px) {
  .is-overlay-mobile {
    position: relative;
  }
  .is-overlay-mobile:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary-accent);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .is-overlay-tablet {
    position: relative;
  }
  .is-overlay-tablet:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary-accent);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.insta-thumbnail a {
  position: relative;
}
.insta-thumbnail a:before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--primary);
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 25px;
}
.insta-thumbnail a:after {
  content: "\f16d";
  font-size: 50px;
  line-height: normal;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  position: absolute;
  color: var(--wp--preset--color--base);
  opacity: 0;
  width: 45px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.insta-thumbnail a:hover:before {
  opacity: 0.5;
}
.insta-thumbnail a:hover:after {
  opacity: 0.8;
}

.leaf-bottom-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 271px;
  height: 338px;
  background-image: url("../img/leaf-bottom-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.leaf-top-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 271px;
  height: 338px;
  background-image: url("../img/leaf-top-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.bottle-left-crop {
  width: 110%;
  margin-left: -20%;
}
.bottle-left-crop img {
  width: 100%;
}

.accordion-centered button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.accordion-centered button > span {
  width: auto;
}

.gform-theme--foundation.form-freebie_wrapper .gform_fields {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.gform-theme--foundation.form-freebie_wrapper .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gform_required_legend {
  display: none;
}

.site-header .is-position-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.site-header .header-desktop {
  display: none;
}
.site-header .header-desktop nav.wp-block-navigation li a:hover, .site-header .header-desktop nav.wp-block-navigation li a:focus, .site-header .header-desktop nav.wp-block-navigation li a:active {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.site-header .header-desktop nav.wp-block-navigation li.current-menu-item a {
  color: var(--wp--preset--color--primary);
}
.site-header .header-desktop nav.wp-block-navigation li ul li {
  background-color: var(--wp--preset--color--secondary);
}
.site-header .header-desktop nav.wp-block-navigation li ul li a {
  color: var(--wp--preset--color--primary);
}
.site-header .header-desktop nav.wp-block-navigation li ul li a:hover, .site-header .header-desktop nav.wp-block-navigation li ul li a:focus, .site-header .header-desktop nav.wp-block-navigation li ul li a:active {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--primary);
}
@media only screen and (min-width: 1165px) {
  .site-header .header-desktop {
    display: block;
  }
}
.site-header .header-tablet {
  display: none;
}
@media only screen and (max-width: 1165px) {
  .site-header .header-tablet {
    display: block;
  }
}
.site-header .header-tablet nav.wp-block-navigation li a:hover, .site-header .header-tablet nav.wp-block-navigation li a:focus, .site-header .header-tablet nav.wp-block-navigation li a:active {
  text-decoration: none;
  color: var(--wp--preset--color--dark-sand);
}
.site-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: none;
}
.site-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart[data-cart-items-count]:not([data-cart-items-count="0"]) {
  display: block;
}

body.admin-bar .site-header .is-position-sticky {
  top: 32px;
}
@media (max-width: 781px) {
  body.admin-bar .site-header .is-position-sticky {
    top: 0;
  }
}

.wp-block-columns.header-icons {
  width: auto;
  gap: 10px;
}
.wp-block-columns.header-icons img {
  height: 26px;
  padding: 2px 10px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .wp-block-columns.header-icons {
    display: none;
  }
}

.site-footer .footer-desktop {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .site-footer .footer-desktop {
    display: block;
  }
}
.site-footer .footer-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .site-footer .footer-mobile {
    display: block;
  }
}
.site-footer a:not(.wp-block-button__link) {
  text-decoration: none;
  position: relative;
}
.site-footer a:not(.wp-block-button__link):hover {
  color: var(--wp--preset--color--sand);
}
.site-footer .footer-newsletter_wrapper {
  margin-top: 0;
}
.site-footer .footer-newsletter_wrapper .footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid;
}
.site-footer .footer-newsletter_wrapper .footer-newsletter .gform-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-footer .footer-newsletter_wrapper .footer-newsletter .gform_footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.site-footer .footer-newsletter_wrapper .footer-newsletter .gform_footer .gform_button {
  background-color: transparent !important;
  color: white !important;
}
@media only screen and (max-width: 1023px) {
  .site-footer .is-footer-col-1 {
    text-align: center;
  }
  .site-footer .wp-block-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer nav.wp-block-navigation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer nav.wp-block-navigation ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer .current-menu-item a {
  color: var(--wp--preset--color--xblocks-red);
}
.site-footer .current-menu-item a span {
  color: var(--wp--preset--color--xblocks-red);
}

.faq-listing li {
  position: relative;
}
.faq-listing li h2 {
  padding-right: 42px;
}
.faq-listing li:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-listing li .entry-content {
  opacity: 0;
  display: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faq-listing li.is-active:before {
  content: "\f077";
}
.faq-listing li.is-active .entry-content {
  opacity: 1;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tour-step-title {
  position: relative;
}
.tour-step-title:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  left: calc(var(--wp--preset--spacing--medium) * -1 - 12.5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--wp--preset--color--primary);
}

.home-blog-listing .wp-block-post-title a {
  display: block;
}
.home-blog-listing .wp-block-post-title a:after {
  font-family: "icomoon";
  font-size: 0.5em;
  content: "\e901";
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  pointer-events: none;
}
.home-blog-listing .wp-block-post-title a:hover {
  color: var(--wp--preset--color--primary);
}

.wp-block-post-title a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--dark-sand);
}
/*# sourceMappingURL=style.css.map */