/** Shopify CDN: Minification failed

Line 621:14 Unexpected "{"
Line 621:23 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-newsletter (INDEX:20, SCOPED:FALSE) */
.custom-newsletter.page-width {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
 .column-2 .rich-text .newsletter-btn{
  display: none;
}
.custom-newsletter {
  font-size: 21px;
}

.custom-newsletter__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.custom-newsletter .columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.custom-newsletter .column {
  flex: 1;
  min-width: 250px;
  padding: 40px 24px 50px;
  display: flex;
  flex-direction: column;
}

.custom-newsletter .column-1 { flex: 0 0 25%; align-items: center; gap: 15px; }
.custom-newsletter .column-2 { flex: 0 0 50%; gap: 15px; padding: 40px 70px;}
.custom-newsletter .column-3 { flex: 0 0 25%; align-items: center; }

.custom-newsletter .column-1 p { max-width: 211px; font-family: var(--font-family);font-size: 21px; text-align: center; line-height: 33px; font-weight: 400; color: #0F4735; margin: 10px 0 0}
.custom-newsletter .column-2 .rich-text p { font-family: var(--font-family); font-size: 21px; line-height: 33px; font-weight: 400; color:#63441D; text-align: center; margin: 10px 0 0}
.custom-newsletter .column-3 .rich-text p { font-family: var(--font-family); max-width: 200px; font-size: 21px; text-align: center;line-height: 33px; font-weight: 400; color: #0F4735; margin: 10px 0 0}

.custom-newsletter .newsletter-group {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.custom-newsletter .newsletter-input {
  flex: 1;
  padding: 12px;
  border: 3px solid rgba(166, 101, 21, 1);
  border-radius: 5px;
  font-size: 21px;
  background-color: rgba(241, 234, 217, 1);
  color: rgba(99, 68, 29, 1);
  width: 270px;
}

.custom-newsletter .newsletter-input::placeholder {
    color: rgba(99, 68, 29, 1);
    font-style: italic;
}

.custom-newsletter .newsletter-input:hover {
  background-color: rgba(241, 234, 217, 1);
}

.newsletter-btn {
  white-space: nowrap;
}

.custom-newsletter .newsletter-message {
  margin: 8px 0 0;
  font-size: 13px;
  min-height: 20px;
}

.custom-newsletter .social-icons {
  display: flex;
  gap: 12px;
}

.custom-newsletter .social-icon svg {
  width: 55px;
  height: 55px;
}

.custom-newsletter .rich-text :global(p) {
  margin: 0 0 8px;
  line-height: 1.5;
}

.custom-newsletter .rich-text :global(p:last-child) {
  margin-bottom: 0;
}
.custom-newsletter .column-1 .button {
  z-index: 0;
  background: transparent!important;
  color: #63441D;
  font-family: var(--font-family);
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  text-align: center;
  border-radius: 35px;
  padding: 16px 46px;
  border: none;
  text-transform: lowercase;
    transform: none !important;
}

.custom-newsletter .column-1 .button:before {
  background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_23_4.png?v=1764654764);
  background-size: 100% 100%;
  z-index: 2;
}

.custom-newsletter .column-1 .button span {
  z-index: 3;
}

.custom-newsletter .column-1 .button:after {
  content: '';
   background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_25_1.png?v=1764654764);
  background-size: 100% 100%;
  padding: 16px 34px;
  bottom: -7px;
  z-index: 1;
  box-shadow: none;
}

.custom-newsletter .column-1 .button:hover:before {
  background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_23_5.png?v=1764654764) !important;
  background-size: 100% 100% !important;
}

.custom-newsletter .column-1 .button:hover:after{
  bottom: -7px;
  box-shadow: none;
}

.custom-newsletter .column-2 .button{
  z-index: 0;
  background: transparent!important;
  color: #0F4735;
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  text-align: center;
  border-radius: 35px;
  padding: 14px 46px;
  border: none;
  text-transform: lowercase;
    transform: none !important;
}

.custom-newsletter .column-2 .button:before {
   background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_23_2.png?v=1764592651);
  background-size: 100% 100%;
  z-index: 2;
}


.custom-newsletter .column-2 .button span{
  z-index: 3;
}

.custom-newsletter .column-2 .button:after {
  content: '';
   background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_25.png?v=1764592665);
  background-size: 100% 100%;
  padding: 14px 46px;
  bottom: -6px;
  z-index: 1;
  box-shadow: none;
}


