/* Footer styles extracted from gutgutgooseprepsite.webflow.css (own export) */
:root {
  --_colors---color--bg-1: #f8f7f5;
  --_colors---color--dark: #181e25;
  --_colors---color--dark-0: #181e2500;
  --_colors---color--dark-8: #181e2514;
  --_colors---color--dark-32: #181e2552;
  --_colors---color--dark-48: #181e257a;
  --_colors---color--dark-64: #181e25a3;
  --_colors---color--light: #fff;
  --_colors---color--light-16: #ffffff29;
  --_colors---color--light-32: #ffffff52;
  --_colors---color--accent: #d6fd70;
  --_colors---color--accent-64: #d6fd70a3;
  --_colors---color--red: #fa4149;
  --_colors---color--transparent: #0000;
  --font--main: Raveo, Arial, sans-serif;
  --font--secondary: Raveo, Arial, sans-serif;
  --font-weight--normal: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 650;
  --container-width--main: 1800px;
  --container-width--small: 900px;
  --_spacing---site-padding--main: 32px;
  --_spacing---divider--32: 32px;
  --_spacing---divider--48: 48px;
  --_spacing---section-spacing--120: 120px;
  --radius--8: 8px;
  --radius--16: 16px;
  --radius--24: 24px;
  --radius--32: 32px;
  --radius--full: 999px;
  --_text-style---text-body--font-family: var(--font--main);
  --_text-style---text-body--font-size: 16px;
  --_text-style---text-body--line-height: 150%;
  --_text-style---text-body--font-weight: var(--font-weight--normal);
  --_text-style---text-body--letter-spacing: 0;
  --_text-style---text-small--font-family: var(--font--main);
  --_text-style---text-small--font-size: 14px;
  --_text-style---text-small--line-height: 142%;
  --_text-style---text-small--font-weight: var(--font-weight--normal);
  --_text-style---text-small--letter-spacing: 0;
  --_text-style---label-large--font-size: 12px;
  --_text-style---label-large--line-height: 133.3%;
  --_text-style---label-large--font-weight: var(--font-weight--semi-bold);
  --_text-style---label-large--letter-spacing: 1.4px;
  --_text-style---label-small--font-size: 10px;
  --_text-style---label-small--line-height: 140%;
  --_text-style---label-small--font-weight: var(--font-weight--semi-bold);
  --_text-style---label-small--letter-spacing: 1px;
  --_text-style---h1--font-size: 72px;
  --_text-style---h1--line-height: 92%;
  --_text-style---h1--font-weight: var(--font-weight--medium);
  --_text-style---h1--letter-spacing: -3px;
  --_text-style---h4--font-size: 32px;
  --_text-style---h4--line-height: 100%;
  --_text-style---h4--font-weight: var(--font-weight--medium);
  --_text-style---h4--letter-spacing: -2px;
  --_buttons---button-large--font-family: var(--font--main);
  --_buttons---button-large--font-size: 16px;
  --_buttons---button-large--line-height: 150%;
  --_buttons---button-large--font-weight: var(--font-weight--semi-bold);
  --_buttons---button-large--letter-spacing: -.5px;
  --_buttons---button-large--radius: var(--radius--32);
  --_buttons---button-small--font-family: var(--font--main);
  --_buttons---button-small--font-size: 14px;
  --_buttons---button-small--line-height: 114%;
  --_buttons---button-small--font-weight: var(--font-weight--semi-bold);
  --_buttons---button-small--letter-spacing: -.5px;
  --_buttons---button-small--radius: var(--radius--32);
}

