/** Shopify CDN: Minification failed

Line 140:29 Expected ")" to end URL token
Line 214:0 Unexpected "<"
Line 312:2 Unexpected "<"
Line 372:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
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;
  }
  .sustain-section.reverse {
    flex-direction: row-reverse;
  }
  .sustain-image {
    flex: 1 1 400px;
    border-radius: 14px;
    overflow: hidden;
    /* box-shadow: 0 8px 15px rgba(0,0,0,0.1); */
  }
    .sustain-image3 {
    flex: 1 1 400px;
    border-radius: 14px;
    overflow: hidden;
    /* box-shadow: 0 8px 15px rgba(0,0,0,0.1); */
  }
  .sustain-image img {
    width: 100%;
    display: block;
    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;
  }
  }
<style>
  p{
    font-family:Roboto;
  }
  .sustainability-intro {
    text-align: center;
    padding: 60px 20px;
    background: #f5f0eb;
  }
  .sustainability-intro h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sustainability-intro p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
  }

  .feature-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px 20px;
    align-items: center;
    background: #fefcfb;
  }
  .feature-section.reverse {
    flex-direction: row-reverse;
  }
  .feature-section .image {
    flex: 1 1 45%;
  }
  .feature-section .image img {
    width: 100%;
    border-radius: 12px;
  }
  .feature-section .content {
    flex: 1 1 45%;
  }
  .feature-section .content h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .feature-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
  }
  .feature-row img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .feature-row h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .feature-row p {
    margin: 0;
    font-size: 14px;
    color: #555;
  }

  .full-width-banner {
    text-align: center;
    padding: 60px 20px;
    color: white;
    background-size: cover;
    background-position: center;
  }
  .full-width-banner h3 {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto;
  }

  .final-cta {
    text-align: center;
    padding: 100px 20px;
    color: white;
    background-size: cover;
    background-position: center;
  }
  .final-cta p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  .final-cta a {
    background: #7b003b;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
  }
  </style>
<style>
  .two-col-feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #f5f0eb;
    color: #1c1c1c;
    gap: 40px;
  }
  .two-col-feature-image {
    flex: 1 1 40%;
    max-width: 450px;
  }
  .two-col-feature-image img {
    width: 100%;
    border-radius: 12px;
  }
  .two-col-feature-content {
    flex: 1 1 50%;
  }
  .two-col-feature-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .feature-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
  }
  .feature-row img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .feature-row h4 {
    font-weight: 600;
    margin: 0 0 5px;
  }
  .feature-row p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
  }
  @media screen and (max-width: 768px) {
    .two-col-feature-wrapper {
      flex-direction: column;
      text-align: center;
    }
    .feature-row {
      justify-content: center;
      text-align: left;
    }
  }
  </style>
.wellness-section {
    background-color: #ede4dc;
    padding: 5vw 8vw;
    font-family: 'Times New Roman', serif;
    color: #1a1a1a;
  }
  .wellness-small-heading {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  .wellness-main-heading {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    max-width: 60%;
    margin-bottom: 2rem;
  }
  .wellness-left-description {
    font-size: 0.9rem;
    max-width: 25%;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .wellness-commitments {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
  }
  .wellness-card {
    background-color: #f7f2ee;
    border: 1px solid #d4c9bf;
    border-radius: 8px;
    padding: 1.5rem 1.75rem;
    width: 33%;
    min-width: 280px;
    box-sizing: border-box;
  }
  .wellness-card-icon {
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    padding: 0.5rem;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .wellness-card-icon svg {
    width: 16px;
    height: 16px;
    stroke: #1a1a1a;
    stroke-width: 1.5;
    fill: none;
  }
  .wellness-card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .wellness-card-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #3a3a3a;
  }
  @media (max-width: 1024px) {
    .wellness-main-heading {
      max-width: 100%;
      font-size: 2.2rem;
    }
    .wellness-left-description {
      max-width: 100%;
      margin-bottom: 2rem;
    }
    .wellness-commitments {
      gap: 1rem 1rem;
    }
    .wellness-card {
      width: 100%;
    }
  }