:root {
  --primary: #2f6b24;
  --secondary: #4c9a3c;
  --green-dark: #1f4a19;
  --green-light: #c9e5b4;
  --green-pale: #edf5e4;
  --brown-light: #7a5230;
  --cream: #e7d9c3;
  --cream-light: #f6f0e6;
  --accent: #4a2f1b;
  --content_size: 1.125rem;
  --xm: 5%;
  --ym: 5%;
  --editor-container: 100%;
  --editor-content-width: 70%;
  --editor-gap: 80px;
  --bs-body-font-family: 'Nunito Sans', sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 153%;
  --bs-body-color: #2f6b24;
  --bs-body-bg: #fff;
  --bs-primary: #2f6b24;
  --bs-secondary: #4c9a3c;
  --wpforms-button-background-color-alt: #2f6b24;
  --wpforms-button-background-color: #2f6b24;
  --wpforms-button-text-color: #fff; }

html :where(.wp-block) {
  max-width: var(--editor-container); }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin: 0 40px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 40px; }

.alignwide {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.section-padding {
  padding: var(--ym) var(--xm); }

.is-root-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

.is-root-container > .wp-block {
  max-width: none;
  margin-left: 0;
  margin-right: 0; }

.is-root-container .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }

.has-text-align-left {
  text-align: left; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }

