/** Shopify CDN: Minification failed

Line 274:11 Expected ":"
Line 376:29 Expected ")" to end URL token

**/


/* CSS from section stylesheet tags */
.custom-footer {
      padding: 3rem 2rem 2rem;
      font-size: 0.85rem;
      font-family: sans-serif;
      color: #000;

    }
  .footer-menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: none;
  }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column li {
      margin-bottom: 0.4rem;
    }
    .footer-column a {
      text-decoration: none;
      font-size: 0.85rem;
      color: inherit;
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-size: 0.75rem;
    }
    .footer-social {
      display: flex;
      gap: 1rem;
      align-items: center;
    }
    .footer-social a svg {
      width: 18px;
      height: 18px;
      fill: #000;
      transition: fill 0.3s ease;
    }
    .footer-social a:hover svg {
      fill: #333;
    }
.needsclick.go3899346340.kl-private-reset-css-Xuajs1{
max-height: 30px;
font-family: roboto;

}
    /* Responsive */
    @media screen and (max-width: 600px) {
      .footer-menus {
        flex-direction: column;
      }
      .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
      }
    }
.download-cards-section {
      /* background: #f5f1ee; */
      padding: 3rem 0;
    }
  .download-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }
    .download-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .download-card-image {
      position: relative;
      overflow: hidden;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
    .download-card-image img {
      width: 100%;
      display: block;
    }
    .card-tag {
      position: absolute;
      top: 12px;
      left: 12px;
      background: #ddd;
      color: #333;
      font-size: 0.7rem;
      padding: 4px 10px;
      border-radius: 999px;
      font-weight: 600;
      text-transform: uppercase;
    }
    .card-content {
      padding: 1.5rem 1.25rem 1rem;
      position: relative;
      background: #f5f1ee;
      flex-grow: 1;
    }
    .card-content .date {
      font-size: 0.75rem;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      color: #333;
    }
    .card-content .desc {
      font-size: 0.95rem;
      font-weight: 400;
      color: #000;
    }
    .download-icon {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      background: black;
      color: #fff;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.3s;
    }
    .download-icon:hover {
      background: #000;
    }
    .download-icon svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
    }

    /* Responsive */
    @media screen and (max-width: 1024px) {
      .download-cards-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media screen and (max-width: 640px) {
      .download-cards-grid {
        grid-template-columns: 1fr;
      }
    }
.liposomal-section {
          background: #fff;
          padding: 4rem 0;
        }
        .liposomal-wrapper {
          display: flex;
          flex-wrap: wrap;
          gap: 3rem;
          align-items: flex-start;
        }
        .liposomal-image {
          flex: 1 1 45%;
        }
        .liposomal-image img {
          max-width: 100%;
          border-radius: 12px;
        }
      .liposomal-content {
        flex: 1 1 50%;
        color: #000; /* Makes all text inside black */
      }

        .liposomal-content .intro-text {
          margin-bottom: 2rem;
        }
        .liposomal-content h3 {
          margin-top: 2rem;
          font-size: 1.2rem;
        }
        .feature-list {
          list-style: none;
          padding: 0;
          margin: 0;
        }
        .feature-list li {
          display: flex;
          align-items: flex-start;
          margin-bottom: 1rem;
        }
  .feature-number {

    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: 1px solid #333;
    text-align: center;
    font-weight: lighter;
    line-height: 70px;
    margin-right: 1rem;
    font-size: 3rem;
    flex-shrink: 0;
  }
      .liposomal-content h3,
    .liposomal-content p,
    .liposomal-content strong {
      color: #000;
    }


        /* Responsive */
        @media screen and (max-width: 768px) {
          .liposomal-wrapper {
            flex-direction: column;
          }
          .liposomal-image,
          .liposomal-content {
            flex: 1 1 100%;
          }
        }
h2 {
    color: Black !important;
    font-family: Romie;
  }
  h3{
    font-family: roboto;
    font-size: 20px !important;
    color: Black !important;
  }
  .sustain-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px;
    font-family: 'Romie';
    color: black;

  }
  .sustain-hero-text {
  font-family: Romie;
  font-size: 25px;
  color: black;
  line-height: 35px;
  /* text-align: justify; */
  }
  .sustain-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
    max-width:900px;
    margin: auto;
  }
  .sustain-section.reverse {
    flex-direction: row-reverse;
    max-width:900px;
    max-wid
  }
  .sustain-image {
    flex: 1 1 400px;
    border-radius: 14px;
    overflow: hidden;
    max-height: 550px;
    max-width: 400px;
    /* box-shadow: 0 8px 15px rgba(0,0,0,0.1); */
  }
    .sustain-image3 {
    /* flex: 1 1 400px; */
    border-radius: 14px;
    overflow: hidden;
    max-height: 550px;
    max-width: 400px;
    /* box-shadow: 0 8px 15px rgba(0,0,0,0.1); */
  }
  .sustain-image img {
    width: 100%;
    display: block;
    max-height: 550px;
    max-width: 400px;
    object-fit: cover;

  }
  .sustain-content {
    /* flex: 1 1 420px; */
    flex: 1 1 420px;
  }
  .sustain-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: Romie;
  }
  .icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .icon-list li {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
  }
  .icon-circle {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .icon-svg {
    width: 22px;
    height: 22px;
    stroke: #1C1B18;
    stroke-width: 1.5;
    fill: none;
  }
  .icon-list strong {
    font-weight: 600;
  }
  .icon-list p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #4E4C49;
    max-width: 400px;
    line-height: 1.3;
    font-family: roboto;
  }

  /* Quote banner */
  .quote-banner {
    position: relative;
    color: white;
    text-align: center;
    font-size: 30px;
    max-width: 1200px;
    margin: 40px auto 40px auto;
    padding: 60px 40px;
    font-style: normal;
    font-family: 'Romie';
    line-height: 1.5;
    border-radius: 3px;
    min-height: 440px;
  }
  .quote-banner.bg1 {
    background-image: url("/cdn/shop/files/Frame_104.png?v=1749630056");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .quote-banner.bg2 {
    background-image:  url("/cdn/shop/files/Frame_104.png?v=1749630056");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .quote-banner.bg3 {
    background-image: url({{ section.settings.image_3 | img_url: '1600x' }});
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .quote-banner.bg4 {
    background-image: url("/cdn/shop/files/bg.webp?v=1749822147");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .quote-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 3px;
    z-index: 0;
  }
  .quote-banner p {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: auto;
    white-space: pre-line;
  }

  .quote-banner .btn {
    margin-top: 40px;
    background-color: #7F0F24;
    border: none;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Helvetica Neue', sans-serif;
  }
   .sustain-image31{
    display: none;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .sustain-section {
      flex-direction: column;
    }
    .sustain-section.reverse {
      flex-direction: column;
    }
    .sustain-content {
      max-width: 100%;
    }
    .icon-list p {
      max-width: 100%;
    }
      .sustain-image3{
    display: none !important;
    .sustain-image{
          max-height: 384px;
        }
  }
       .sustain-image31{
        display: block;
        flex: 1 1 400px;
        border-radius: 14px;
        overflow: hidden;
        object-fit: cover;
        max-height: 384px;
  }
      .sustain-content {
    flex: 1 1;
  }
  }
.fullpage-bg-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* cover all viewport height */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--text-color);
  text-align: var(--text-align);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate; /* ensure overlay sits below content */
}

.fullpage-bg-section .content {
  position: relative;
  z-index: 2;
  padding: 24px;
  max-width: var(--content-max-width);
  margin: 0 16px;
}

.fullpage-bg-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,var(--overlay-opacity));
  z-index: 1;
}