@media screen and (max-width: 991px) {
  :root {
    --_spacing---site-padding--main: 24px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --_text-style---h1--font-size: 48px;
    --_text-style---h1--line-height: 96%;
    --_text-style---h1--letter-spacing: -2px;
    --_text-style---h4--font-size: 28px;
    --_text-style---h4--letter-spacing: -1px;
    --_buttons---button-large--font-size: 14px;
    --_buttons---button-large--line-height: 170%;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --_spacing---site-padding--main: 16px;
  }
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: var(--container-width--main);
  padding: 20px var(--_spacing---site-padding--main);
  margin-left: auto;
  margin-right: auto;
}
.main-container.small-container {
  max-width: var(--container-width--small);
}
.main-container.small-container.article-container {
  max-width: 720px;
}
.button-text {
  z-index: 1;
  font-family: var(--_buttons---button-large--font-family);
  font-size: var(--_buttons---button-large--font-size);
  line-height: var(--_buttons---button-large--line-height);
  font-weight: var(--_buttons---button-large--font-weight);
  letter-spacing: var(--_buttons---button-large--letter-spacing);
  margin-top: -.03em;
  position: relative;
}
.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}
.section-divider {
  border-bottom: 1px solid var(--_colors---color--dark-32);
  width: 100%;
  height: 0;
  margin-right: auto;
}
.section-divider.light {
  border-bottom-color: var(--_colors---color--light-32);
}
.section-divider.large-divider {
  margin-bottom: var(--_spacing---section-spacing--120);
}
.section-divider.footer-divider {
  margin-top: var(--_spacing---divider--32);
  margin-bottom: var(--_spacing---divider--48);
}
.section-divider.footer-divider-2 {
  margin-bottom: var(--_spacing---divider--32);
}
.section-divider.home-a-cta-divider, .section-divider.about-c {
  margin-bottom: var(--_spacing---section-spacing--120);
}
.section-divider.home-b-blog-divider {
  margin-top: var(--_spacing---section-spacing--120);
  margin-bottom: var(--_spacing---section-spacing--120);
}
.text-h1 {
  z-index: 1;
  font-size: var(--_text-style---h1--font-size);
  line-height: var(--_text-style---h1--line-height);
  font-weight: var(--_text-style---h1--font-weight);
  letter-spacing: var(--_text-style---h1--letter-spacing);
}
.text-field {
  border: 1px solid var(--_colors---color--transparent);
  border-radius: var(--radius--8);
  background-color: var(--_colors---color--light);
  width: 100%;
  height: auto;
  min-height: 56px;
  color: var(--_colors---color--dark);
  font-size: var(--_text-style---text-body--font-size);
  line-height: var(--_text-style---text-body--line-height);
  font-weight: var(--_text-style---text-body--font-weight);
  letter-spacing: var(--_text-style---text-body--letter-spacing);
  margin-bottom: 0;
  padding: 16px;
}
.text-field:focus, .text-field.-wfp-focus {
  border-color: var(--_colors---color--dark-48);
  color: var(--_colors---color--dark);
}
.text-field::placeholder {
  color: var(--_colors---color--dark-48);
}
.text-field.newsletter {
  background-color: var(--_colors---color--dark-8);
  color: var(--_colors---color--dark);
  padding-right: 50px;
}
.text-field.newsletter::placeholder {
  color: var(--_colors---color--dark-48);
}
.text-field.contact-field {
  background-color: var(--_colors---color--light);
}
.text-field.contact-field.textarea {
  min-height: 170px;
}
.text-field.checkout {
  margin-bottom: 8px;
}
.text-small {
  font-family: var(--_text-style---text-small--font-family);
  font-size: var(--_text-style---text-small--font-size);
  line-height: var(--_text-style---text-small--line-height);
  font-weight: var(--_text-style---text-small--font-weight);
  letter-spacing: var(--_text-style---text-small--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}
.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}
.text-h4 {
  font-size: var(--_text-style---h4--font-size);
  line-height: var(--_text-style---h4--line-height);
  font-weight: var(--_text-style---h4--font-weight);
  letter-spacing: var(--_text-style---h4--letter-spacing);
}
.label {
  font-family: var(--font--secondary);
  font-size: var(--_text-style---label-large--font-size);
  line-height: var(--_text-style---label-large--line-height);
  font-weight: var(--_text-style---label-large--font-weight);
  letter-spacing: var(--_text-style---label-large--letter-spacing);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
}
.cart-footer {
  border-top-style: solid;
  border-top-color: #717171;
  padding: 20px 0 32px;
}
.footer-component {
  z-index: 1;
  padding-right: var(--_spacing---site-padding--main);
  padding-bottom: 48px;
  padding-left: var(--_spacing---site-padding--main);
  background-color: var(--_colors---color--bg-1);
  background-image: linear-gradient(#f8f7f5, #d6fd70);
  position: relative;
  overflow: hidden;
}
.submit-button-arrow {
  color: var(--color--transparent\<deleted\|variable-452c4a54-91cb-b570-3995-1997c3a4f968\>);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0%;
}
.footer-link {
  font-family: var(--_text-style---text-body--font-family);
  color: var(--_colors---color--dark);
  font-size: var(--_text-style---text-body--font-size);
  line-height: var(--_text-style---text-body--line-height);
  font-weight: var(--_text-style---text-body--font-weight);
  letter-spacing: var(--_text-style---text-body--letter-spacing);
  overflow-wrap: anywhere;
}
.footer-right {
  /* was 107px gap + 75px right padding: the three flex columns (flex:none)
     didn't fit and the last one ("Manage my membership") overflowed off the
     right edge. Tighter gap + no forced right padding keeps them inside. */
  grid-column-gap: 64px;
  grid-row-gap: 107px;
  padding-right: 0;
  display: flex;
}
.footer-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.success-message-newsletter {
  border-radius: var(--radius--8);
  background-color: var(--_colors---color--accent);
  max-width: 400px;
  color: var(--_colors---color--dark);
  text-align: center;
}
.submit-button {
  background-color: #0000;
  padding-right: 24px;
  position: absolute;
  inset: 0%;
}
.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}
.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: grid;
}
.cta-arrow {
  height: 16px;
  color: var(--_colors---color--dark);
  justify-content: center;
  align-items: center;
  display: flex;
}
.cta-arrow.dark {
  color: var(--_colors---color--dark);
}
.newsletter-field-master {
  max-width: 456px;
  position: relative;
}
.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  display: flex;
}
.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}
.social-link {
  border-radius: var(--radius--full);
  color: var(--_colors---color--dark);
  transition: opacity .2s;
}
.social-link:hover {
  opacity: .5;
  object-fit: fill;
}
.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.icon-social {
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer-bottom-tile {
  margin-top: var(--_spacing---section-spacing--120);
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
}
.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}
.cta-main {
  border-radius: var(--_buttons---button-large--radius);
  font-family: var(--_buttons---button-large--font-family);
  color: var(--_colors---color--light);
  font-size: var(--_buttons---button-large--font-size);
  line-height: var(--_buttons---button-large--line-height);
  font-weight: var(--_buttons---button-large--font-weight);
  letter-spacing: var(--_buttons---button-large--letter-spacing);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}