.has-primary-color {
  color: #2f6b24 !important; }

.has-secondary-color {
  color: #4c9a3c !important; }

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

.has-accent-color {
  color: #4a2f1b !important; }

.has-green-dark-color {
  color: #1f4a19 !important; }

.has-green-light-color {
  color: #c9e5b4 !important; }

.has-green-pale-color {
  color: #edf5e4 !important; }

.has-brown-light-color {
  color: #7a5230 !important; }

.has-cream-color {
  color: #e7d9c3 !important; }

.has-cream-light-color {
  color: #f6f0e6 !important; }

.has-primary-background-color {
  background-color: #2f6b24 !important; }

.has-secondary-background-color {
  background-color: #4c9a3c !important; }

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

.has-accent-background-color {
  background-color: #4a2f1b !important; }

.has-green-dark-background-color {
  background-color: #1f4a19 !important; }

.has-green-light-background-color {
  background-color: #c9e5b4 !important; }

.has-green-pale-background-color {
  background-color: #edf5e4 !important; }

.has-brown-light-background-color {
  background-color: #7a5230 !important; }

.has-cream-background-color {
  background-color: #e7d9c3 !important; }

.has-cream-light-background-color {
  background-color: #f6f0e6 !important; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 153%;
  color: #2f6b24; }

.wp-block-heading {
  color: #2f6b24;
  font-family: 'Chakra Petch', sans-serif !important;
  font-weight: 700;
  line-height: 118%;
  margin-bottom: 30px; }
  .wp-block-heading.is-style-h1, .wp-block-post-title.is-style-h1 {
    font-size: 4.75rem; }
  .wp-block-heading.is-style-h2, .wp-block-post-title.is-style-h2 {
    font-size: 2.75rem; }
  .wp-block-heading.is-style-h3, .wp-block-post-title.is-style-h3 {
    font-size: 1.625rem; }
  .wp-block-heading.is-style-h4, .wp-block-post-title.is-style-h4 {
    font-size: 1.25rem; }
  .wp-block-heading.is-style-h5, .wp-block-post-title.is-style-h5 {
    font-size: 1.0625rem; }
  .wp-block-heading.is-style-h6, .wp-block-post-title.is-style-h6 {
    font-size: 1rem; }

.wp-block-paragraph.has-drop-cap:first-letter {
  font-family: 'Chakra Petch', sans-serif;
  color: #2f6b24;
  font-size: 3.5em;
  line-height: 0.7;
  font-weight: 700;
  float: left;
  margin: 0.1em 0.1em 0 0; }

.has-small-font-size {
  font-size: 0.9rem; }

.has-medium-font-size {
  font-size: 1.125rem; }

.has-large-font-size {
  font-size: 1.0625rem; }

.has-x-large-font-size {
  font-size: 1.625rem; }

.has-xx-large-font-size {
  font-size: 2.75rem; }

.has-xxx-large-font-size {
  font-size: 4.75rem; }

.wp-block-list {
  margin: 0 0 25px 20px; }
  .wp-block-list li {
    margin-bottom: 5px; }

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 25px;
  padding-top: 20px; }
  .wp-block-buttons.is-content-justification-center {
    justify-content: center; }
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-end; }

.wp-block-button {
  margin: 0; }
  .wp-block-button .wp-block-button__link, .wp-block-button a {
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff;
    text-decoration: none; }
    .wp-block-button .wp-block-button__link:hover, .wp-block-button a:hover {
      background-color: #1e4517;
      border-color: #1e4517;
      color: #fff;
      transition: 0.5s ease; }
    .wp-block-button.is-style-primary .wp-block-button__link {
      background-color: #2f6b24;
      border: 2px solid #2f6b24;
      color: #fff; }
      .wp-block-button.is-style-primary .wp-block-button__link:hover {
        background-color: #1e4517;
        border-color: #1e4517;
        color: #fff;
        transition: 0.5s ease; }
    .wp-block-button.is-style-primary-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #2f6b24;
      color: #2f6b24; }
      .wp-block-button.is-style-primary-outline .wp-block-button__link:hover {
        background-color: #2f6b24;
        border-color: #2f6b24;
        color: #fff;
        transition: 0.5s ease; }
    .wp-block-button.is-style-secondary .wp-block-button__link {
      background-color: #4c9a3c;
      border: 2px solid #4c9a3c;
      color: #fff; }
      .wp-block-button.is-style-secondary .wp-block-button__link:hover {
        background-color: #3a752e;
        border-color: #3a752e;
        color: #fff;
        transition: 0.5s ease; }
    .wp-block-button.is-style-secondary-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #4c9a3c;
      color: #4c9a3c; }
      .wp-block-button.is-style-secondary-outline .wp-block-button__link:hover {
        background-color: #4c9a3c;
        border-color: #4c9a3c;
        color: #fff;
        transition: 0.5s ease; }
    .wp-block-button.is-style-accent .wp-block-button__link {
      background-color: #4a2f1b;
      border: 2px solid #4a2f1b;
      color: #e7d9c3; }
      .wp-block-button.is-style-accent .wp-block-button__link:hover {
        background-color: #25170d;
        border-color: #25170d;
        color: #e7d9c3;
        transition: 0.5s ease; }
    .wp-block-button.is-style-accent-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #4a2f1b;
      color: #4a2f1b; }
      .wp-block-button.is-style-accent-outline .wp-block-button__link:hover {
        background-color: #4a2f1b;
        border-color: #4a2f1b;
        color: #e7d9c3;
        transition: 0.5s ease; }
    .wp-block-button.is-style-green-dark .wp-block-button__link {
      background-color: #1f4a19;
      border: 2px solid #1f4a19;
      color: #fff; }
      .wp-block-button.is-style-green-dark .wp-block-button__link:hover {
        background-color: #0f240c;
        border-color: #0f240c;
        color: #fff;
        transition: 0.5s ease; }
    .wp-block-button.is-style-green-dark-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #1f4a19;
      color: #1f4a19; }
      .wp-block-button.is-style-green-dark-outline .wp-block-button__link:hover {
        background-color: #1f4a19;
        border-color: #1f4a19;
        color: #fff;
        transition: 0.5s ease; }
    .wp-block-button.is-style-green-light .wp-block-button__link {
      background-color: #c9e5b4;
      border: 2px solid #c9e5b4;
      color: #2f6b24; }
      .wp-block-button.is-style-green-light .wp-block-button__link:hover {
        background-color: #aed88e;
        border-color: #aed88e;
        color: #2f6b24;
        transition: 0.5s ease; }
    .wp-block-button.is-style-green-light-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #c9e5b4;
      color: #c9e5b4; }
      .wp-block-button.is-style-green-light-outline .wp-block-button__link:hover {
        background-color: #c9e5b4;
        border-color: #c9e5b4;
        color: #2f6b24;
        transition: 0.5s ease; }
    .wp-block-button.is-style-green-pale .wp-block-button__link {
      background-color: #edf5e4;
      border: 2px solid #edf5e4;
      color: #2f6b24; }
      .wp-block-button.is-style-green-pale .wp-block-button__link:hover {
        background-color: #d4e7bf;
        border-color: #d4e7bf;
        color: #2f6b24;
        transition: 0.5s ease; }
    .wp-block-button.is-style-green-pale-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #edf5e4;
      color: #edf5e4; }
      .wp-block-button.is-style-green-pale-outline .wp-block-button__link:hover {
        background-color: #edf5e4;
        border-color: #edf5e4;
        color: #2f6b24;
        transition: 0.5s ease; }
    .wp-block-button.is-style-brown-light .wp-block-button__link {
      background-color: #7a5230;
      border: 2px solid #7a5230;
      color: #e7d9c3; }
      .wp-block-button.is-style-brown-light .wp-block-button__link:hover {
        background-color: #553922;
        border-color: #553922;
        color: #e7d9c3;
        transition: 0.5s ease; }
    .wp-block-button.is-style-brown-light-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #7a5230;
      color: #7a5230; }
      .wp-block-button.is-style-brown-light-outline .wp-block-button__link:hover {
        background-color: #7a5230;
        border-color: #7a5230;
        color: #e7d9c3;
        transition: 0.5s ease; }
    .wp-block-button.is-style-cream .wp-block-button__link {
      background-color: #e7d9c3;
      border: 2px solid #e7d9c3;
      color: #4a2f1b; }
      .wp-block-button.is-style-cream .wp-block-button__link:hover {
        background-color: #d8c29f;
        border-color: #d8c29f;
        color: #4a2f1b;
        transition: 0.5s ease; }
    .wp-block-button.is-style-cream-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #e7d9c3;
      color: #e7d9c3; }
      .wp-block-button.is-style-cream-outline .wp-block-button__link:hover {
        background-color: #e7d9c3;
        border-color: #e7d9c3;
        color: #4a2f1b;
        transition: 0.5s ease; }
    .wp-block-button.is-style-cream-light .wp-block-button__link {
      background-color: #f6f0e6;
      border: 2px solid #f6f0e6;
      color: #4a2f1b; }
      .wp-block-button.is-style-cream-light .wp-block-button__link:hover {
        background-color: #e9dac1;
        border-color: #e9dac1;
        color: #4a2f1b;
        transition: 0.5s ease; }
    .wp-block-button.is-style-cream-light-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid #f6f0e6;
      color: #f6f0e6; }
      .wp-block-button.is-style-cream-light-outline .wp-block-button__link:hover {
        background-color: #f6f0e6;
        border-color: #f6f0e6;
        color: #4a2f1b;
        transition: 0.5s ease; }
  .wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #2f6b24;
    color: #2f6b24; }
    .wp-block-button.is-style-outline .wp-block-button__link:hover {
      background-color: #2f6b24;
      border-color: #2f6b24;
      color: #fff;
      transition: 0.5s ease; }

.wp-block-button__link.has-small-font-size {
  zoom: 0.8; }

.wp-block-button__link.has-medium-font-size {
  zoom: 0.9; }

.wp-block-button__link.has-large-font-size {
  zoom: 1.1; }

.wp-block-button__link.has-x-large-font-size {
  zoom: 1.2; }

.wp-block-button__link.has-xx-large-font-size {
  zoom: 1.3; }

.wp-block-button__link.has-xxx-large-font-size {
  zoom: 1.4; }

.wp-block-quote {
  margin: 0 0 25px;
  padding: 10px 0 10px 30px;
  border-left: 3px solid #4c9a3c;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 1rem;
  line-height: 1.4; }
  .wp-block-quote cite {
    display: block;
    margin-top: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    opacity: 0.7; }

.wp-block-pullquote {
  margin: 0 0 25px;
  padding: 40px 0;
  border-top: 2px solid #2f6b24;
  border-bottom: 2px solid #2f6b24;
  text-align: center; }
  .wp-block-pullquote blockquote {
    margin: 0; }
  .wp-block-pullquote p {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0; }
  .wp-block-pullquote cite {
    display: block;
    margin-top: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    opacity: 0.7; }

.wp-block-image {
  margin: 0 0 25px; }
  .wp-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0px; }
  .wp-block-image.is-style-rounded img {
    border-radius: 50%; }
  .wp-block-image figcaption {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.7; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 25px;
  list-style: none;
  padding: 0; }
  .wp-block-gallery .wp-block-image {
    margin: 0;
    flex: 1 1 0; }
  .wp-block-gallery.columns-2 .wp-block-image {
    flex-basis: calc((100% - 16px) / 2); }
  .wp-block-gallery.columns-3 .wp-block-image {
    flex-basis: calc((100% - 32px) / 3); }
  .wp-block-gallery.columns-4 .wp-block-image {
    flex-basis: calc((100% - 48px) / 4); }

.wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 0 0 25px; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 2; }
  .wp-block-media-text .wp-block-media-text__media img {
    width: 100%;
    height: auto;
    border-radius: 0px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; }

.wp-block-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 40px;
  margin: 0 0 25px;
  overflow: hidden;
  background-color: #2f6b24; }
  .wp-block-cover img.wp-block-cover__image-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .wp-block-cover .wp-block-cover__background {
    position: absolute;
    inset: 0;
    background-color: #2f6b24;
    opacity: 0.5; }
  .wp-block-cover .wp-block-cover__inner-container {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center; }
  .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6, .wp-block-cover p {
    color: #fff; }

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 25px;
  align-items: normal; }
  .wp-block-columns.are-vertically-aligned-center {
    align-items: center; }
  .wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end; }

.wp-block-column {
  flex: 1 1 0;
  min-width: 0;
  word-break: break-word; }
  .wp-block-column[style*="flex-basis"] {
    flex-grow: 0; }
  .wp-block-column.is-vertically-aligned-center {
    align-self: center; }
  .wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end; }

.wp-block-group {
  margin: 0 0 25px; }
  .wp-block-group.has-background {
    padding: 40px; }
  .wp-block-group.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center; }
  .wp-block-group.is-content-justification-center {
    justify-content: center; }
  .wp-block-group.is-content-justification-space-between {
    justify-content: space-between; }

.wp-block-group.is-layout-flex.is-vertical {
  flex-direction: column;
  align-items: flex-start; }

.wp-block-table {
  margin: 0 0 25px;
  overflow-x: auto; }
  .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    color: #2f6b24; }
  .wp-block-table th, .wp-block-table td {
    padding: 12px 16px;
    border: 1px solid #2f6b24;
    font-size: 1.125rem;
    text-align: left; }
  .wp-block-table thead th {
    background-color: #2f6b24;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif; }
  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(45, 63, 63, 0.06); }
  .wp-block-table figcaption {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.7; }

.wp-block-separator {
  border: none;
  border-top: 1px solid #2f6b24;
  opacity: 0.3;
  margin: 40px auto; }
  .wp-block-separator.is-style-wide {
    width: 100%; }
  .wp-block-separator.is-style-dots {
    border: none;
    opacity: 1;
    text-align: center;
    line-height: 1; }
    .wp-block-separator.is-style-dots:before {
      content: "\00b7 \00b7 \00b7";
      color: #2f6b24;
      font-size: 28px;
      letter-spacing: 12px; }
  .wp-block-separator:not(.is-style-wide):not(.alignfull):not(.is-style-dots) {
    width: 100px; }

.wp-block-code, .wp-block-preformatted, .wp-block-verse {
  margin: 0 0 25px;
  padding: 20px;
  background-color: rgba(45, 63, 63, 0.06);
  border: 1px solid rgba(45, 63, 63, 0.15);
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2f6b24;
  overflow-x: auto;
  white-space: pre-wrap; }

.wp-block-verse {
  font-family: 'Nunito Sans', sans-serif; }

.wp-block-embed {
  margin: 0 0 25px; }
  .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    width: 100%; }
  .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%; }
  .wp-block-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .wp-block-embed figcaption {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.7; }

.wp-block-search {
  margin: 0 0 25px; }
  .wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    gap: 8px; }
  .wp-block-search .wp-block-search__input {
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #2f6b24 !important;
    font-size: 1.125rem !important;
    border: 2px solid #2f6b24 !important;
    padding: 5px 10px !important;
    flex: 1 1 auto; }
    .wp-block-search .wp-block-search__input::placeholder {
      color: #2f6b24 !important; }
  .wp-block-search .wp-block-search__button {
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff; }
    .wp-block-search .wp-block-search__button:hover {
      background-color: #fff;
      border: 2px solid #2f6b24;
      color: #2f6b24;
      transition: 0.5s ease; }

.wp-block-details {
  margin: 0 0 25px;
  border-bottom: 2px solid #2f6b24; }
  .wp-block-details summary {
    position: relative;
    padding: 15px 40px 15px 0;
    border-top: 2px solid #2f6b24;
    font-size: 1.125rem;
    cursor: pointer;
    list-style: none; }
    .wp-block-details summary::-webkit-details-marker {
      display: none; }
    .wp-block-details summary::after {
      content: "+";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em;
      line-height: 1; }
  .wp-block-details[open] summary::after {
    content: "\2212"; }
  .wp-block-details > *:not(summary) {
    padding-bottom: 15px; }
  .wp-block-details[open] > *:not(summary) {
    animation: lf-accordion-open 0.35s ease; }

@supports (interpolate-size:allow-keywords) {
  :root {
    interpolate-size: allow-keywords; }

  .wp-block-details::details-content {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease, content-visibility 0.35s allow-discrete; }

  .wp-block-details[open]::details-content {
    height: auto; } }

@keyframes lf-accordion-open {
  from {
    opacity: 0;
    transform: translateY(-8px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .wp-block-details[open] > *:not(summary) {
    animation: none; }

  .wp-block-details::details-content {
    transition: none; } }

.wp-block-accordion-item {
  border-top: 2px solid #2f6b24; }
  .wp-block-accordion-item:last-child {
    border-bottom: 2px solid #2f6b24; }

.wp-block-accordion-heading {
  margin-bottom: 0px; }

.wp-block-accordion-heading__toggle {
  padding: 15px 0;
  font-size: 1.125rem; }
  .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none; }

.wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  width: auto;
  height: auto; }
  .wp-block-accordion-heading__toggle-icon::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\2b";
    font-size: 2rem;
    line-height: 1; }

.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  transform: rotate(180deg); }
  .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::before {
    content: "\f068"; }

.wp-block-accordion-item {
  display: grid;
  grid-template-rows: auto 0fr; }

.wp-block-accordion-item.is-open {
  grid-template-rows: auto 1fr; }

.wp-block-accordion-panel {
  overflow: hidden;
  min-height: 0; }
  .wp-block-accordion-panel > :first-child {
    margin-top: 0; }
  .wp-block-accordion-panel > :last-child {
    margin-bottom: 15px; }

.wp-block-accordion-panel[inert], .wp-block-accordion-panel[aria-hidden="true"] {
  display: block;
  margin-block-start: 0; }

.wp-block-accordion-heading button {
  font-size: 1.0625rem; }
  .is-style-section-1 {
    background-color: #fff;
    color: #2f6b24;
    --lf-card: #2f6b24;
    --lf-card-text: #fff; }
    .is-style-section-1 h1, .is-style-section-1 h2, .is-style-section-1 h3, .is-style-section-1 h4, .is-style-section-1 h5, .is-style-section-1 h6, .is-style-section-1 .wp-block-heading {
      color: #2f6b24; }
    .is-style-section-1 a:not(.wp-block-button__link) {
      color: #2f6b24; }
    .is-style-section-1 .wp-block-accordion-item, .is-style-section-1 .wp-block-separator, .is-style-section-1 .wp-block-pullquote, .is-style-section-1 .wp-block-details, .is-style-section-1 .wp-block-table th, .is-style-section-1 .wp-block-table td {
      border-color: #2f6b24; }
    .is-style-section-1 input[type=text], .is-style-section-1 input[type=email], .is-style-section-1 input[type=tel], .is-style-section-1 input[type=number], .is-style-section-1 input[type=password], .is-style-section-1 textarea, .is-style-section-1 .wpforms-container-full .wpforms-form input.wpforms-field-large, .is-style-section-1 .wpforms-container-full .wpforms-form input.wpforms-field-medium, .is-style-section-1 .wpforms-container-full .wpforms-form input.wpforms-field-small, .is-style-section-1 .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .is-style-section-1 .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .is-style-section-1 .wpforms-container-full .wpforms-form textarea.wpforms-field-small, .is-style-section-1 select, .is-style-section-1 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner, .is-style-section-1 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
      border-color: #2f6b24 !important;
      color: #2f6b24 !important; }
      .is-style-section-1 input[type=text]::placeholder, .is-style-section-1 input[type=email]::placeholder, .is-style-section-1 input[type=tel]::placeholder, .is-style-section-1 input[type=number]::placeholder, .is-style-section-1 input[type=password]::placeholder, .is-style-section-1 textarea::placeholder, .is-style-section-1 .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .is-style-section-1 .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .is-style-section-1 .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder, .is-style-section-1 .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .is-style-section-1 .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .is-style-section-1 .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder, .is-style-section-1 select::placeholder, .is-style-section-1 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner::placeholder, .is-style-section-1 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable::placeholder {
        color: #2f6b24 !important; }
    .is-style-section-1 label, .is-style-section-1 legend, .is-style-section-1 .wpforms-field-label {
      color: #2f6b24 !important;
      font-size: 1.125rem !important;
      font-weight: 400 !important; }
    .is-style-section-1 .wpforms-field-sublabel {
      font-size: 12px !important; }
    .is-style-section-1 div.wpforms-container-full input[type=radio]:before, .is-style-section-1 div.wpforms-container-full input[type=checkbox]:before {
      box-shadow: 0 0 0 2px #2f6b24, 0px 1px 2px rgba(0, 0, 0, 0); }
    .is-style-section-1 div.wpforms-container-full input[type=radio]:checked:after {
      background-color: #2f6b24; }
    .is-style-section-1 div.wpforms-container-full input[type=checkbox]:checked:before, .is-style-section-1 div.wpforms-container-full input[type=radio]:checked:before {
      box-shadow: 0 0 0 2px #2f6b24, 0px 1px 2px rgba(0, 0, 0, 0); }
    .is-style-section-1 div.wpforms-container-full input[type=checkbox]:checked:after {
      border-color: #2f6b24; }
  .wp-block-columns.is-style-section-1 {
    padding: var(--ym) var(--xm); }
  .wp-block-cover.is-style-section-1 {
    background-color: #fff; }
    .wp-block-cover.is-style-section-1 > .wp-block-cover__background {
      background-color: #fff; }
  .lf-pricing-tiers.is-style-section-1 .wp-block-column .wp-block-heading {
    color: var(--lf-card); }
  .lf-reviews-featured.is-style-section-1 .has-secondary-color {
    color: var(--lf-card) !important; }
  .is-style-section-2 {
    background-color: #4c9a3c;
    color: #fff;
    --lf-card: #fff;
    --lf-card-text: #2f6b24; }
    .is-style-section-2 h1, .is-style-section-2 h2, .is-style-section-2 h3, .is-style-section-2 h4, .is-style-section-2 h5, .is-style-section-2 h6, .is-style-section-2 .wp-block-heading {
      color: #fff; }
    .is-style-section-2 a:not(.wp-block-button__link) {
      color: #fff; }
    .is-style-section-2 .wp-block-accordion-item, .is-style-section-2 .wp-block-separator, .is-style-section-2 .wp-block-pullquote, .is-style-section-2 .wp-block-details, .is-style-section-2 .wp-block-table th, .is-style-section-2 .wp-block-table td {
      border-color: #fff; }
    .is-style-section-2 input[type=text], .is-style-section-2 input[type=email], .is-style-section-2 input[type=tel], .is-style-section-2 input[type=number], .is-style-section-2 input[type=password], .is-style-section-2 textarea, .is-style-section-2 .wpforms-container-full .wpforms-form input.wpforms-field-large, .is-style-section-2 .wpforms-container-full .wpforms-form input.wpforms-field-medium, .is-style-section-2 .wpforms-container-full .wpforms-form input.wpforms-field-small, .is-style-section-2 .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .is-style-section-2 .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .is-style-section-2 .wpforms-container-full .wpforms-form textarea.wpforms-field-small, .is-style-section-2 select, .is-style-section-2 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner, .is-style-section-2 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
      border-color: #fff !important;
      color: #fff !important; }
      .is-style-section-2 input[type=text]::placeholder, .is-style-section-2 input[type=email]::placeholder, .is-style-section-2 input[type=tel]::placeholder, .is-style-section-2 input[type=number]::placeholder, .is-style-section-2 input[type=password]::placeholder, .is-style-section-2 textarea::placeholder, .is-style-section-2 .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .is-style-section-2 .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .is-style-section-2 .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder, .is-style-section-2 .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .is-style-section-2 .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .is-style-section-2 .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder, .is-style-section-2 select::placeholder, .is-style-section-2 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner::placeholder, .is-style-section-2 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable::placeholder {
        color: #fff !important; }
    .is-style-section-2 label, .is-style-section-2 legend, .is-style-section-2 .wpforms-field-label {
      color: #fff !important;
      font-size: 1.125rem !important;
      font-weight: 400 !important; }
    .is-style-section-2 .wpforms-field-sublabel {
      font-size: 12px !important; }
    .is-style-section-2 div.wpforms-container-full input[type=radio]:before, .is-style-section-2 div.wpforms-container-full input[type=checkbox]:before {
      box-shadow: 0 0 0 2px #fff, 0px 1px 2px rgba(0, 0, 0, 0); }
    .is-style-section-2 div.wpforms-container-full input[type=radio]:checked:after {
      background-color: #fff; }
    .is-style-section-2 div.wpforms-container-full input[type=checkbox]:checked:before, .is-style-section-2 div.wpforms-container-full input[type=radio]:checked:before {
      box-shadow: 0 0 0 2px #fff, 0px 1px 2px rgba(0, 0, 0, 0); }
    .is-style-section-2 div.wpforms-container-full input[type=checkbox]:checked:after {
      border-color: #fff; }
  .wp-block-columns.is-style-section-2 {
    padding: var(--ym) var(--xm); }
  .wp-block-cover.is-style-section-2 {
    background-color: #4c9a3c; }
    .wp-block-cover.is-style-section-2 > .wp-block-cover__background {
      background-color: #4c9a3c; }
  .lf-pricing-tiers.is-style-section-2 .wp-block-column .wp-block-heading {
    color: var(--lf-card); }
  .lf-reviews-featured.is-style-section-2 .has-secondary-color {
    color: var(--lf-card) !important; }
  .is-style-section-3 {
    background-color: #2f6b24;
    color: #fff;
    --lf-card: #fff;
    --lf-card-text: #2f6b24; }
    .is-style-section-3 h1, .is-style-section-3 h2, .is-style-section-3 h3, .is-style-section-3 h4, .is-style-section-3 h5, .is-style-section-3 h6, .is-style-section-3 .wp-block-heading {
      color: #fff; }
    .is-style-section-3 a:not(.wp-block-button__link) {
      color: #fff; }
    .is-style-section-3 .wp-block-accordion-item, .is-style-section-3 .wp-block-separator, .is-style-section-3 .wp-block-pullquote, .is-style-section-3 .wp-block-details, .is-style-section-3 .wp-block-table th, .is-style-section-3 .wp-block-table td {
      border-color: #fff; }
    .is-style-section-3 input[type=text], .is-style-section-3 input[type=email], .is-style-section-3 input[type=tel], .is-style-section-3 input[type=number], .is-style-section-3 input[type=password], .is-style-section-3 textarea, .is-style-section-3 .wpforms-container-full .wpforms-form input.wpforms-field-large, .is-style-section-3 .wpforms-container-full .wpforms-form input.wpforms-field-medium, .is-style-section-3 .wpforms-container-full .wpforms-form input.wpforms-field-small, .is-style-section-3 .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .is-style-section-3 .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .is-style-section-3 .wpforms-container-full .wpforms-form textarea.wpforms-field-small, .is-style-section-3 select, .is-style-section-3 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner, .is-style-section-3 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
      border-color: #fff !important;
      color: #fff !important; }
      .is-style-section-3 input[type=text]::placeholder, .is-style-section-3 input[type=email]::placeholder, .is-style-section-3 input[type=tel]::placeholder, .is-style-section-3 input[type=number]::placeholder, .is-style-section-3 input[type=password]::placeholder, .is-style-section-3 textarea::placeholder, .is-style-section-3 .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .is-style-section-3 .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .is-style-section-3 .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder, .is-style-section-3 .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .is-style-section-3 .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .is-style-section-3 .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder, .is-style-section-3 select::placeholder, .is-style-section-3 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner::placeholder, .is-style-section-3 div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable::placeholder {
        color: #fff !important; }
    .is-style-section-3 label, .is-style-section-3 legend, .is-style-section-3 .wpforms-field-label {
      color: #fff !important;
      font-size: 1.125rem !important;
      font-weight: 400 !important; }
    .is-style-section-3 .wpforms-field-sublabel {
      font-size: 12px !important; }
    .is-style-section-3 div.wpforms-container-full input[type=radio]:before, .is-style-section-3 div.wpforms-container-full input[type=checkbox]:before {
      box-shadow: 0 0 0 2px #fff, 0px 1px 2px rgba(0, 0, 0, 0); }
    .is-style-section-3 div.wpforms-container-full input[type=radio]:checked:after {
      background-color: #fff; }
    .is-style-section-3 div.wpforms-container-full input[type=checkbox]:checked:before, .is-style-section-3 div.wpforms-container-full input[type=radio]:checked:before {
      box-shadow: 0 0 0 2px #fff, 0px 1px 2px rgba(0, 0, 0, 0); }
    .is-style-section-3 div.wpforms-container-full input[type=checkbox]:checked:after {
      border-color: #fff; }
  .wp-block-columns.is-style-section-3 {
    padding: var(--ym) var(--xm); }
  .wp-block-cover.is-style-section-3 {
    background-color: #2f6b24; }
    .wp-block-cover.is-style-section-3 > .wp-block-cover__background {
      background-color: #2f6b24; }
  .lf-pricing-tiers.is-style-section-3 .wp-block-column .wp-block-heading {
    color: var(--lf-card); }
  .lf-reviews-featured.is-style-section-3 .has-secondary-color {
    color: var(--lf-card) !important; }

.is-style-card {
  background-color: var(--lf-card #fff);
  color: var(--lf-card-text #2f6b24);
  padding: 30px;
  border-radius: 4px; }
  .is-style-card h1, .is-style-card h2, .is-style-card h3, .is-style-card h4, .is-style-card h5, .is-style-card h6, .is-style-card .wp-block-heading {
    color: var(--lf-card-text #2f6b24); }

.wp-block-group__inner-container {
  width: 100%;
  max-width: var(--editor-container);
  margin: 0 auto; }

.lf-testimonial-pullquote, .lf-testimonial-grid {
  width: 100%;
  max-width: var(--editor-container);
  margin: var(--ym) auto; }

.lf-about-1 .wp-block-heading, .lf-about-2 .wp-block-heading, .lf-about-1 .wp-block-paragraph, .lf-about-2 .wp-block-paragraph {
  max-width: var(--editor-content-width); }

.lf-about-5 .wp-block-columns {
  max-width: var(--editor-container);
  margin: 0 auto; }
  .lf-about-5 .lf-about-5-header {
    margin-bottom: 60px; }

.wp-block-columns {
  gap: var(--editor-gap); }

.lf-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: var(--lf-card);
  color: var(--lf-card-text);
  font-size: 28px;
  line-height: 1; }

.lf-feature-inset, .lf-features, .lf-features-4, .lf-blog-archive, .lf-blog-grid-2, .lf-blog-grid-3, .lf-blog-grid-4, .lf-blog-split, .lf-services-columns, .lf-about-1, .lf-about-2, .lf-about-3, .lf-about-4, .lf-about-5, .lf-about-6, .lf-contact-1, .lf-contact-2, .lf-contact-3, .lf-blog-list-1, .lf-blog-list-2, .lf-gallery-1, .lf-gallery-2, .lf-gallery-3, .lf-gallery-4, .lf-portfolio, .lf-pricing-tiers, .lf-pricing-highlight, .lf-pricing-simple, .lf-pricing-duo, .lf-pricing-cards-image, .lf-cta, .lf-cta-boxed, .lf-reviews-featured, .lf-reviews-grid, .lf-reviews-summary, .lf-testimonial-grid, .lf-testimonial-pullquote, .lf-services-cards, .lf-services-dark, .lf-team-bios, .lf-team-grid, .lf-team-simple, .lf-content-1 {
  margin-bottom: 0px;
  padding: var(--ym) var(--xm); }

.lf-about-3 .wp-block-heading {
  margin-bottom: 20px; }
  .lf-about-3 .wp-block-buttons {
    padding-top: 0px; }

.lf-faq {
  margin-bottom: 0px; }
  .lf-faq .wp-block-group__inner-container {
    padding: var(--ym) var(--xm); }
  .lf-faq .wp-block-accordion {
    margin-top: 60px; }

.lf-cta .wp-block-heading, .lf-cta-boxed .wp-block-heading {
  margin-bottom: 20px; }
  .lf-cta .wp-block-paragraph, .lf-cta-boxed .wp-block-paragraph {
    margin-bottom: 40px; }

.lf-cta-boxed {
  padding: var(--ym) var(--xm); }
  .lf-cta-boxed .lf-cta-boxed-inner {
    padding: var(--ym) var(--xm); }

.lf-subscribe {
  margin-bottom: 0px; }
  .lf-subscribe .padded {
    padding: var(--ym) var(--xm); }
  .lf-subscribe .wp-block-columns, .lf-subscribe .wp-block-image {
    margin-bottom: 0px; }

.lf-contact-3 .padded {
  padding: var(--ym) var(--xm); }

.lf-contact-map-2 .padded {
  padding: var(--ym) var(--xm); }
  .lf-contact-map-2 .wp-block-group.is-layout-flex.is-vertical {
    align-items: center; }

.lf-contact-map-1, .lf-contact-map-2 {
  margin-bottom: 0px; }
  .lf-contact-map-1 .wp-block-columns, .lf-contact-map-2 .wp-block-columns {
    margin-bottom: 0px; }

.lf-contact-footer {
  margin-bottom: 0px; }

.lf-feature-full {
  margin-bottom: 0px;
  padding: 0px !important; }
  .lf-feature-full .padded {
    padding: var(--ym) var(--ym); }
  .lf-feature-full .wp-block-image {
    height: 100%;
    margin: 0px; }
    .lf-feature-full .wp-block-image img {
      border-radius: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.lf-intro {
  margin-bottom: 0px; }
  .lf-intro .wp-block-group__inner-container {
    padding: var(--ym) var(--xm); }

.lf-gallery-2 .is-layout-grid {
  gap: var(--editor-gap); }

.lf-hero-centered {
  padding: var(--ym) var(--xm); }

.lf-hero-centered, .lf-hero-feature {
  margin-bottom: 0px; }

.lf-hero-centered .wp-block-group__inner-container {
  max-width: 800px;
  margin: 0 auto; }

.lf-hero-feature .padded {
  padding: var(--ym) var(--xm); }
  .lf-hero-feature .wp-block-image, .lf-hero-feature .wp-block-columns {
    margin-bottom: 0px; }

.lf-blog-grid-2 ul, .lf-blog-grid-3 ul, .lf-blog-grid-4 ul, .lf-blog-split ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.lf-pricing-tiers .wp-block-columns, .lf-pricing-highlight .wp-block-columns, .lf-pricing-simple .wp-block-columns, .lf-pricing-duo .wp-block-columns, .lf-pricing-cards-image .wp-block-columns {
  margin-top: 60px; }

.lf-pricing-duo .is-vertical {
  align-items: center !important;
  margin-top: 60px; }

.lf-services-columns .mb {
  margin-bottom: 100px; }
  .lf-services-columns .wp-block-buttons {
    margin-top: 60px; }

.lf-features-3, .lf-features-4 {
  margin-bottom: 0px; }
  .lf-features-3 .wp-block-list, .lf-features-4 .wp-block-list {
    margin: 0px 0px 0px 20px;
    padding: 0px; }
    .lf-features-3 .wp-block-list li, .lf-features-4 .wp-block-list li {
      padding-left: 10px; }
    .lf-features-3 .wp-block-list li::marker, .lf-features-4 .wp-block-list li::marker {
      content: "\f00c";
      font-family: "Font Awesome 6 Pro"; }

.lf-services-cards .wp-block-columns {
  margin-top: 60px;
  margin-bottom: 0px; }

.lf-team-bios .wp-block-group {
  gap: var(--editor-gap); }
  .lf-team-bios .wp-block-heading {
    margin-bottom: 0px; }

.lf-team-grid .subtext, .lf-team-simple .subtext {
  max-width: 60%;
  margin: 0 auto 60px auto;
  text-align: center; }
  .lf-team-grid .mb, .lf-team-simple .mb {
    margin-bottom: 0px; }

.lf-reviews-featured .wp-block-group__inner-container {
  max-width: 60%;
  margin: 0 auto; }

.lf-reviews-grid .wp-block-columns {
  margin-top: 60px; }

@media only screen and (max-width: 1024px) {
  .wp-block-columns {
    flex-direction: column; }

  .wp-block-column {
    flex-basis: 100% !important; }

  .wp-block-media-text {
    grid-template-columns: 1fr; }

  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 0; }

  .wp-block-gallery .wp-block-image {
    flex-basis: calc((100% - 16px) / 2) !important; } }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: 1.125rem;
  line-height: 153%;
  color: #2f6b24;
  font-family: 'Nunito Sans', sans-serif;
  background: #fff;
  font-weight: 400;
  zoom: 1; }

#container {
  width: 100%;
  overflow: clip; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

#wrap {
  position: relative;
  margin-top: 104px; }

body.admin-bar #header-wrap {
  top: 32px; }

#header-wrap {
  height: 104px;
  position: fixed;
  background: #1f4a19;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 999;
  top: 0px; }

.header__toolbar {
  height: 48px;
  background: #2f6b24;
  display: flex;
  align-items: center;
  padding: 0px var(--xm); }

.toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  width: 100%; }
  .toolbar__link {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff; }
    .toolbar__link:hover {
      color: #c9e5b4; }

.header__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  flex: 1;
  padding: 0px var(--xm); }

.header__logo {
  flex: 0 0 auto;
  margin-right: auto; }
  .header__logo img {
    display: block;
    max-height: 50px;
    width: auto; }

.wordmark {
  display: flex;
  flex-direction: column;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
  text-decoration: none; }
  .wordmark__line {
    display: block; }
  .wordmark__line--top {
    color: #c9e5b4; }
  .wordmark__line--bottom {
    color: #fff; }
  .wordmark--footer {
    font-size: 1.375rem; }
    .wordmark--footer .wordmark__line--top {
      color: #c9e5b4; }
    .wordmark--footer .wordmark__line--bottom {
      color: #fff; }

.header__cart {
  white-space: nowrap; }

.header__nav {
  flex: 0 1 auto; }
  .header__nav .lf-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .header__nav .lf-menu li {
      position: relative;
      list-style: none; }
    .header__nav .lf-menu a {
      display: block;
      padding: 8px 16px;
      color: #fff;
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      letter-spacing: 0.02em;
      line-height: 1.4;
      text-decoration: none;
      position: relative; }
    .header__nav .lf-menu > li > a::after {
      content: '';
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 0px;
      height: 4px;
      background: #4c9a3c;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.2s ease; }
    .header__nav .lf-menu > li > a:hover::after, .header__nav .lf-menu > li.current-menu-item > a::after, .header__nav .lf-menu > li.current_page_item > a::after {
      transform: scaleX(1); }
    .header__nav .lf-menu .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 220px;
      margin: 0;
      padding: 8px 0;
      list-style: none;
      background: #1f4a19;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      z-index: 1000; }
      .header__nav .lf-menu .sub-menu a {
        padding: 10px 20px;
        white-space: nowrap; }
      .header__nav .lf-menu .sub-menu a:hover {
        opacity: 0.7; }
    .header__nav .lf-menu li:hover > .sub-menu, .header__nav .lf-menu li:focus-within > .sub-menu {
      opacity: 1;
      visibility: visible; }

.header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 24px; }

.header__options {
  display: flex;
  align-items: center;
  gap: 16px; }
  .header__options .widget {
    margin: 0; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }
  .nav-toggle__bar {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff; }

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 85%;
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 18px 28px 40px;
  background: #1f4a19;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
  z-index: 1100; }
  .mobile-nav.is-open {
    transform: translateX(0); }
  .mobile-nav__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 1099; }
    .mobile-nav__overlay.is-open {
      opacity: 1;
      visibility: visible; }
  .mobile-nav__top {
    display: flex;
    justify-content: flex-end; }
  .mobile-nav__close {
    position: relative;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer; }
    .mobile-nav__close span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 26px;
      height: 2px;
      background: #fff; }
      .mobile-nav__close span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg); }
      .mobile-nav__close span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(-45deg); }
  .mobile-nav__menu .lf-menu {
    margin: 20px 0 0;
    padding: 0;
    list-style: none; }
    .mobile-nav__menu .lf-menu li {
      list-style: none; }
    .mobile-nav__menu .lf-menu a {
      display: block;
      padding: 14px 0;
      color: #fff;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.25rem;
      text-decoration: none;
      border-bottom: 1px solid rgba(232, 237, 233, 0.15); }
    .mobile-nav__menu .lf-menu .sub-menu {
      margin: 0;
      padding: 0 0 8px 16px;
      list-style: none; }
      .mobile-nav__menu .lf-menu .sub-menu a {
        font-size: 1rem;
        opacity: 0.85;
        border-bottom: 0;
        padding: 8px 0; }

body.nav-open {
  overflow: hidden; }

@media only screen and (max-width: 1024px) {
  .header__nav {
    display: none; }

  .nav-toggle {
    display: flex; } }

#page-wrap {
  padding: 0px 40px; }

.pixel-stack {
  position: relative;
  display: block;
  width: 42px;
  height: 42px; }
  .pixel-stack__block {
    position: absolute;
    width: 14px;
    height: 14px; }
    .pixel-stack__block--1 {
      left: 0px;
      top: 28px;
      background: #2f6b24; }
    .pixel-stack__block--2 {
      left: 14px;
      top: 14px;
      background: #4c9a3c; }
    .pixel-stack__block--3 {
      left: 28px;
      top: 0px;
      background: #c9e5b4; }

.rating-blocks {
  display: flex;
  gap: 4px; }
  .rating-blocks__block {
    width: 12px;
    height: 12px;
    background: #4c9a3c; }
    .rating-blocks__block--empty {
      background: #e7d9c3; }

#home-page #hero {
  padding: 88px var(--xm) 64px var(--xm);
  background: #fff; }
  #home-page #hero .hero__heading {
    font-size: 4.75rem;
    line-height: 105%;
    letter-spacing: -0.01em;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
    #home-page #hero .hero__heading-line {
      display: block; }
    #home-page #hero .hero__heading-block {
      display: inline-block;
      background: #2f6b24;
      color: #fff;
      padding: 6px 20px 10px 20px; }
    #home-page #hero .hero__content {
      max-width: 620px;
      font-size: 1.25rem;
      line-height: 150%;
      margin: 40px 0px 0px 0px; }
    #home-page #hero .hero__buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin: 40px 0px 0px 0px; }
    #home-page #hero .hero__trust {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      list-style: none;
      margin: 56px 0px 0px 0px;
      padding: 0px; }
    #home-page #hero .hero__trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.875rem;
      font-weight: 600;
      list-style: none; }
      #home-page #hero .hero__trust-item::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #4c9a3c; }
  #home-page #terrain {
    background: #fff; }
  #home-page #terrain .terrain__strip {
    display: flex;
    align-items: flex-end;
    height: 108px;
    overflow: hidden; }
    #home-page #terrain .terrain__column {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      flex: 0 0 36px; }
    #home-page #terrain .terrain__block {
      width: 36px;
      height: 36px; }
      #home-page #terrain .terrain__block--d {
        background: #1f4a19; }
      #home-page #terrain .terrain__block--p {
        background: #2f6b24; }
      #home-page #terrain .terrain__block--g {
        background: #4c9a3c; }
      #home-page #terrain .terrain__block--l {
        background: #c9e5b4; }
  #home-page #how-it-works {
    padding: 80px var(--xm) 88px var(--xm);
    background: #2f6b24; }
  #home-page #how-it-works .how-it-works__heading {
    font-size: 2.75rem;
    line-height: 118%;
    letter-spacing: -0.005em;
    margin: 0px 0px 12px 0px;
    color: #c9e5b4;
    margin-bottom: 48px; }
    #home-page #how-it-works .how-it-works__steps {
      display: flex;
      gap: 48px; }
    #home-page #how-it-works .how-it-works__step {
      flex: 1; }
    #home-page #how-it-works .how-it-works__marker {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      background: #c9e5b4;
      color: #2f6b24;
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 700;
      font-size: 1.5rem; }
    #home-page #how-it-works .how-it-works__title {
      font-size: 1.625rem;
      font-weight: 600;
      color: #c9e5b4;
      margin: 20px 0px; }
    #home-page #how-it-works .how-it-works__text {
      color: #c9e5b4;
      font-size: 1.125rem;
      margin: 0px; }
  #home-page #categories {
    padding: 88px var(--xm);
    background: #fff; }
  #home-page #categories .categories__heading {
    font-size: 2.75rem;
    line-height: 118%;
    letter-spacing: -0.005em;
    margin: 0px 0px 12px 0px; }
    #home-page #categories .categories__content {
      font-size: 1.25rem;
      margin: 0px 0px 48px 0px; }
    #home-page #categories .categories__tiles {
      display: flex;
      gap: 32px; }
    #home-page #categories .categories__tile {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 220px;
      padding: 24px;
      background: #c9e5b4;
      text-decoration: none;
      transition: transform 0.2s ease, background 0.2s ease; }
      #home-page #categories .categories__tile:hover {
        transform: translateY(-4px); }
    #home-page #categories .categories__tile-info {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-top: 24px; }
    #home-page #categories .categories__tile-title {
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 600;
      font-size: 1.625rem;
      line-height: 130%;
      color: #2f6b24; }
    #home-page #categories .categories__tile-text {
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 143%;
      color: #2f6b24; }
  #home-page #popular-products {
    padding: 88px var(--xm);
    background: #edf5e4; }
  #home-page #popular-products .popular-products__heading {
    font-size: 2.75rem;
    line-height: 118%;
    letter-spacing: -0.005em;
    margin: 0px 0px 12px 0px; }
    #home-page #popular-products .popular-products__content {
      font-size: 1.25rem;
      margin: 0px 0px 48px 0px; }
    #home-page #popular-products .popular-products__cards {
      display: flex;
      gap: 32px; }
    #home-page #popular-products .popular-products__card {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
      text-decoration: none; }
      #home-page #popular-products .popular-products__card:hover .popular-products__title {
        text-decoration: underline; }
    #home-page #popular-products .popular-products__image {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #c9e5b4;
      overflow: hidden; }
      #home-page #popular-products .popular-products__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #home-page #popular-products .popular-products__info {
      display: flex;
      flex-direction: column;
      gap: 8px; }
    #home-page #popular-products .popular-products__title {
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 130%;
      color: #2f6b24; }
    #home-page #popular-products .popular-products__price {
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
      color: #2f6b24; }
    #home-page #popular-products .popular-products__button {
      margin: 48px 0px 0px 0px; }
  #home-page #party-pack {
    padding: 88px var(--xm);
    background: #4a2f1b; }
  #home-page #party-pack .row {
    align-items: center; }
  #home-page #party-pack .party-pack__heading {
    font-size: 2.75rem;
    line-height: 118%;
    letter-spacing: -0.005em;
    margin: 0px 0px 12px 0px;
    color: #e7d9c3;
    margin-bottom: 28px; }
    #home-page #party-pack .party-pack__content {
      color: #f6f0e6;
      font-size: 1.25rem;
      margin: 0px 0px 28px 0px; }
    #home-page #party-pack .party-pack__button {
      margin: 0px 0px 28px 0px; }
    #home-page #party-pack .party-pack__note {
      color: #f6f0e6;
      font-size: 0.875rem;
      font-weight: 600;
      margin: 0px; }
    #home-page #party-pack .party-pack__composition {
      position: relative;
      width: 384px;
      height: 320px;
      margin-left: auto; }
    #home-page #party-pack .party-pack__block {
      position: absolute;
      width: 64px;
      height: 64px; }
      #home-page #party-pack .party-pack__block--1 {
        left: 128px;
        top: 192px;
        background: #2f6b24; }
      #home-page #party-pack .party-pack__block--2 {
        left: 192px;
        top: 192px;
        background: #4c9a3c; }
      #home-page #party-pack .party-pack__block--3 {
        left: 256px;
        top: 192px;
        background: #2f6b24; }
      #home-page #party-pack .party-pack__block--4 {
        left: 64px;
        top: 192px;
        background: #c9e5b4; }
      #home-page #party-pack .party-pack__block--5 {
        left: 128px;
        top: 128px;
        background: #4c9a3c; }
      #home-page #party-pack .party-pack__block--6 {
        left: 192px;
        top: 128px;
        background: #c9e5b4; }
      #home-page #party-pack .party-pack__block--7 {
        left: 192px;
        top: 64px;
        background: #2f6b24; }
      #home-page #party-pack .party-pack__block--8 {
        left: 0px;
        top: 256px;
        background: #4c9a3c; }
      #home-page #party-pack .party-pack__block--9 {
        left: 320px;
        top: 256px;
        background: #c9e5b4; }
  #home-page #reviews {
    padding: 88px var(--xm);
    background: #fff; }
  #home-page #reviews .reviews__heading {
    font-size: 2.75rem;
    line-height: 118%;
    letter-spacing: -0.005em;
    margin: 0px 0px 12px 0px;
    margin-bottom: 48px; }
    #home-page #reviews .reviews__list {
      display: flex;
      gap: 48px; }
    #home-page #reviews .reviews__item {
      flex: 1; }
    #home-page #reviews .reviews__text {
      font-size: 1.125rem;
      margin: 16px 0px; }
    #home-page #reviews .reviews__author {
      font-weight: 700;
      font-size: 1.125rem;
      margin: 0px; }
  #home-page #final-cta {
    padding: 88px var(--xm);
    background: #2f6b24;
    text-align: center; }
  #home-page #final-cta .final-cta__heading {
    font-size: 2.75rem;
    line-height: 118%;
    letter-spacing: -0.005em;
    margin: 0px 0px 12px 0px;
    color: #fff; }
    #home-page #final-cta .final-cta__content {
      color: #fff;
      font-size: 1.25rem;
      margin: 0px 0px 28px 0px; }
    #home-page #final-cta .final-cta__button {
      margin: 0px; }

#footer-wrap {
  background: #1f4a19;
  color: #fff; }
  #footer-wrap #footer {
    padding: 64px var(--xm) 48px var(--xm); }
  #footer-wrap #footer .row {
    align-items: flex-start; }
  #footer-wrap #footer .footer__logo {
    display: flex; }
    #footer-wrap #footer .footer__nav {
      display: flex;
      justify-content: flex-end; }
    #footer-wrap #footer .footer__menu {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      margin: 0px;
      padding: 0px;
      list-style: none; }
      #footer-wrap #footer .footer__menu li {
        list-style: none;
        margin: 0px;
        padding: 0px; }
      #footer-wrap #footer .footer__menu a {
        color: #fff;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.01em; }
        #footer-wrap #footer .footer__menu a:hover {
          color: #c9e5b4; }
    #footer-wrap #footer .footer__disclaimer {
      color: #c9e5b4;
      font-size: 0.875rem;
      font-weight: 600;
      margin: 40px 0px 0px 0px; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

.lf-eyebrow {
  color: #4a2f1b;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

.page-title {
  color: #2f6b24 !important; }

.alignleft {
  position: relative;
  float: left;
  padding-right: 40px; }

.alignright {
  position: relative;
  float: right;
  padding-left: 40px; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

legend {
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
  color: #2f6b24; }
  a:hover {
    color: #2f6b24; }

.section_wrap {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.stick {
  position: sticky;
  top: 0px;
  z-index: -1; }

.error404 .wrapper {
  padding: 10% 0px 5% 0px; }
  .error404 h1 {
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1920px;
  padding: 40px;
  margin: 0px auto; }

.slider-buttons {
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 80%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: pointer; }

.slick-dots {
  bottom: 0px;
  left: 0vw; }
  .slick-dots li button {
    border: 1px solid #4c9a3c; }
  .slick-dots li.slick-active button {
    background: #4c9a3c !important; }

.underlined {
  display: inline-block;
  position: relative;
  color: #2f6b24; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #2f6b24;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

#full-width-page .wp-block-cover, #full-width-page .wp-block-media-text {
  margin: 0px !important; }

.reveal {
  position: relative;
  transform: translateY(0px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

.reveal-top {
  animation: fadein 2s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

.marquee__inner {
  animation: marquee 90s linear infinite;
  -webkit-animation: marquee 90s linear infinite; }
  .marquee__inner span {
    font-family: 'Chakra Petch', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center; }

.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s; }
  .marquee__inner span {
    white-space: nowrap;
    padding: 0 1vw; }

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes -webkit-marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #2f6b24;
  line-height: 118%;
  font-weight: 700;
  font-family: 'Chakra Petch', sans-serif; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #2f6b24;
  line-height: 118%;
  font-weight: 700;
  text-decoration: none; }

h1, .h1 {
  font-size: 4.75rem; }

h2, .h2 {
  font-size: 2.75rem; }

h3, .h3 {
  font-size: 1.625rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:focus-visible {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #2f6b24;
  color: #2f6b24;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #c9e5b4;
  border: 2px solid #c9e5b4;
  color: #2f6b24; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn.btn-brown {
  background-color: #7a5230;
  border-color: #7a5230;
  color: #e7d9c3; }

.btn.btn-brown:hover, .btn.btn-brown:active, .btn.btn-brown:focus, .btn.btn-brown:focus-visible {
  background-color: #e7d9c3;
  border-color: #e7d9c3;
  color: #4a2f1b; }

.btn.btn-grass {
  background-color: #4c9a3c;
  border-color: #4c9a3c;
  color: #edf5e4; }

.btn.btn-grass:hover, .btn.btn-grass:active, .btn.btn-grass:focus, .btn.btn-grass:focus-visible {
  background-color: #c9e5b4;
  border-color: #c9e5b4;
  color: #2f6b24; }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 2px solid #2f6b24; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent; }

.accordion-header {
  font-size: 1.125rem !important; }

.accordion-body {
  background-color: transparent;
  color: #2f6b24;
  font-size: 1.125rem;
  padding: 15px 0px !important; }

.accordion-button {
  background-color: transparent;
  color: #2f6b24;
  font-size: 1.125rem;
  border-top: 2px solid #2f6b24;
  font-family: 'Nunito Sans', sans-serif;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #2f6b24;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  border-top: 2px solid #2f6b24;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-size: 24px;
  font-weight: 400 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 6 Pro';
  content: "\f106";
  font-size: 24px;
  font-weight: 400 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #2f6b24 !important;
  font-size: 1.125rem !important;
  border: 2px solid #2f6b24 !important;
  padding: 5px 10px !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #2f6b24 !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    opacity: 1 !important; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

input[type=radio] {
  background: #fff !important;
  border-color: #2f6b24 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #2f6b24 !important;
    border-color: #2f6b24 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #2f6b24;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #fff; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #fff !important;
  border-color: #2f6b24 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #fff !important;
    border-color: #2f6b24 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    color: #2f6b24;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: 1.125rem !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  line-height: 100% !important;
  height: 60px; }
  button[type=submit]:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }

select {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #2f6b24 !important;
  font-size: 1.125rem !important;
  border: 2px solid #2f6b24 !important;
  padding: 5px 10px !important;
  padding: 5px 10px !important; }
  select::placeholder {
    color: #2f6b24 !important; }
  select option {
    font-size: 1.125rem !important; }
  select optgroup {
    font-size: 1.125rem !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #2f6b24 !important;
  font-size: 1.125rem !important;
  border: 2px solid #2f6b24 !important;
  padding: 5px 10px !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #2f6b24 !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #2f6b24; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #2f6b24 !important;
  font-size: 1.125rem !important;
  border: 2px solid #2f6b24 !important;
  padding: 5px 10px !important; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #2f6b24 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #2f6b24 !important;
    font-size: 1.125rem !important;
    border: 2px solid #2f6b24 !important;
    padding: 5px 10px !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #2f6b24 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    line-height: 100% !important;
    height: 60px; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 1.125rem !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 1.125rem !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border: 2px solid #2f6b24 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #2f6b24 !important;
    opacity: 1 !important;
    font-size: 1.125rem !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff !important;
  color: #2f6b24 !important;
  font-size: 1.125rem !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #2f6b24 !important;
    color: #fff !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container button.button {
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    line-height: 100% !important;
    height: 60px;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff; }
  .wpforms-submit-container button.button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }
  .wpforms-submit-container button.button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #2f6b24 !important;
  color: #fff !important; }

.wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: #fff !important;
  color: #2f6b24 !important; }

div.wpforms-container-full input[type=radio], div.wpforms-container-full input[type=checkbox] {
  background: transparent !important; }

div.wpforms-container-full input[type=radio]:before, div.wpforms-container-full input[type=checkbox]:before {
  background: transparent !important;
  box-shadow: 0 0 0 2px #2f6b24, 0px 1px 2px rgba(0, 0, 0, 0);
  border-color: transparent; }

div.wpforms-container-full input[type=radio]:checked:after {
  background-color: #2f6b24; }

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
  border-color: transparent;
  box-shadow: 0 0 0 2px #2f6b24, 0px 1px 2px rgba(0, 0, 0, 0);
  background: transparent !important; }

div.wpforms-container-full input[type=checkbox]:checked:after {
  top: 4px !important; }

.woocommerce-MyAccount-downloads-file {
  background: #2f6b24 !important; }

.woocommerce .star-rating, .star-rating {
  position: relative;
  float: none;
  width: 76px;
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  letter-spacing: 0;
  overflow: hidden;
  background-image: repeating-linear-gradient(to right, #e7d9c3 0px, #e7d9c3 12px, transparent 12px, transparent 16px);
  background-repeat: no-repeat;
  background-size: 76px 12px; }
  .woocommerce .star-rating::before, .star-rating::before {
    display: none;
    content: none; }
  .woocommerce .star-rating span, .star-rating span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: repeating-linear-gradient(to right, #4c9a3c 0px, #4c9a3c 12px, transparent 12px, transparent 16px);
    background-repeat: no-repeat;
    background-size: 76px 12px; }
  .woocommerce .star-rating span::before, .star-rating span::before {
    display: none;
    content: none; }

.single-product .woocommerce-product-gallery {
  position: relative; }
  .single-product .woocommerce-product-gallery__wrapper {
    margin: 0px; }
  .single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block; }
  .single-product .product-gallery__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #2f6b24;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease; }
  .single-product .product-gallery__arrow:hover {
    background: #4c9a3c; }
  .single-product .product-gallery__arrow--prev {
    left: 0px; }
  .single-product .product-gallery__arrow--next {
    right: 0px; }
  .single-product .woocommerce-Reviews .woocommerce-Reviews-title {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    font-size: 1.625rem;
    color: #2f6b24;
    margin-bottom: 24px; }
  .single-product .woocommerce-Reviews .commentlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .single-product .woocommerce-Reviews .commentlist li {
    list-style: none;
    margin: 0px; }
    .single-product .woocommerce-Reviews .commentlist li .comment_container {
      background: #edf5e4;
      padding: 24px; }
    .single-product .woocommerce-Reviews .commentlist li img.avatar {
      display: none; }
    .single-product .woocommerce-Reviews .commentlist li .comment-text {
      margin: 0px !important;
      padding: 0px !important;
      border: none !important;
      border-radius: 0px !important;
      display: flex;
      flex-direction: column; }
    .single-product .woocommerce-Reviews .commentlist li .star-rating {
      order: 1; }
    .single-product .woocommerce-Reviews .commentlist li .description {
      order: 2;
      margin: 16px 0px 0px 0px; }
    .single-product .woocommerce-Reviews .commentlist li .meta {
      order: 3;
      margin: 16px 0px 0px 0px; }
    .single-product .woocommerce-Reviews .commentlist li .description p {
      font-size: 1.125rem;
      margin: 0px; }
    .single-product .woocommerce-Reviews .commentlist li .meta {
      font-size: 1.125rem;
      color: #2f6b24; }
      .single-product .woocommerce-Reviews .commentlist li .meta .woocommerce-review__author {
        font-weight: 700; }
      .single-product .woocommerce-Reviews .commentlist li .meta .woocommerce-review__dash {
        display: none; }
      .single-product .woocommerce-Reviews .commentlist li .meta .woocommerce-review__published-date {
        display: none; }
    .single-product .woocommerce-Reviews .commentlist li .woocommerce-review__verified {
      font-size: 0.875rem;
      font-weight: 600;
      font-style: normal;
      color: #4c9a3c; }
  .single-product .woocommerce-Reviews .woocommerce-noreviews {
    font-size: 1.125rem; }
  .single-product .woocommerce-Reviews #review_form_wrapper {
    display: none; }
  .single-product .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 16px 0px 0px 0px;
    padding: 0px;
    list-style: none; }
  .single-product .slick-dots li {
    width: auto;
    height: auto;
    margin: 0px; }
  .single-product .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0px;
    border: 2px solid #4c9a3c !important;
    border-radius: 0px;
    background: transparent;
    font-size: 0px;
    text-indent: -9999px;
    cursor: pointer; }
    .single-product .slick-dots li button::before {
      display: none; }
  .single-product .slick-dots li.slick-active button {
    background: #4c9a3c !important; }

body.single-post .alignfull {
  max-width: 100% !important;
  width: 100% !important; }

.blog-list__item {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .blog-list__wrap {
    padding: 20px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .blog-list__image {
    width: 100%; }
  .blog-list__title {
    margin: 16px 0px;
    line-height: 120% !important; }
  .blog-list__title a {
    line-height: 120% !important; }
  .blog-list__excerpt {
    padding: 0px 0px 40px 0px; }
  .blog-list__link {
    text-align: left; }

.blog__title {
  margin-bottom: 0px;
  line-height: 120% !important;
  padding-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

body.blog #page-wrap {
  padding: var(--ym) var(--xm); }

body.single-post #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #999; }
  .woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination li {
    border: none !important; }
  .woocommerce nav.woocommerce-pagination li {
    padding: 0px 10px !important;
    font-size: 20px !important; }

.pagination .page-link {
  color: #2f6b24 !important;
  background-color: #fff !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #2f6b24 !important;
    background-color: #fff !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #2f6b24 !important;
    background-color: #fff !important;
    border: none !important; }

.card {
  background-color: #fff !important;
  border: 1px solid #2f6b24 !important; }
  .card .card-title {
    font-size: 1.25rem !important; }
  .card .card-text {
    font-size: 1.125rem !important; }

table.table, table.table-striped {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2f6b24 !important;
  --bs-table-striped-bg: #fff !important;
  --bs-table-active-color: #fff !important;
  --bs-table-active-bg: #2f6b24 !important;
  --bs-table-hover-color: #fff !important;
  --bs-table-hover-bg: #2f6b24 !important;
  --bs-table-bg-type: #fff !important;
  color: #2f6b24;
  border-color: #2f6b24; }

.table > :not(caption) > * > * {
  color: #2f6b24; }

.added_to_cart {
  margin-left: 20px !important; }

.stock {
  color: #4c9a3c !important; }

.onsale {
  display: none; }

.cart-item__element, .cart-subtotal, .order-total {
  color: #333; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #4c9a3c !important;
  background: #2f6b24 !important;
  color: #c9e5b4 !important;
  margin-top: 20px;
  outline: none; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #4c9a3c !important; }

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  height: 60px; }

div.woocommerce form .form-row .select2-selection:focus, div.woocommerce form .form-row input[type=checkbox]:focus, div.woocommerce form .form-row input[type=date]:focus, div.woocommerce form .form-row input[type=email]:focus, div.woocommerce form .form-row input[type=number]:focus, div.woocommerce form .form-row input[type=password]:focus, div.woocommerce form .form-row input[type=radio]:focus, div.woocommerce form .form-row input[type=search]:focus, div.woocommerce form .form-row input[type=tel]:focus, div.woocommerce form .form-row input[type=text]:focus, div.woocommerce form .form-row input[type=url]:focus, div.woocommerce form .form-row select:focus, div.woocommerce form .form-row textarea:focus {
  outline: none !important; }

div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
  display: none; }

.fc-email-field {
  width: 100% !important; }

.return-to-shop a.button {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  .return-to-shop a.button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }

.woocommerce ul.products li.product .product__image img {
  margin-bottom: 10px; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: var(--content_size);
    padding: 0px;
    margin-bottom: 10px; }
  .woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    color: #4c9a3c !important; }
    .woocommerce ul.products li.product .price bdi {
      color: #4c9a3c !important; }
    .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
      color: #4c9a3c !important; }
    .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
      color: #4c9a3c !important; }
  .woocommerce ul.products li.product a.button {
    margin-top: 5px; }
  .woocommerce .page-title {
    margin-bottom: 40px; }

.woocommerce .quantity {
  margin-right: 20px !important;
  height: 60px; }
  .woocommerce .quantity .bootstrap-touchspin {
    border: 2px solid #2f6b24; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 20px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    border: none !important;
    color: #4c9a3c !important;
    border: 1px solid #2f6b24; }
  .woocommerce .quantity input[type=number] {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 5px 10px !important;
    text-align: center !important;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    border: none !important; }
  .woocommerce .quantity button {
    height: 60px; }
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

body.woocommerce-shop ul.products li.product a.add_to_cart_button, body.woocommerce-shop ul.products li.product .button {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button:hover, body.woocommerce-shop ul.products li.product .button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }
  body.woocommerce-shop .woocommerce-result-count, body.woocommerce-shop .woocommerce-ordering {
    display: none; }

body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
  padding: var(--ym) var(--xm) !important; }
  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    width: 100%; }
  body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
    text-align: center;
    padding: 0px 0px 40px 0px; }
  body.woocommerce-cart .alignwide, body.woocommerce-checkout .alignwide {
    max-width: 100%; }
  body.woocommerce-cart input[type=number], body.woocommerce-checkout input[type=number] {
    border: none !important; }

body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
  width: 100%;
  padding: var(--ym) var(--xm); }
  body.post-type-archive-product select.orderby, body.tax-product_cat select.orderby, body.tax-product_tag select.orderby {
    border: 1px solid #4c9a3c !important;
    padding: 5px 10px !important; }
  body.post-type-archive-product .woocommerce-result-count, body.tax-product_cat .woocommerce-result-count, body.tax-product_tag .woocommerce-result-count, body.post-type-archive-product .woocommerce-ordering, body.tax-product_cat .woocommerce-ordering, body.tax-product_tag .woocommerce-ordering {
    display: none; }

body.single-product #wrap {
  padding: var(--ym) var(--xm); }
  body.single-product div.product div.images, body.single-product div.summary {
    float: none !important;
    width: 100% !important; }
  body.single-product .summary {
    padding: 0px 40px; }
  body.single-product .summary h1.product_title {
    font-size: 2.75rem; }
  body.single-product .price {
    color: #4c9a3c !important; }
  body.single-product .price bdi {
    color: #4c9a3c !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #4c9a3c !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #4c9a3c !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .variations .form-control {
    margin-bottom: 20px; }
  body.single-product .product_meta {
    display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 18px 28px !important;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #2f6b24;
  border: 2px solid #2f6b24;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }

body.woocommerce-cart .woocommerce-cart-form {
  position: relative;
  float: left;
  width: 65%; }
  body.woocommerce-cart .table {
    --bs-table-striped-color: #2f6b24 !important; }
  body.woocommerce-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important; }
  body.woocommerce-cart table.shop_table {
    border: none !important; }
  body.woocommerce-cart table.shop_table thead th, body.woocommerce-cart table.shop_table tbody td {
    color: #2f6b24;
    font-family: 'Chakra Petch', sans-serif;
    color: #535156; }
  body.woocommerce-cart table.shop_table th {
    text-transform: uppercase;
    font-size: 1rem; }
  body.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 10px 0px !important; }
  body.woocommerce-cart table.shop_table tbody, body.woocommerce-cart table.shop_table td, body.woocommerce-cart table.shop_table tfoot, body.woocommerce-cart table.shop_table th, body.woocommerce-cart table.shop_table thead, body.woocommerce-cart table.shop_table tr {
    border-color: #f5f5f5; }
  body.woocommerce-cart table.shop_table thead .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-quantity {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
    width: 150px !important; }
  body.woocommerce-cart table.shop_table tbody .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove a {
    color: #2f6b24 !important; }
  body.woocommerce-cart .woocommerce a.remove:hover {
    background: #c9e5b4 !important; }
  body.woocommerce-cart .product-quantity .quantity {
    max-width: 100px;
    margin: 0px auto !important; }
  body.woocommerce-cart .product-quantity .quantity .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 100px;
    margin: 0 auto;
    flex-wrap: nowrap; }
  body.woocommerce-cart .product-quantity .quantity input[type=number] {
    width: 100% !important;
    margin: 0px;
    height: 40px; }
  body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-up.btn-primary {
    background-color: transparent !important;
    border: none !important;
    font-size: calc(var(--content_size) + 20%) !important;
    width: auto !important;
    padding: 10px !important;
    height: 40px; }
  body.woocommerce-cart .product-quantity input.qty {
    border-bottom: none !important; }
  body.woocommerce-cart .coupon {
    width: 50%; }
  body.woocommerce-cart .coupon .input-text {
    width: 55% !important; }
  body.woocommerce-cart .cart-collaterals h2 {
    font-size: var(--h4_size) !important;
    display: none; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal th {
    color: #535156 !important; }
  body.woocommerce-cart .cart-collaterals .order-total th {
    color: #535156 !important;
    border-top: none !important; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    color: #2f6b24 !important; }
  body.woocommerce-cart .cart-collaterals .order-total td {
    color: #2f6b24 !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 0px; }
  body.woocommerce-cart .cart-collaterals th {
    font-family: 'Chakra Petch', sans-serif;
    color: #535156 !important; }
  body.woocommerce-cart .cart-collaterals {
    position: relative;
    float: right;
    width: 30%; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    background: transparent !important;
    color: #1f4a19 !important;
    padding: 20px 20px 0px 20px; }
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-cart .cart-collaterals .cart_totals h2, body.woocommerce-cart .cart-collaterals .cart_totals p {
    color: #535156 !important; }
  body.woocommerce-cart .cart-collaterals .table.table {
    --bs-table-striped-bg: transparent !important; }
  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #1f4a19 !important;
    color: #f6f0e6 !important;
    width: 100%;
    margin-bottom: 0px; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }
  body.woocommerce-cart .wc-block-cart__submit-button {
    width: 100%;
    background: #1f4a19;
    color: #f6f0e6; }

body.woocommerce-checkout .woocommerce {
  padding-bottom: 5%; }
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none; }
  body.woocommerce-checkout form.checkout {
    clear: both;
    padding-bottom: 60px; }
  body.woocommerce-checkout .fc-step__substep-save {
    background: transparent !important;
    color: #1f4a19 !important; }
  body.woocommerce-checkout #customer_details {
    width: 60%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }
  body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
  body.woocommerce-checkout #order_review {
    width: 35%;
    position: relative;
    float: right;
    background: #2f6b24 !important;
    color: #fff !important; }
  body.woocommerce-checkout #ship-to-different-address, body.woocommerce-checkout #ship-to-different-address label span {
    font-family: var(--font-body) !important;
    font-size: var(--content_size) !important; }
  body.woocommerce-checkout h3 {
    font-size: 2rem; }
  body.woocommerce-checkout h3#order_review_heading {
    display: none !important; }
  body.woocommerce-checkout .table-responsive #your_order_heading {
    display: none !important; }
  body.woocommerce-checkout #your_order_heading {
    color: #fff !important;
    padding-left: 20px; }
  body.woocommerce-checkout .woocommerce form .form-row label {
    display: none; }
  body.woocommerce-checkout .woocommerce-input-wrapper, body.woocommerce-checkout input.form-control, body.woocommerce-checkout .select2-selection__rendered, body.woocommerce-checkout p.form-row {
    height: 50px !important; }
  body.woocommerce-checkout input.form-control {
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 100% !important; }
  body.woocommerce-checkout p.form-row {
    margin: 0px !important;
    padding: 0px !important; }
  body.woocommerce-checkout .select2-selection__rendered {
    margin: 0px !important;
    padding: 5px 0px !important;
    line-height: 36px !important; }
  body.woocommerce-checkout .select2-results__option, body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true], body.woocommerce-checkout .select2-search--dropdown {
    background-color: #fff !important;
    color: #2f6b24 !important; }
  body.woocommerce-checkout #billing_first_name_field, body.woocommerce-checkout #billing_address_1_field, body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_email_field, body.woocommerce-checkout #shipping_first_name_field, body.woocommerce-checkout #shipping_address_1_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_email_field, body.woocommerce-checkout .form-row-first {
    clear: none;
    float: left;
    width: 47%; }
  body.woocommerce-checkout #billing_last_name_field, body.woocommerce-checkout #billing_address_2_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_phone_field, body.woocommerce-checkout #shipping_last_name_field, body.woocommerce-checkout #shipping_address_2_field, body.woocommerce-checkout #shipping_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_phone_field, body.woocommerce-checkout .form-row-last {
    clear: none;
    float: right;
    width: 47%; }
  body.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 40px; }
  body.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
    display: none; }
  body.woocommerce-checkout #payment .woocommerce-info {
    line-height: 120%; }
  body.woocommerce-checkout #add_payment_method #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  body.woocommerce-checkout button#place_order {
    float: none !important;
    margin: 0 auto !important;
    display: flex !important;
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    padding: 18px 28px !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #2f6b24;
    border: 2px solid #2f6b24;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #2f6b24 !important;
    color: #f6f0e6 !important; }
  body.woocommerce-checkout button#place_order:hover {
    background-color: #fff;
    border: 2px solid #2f6b24;
    color: #2f6b24;
    transition: 0.5s ease; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 12px;
    line-height: 110%; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #2f6b24 !important; }

body.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: row;
  padding: 5vw 0px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid #4c9a3c;
    padding: 3px 10px 10px 0px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0px 40px; }
  body.woocommerce-account .woocommerce-MyAccount-content .col-1, body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 100%; }
  body.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: var(--h4_size) !important; }

body.woocommerce-account:not(.logged-in) .woocommerce {
  display: flex;
  flex-direction: column !important; }
  body.woocommerce-account:not(.logged-in) h2 {
    text-align: center; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login {
    padding-top: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login .woocommerce-form-login__submit {
    width: 40%;
    float: right; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #fff; }

@media only screen and (max-width: 1400px) {
  body.woocommerce-cart .woocommerce-cart-form {
    width: 100%; }
    body.woocommerce-cart .cart-collaterals {
      width: 100%; }
    body.woocommerce-cart .cart-collaterals h2 {
      display: none; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 15px; }

  #home-page .categories__tiles, #home-page .popular-products__cards {
    flex-wrap: wrap; }
    #home-page .categories__tiles .categories__tile, #home-page .popular-products__cards .categories__tile, #home-page .categories__tiles .popular-products__card, #home-page .popular-products__cards .popular-products__card {
      flex: 1 1 calc(50% - 16px); }

  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    max-width: 100%; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    max-width: 100%; }

  body.single-product #wrap {
    max-width: 100%; }
    body.single-product .summary {
      padding: 0px; } }

@media only screen and (max-width: 1024px) {
  html {
    --wp-admin--admin-bar--height: 0px;
    margin-top: 0px !important; }

  :root {
    --menu_height: 80px;
    --menu_position: fixed; }

  #wrap {
    margin-top: var(--menu_height); }

  #wpadminbar {
    display: none; }

  body.admin-bar #header-wrap {
    top: 0px; }

  #header-wrap {
    height: var(--menu_height); }

  .header__toolbar {
    display: none; }

  .header__options {
    display: none; } }

@media only screen and (max-width: 992px) {
  html {
    font-size: 14px; }

  #home-page .how-it-works__steps, #home-page .reviews__list {
    flex-direction: column;
    gap: 40px; }
    #home-page #party-pack .party-pack__composition {
      margin: 40px auto 0px auto;
      transform: scale(0.8);
      transform-origin: top center;
      height: 260px; } }

@media only screen and (max-width: 768px) {
  html {
    font-size: 13px; }

  :root {
    --xm: 40px;
    --ym: 40px; }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #home-page section {
    scroll-margin-top: var(--menu_height); }
    #home-page #hero {
      padding: 48px var(--xm) 40px var(--xm); }
      #home-page #hero .hero__heading {
        font-size: 3rem; }
      #home-page #hero .hero__heading-block {
        padding: 4px 12px 8px 12px; }
      #home-page #hero .hero__content {
        margin-top: 24px; }
      #home-page #hero .hero__buttons {
        margin-top: 24px; }
      #home-page #hero .hero__trust {
        margin-top: 32px;
        gap: 16px 24px; }
    #home-page #terrain .terrain__strip {
      height: 72px; }
      #home-page #terrain .terrain__column {
        flex-basis: 24px; }
      #home-page #terrain .terrain__block {
        width: 24px;
        height: 24px; }
    #home-page #how-it-works, #home-page #categories, #home-page #popular-products, #home-page #party-pack, #home-page #reviews, #home-page #final-cta {
      padding-top: 56px;
      padding-bottom: 56px; }
    #home-page .categories__tiles, #home-page .popular-products__cards {
      flex-direction: column; }
      #home-page .categories__tiles .categories__tile, #home-page .popular-products__cards .categories__tile, #home-page .categories__tiles .popular-products__card, #home-page .popular-products__cards .popular-products__card {
        flex: 1 1 100%; }
    #home-page .popular-products__image {
      height: 220px; }

  .single-product .woocommerce-Reviews .commentlist {
    gap: 16px; }
    .single-product .woocommerce-Reviews .commentlist li .comment_container {
      padding: 16px; }

  #footer-wrap #footer {
    padding: 40px var(--xm) 32px var(--xm); }
    #footer-wrap #footer .footer__nav {
      justify-content: flex-start;
      margin-top: 24px; }
    #footer-wrap #footer .footer__menu {
      gap: 16px 24px; }
    #footer-wrap #footer .footer__disclaimer {
      margin-top: 32px; }

  ul.products {
    padding: 20px !important; }

  .woocommerce .products ul, .woocommerce ul.products {
    padding: 20px 0px !important; }

  body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
    padding: 20px !important; }
    body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
      padding: 0px !important; }
    body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
      padding: 0px 0px 20px 0px;
      margin-bottom: 0px; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    padding: 20px !important; }

  body.single-product #wrap {
    padding: 20px !important; }

  body.woocommerce-cart table.shop_table thead .product-price {
    width: 100% !important; }
    body.woocommerce-cart table.shop_table thead .product-quantity {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table thead .product-subtotal {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
      width: 50px !important; }
    body.woocommerce-cart table.shop_table tbody .product-price {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-subtotal {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-name a {
      display: flex;
      width: 100%;
      text-align: left; }
    body.woocommerce-cart table.shop_table_responsive tr td {
      padding: 5px 0px; }
    body.woocommerce-cart .cart_item {
      border-bottom: 2px solid var(--primary) !important; }
    body.woocommerce-cart .cart_item td {
      border: none !important; }
    body.woocommerce-cart .cart_item td.product-quantity {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important; }
    body.woocommerce-cart .cart_item .quantity {
      width: 100px;
      margin-right: 0px !important; }
    body.woocommerce-cart .cart_item .quantity .input-group {
      width: 100px; }
    body.woocommerce-cart .cart_item .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .cart_item .bootstrap-touchspin-up.btn-primary {
      padding: 0px 5px !important; }
    body.woocommerce-cart .cart_item input[type=number] {
      padding: 0px 5px !important; }
    body.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
      background: none !important; }
    body.woocommerce-cart .coupon {
      width: 100%; }
    body.woocommerce-cart .coupon button.button {
      width: 100% !important; }
    body.woocommerce-cart .coupon .input-text {
      width: 100% !important;
      padding: 10px 0px !important;
      margin: 0px 0px 20px 0px !important; }
    body.woocommerce-cart button.button {
      font-size: var(--button_size) !important;
      zoom: 0.8;
      padding: 10px 20px !important;
      border-width: 4px !important; }
    body.woocommerce-cart a.checkout-button {
      zoom: 1;
      padding: 10px 50px !important; }
    body.woocommerce-cart .wc-proceed-to-checkout {
      text-align: center; }

  body.woocommerce-checkout .woocommerce {
    padding-bottom: 40px; }
    body.woocommerce-checkout form.checkout {
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout #customer_details {
      width: 100%;
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout #order_review {
      margin-left: 0px;
      margin-top: 40px;
      width: 100%;
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout button#place_order {
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap; } }

@media only screen and (max-width: 576px) {
  html {
    font-size: 12px; }

  :root {
    --xm: 20px;
    --ym: 20px; }

  .woocommerce ul.products li {
    width: 100% !important; } }