.custom-newsletter .column-2 .button:hover:before {
  background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_23_3.png?v=1764592664) !important;
  background-size: 100% 100% !important;
}

.custom-newsletter .column-2 .button:hover:after{
  bottom: -6px;
  box-shadow: none;
}

.section-sections--20805898010849__custom_liquid_pz8bzw-padding .custom-top__wrapper {
  margin-bottom: -11pc !important;
}

@media (max-width: 2000px) {
  .custom-newsletter .column-1 .button {
    font-size: 23px;
    line-height: 33px;
    padding: 15px 48px;
  }
  .custom-newsletter .column-1 p {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-newsletter .newsletter-input {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-newsletter .column-2 .button {
    font-size: 23px;
    line-height: 33px;
  }
  .custom-newsletter .column-2 .rich-text p {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-newsletter .column-3 .rich-text p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 1200px) {
  .custom-newsletter .column-1 .button {
    font-size: 20px;
    line-height: 33px;
    padding: 12px 38px;
  }
  .custom-newsletter .column-1 p {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-newsletter .newsletter-input {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-newsletter .column-2 .button {
    font-size: 20px;
    line-height: 33px;
    padding: 12px 40px;
  }
  .custom-newsletter .column-2 .rich-text p {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-newsletter .social-icon svg {
    width: 50px;
    height: 50px;
}
  .custom-newsletter .column-3 .rich-text p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 990px) {
  .custom-newsletter .column-1 .button {
    font-size: 20px;
    line-height: 33px;
    padding: 12px 38px;
  }
  .custom-newsletter .column-1 p {
    font-size: 18px;
    line-height: 25px;
  }
  .custom-newsletter .newsletter-input {
    font-size: 18px;
    line-height: 25px;
  }
  .custom-newsletter .column-2 .button {
    font-size: 20px;
    line-height: 33px;
    padding: 12px 40px;
  }
  .custom-newsletter .column-2 .rich-text p {
    font-size: 18px;
    line-height: 25px;
  }
  .custom-newsletter .social-icon svg {
    width: 50px;
    height: 50px;
}
  .custom-newsletter .column-3 .rich-text p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1275px) {
  .custom-newsletter .newsletter-input{
    width: 50%;
  }
  .custom-newsletter .column-2 {
    padding: 40px 20px;
  }
}
/* @media (min-width: 768px) and (max-width:1400px) {
  ul.footer-block__details-content.list-unstyled {
    display: block !important;
  }
  .footer-block.grid__item.scroll-trigger.animate--slide-in {
    max-width: 50% !important;
  }
} */
@media (min-width: 768px) and (max-width:1024px){
  section#shopify-section-sections--20805898010849__custom_liquid_pz8bzw {
  margin-top: 0 !important;
}
div#shopify-section-sections--20805898010849__footer {
    margin-top: 0 !important;
}
.section-sections--20805898010849__custom_liquid_pz8bzw-padding .custom-top__wrapper {
  margin-bottom: -2pc !important;
}

.section-sections--20805898010849__custom_liquid_pz8bzw-padding {
  background-color: #f89821 !important;
  margin-top: -1pc !important;
}
  .custom-newsletter .column-1,
  .custom-newsletter .column-3{
    order: 1;
    flex: 0 0 50%;
    width: 50%;
  }
  .custom-newsletter .column-2{
    order: 2;
    flex: 0 0 100%;
  }
}

 @media (max-width: 768px) {
section#shopify-section-sections--20805898010849__custom_liquid_pz8bzw {
  margin-top: -3pc !important;
}
  .custom-newsletter .columns-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-newsletter .column {
    min-width:auto;
  }
  .custom-newsletter .column-1 p,
  .custom-newsletter .column-2 .rich-text p,
.custom-newsletter .column-3 .rich-text p { 
  font-size: 16px; 
  line-height: 23px;
}

  .custom-newsletter .column-1 .button,
  .custom-newsletter .column-2 .button {
    font-size: 20px;
    line-height: 33px;
  }

  .custom-newsletter .column-1,
  .custom-newsletter .column-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
    order: 1;
    padding: 25px 15px !important;
    text-align: center;
  }

  .custom-newsletter .column-2 {
    width: 100% !important;
    flex: 0 0 100% !important;
    order: 2;
    /* padding: 35px 20px 150px !important; */
  }

  .custom-newsletter .column-1 a.btn-2 {
    min-width: 200px;
  }

  .custom-newsletter .column-2 .rich-text {
    padding-top: 10px;
    display: flex;
    gap:10px;
  }
  .column-2 .rich-text .newsletter-btn{
    display: block;
    z-index: 0;
  }
  .custom-newsletter .column-2 .rich-text .button:before {
    z-index: 3;
}
.custom-newsletter .column-2 .rich-text .button span {
    z-index: 3;
    position: relative;
}
  .newsletter-group .hide_btn{
    display: none !important;
  }
  .footer .grid {
    display: flex !important;
  }

  .footer-block.grid__item {
    margin: 0;
    width: 0 !important;
  }
  
    .footer__content-top {
      padding-left: 30px;
      padding-right: 30px;
    }

    .footer-block__details-content {
      margin-top: 38px;
      margin-bottom: 30px;
    }
}

@media (max-width: 565px) {
    .custom-newsletter .newsletter-group {
        flex-wrap: wrap;
    }
    .custom-newsletter .newsletter-btn {
        width: 100%;
    }
    .custom-newsletter .column {    
        padding: 40px 24px 50px;
    }

    .custom-newsletter .column-1 a.btn-2 {
    min-width: 150px;
    z-index: 0;
  }
  .custom-newsletter .column-1 .button{
        padding: 10px;
  }
  .custom-newsletter .column-1 .button:after {
    bottom: -6px;
  }
  .custom-newsletter .social-icons {
    gap: 5px;
  }
  .custom-newsletter .social-icon svg {
  width: 45px;
  height: 50px;
}
}

@media (min-width: 1024px) and (max-width: 1191px) {
  .custom-newsletter .column-1 .button {
    padding: 8px 13px;
  }
}
/* END_SECTION:custom-newsletter */

/* START_SECTION:food-is-love (INDEX:29, SCOPED:FALSE) */
.food-love-section {
    padding: 30px 40px 140px;
    position: relative;
    overflow: hidden;
  }

  .food-love-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .food-love-heading {
    font-size: 84px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 86px;
    text-transform: lowercase;
    font-family: var(--font-family);
    letter-spacing: 3px;
  }

  .food-love-description {
    font-size: 28px;
    text-align: center;
    /* max-width: 400px; */
    margin: 0 auto 30px;
    line-height: 43px;
    font-family: var(--font-family);
  }

  /* Decorative Peanut/Bean Elements */
  .food-love-decorative {
    position: absolute;
    width: 60px;
    height: auto;
    opacity: 0.8;
    z-index: 1;
  }

  .food-love-decorative.decor-1 {
    left: 10%;
    top: 10%;
    transform: rotate(-15deg);
  }

  .food-love-decorative.decor-2 {
    left: 8%;
    top: 20%;
    transform: rotate(10deg);
  }

  .food-love-decorative.decor-3 {
    right: 12%;
    top: 12%;
    transform: rotate(-20deg);
  }

  .food-love-decorative.decor-4 {
    left: 15%;
    bottom: 35%;
    transform: rotate(15deg);
  }

  .food-love-decorative.decor-5 {
    right: 10%;
    bottom: 30%;
    transform: rotate(-10deg);
  }

  /* Feature Blocks */
  /* .food-love-features {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    overflow: hidden;
  }

  .food-love-feature {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid #E7DEC7;
  } */

.food-love-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 2px solid #E7DEC7;
  border-radius: 12px;
  overflow: hidden;
  /* margin-top: 60px; */
}

.food-love-feature {
  flex: 1;
  padding: 40px 30px;
  text-align: center;
  border-right: 2px solid #E7DEC7;
}

/* last item shouldn't have a divider */
.food-love-feature:last-child {
  border-right: none;
}

  .food-love-feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .food-love-feature:last-child .food-love-feature-icon {
    width: 90px;
    height: 65px;
  }

  .food-love-feature-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .food-love-feature-title {
    font-size: 29px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 0;
    font-family: var(--font-family) !important;
  }

  .food-love-feature-description {
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    font-family: var(--font-family);
    margin-top: 10px;
  }

  /* Bottom Wave Decor */
  #food-love-{{ section.id }} .bottom-decor {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 1;
    min-height: 40px;
  }

  @media (max-width: 2000px) {
    .food-love-heading {
      font-size: 63px;
      line-height: 65px;
    }
    .food-love-description {
      font-size: 21px;
      line-height: 32px;
    }
    .food-love-feature-title {
      font-size: 22px;
      line-height: 100%;
    }
    .food-love-feature-description {
      font-size: 16px;
      line-height: 26px;
    }
  }

  @media (max-width: 1200px) {
    .food-love-heading {
      font-size: 58px;
      line-height: 60px;
    }
    .food-love-description {
      font-size: 19px;
      line-height: 28px;
    }
    .food-love-feature-title {
      font-size: 20px;
      line-height: 100%;
    }
    .food-love-feature-description {
      font-size: 16px;
      line-height: 26px;
    }
  }

  @media (max-width: 992px) {
    .food-love-heading {
      font-size: 50px;
      line-height: 58px;
    }
    .food-love-description {
      font-size: 18px;
      line-height: 28px;
    }
    .food-love-feature-title {
      font-size: 20px;
      line-height: 100%;
    }
    .food-love-feature-description {
      font-size: 16px;
      line-height: 26px;
    }
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
    .food-love-section {
      padding: 50px 25px;
    }

    .food-love-heading {
      font-size: 42px;
      line-height: 48px;
    }

    .food-love-description {
      font-size: 16px;
      margin-bottom: 26px;
    }

    .food-love-feature-title {
      font-size: 18px;
      line-height: 100%;
    }
    .food-love-feature-description {
      font-size: 15px;
      line-height: 26px;
    }

    .food-love-features {
      gap: 0;
      margin: 40px 0;
    }

    .food-love-feature {
      min-width: 100%;
      max-width: 100%;
    }

    .food-love-decorative {
      width: 40px;
      opacity: 0.5;
    }

  .food-love-feature {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #E7DEC7;
  }

  .food-love-feature:last-child {
    border-bottom: none;
  }
  }

  @media (max-width: 576px) {
    .food-love-heading {
      font-size: 38px;
      line-height: 42px;
      margin-bottom: 20px;
    }

    .food-love-description {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 30px;
    }

    .food-love-feature {
      padding: 30px 40px;
    }

    .food-love-feature-title {
      font-size: 16px;
      line-height: 100%;
    }

    .food-love-feature-description {
      font-size: 14px;
      line-height: 24px;
    }
  }

  @media (min-width: 480px) and (max-width: 968px) {
    .food-love-features {
        gap: 0;
        margin: 40px 0 90px;
    }
}
/* END_SECTION:food-is-love */