.cta-main:where(.w-variant-a38bb515-b0cc-bc42-4a02-3d51d4160834) {
  color: var(--_colors---color--dark);
}
.cta-main:where(.w-variant-435c8a44-19cf-584b-9106-c58736e525f2) {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--_colors---color--dark);
}
.cta-main:where(.w-variant-9d60eeed-1b36-e57d-bff0-754fc4db9657) {
  color: var(--_colors---color--dark);
}
.cta-main.cta-small {
  border-radius: var(--_buttons---button-small--radius);
  font-family: var(--_buttons---button-small--font-family);
  font-size: var(--_buttons---button-small--font-size);
  line-height: var(--_buttons---button-small--line-height);
  font-weight: var(--_buttons---button-small--font-weight);
  letter-spacing: var(--_buttons---button-small--letter-spacing);
}
.cta-main.cta-small:where(.w-variant-c809d80b-9246-fa83-82c0-f51abafffa03), .cta-main.cta-small:where(.w-variant-6a3f79bc-724f-660d-6659-05da82c92687), .cta-main.cta-small:where(.w-variant-9e86c35f-cc91-a732-f0ea-5b8c3c4ea7fb) {
  color: var(--_colors---color--dark);
}
.cta-main.cta-small.accent {
  background-color: var(--_colors---color--accent);
  color: var(--_colors---color--dark);
}
.cta-main.cta-small.accent:hover {
  background-color: var(--_colors---color--accent-64);
}
.cta-main.accent, .cta-main.dark-outlined {
  color: var(--_colors---color--dark);
}
.cta-main.add-to-cart {
  background-color: var(--_colors---color--accent);
  color: var(--_colors---color--dark);
}
.label-small {
  font-family: var(--font--secondary);
  font-size: var(--_text-style---label-small--font-size);
  line-height: var(--_text-style---label-small--line-height);
  font-weight: var(--_text-style---label-small--font-weight);
  letter-spacing: var(--_text-style---label-small--letter-spacing);
  text-transform: uppercase;
}
.button-text-small {
  font-family: var(--_buttons---button-small--font-family);
  font-size: var(--_buttons---button-small--font-size);
  line-height: var(--_buttons---button-small--line-height);
  font-weight: var(--_buttons---button-small--font-weight);
  letter-spacing: var(--_buttons---button-small--letter-spacing);
}
.sales-cta-master {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_colors---color--light);
  width: 100%;
  position: relative;
}
.label-master {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_colors---color--light-32);
  border-radius: var(--radius--24);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}
