footer {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 0px solid transparent;
  background: #e0dad0;
  /* background: var(--wp--preset--color--secondary-faded); */
}
footer .navigation-items {
  --font-size: 14px;
  --gap: 4px;
  --font-weight: 400;
}
@media (max-width: 777px) {
  footer .footer-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .wp-block-bowe-column {
    width: 100%;
    flex-basis: 100%;
  }
}
footer .footer-wrapper {
  background: #e0dad0;
  /* background: var(--wp--preset--color--secondary-faded); */
  padding-top: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
  margin-bottom: 0;
  margin-top: 0;
  max-width: inherit !important;
}
footer .footer-info {
  font-size: 12px;
}
footer .footer-klaviyo {
  padding: 24px 16px;
  box-sizing: border-box;
  text-align: left;
  --wp--custom--font-family--headline-color: white;
}
footer .footer-klaviyo .wp-block-heading {
  color: white;
  font-size: 22px;
}
footer .footer-klaviyo > p {
  font-size: 12px;
}
footer .footer-klaviyo .wp-block-buttons {
  margin-bottom: 0;
}
footer .footer-copyrights {
  padding-top: var(--wp--preset--spacing--20);
  margin-bottom: 0;
  margin-top: 0;
  justify-content: space-between;
  --media-width: fit-content;
}
footer .footer-copyrights > * {
  font-family: var(--wp--custom--font-family--headline);
  font-size: 12px;
}