/* Mobile background */
@media (max-width: 749px) {
  .fullpage-bg-section {
    background-image: var(--mobile-bg);
  }
}

/* Desktop background */
@media (min-width: 750px) {
  .fullpage-bg-section {
    background-image: var(--desktop-bg);
  }
}

/* Button styles leveraging Dawn defaults */
.fullpage-bg-section .btn {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity .2s ease; 
  padding: 10px 15px;
  border-radius: 5px;
  border: solid 3px black;
}
.fullpage-bg-section .btn:hover { opacity: .9; }

.fullpage-bg-section .btn--primary {
   background-color: #00000000 !important;
  color: #000;
}
.fullpage-bg-section .btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid currentColor;
}
.fullpage-bg-section .btn--link {
  background: transparent;
  color: currentColor;
  text-decoration: underline;
  padding: 0;
}
.team-expert {
    padding: 4rem 0;
  }
  .team-expert-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .team-expert-card {
    position: relative;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }

  .card-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
  }
  .card-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
  }

  .card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
    padding: 1rem;
    box-sizing: border-box;
  }

  .overlay-text {
    color: white;
    text-align: left;
  }
  .overlay-text h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .overlay-text .subtitle {
    margin-top: 4px;
    font-size: 0.85rem;
    opacity: 0.85;
  }

  .open-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #7c0000;
    color: white;
    font-size: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
  }

  /* Modal Logic */
  .modal-toggle {
    display: none;
  }
  .modal-toggle:checked + .modal-overlay {
    display: flex;
  }
  .modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .modal-content {
    background: #fff;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
  }
  .modal-content img {
    border-radius: 8px;
    max-width: 100%;
  }
  .modal-content p {
    margin-top: 1rem;
    font-size: 1rem;
    color: #333;
  }
  .modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
  }

  /* Responsive Layout */
  @media screen and (max-width: 1024px) {
    .team-expert-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 600px) {
    .team-expert-grid {
      grid-template-columns: 1fr;
    }
  }