/** Shopify CDN: Minification failed

Line 20:18 Expected identifier but found whitespace
Line 20:20 Unexpected "{"
Line 20:29 Expected ":"
Line 21:15 Expected identifier but found whitespace
Line 21:17 Unexpected "{"
Line 21:26 Expected ":"
Line 22:16 Expected identifier but found whitespace
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:53 Expected ":"
... and 4 more hidden warnings

**/


/* CSS from section stylesheet tags */
.hero-banner {
  --overlay-color: {{ section.settings.overlay_color }};
  --text-color: {{ section.settings.text_color }};
  --padding-top: {{ section.settings.padding_top }}px; 
  --padding-bottom: {{ section.settings.padding_bottom }}px;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  color: var(--text-color, #ffffff);
  text-align: center;
  padding: var(--padding-top, 60px) var(--padding-horizontal, 20px) var(--padding-bottom, 60px);
  background-position:top;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--overlay-color, rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.hero-content {
  /* position: absolute; */
  z-index: 2;
  max-width: 900px;
  /* top:5%; */
}
.hero-content h1 {
  font-size: 70px;
    color: #fff;
    font-weight: 600;
  line-height:100%;
  margin: 10px 0px; 
}  

.hero-banner .hero-button {
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}
.hero-content.content-center-center {
    /* background: #ffffff87;
    backdrop-filter: blur(10px); */
    border-radius: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top:30px;
}
.hero-content.content-center-center p {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    font-family: 'Playfair Display';
        margin: 10px 0px;
}  
@media screen and (max-width: 768px) {
  .hero-banner {
    min-height: 400px;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 26.67px;
    color: #fff;
    font-weight: 500;
    padding: 0px 10px;
     margin: 10px 0px;
}
  .hero-content.content-center-center {
    padding-left: 0px;
    padding-right: 0px;
}
  .hero-content.content-center-center p {
    font-size: 15px;
    font-weight:500;
    margin: 10px 0px;
   line-height: 100%;
    padding: 0px 15px;
  }
  .hero-content {
    position: absolute;
    z-index: 2;
    max-width: 900px;
    bottom: -2%;
}
}
@media screen and (min-width:768px) and (max-width:1300px){
  .hero-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}
}  
  /* Wrap image in arrow span for animation */
.our-btn {
      position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #6e7a61;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    color: #fdf2e4;
    text-decoration: none;
    transition: background-color 0.3s ease;
    overflow: hidden;
    padding-right: 5px;
    /* border: 1px solid white; */
}

.our-btn:hover {
  background-color: #244131;
}

.btn__arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.btn__arrow__img {
  position: absolute;
  top: 0;
  left: 0;
  transition:
    transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 1.33),
    opacity 0.5s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: white;
  object-fit: cover;
}

.btn__arrow__img--main {
  z-index: 1;
}

.btn__arrow__img--hover {
  transform: translate3d(-100%, 100%, 0);
  opacity: 0;
  z-index: 2;
}

.our-btn:hover .btn__arrow__img--main {
  transform: translate3d(100%, -100%, 0);
  opacity: 0;
}

.our-btn:hover .btn__arrow__img--hover {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

  @media screen and (max-width: 500px) {
    .hero-banner {
        /* min-height: 80vh; */
        text-align: center;
        height: 500px;
    }
    
}
.responsive-bg {
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .responsive-bg {
    background-image: none; /* Remove mobile bg on desktop */
  }
  .hero-banner {
    background-size: cover;
    background-position: center;
  }
}
section#shopify-section-template--18756513398922__ingredients_table_zfjAbd table.ingredient-table.aos-init.aos-animate {
    display: none;
}


.ingredient-table {
  width: 80%;
  /* max-width: 900px; */
  margin: 0 auto;
  border-collapse: collapse;
  font-family: inherit;
}

.ingredient-table th,
.ingredient-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}
.ingredient-table td {
    font-size: 20px;
    color: #1e1f4e;
}
.ingredient-table th {
  background-color: #1e1f4e;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.ingredients-title h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #1e1f4e;
    margin-bottom: 15px;
}
section#shopify-section-template--18726027788426__ingredients_table_kPE9in {
  background-color:#fdf2e4;
}
.table-img {
    text-align: center;
    max-width: 1300px;
    margin: auto;
}  
.table-img img {
      width: 100%;
    height: auto;
} 
tbody {
    background: white;
}  
.ingredients-title p {
    text-align: center;
    font-size: 20px;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}  
p.notes {
    text-align: left;
    font-size: 20px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    width: 80%;
    margin: auto;
  
}  
@media screen and (max-width: 768px) {
  .ingredient-table,
  .ingredient-table thead,
  .ingredient-table tbody,
  .ingredient-table th,
  .ingredient-table td,
  .ingredient-table tr {
    /* display: block; */
    /* width: 100%; */
  }


  .ingredient-table td {
    /* border: none; */
    position: relative;
    /* padding-left: 50%; */
    margin-bottom: 10px;
    font-size:15px;
  }

  .ingredient-table td::before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    white-space: wrap;
    font-weight: bold;
    color: #1b2a4e;
  }

  /* .ingredient-table td:nth-of-type(1)::before {
    content: "Ingredient";
  }

  .ingredient-table td:nth-of-type(2)::before {
    content: "What it actually means";
  } */
  .ingredients-title h2 {
    font-size: 35px;
  }
  .ingredient-table {
    width: 100%;
  }
  .ingredient-table th {
    background-color: #1b2a4e;
    color: white;
    font-weight: 500;
    text-transform: normal;
    font-size: 14px;
    line-height: 100%;
}
  .ingredient-table td {
    line-height: 18px;
  }
  .ingredients-title p {
    text-align: center;
    font-size: 16px;
  }
  p.notes {
    text-align: left !important;
    font-size: 16px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    width: 100%;
}
}
  
@media screen and (max-width:400px){
      .ingredient-table td {
        font-size: 12px;
    }
}
.no-ingredients-section {
    margin-bottom: 20px;
}  
.no-ingredients-section {
  background-color:#1d1e4d;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  font-family: inherit;
}

.no-ingredients-section h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
}

.no-ingredients-section p.subheading {
    font-size: 25px;
    margin-bottom: 30px;
    color: white;
}
.no-ingredients-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: auto;
}

.no-ingredients-item {
  flex: 0 0 auto;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.no-ingredients-item svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.no-ingredients-item span {
    font-size: 20px;
}
.image-with-text__text.rte.body p {
    font-size: 25px;
    line-height: 31px;
}  
@media screen and (max-width:768px){
  .no-ingredients-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .no-ingredients-section h2 {
    font-size: 35px;
  }
  .no-ingredients-section p.subheading {
    font-size: 20px;
    line-height: 25px;
}
  .no-ingredients-item span {
    font-size: 16px;
}
}