/* START_SECTION:hero-text-image (INDEX:32, SCOPED:FALSE) */
/* Hero Text with Image Section Styles */
  .hero-text-image-section {
    --wave-height: 100px;
    position: relative;
    overflow: hidden;
    /* background: #F1EAD9; */
    padding-bottom: 0;
  }

  .hero-text-image-container {
    margin: 0 auto;
    padding: 83px 0 0;
    /* display: flex;
    align-items: flex-end;
    gap: 60px; */
    position: relative;
    z-index: 2;
    /* margin-left: 120px; */
  }

    .veggie-buttons .button--primary{
  background: transparent!important;
  color: #0F4735;
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  text-align: center;
  border-radius: 35px;
  padding: 16px 60px;
  border: none;
  text-transform: lowercase;
    transform: none !important;
}

.veggie-buttons .button--primary:before {
   background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_23_2.png?v=1764592651);
  background-size: 100% 100%;
  z-index: 2;
}

.veggie-buttons .button--primary span{
  position: relative;
  z-index: 3;
}

.veggie-buttons .button--primary:after {
  content: '';
   background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_25.png?v=1764592665);
  background-size: 100% 100%;
  padding: 8px 34px;
  bottom: -7px;
  z-index: 1;
  box-shadow: none;
}


.veggie-buttons .button--primary:hover:before {
  background: url(https://cdn.shopify.com/s/files/1/0577/3957/5488/files/Vector_23_3.png?v=1764592664) !important;
  background-size: 100% 100% !important;
}

.veggie-buttons .button--primary:hover:after{
  bottom: -7px;
  box-shadow: none !important;
}

    @media (max-width: 1440px) {
      /* .hero-text-image-container {
        margin-left: 60px;
      } */
       .hero-description {
        padding: 0 120px !important;
       }
    }

  @media (min-width: 1280px) {
    .hero-text-image-container {
      padding-right: 0;
    }
  }

  .hero-layout-reverse {
    flex-direction: row-reverse;
  }

  .hero-text-content {
    /* flex: 0 0 30%;
    width: 30%;
    padding-bottom: 80px; */
    text-align: center;
  }

  .hero-image-wrapper {
    /* flex: 0 0 70%;
    width: 70%; */
    position: relative;
    margin-right: calc((100vw - 1200px) / 2 * -1);
    margin-bottom: calc(var(--wave-height) * -1);
    z-index: -1;
    margin-top: -42%;
    /* align-self: stretch;
    display: flex;
    align-items: flex-end; */
  }

  @media (max-width: 1279px) {
    .hero-image-wrapper {
      margin-right: -40px;
    }
    .hero-description {
        padding: 0 80px !important;
    }
  }

  .hero-layout-reverse .hero-image-wrapper {
    margin-right: 0;
    margin-left: calc((100vw - 1200px) / 2 * -1);
  }

  @media (max-width: 1279px) {
    .hero-layout-reverse .hero-image-wrapper {
      margin-left: -40px;
    }
  }

  .hero-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px 0 0 0;
    /*object-fit: cover;*/
    min-height: 500px;
  }

  .hero-image-wrapper .hero-image-desktop {
    display: block;
  }

  .hero-image-wrapper .hero-image-mobile {
    display: none;
  }

  .hero-layout-reverse .hero-image-wrapper img {
    border-radius: 0 12px 0 0;
  }


  .hero-heading {
    font-size: 84px;
    font-weight: 700;
    color: #39302D;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 86px;
    text-transform: lowercase;
    font-family: var(--font-family);
    letter-spacing: 1px;
  }

  .hero-description {
    font-size: 28px;
    color: #5D3328;
    line-height: 43px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: var(--font-family);
    padding: 0 160px;
  }

 

  /* Wave Divider */
  .hero-wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--wave-height);
    overflow: hidden;
    z-index: 3;
  }

  .hero-wave-divider svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #0F4735;
  }

  @media (max-width: 2000px) {
    .hero-heading {
      font-size: 63px;
      line-height: 65px;
    }
    .hero-description {
      font-size: 21px;
      line-height: 32px;
    }
    .veggie-buttons .button--primary {
      font-size: 23px;
      line-height: 33px;
      padding: 15px 48px;
    }
  }

  @media (max-width: 1200px) {
    .hero-heading {
      font-size: 58px;
      line-height: 60px;
    }
    .hero-description {
      font-size: 19px;
      line-height: 30px;
    }
    .veggie-buttons .button--primary {
      font-size: 23px;
      line-height: 33px;
      padding: 15px 48px;
    }
  }

  @media (max-width: 992px) {
    .hero-heading {
      font-size: 50px;
      line-height: 55px;
    }
    .hero-description {
      font-size: 18px;
      line-height: 28px;
    }
    .veggie-buttons .button--primary {
      font-size: 20px;
      line-height: 33px;
      padding: 15px 38px;
    }
  }

    @media (max-width: 768px) {
    .hero-image-wrapper .hero-image-desktop {
      display: none;
    }

    .hero-image-wrapper .hero-image-mobile {
      display: block;
    }
    .hero-heading {
      font-size: 42px;
      line-height: 50px;
    }
    .hero-description {
      font-size: 16px;
      line-height: 26px;
    }
    .veggie-buttons .button--primary {
      font-size: 18px;
      line-height: 30px;
      padding: 12px 38px;
    }
  }

  @media (max-width: 576px) {
    .hero-heading {
      font-size: 38px;
      line-height: 48px;
    }
    .hero-description {
      font-size: 16px;
      line-height: 26px;
    }
    .veggie-buttons .button--primary {
      font-size: 18px;
      line-height: 30px;
      padding: 12px 38px;
    }
  }

  /* Responsive Styles */
  @media (max-width: 1024px) {
    .hero-text-image-section {
      --wave-height: 80px;
    }

    .hero-text-image-container {
      flex-direction: column;
      padding: 0;
      gap: 40px;
      margin-left: 0;
    }
    .hero-description {
        padding: 0 60px !important;
    }

    .hero-text-content {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
      order: 1;
      padding: 60px 0 0;
    }

    .hero-image-wrapper {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
      order: 2;
      margin-right: -20px;
      margin-left: -20px;
      margin-bottom: calc(var(--wave-height) * 0);
    }

    .hero-image-wrapper img {
      width: calc(100% + 40px);
      border-radius: 0;
    }
  }

  @media (max-width: 640px) {
    .hero-text-image-section {
      --wave-height: 60px;
    }

    .hero-text-image-container {
      padding: 0;
      margin: 0px;
    }

    .hero-text-content.veggie-buttons {
      padding: 40px 20px;
    }
    .hero-description {
        padding: 0 10px !important;
    }

  }
/* END_SECTION:hero-text-image */