.label-master.dark {
  border-color: var(--_colors---color--dark-32);
}
.cta-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.cta-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}
.cta-master {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin: 160px auto;
  display: flex;
  position: relative;
}
.text-small-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}
.footer {
  max-width: var(--container-width--main);
  padding-top: var(--_spacing---site-padding--main);
  padding-bottom: var(--_spacing---site-padding--main);
  border-radius: var(--radius--16);
  background-color: var(--_colors---color--light);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.heading-footer {
  max-width: 314px;
}
.footer-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 0% 0% auto auto;
}
.text-dark-64 {
  color: var(--_colors---color--dark-64);
  transition: flex-grow .2s;
}
.button-text-mask {
  flex: none;
  height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
}
.button-text-mask.small-mask {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.button-bg {
  border-radius: var(--radius--32);
  background-color: var(--_colors---color--dark);
  position: absolute;
  inset: 0%;
}
.button-bg:where(.w-variant-a38bb515-b0cc-bc42-4a02-3d51d4160834) {
  background-color: var(--_colors---color--accent);
}
.button-bg:where(.w-variant-435c8a44-19cf-584b-9106-c58736e525f2) {
  border: 1px solid var(--_colors---color--dark-32);
  background-color: var(--_colors---color--dark-0);
}
.button-bg:where(.w-variant-9d60eeed-1b36-e57d-bff0-754fc4db9657) {
  background-color: var(--_colors---color--light);
}
.button-bg:where(.w-variant-5fb2d326-7c16-5d8b-0d8e-081cd38e7d50) {
  border: 1px solid var(--_colors---color--light-32);
  background-color: var(--_colors---color--dark-16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.button-bg:where(.w-variant-c809d80b-9246-fa83-82c0-f51abafffa03) {
  background-color: var(--_colors---color--accent);
}
.button-bg:where(.w-variant-9e86c35f-cc91-a732-f0ea-5b8c3c4ea7fb) {
  border: 1px solid var(--_colors---color--dark-32);
  background-color: var(--_colors---color--light-16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.button-bg:where(.w-variant-6a3f79bc-724f-660d-6659-05da82c92687) {
  background-color: var(--_colors---color--light);
}
.button-bg:where(.w-variant-efda6085-5a78-5371-a9fa-ad9d2b532869) {
  background-color: var(--_colors---color--accent);
}
.button-bg:where(.w-variant-6488dce1-dc79-1310-1bdf-92f2bd404dfb) {
  background-color: var(--_colors---color--dark-0);
}
.button-bg.accent {
  background-color: var(--_colors---color--accent);
}
.button-bg.dark-outlined {
  border: 1px solid var(--_colors---color--dark-32);
  background-color: var(--_colors---color--light-16);
}
@media screen and (max-width: 991px) {
.footer-right {
    margin-right: 0;
  }
.footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }
.cta-master {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
.footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    padding-right: 0;
  }
.footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }
.footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }
.footer-bottom-wrap {
    flex-direction: column;
  }
.cta-button-wrap {
    justify-content: center;
    align-items: center;
  }
.cta-master {
    max-width: 500px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
.footer-icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
.text-field {
    min-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }
.submit-button-wrap {
    width: 45px;
  }
.cart-footer {
    padding-bottom: 24px;
  }
.footer-component {
    padding-bottom: 32px;
  }
.footer-link {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
.footer-right {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    /* minmax(0,1fr) so columns share the screen width and long links (e.g.
       "Manage my membership") wrap instead of overflowing off the right edge */
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }
.newsletter-form-block {
    width: 100%;
  }
.cta-arrow {
    height: 12px;
  }
.footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 0;
  }
.newsletter-form {
    width: 100%;
  }
.footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
.footer-rights-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
.footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }
.heading-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
.cta-master {
    margin-top: 48px;
    margin-bottom: 48px;
  }
.text-small-2 {
    font-size: 12px;
  }
.footer-icon {
    width: 32px;
    height: 32px;
    position: static;
  }
}
/* minimal webflow utility classes used by the ported footer */
.w-inline-block { max-width: 100%; display: inline-block; }
.w-container { margin-left: auto; margin-right: auto; max-width: 940px; }
.w-layout-blockcontainer { display: block; }
.w-layout-grid { display: grid; grid-auto-columns: 1fr; grid-row-gap: 16px; grid-column-gap: 16px; }
.w-form { margin: 0 0 15px; }
.w-input { display: block; width: 100%; padding: 8px 12px; border: 1px solid #ccc; background: #fff; }
.w-button { display: inline-block; padding: 9px 15px; border: 0; background: #3898ec; color: #fff; cursor: pointer; }
.w-embed::before, .w-embed::after { content: " "; display: table; }
.w-embed::after { clear: both; }

/* Keep the ported Webflow footer from being overwritten by the tiny utility shim above. */
.footer-component {
  font-family: var(--font--main);
  color: var(--_colors---color--dark);
}

.footer-component .main-container.w-container {
  max-width: var(--container-width--main);
  padding: 20px var(--_spacing---site-padding--main);
}

.footer-component .footer {
  max-width: var(--container-width--main);
  padding-top: var(--_spacing---site-padding--main);
  padding-bottom: var(--_spacing---site-padding--main);
  border-radius: var(--radius--16);
  background-color: var(--_colors---color--light);
}

.footer-component .w-form-done,
.footer-component .w-form-fail {
  display: none;
}

.footer-component .w-input.text-field.newsletter {
  border: 1px solid var(--_colors---color--transparent);
  border-radius: var(--radius--8);
  background-color: var(--_colors---color--dark-8);
  color: var(--_colors---color--dark);
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 50px 16px 16px;
}

.footer-component .w-input.text-field.newsletter::placeholder {
  color: var(--_colors---color--dark-48);
}

.footer-component .w-button.submit-button {
  background-color: #0000;
  color: transparent;
  padding: 0;
  position: absolute;
  inset: 0;
}

.footer-component .newsletter-form-block.w-form {
  margin-bottom: 0;
}

.footer-component .section-divider {
  border-bottom-color: var(--_colors---color--dark-32);
}

/* scroll-growing footer tree */
.footer-icon[data-footer-tree] {
  transform: scale(var(--tree-scale, 0.2)) rotate(var(--tree-rotate, -30deg));
  transform-origin: 50% 100%;
  transition: transform .12s linear;
  will-change: transform;
}

/* draggable carousels */
[data-approach-window], [data-process-window],
[data-ingredient-window], [data-community-window] {
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
[data-approach-window].is-dragging, [data-process-window].is-dragging,
[data-ingredient-window].is-dragging, [data-community-window].is-dragging {
  cursor: grabbing;
}


/* phones use native scroll rails (see wellbase-gutgut.css) - horizontal
   panning must stay enabled or swipes go nowhere */
@media (max-width: 900px) {
  [data-approach-window], [data-process-window],
  [data-ingredient-window], [data-community-window] {
    touch-action: pan-x pan-y;
  }
}


/* ---- bigger Buy CTAs, site-wide (conversion pass) ----
   Loads last, so these win the variable + mask cascade. Mask heights track
   one text line exactly; the duplicated roll line below stays clipped. */
:root {
  --_buttons---button-small--font-size: 16px;
  --_buttons---button-large--font-size: 18px;
}

.button-text-mask {
  height: 26px;
}

.button-text-mask.small-mask {
  height: 18px;
}

.cta-small {
  min-height: 46px;
  padding: 12px 26px;
}

.cta-main {
  min-height: 54px;
  padding: 12px 28px;
}

@media screen and (max-width: 767px) {
  :root {
    --_buttons---button-large--font-size: 16px;
    --_buttons---button-large--line-height: 150%;
  }

  .button-text-mask {
    height: 23px;
  }

  .cta-main {
    min-height: 50px;
    padding: 11px 24px;
  }

  /* The header CTA uses a single visible label, so center that line directly
     instead of leaving space for the retired Webflow roll-over copy. */
  .site-header .header-waitlist .button-text-mask.small-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 0;
  }

  .site-header .header-waitlist .button-text-small {
    line-height: 1;
    margin-top: 0;
  }
}
