/** Shopify CDN: Minification failed

Line 410:3 Unexpected "/"

**/
/* Ensure body is fixed when modal is open to prevent scroll */
html[scroll-lock] {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.Our-Ingredients {
      display: flex;
      flex-direction: column;
      align-items: center;
      /* padding: 4rem 2rem; */
      gap: 32px;
      }
      .Our-Ingredients h1 {
      font-size: 45px;
      text-align: center;
      }
      .Our-Ingredients .center-landing-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      }
      .Our-Ingredients .center-landing-text h1 {
      display: flex;
      flex-direction: column;
      font-size: 6rem;
      }
      .Our-Ingredients .center-landing-text p {
      font-size: 2rem !important;
      max-width: 1000px !important;
      font-weight: 500 !important;
      }
      /* .Our-Ingredients .banner { */
      /* position: relative; */
      /* width: 100%; */
      /* height: 70vh; */
      /* padding: 0 !important; */
      /* background: linear-gradient( */
      /* rgba(255, 255, 255, 0.5), */
      /* rgba(255, 255, 255, 0.5) */
      /* ), */
      /* center/50% */
      /* url('https://ghgprotocol.org/sites/default/files/2024-07/sharissa-johnson-Yis49IPlFws-unsplash%20%281%29.jpg'); */
      /* background-size: cover; */
      /* background-repeat: no-repeat; */
      /* background-attachment: fixed; */
      /* display: flex; */
      /* justify-content: center; */
      /* } */
      .Our-Ingredients .marg-bottom {
      margin-bottom: 64px;
      }
      .Our-Ingredients .Ingredients-Section {
      display: flex;
      flex-direction: column;
      align-items: center;
      }
      .Our-Ingredients .Ingredients-Section p {
      letter-spacing: -0.06em;
      line-height: 1.6em;
      font-family: 'Lora', serif;
      font-weight: 400;
      font-size: 1.2rem;
      text-align: center;
      }
      .Our-Ingredients .Ingredients-Grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 64px;
      grid-row-gap: 16px;
      text-align: center;
      }
      .Our-Ingredients .Ingredients-Grid {
      padding: 0 2rem;
      }
      .Our-Ingredients .Ingredients-Grid li {
      list-style: none;
      font-family: 'Lora', serif;
      font-weight: 500;
      }
      .Our-Ingredients .Ingredients-Grid label {
      list-style: none;
      font-family: 'Lora', serif;
      font-weight: 500;
      }
      .Our-Ingredients .Ingredients-Grid a {
      text-decoration: none;
      cursor: pointer;
      font-family: 'Lora', serif;
      list-style: none;
      font-family: 'Lora', serif;
      font-weight: 500;
      }
      .Our-Ingredients .Ingredients-Grid a:visited {
      color: #24074a;
      }
      .Our-Ingredients hr {
      width: 75vw;
      border-color: #24074a;
      position: relative;
      background: #24074a;
      height: 1px;
      border: none;
      margin: 1rem 0;
      }
      .Our-Ingredients .text-sm {
      font-size: 1rem !important;
      }
      .text-width-small p {
      max-width: 500px;
      }
      .text-width-medium p {
      max-width: 1200px;
      /* font-size: 1.7rem !important; */
      font-size: 3rem !important;
      }
      @media only screen and (max-width: 935px) {
      .Our-Ingredients .Ingredients-Grid {
      grid-template-columns: repeat(3, 1fr);
      align-items: center;
      }
      .modal-window>div {
      width: 400px !important;
      }
      }
      @media only screen and (max-width: 530px) {
      .Our-Ingredients .Ingredients-Grid {
      grid-template-columns: repeat(1, 1fr);
      align-items: center;
      }
      .modal-window>div {
      width: 300px !important;
      }
      .text-width-medium p {
      font-size: 1.7rem !important;
      }
      }
      @media only screen and (max-width: 395px) {
      .Our-Ingredients h1 {
      font-size: 44px;
      text-align: center;
      }
      .Our-Ingredients .Ingredients-Grid {
      grid-template-columns: repeat(1, 1fr);
      }
      .modal-window>div {
      width: 250px !important;
      }
      }
      /* MODAL POPUP */
      .modal-window {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s;
      background-color: rgba(0, 0, 0, 0.656);
      /* background-color: rgba(0, 0, 0, 0.25); */
      }
      .modal-window:target {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      overflow-y: auto;
      touch-action: none; /* Prevent touch scrolling on backdrop */
      }
      .modal-window>div {
      width: 600px;
      width: 815px;
      position: absolute;
      /* top: 45%; */
      top: 40%;
      left: 50%;
      transform: translate(-50%, -40%);
      background: white;
      border-radius: 1rem;
      box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.55);
      max-height: 60vh;
      max-height: 90vh !important;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding-bottom: 3rem;
      touch-action: auto; /* Allow scrolling within modal content */
      }
      .modal-window .paragraph-scroll {
      overflow-y: auto;
      /* scrollbar-width: none; */
      /* text-align: start !important; */
      text-align: left !important;
      padding: 0 1rem;
      font-family: 'Lora', serif !important;
      font-size: 18px;
      font-weight: 500;
      /* letter-spacing: -0.06em; */
      line-height: 1.6em;
      }

      .modal-window .paragraph-scroll a {
  text-decoration: underline;
}

      .modal-window header {
      font-weight: bold;
      }
      .modal-window h1 {
      font-size: 150%;
      margin: 15px 0 15px;
      }
      /* Demo Styles */
      a {
      color: inherit;
      text-decoration: none;
      }
      .modal-window div:not(:last-of-type) {
      margin-bottom: 15px;
      }
      .logo {
      max-width: 150px;
      display: block;
      }
      .btn {
      text-decoration: none;
      }
      .btn i {
      padding-right: 0.3em;
      }
      /* .img-close { */
      /* position: relative; */
      /* } */
      .img-close {
      position: sticky;
      top: 0;
      z-index: 10;
      background-color: white;
      }
      .img-close img {
      display: block;
      width: 100%;
      max-height: 230px;
      object-fit: cover;
      pointer-events: none;
      }
      .img-close video {
      display: block;
      width: 100%;
      max-height: 230px;
      object-fit: cover;
      pointer-events: none;
      opacity: 75%;
      }
      .black-background {
      position: absolute;
      background-color: black;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      }
      .modal-close {
      position: absolute;
      right: 0rem;
      top: 0rem;
      width: 4rem;
      height: 4rem;
      font-size: 2rem;
      font-weight: 300;
      border-bottom-left-radius: 20%;
      background-color: #102670ef;
      color: #102770 !important;
      color: #ffeba7 !important;
      z-index: 4;
      line-height: 4rem;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      transition: all 1s;
      }
      .modal-close:hover {
      background-color: #ffeba7;
      background-color: rgba(0, 0, 0, 0.433);
      color: #102770 !important;
      color: white !important;
      transition: all 1s;
      }
      .box-div>p {
      text-align: start;
      padding: 0 1rem;
      font-size: 14px;
      font-weight: 600;
      }
      .box-div h1 {
      padding-top: 15px;
      padding-left: 1rem;
      padding-right: 1rem;
      }

      /* Dimming overlay */
/* Individual ingredient container */
.container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 /1; 
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
} 

.container:hover {
  transform: scale(1.05); 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
} 

/* Interior div to ensure full coverage */
 .interior {
  width: 100%;
  height: 100%;
  position: relative;
} 

 .interior img {
  height: 100%;
  object-fit: cover;
} 

/* Image styling */
 .ingredient-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  display: block;
  position: absolute;
  top: 0;
  left: 0;
} 

/* Dimming overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}

.container:hover .overlay {
  background: rgba(0, 0, 0, 0.3); 
} 

/* Text on top of image */
.ingredient-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* White text for contrast */
  font-family: 'Playfair Display', serif; /* Elegant, luxurious font */
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Subtle text shadow for readability */
  padding: 0 1rem;
  line-height: 1.2;
  z-index: 1; /* Ensure text is above overlay */
}

/* Ensure modal link is clickable and covers the entire container */
.interior a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Remove default underline */
  position: relative; /* Ensure positioning context for child elements */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ingredient-text {
    font-size: 1.2rem; /* Smaller text for mobile */
  }

  .container {
    aspect-ratio: 1/1; /* Reinforce aspect ratio for smaller screens */
  }

        .modal-window .paragraph-scroll {

      text-align: center !important;

      }
} */