/** Shopify CDN: Minification failed

Line 14:18 Unexpected "{"
Line 14:27 Expected ":"
Line 14:33 Unexpected ","
Line 15:18 Unexpected "{"
Line 15:27 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Unclip only THIS section's wrapper */
#shopify-section-{{ section.id }},
#shopify-section-{{ section.id }} .page-width { overflow: visible; }

.tech-technology {
  position: relative;
  padding: 100px 20px;
  background-color: #fff5e5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible; 
  text-align: left;
  z-index: 1;
}

.tech-technology.has-bg { background-image: var(--bg-image-url); }

@media (max-width: 768px) {
  .tech-technology.has-bg { background-image: var(--bg-mobile-bg-image-url); }
  .tech-right { max-width: 100% !important; margin-left: auto; }
}

@media (max-width: 1024px) { .tech-technology { overflow: visible; } }

.tech-technology::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 222, 80, 0.4) 0%, rgba(255, 235, 183, 0) 70%);
  z-index: 1;
}

.tech-container { width:100%; margin: 0 auto; position: relative; z-index: 2; padding: 0 100px; overflow: visible; }
.tech-right { max-width: 50%; margin-left: auto; overflow: visible; }

.tech-right h2 { color: #fff5e5; font-size: 20px; font-weight: 600; line-height: 140%; text-transform: uppercase; margin-bottom: 20px; font-family: "DM Sans", sans-serif; }
.tech-right p { color: #fff5e5; font-size: 22px; font-weight: 400; line-height: 120%; letter-spacing: -1.2px; margin-bottom: 40px; font-family: "DM Sans", sans-serif; }

/* Swiper Styles */
.swiper { padding-bottom: 30px; overflow: visible; }
.tech-highlights.swiper-wrapper { display: flex; }
.tech-highlight.swiper-slide { flex-shrink: 0; min-width: 200px; max-width: 200px; }

.tech-highlight h4 { color: #fff5e5; font-size: 13px; font-weight: 600; line-height: 140%; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #1a1a1a; display: inline-block; padding-bottom: 5px; font-family: "DM Sans", sans-serif; }
.tech-highlight p { color: #fff5e5; font-size: 14px; font-weight: 400; line-height: 140%; letter-spacing: -0.26px; font-family: "DM Sans", sans-serif; max-width: 80%; }

@media (max-width: 1024px) {
  .tech-technology { padding: 80px 20px; }
  .tech-technology::before { width: 400px; height: 400px; left: 30%; }
  .tech-right { max-width: 70%; }
  .tech-container { width:100%; margin:0 auto; position:relative; z-index:2; padding: 0 24px; }
}

@media (max-width: 768px) {
  .atc {
  font-size: 14px !important;
}
  .tech-container { padding: 0 16px; }
  .tech-technology { padding: 120px 16px 60px 16px; }
  .tech-technology::before { display: none; }
  .tech-highlight.swiper-slide { min-width: 200px; max-width: 200px; }
  .tech-right h2 { font-size: 14px !important; }
  .tech-right p { font-size: 14px; letter-spacing: 0px !important; }
}

/* iOS safe-area */
@supports (padding: max(0px)) {
  .swiper { padding-left: env(safe-area-inset-left); padding-right: max(16px, env(safe-area-inset-right)); }
}

/* Video background styling */
.tech-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.benefits-section {
  padding: 80px 0px;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
}

.benefits-section .container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0 100px;
}
.benefits-section .rte{
  text-align: center;
  color: #3B3B3B;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.benefits-section .left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.benefits-section .left h2 {
  color: #3B3B3B;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.4px;
  margin: 0;
}

.benefits-section .left img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  margin-top:20px;
}

.benefits-section .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-right: 50px;
  padding-left: 100px;
}

.benefit-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-left: 150px;
}

.bullet-icon {
  all: unset;
  display: inline;
}

.benefit-item .bullet-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.benefit-item-content {
  text-align: left;
}

.benefit-item-content strong {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: #222;
}

.benefit-item-content span {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* Tablet */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .benefits-section { padding: 80px 0; }
  .benefits-section .left { flex: 0 0 43%; justify-content: left; gap: 30px; }
  .benefits-section .container { flex-direction: row; gap: 40px; padding: 0 20px; align-items: self-start !important; }
  .benefits-section .right { flex: 0 0 50%; padding: 0 20px; }
  .benefits-section .left h2 { font-size: 36px; text-align: center; }
  .benefit-item { padding-left: 150px; flex-direction: row; }
  .bullet-icon1 { width: 50px; height: 50px; }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .benefits-section { padding: 50px 15px; }
  .benefits-section .container { padding: 0; }
  .benefits-section .left { flex: 0 0 100%; gap: 30px; }
  .benefits-section .right { flex: 0 0 100%; padding: 0; }
  .benefits-section .left h2 { font-size: 36px; text-align: left; letter-spacing: -1.8px; }
  .benefit-item { flex-direction: row; align-items: flex-start; padding-left: 0; }
  .bullet-icon1 { width: 48px; height: 48px; }
  .benefit-item-content strong { font-size: 14px; }
  .benefit-item-content span { font-size: 13px; }
  .benefits-section .rte { text-align: left; font-size: 16px; font-weight: 600; line-height: 140%; }
  .benefit-desc {
  font-size: 14px !important;
  line-height: 15px !important;
  color:black;
}
}
.ingredient-glass-section {
  position: relative;
  padding: 60px 20px 100px 20px !important;
  background: #fff;
  overflow-x: hidden;
  z-index: 0;
 
}

/* ✅ Background big text */
.ingredient-glass-section::before {
  content: "Personalised Services .    /     Personalised Services .       /     Personalised Services .        /     Personalised Services .        /     Personalised Services .";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 76.8px;
  letter-spacing: -3.2px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(96deg, #C8E38D 8.97%, #9ED2FD 81.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
   animation: scrollText 20s linear infinite;
}
@keyframes scrollText {
 0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.glass-container {
  max-width: 1100px;
  margin: auto;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0.60) 0.16%, rgba(247, 247, 247, 0.60) 49.95%, rgba(245, 245, 245, 0.60) 99.74%);
  backdrop-filter: blur(6.5px);
  padding: 40px;
  position: relative;
  z-index: 1;
}

h2 {
  margin-bottom: 30px;
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.22px;
}

/* ✅ Table styling (equal columns) */
.glass-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
  border: none;
}

.glass-table tr:not(:last-child) {
  border-bottom: 0.5px solid #000;
}

.glass-table th,
.glass-table td {
  width: 33.33%;
  padding: 16px;
  border-bottom: 0.5px solid #000;
  vertical-align: top;
  word-break: break-word;
}

.glass-table th {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.26px;
  text-transform: uppercase;
}

.glass-table td {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.26px;
}

/* ✅ Plant image styling */
.plant-left,
.plant-right {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.plant-left {
  left: 50px;
  width: 300px;
  z-index: 1;
}

.plant-right {
  right: 0;
  width: 45%;
  z-index: 0;
}

/* ✅ Responsive: keep layout same, optimize spacing & text */
@media screen and (max-width: 1024px) {
  .glass-container {
    padding: 24px;
  }

  h2 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .glass-table th,
  .glass-table td {
    padding: 12px 8px;
    font-size: 12px;
  }

  .ingredient-glass-section::before {
    font-size: 42px !important;
    line-height: 48px;
    white-space: normal;
    text-align: center;
    padding: 0 10px;
  }


  .plant-left {
    width: 200px;
    left: 0px;
    display:none;
  }

  .plant-right {
    width: 100%;
  }

  .ingredient-glass-section::before {
  content: "Personalised Services .    /     Personalised Services .";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px  !important;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -3.2px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(96deg, #C8E38D 8.97%, #9ED2FD 81.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
}

@media screen and (max-width: 600px) {
  .glass-table th,
  .glass-table td {
    font-size: 12px;
    padding: 10px 6px;
  }

  h2 {
    font-size: 12px;
  }

  .ingredient-glass-section::before {
    font-size: 45px  !important;
    line-height: 36px;
  }
}
.image-text-section {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.image-text-item {
  text-align: center;
  max-width: 250px;
}
  /* Modal CSS */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color:#906d4f;
    color: white;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    position: relative;
    text-align: center;
}

.modal-content > .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-content > .close:hover,
.modal-content >.close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

.slider {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    transition: transform 0.5s ease-in-out;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    user-select: none;
}

.next {
    right: -50px;
}

.prev {
    left: -50px;
}
.minimal-message-section {
  padding: 100px 20px 0px 20px;
  text-align: center;
  color: #2c2c2c;
}

.minimal-message-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 140px;
}

.minimal-message-section .icon {
  margin-bottom: 16px;
}

.minimal-message-section .icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.minimal-message-section .message {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.4px;
  margin: 0 auto;
  text-align: center;
  padding:0 50px;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .minimal-message-section {
    padding-top: 80px;
  }
.minimal-message-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
  .minimal-message-section .message {
    font-size: 38px;
    letter-spacing: -1.5px;
    padding:0 50px;
  }

  .minimal-message-section .icon img {
    width: 60px;
    height: 60px;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .minimal-message-section {

   padding: 60px 20px 0px 20px;}
 
.minimal-message-section .container {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 20px;
}
  .minimal-message-section .message {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 130%;
      padding: 0 0px;
  }

 
.metafield-rich_text_field {
  max-width: 100% !important;
}
  .minimal-message-section .icon img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .minimal-message-section {
    padding: 40px 12px 0;
  }
.minimal-message-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
  .minimal-message-section .message {
    font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 135%;
  }

  .minimal-message-section .icon img {
    width: 40px;
    height: 40px;
  }
}
/* ============ Probiotic Journey (namespaced) ============ */
.metafield-rich_text_field { max-width: 95%; }
.pj{ --pj-pad-left:40px; --pj-pill-w:170px; --pj-gap-after-pill:16px;
  --pj-top-start:calc(var(--pj-pad-left) + var(--pj-pill-w) + var(--pj-gap-after-pill));
  --pj-line-color:#000; --pj-end-gap:clamp(20px,3vw,48px);
  --pj-corner-drop:clamp(120px,14vw,170px); --pj-arrow-head:12px;
  font-family:DM Sans,sans-serif; color:#3b3b3b; padding:120px 20px; background:#FFF2AC; }
.pj *, .pj *::before, .pj *::after{ box-sizing:border-box; }
.pj__wrap{max-width:100%;margin:0 auto;padding:0 20px;}
.pj__head{text-align:center;margin:0 auto 40px;}
.pj__title{margin:0 0 10px;color:#3B3B3B;text-align:center;font-family:"DM Sans";
  font-size:48px;font-weight:400;line-height:57.6px;letter-spacing:-2.4px;}
.pj__sub{max-width:760px;margin:0 auto;color:#3B3B3B;text-align:center;font-family:"DM Sans";
  font-size:24px;font-weight:400;line-height:28.8px;letter-spacing:-1.2px;}
.pj__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.pj__steps{width:100%;}
.pj__step{position:relative;overflow:visible;margin:50px 0 22px;
  padding:0 var(--pj-end-gap) 22px var(--pj-pad-left);background:#FFF2AC;
  min-height:calc(var(--pj-corner-drop) + 28px);}
.pj__hline{position:absolute;top:0;left:var(--pj-top-start);right:var(--pj-end-gap);
  height:0;border-top:1px solid var(--pj-line-color);pointer-events:none;}
.pj__vline{position:absolute;top:0;right:var(--pj-end-gap);width:0;height:var(--pj-corner-drop);
  border-right:1px solid var(--pj-line-color);pointer-events:none;}
.pj__step::after{content:"";position:absolute;top:calc(var(--pj-corner-drop)/2);
  right:calc(var(--pj-end-gap) - var(--pj-arrow-head));transform:translateY(-50%);
  width:0;height:0;border-left:var(--pj-arrow-head) solid var(--pj-line-color);
  border-top:calc(var(--pj-arrow-head)*.6) solid transparent;border-bottom:calc(var(--pj-arrow-head)*.6) solid transparent;}
.pj__days{display:inline-block;width:var(--pj-pill-w);border-radius:10px;background:#FED66C;
  margin-top:-40px;padding:11px 11px;color:#3B3B3B;text-align:center;font-family:"DM Sans";
  font-size:clamp(22px,2.2vw,32px);line-height:1.2;letter-spacing:-.04em;margin-bottom:12px;}
.pj__step-title{color:#3B3B3B;font-family:"DM Sans";font-size:clamp(20px,2.3vw,32px);
  font-weight:400;line-height:1.2;letter-spacing:-.05em;margin:2px 0 6px;}
.pj__step-text{color:#3B3B3B;font-family:"DM Sans";font-size:13px;font-weight:400;
  line-height:18.2px;letter-spacing:-0.26px;}
.pj__visual picture,.pj__visual img{width:100%;height:auto;display:block;}
@media (max-width:1024px){.pj{padding:80px 10px;--pj-corner-drop:160px}
  .pj__title{font-size:36px}.pj__grid{gap:32px}.pj{--pj-arrow-head:10px;--pj-pad-left:0px}}
@media (max-width:768px){.pj{padding:64px 0px;--pj-pad-left:10px;--pj-pill-w:140px;--pj-gap-after-pill:12px;
  --pj-top-start:calc(var(--pj-pad-left) + var(--pj-pill-w) + var(--pj-gap-after-pill));
  --pj-arrow-head:8px;--pj-end-gap:20px;--pj-corner-drop:180px}
  .pj__title{font-size:32px;line-height:1.25}.pj__grid{grid-template-columns:1fr}
  .pj__step{padding:0 var(--pj-end-gap) 20px var(--pj-pad-left)}}
/* ================= ORIGINAL CSS ================= */

.custom-ingredients-table thead tr th {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  padding: 12px;
  border-bottom: 0.5px solid #CFCFCF;
}

.benefit-item {
  padding: 20px;
  border-radius: 6px;
  background: #FFF;
}

.benefits-ingredients-section {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 60px;
  background-color: #F5F5F5;
}

.benefits-ingredients-section .column {
  flex: 1 1 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.benefits-column h2 {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.benefits-list .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.benefit-item .bullet-icon {
  width: 150px;
  height: 150px;
  border-radius: 25px;
}

/* ===== ARROWS ===== */
.benefits-column {
  position: relative;
}

.benefits-arrows {
  position: absolute;
  top: 60px;
  right: 86px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

tr {
  text-align: left;
}

.benefits-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color:black;
}

/* ================= RIGHT SIDE – UNCHANGED ================= */

.ingredients-section h3 {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}

.custom-ingredients-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-ingredients-table th,
.custom-ingredients-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #E0E0E0;
}

/* ================= RESPONSIVE ================= */

/* Tablet (scale layout but keep structure) */
@media (max-width: 1024px) {
  .benefits-ingredients-section {
    padding: 60px 20px;
  }

  .benefit-item .bullet-icon {
    width: 130px;
    height: 130px;
  }

  .benefits-column h2 {
    font-size: 19px;
  }

  .custom-ingredients-table th,
  .custom-ingredients-table td {
    font-size: 12px;
    padding: 8px 10px;
  }

  .benefits-arrows {
    top: 50px;
    right: 60px;
  }
  .benefits-ingredients-section .column {
  flex: 1 1 50%;
  padding: 20px 20px;
  box-sizing: border-box;
}
}

/* Mobile (scale layout but keep structure) */
@media (max-width: 767px) {
  .benefits-ingredients-section {
    padding: 40px 10px;
  }
  .benefits-ingredients-section .benefits-column,
  .benefits-ingredients-section .ingredients-section {
    flex: 1 1 100%;
    padding: 20px 10px; /* adjust side padding */
  }

   .benefits-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px; /* space between items */
  }

  .benefits-list .benefit-item {
    flex-direction: column; /* image above text */
    align-items: start;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }


  .benefit-item .bullet-icon {
    width: 80px;
    height: 80px;
  }

  .benefits-column h2 {
    font-size: 18px;
  }

  .custom-ingredients-table th,
  .custom-ingredients-table td {
    font-size: 11px;
    padding: 6px 8px;
  }

  .benefits-arrows {
    top: 40px;
    right: 50px;
  }

  .sce {
  font-size: 14px;
  line-height: 18px;
}


}
/* ======== SCIENCE Benefits ======== */
.science-benefits{ background:#fff; font-family:"DM Sans",sans-serif; padding:100px 0 80px; }

/* container */
.science-benefits .science-wrap{max-width:100%;margin:0 auto;padding:0 24px;}

/* heading */
.science-benefits .science-head{ text-align:center; margin:0 auto 32px; }
.science-benefits .science-head h2{
  margin:0 0 8px; color:#3B3B3B; text-align:center; font-family:"DM Sans";
  font-size:48px; font-style:normal; font-weight:400; line-height:120%; letter-spacing:-2.4px;
}
.science-benefits .science-head .science-sub{
  max-width:760px; margin:0 auto; color:#3B3B3B; text-align:center; font-family:"DM Sans";
  font-size:24px; font-style:normal; font-weight:400; line-height:120%; letter-spacing:-1.2px;
}

/* SINGLE FULL IMAGE */
.science-benefits .science-image{ margin:0 auto 40px; }
.science-benefits .science-image img{ width:100%; height:auto; display:block; max-width:100%; }

/* bottom table panel */
.science-benefits .science-panel{ margin:80px 250px 0; border-radius:20px; background:#F5F5F5; padding:64px; max-width:100%; }
.science-benefits .science-panel__title{ color:#3B3B3B; font-family:"DM Sans"; font-size:11px; font-style:normal; font-weight:400; line-height:15.4px; letter-spacing:-0.22px; margin:0 0 20px 0px; }

/* table */
.science-table{ width:100%; border-collapse:collapse; font-size:14px; }
.science-table th, .science-table td{ padding:12px 14px; border-top:1px solid rgba(0,0,0,.12); text-align:left; color:#3B3B3B; font-family:"DM Sans"; font-size:13px; font-style:normal; font-weight:400; line-height:18.2px; letter-spacing:-0.26px; }
.science-table thead th{ color:#3B3B3B; font-family:"DM Sans"; font-size:13px; font-style:normal; font-weight:400; line-height:18.2px; text-transform:uppercase; letter-spacing:-0.26px; border-top:none; }

/* ================== Responsive ================== */
/* Tablet (≤1024px) */
@media (max-width:1024px){
  .science-benefits{ padding:64px 0; }
  .science-benefits .science-head h2{ font-size:36px; }
  .science-benefits .science-head .science-sub{ font-size:18px; line-height:140%; letter-spacing:-0.6px; max-width:680px; }
  .science-benefits .science-image{ margin:0 auto 32px; }
  .science-benefits .science-panel{ margin:56px 32px 0; padding:40px; border-radius:20px; overflow-x:auto; }
  .science-benefits .science-panel .science-table{ min-width:560px; }
  .science-table{ font-size:13px; }
  .science-table th, .science-table td{ padding:10px 12px; }
}

/* Mobile (≤768px) */
@media (max-width:768px){
  .science-benefits{ padding:64px 0; }
  .science-benefits .science-head h2{ font-size:28px; letter-spacing:-1.2px; }
  .science-benefits .science-head .science-sub{ font-size:16px; line-height:140%; letter-spacing:-0.4px; max-width:100%; }
  .science-benefits .science-image{ margin:0 auto 24px; }
  .science-benefits .science-image img{ width:100%; height:auto; }
  .science-benefits .science-panel{ margin:40px 16px 0; padding:20px; border-radius:16px; overflow-x:auto; }
  .science-benefits .science-panel .science-table{ min-width:520px; }
  .science-table{ font-size:12px; }
  .science-table th, .science-table td{ padding:9px 10px; }
}
@media screen and (min-width: 768px) {
  .ritual-left {
    position: sticky;
    top: 60px;
    align-self: flex-start;
  }
}


  #bg_image_desktop{
    z-index:2;
  }
.ritual-section {
  padding:150px 20px 20px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;

}

.ritual-grid {
  display: grid;
  grid-template-columns: 32% 62%;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
}

.ritual-left img,
.ritual-right img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
 
}

.ritual-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
}

.ritual-right-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.ritual-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 50%;
  margin: 0;
}

.ritual-right {
  display: flex;
  justify-content: center;
  width: 50%;
}

.ritual-center-heading {
  color: #3B3B3B;
   font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height:48px;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
}

.btt {
  color: #3B3B3B;
   font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
.ageing {
  color: #C8E38D;
  font-family: 'LibreCaslonText', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2px;
}
.ritual-rows-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.ritual-benefit-ingredient-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.ritual-benefit,
.ritual-ingredient-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ritual-benefit-title {
  color: #3B3B3B;
   font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.ritual-benefit-content {
 color: #3B3B3B;
 font-family: "DM Sans", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height:  25.2px; /* 25.2px */
letter-spacing: -0.36px;
}

.ritual-ingredient {
  border-bottom: 1px solid #000;
  margin-top:10px;
  margin-bottom:10px;
  padding-bottom: 10px;
}

.ritual-ingredient-name {
color: #3B3B3B;
font-family: "DM Sans", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 18.2px; /* 18.2px */
text-transform: uppercase;
  margin-bottom: 6px;
}

.ritual-ingredient-description {
color: #3B3B3B;
font-family: "DM Sans", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 18.2px ; /* 18.2px */
letter-spacing: -0.26px;
}


  @media screen and (max-width: 1024px) {
  .ritual-section {
    padding: 40px 16px 40px 16px;
  }

  .ritual-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
      padding-top: 80px;
  }

  .ritual-right-header {
    flex-direction: column;
    gap: 24px;
  }

  .ritual-header,
  .ritual-right {
    width: 100%;
  }

  .ritual-center-heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .btt {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .ageing {
    font-size: 30px;
    letter-spacing: -1.5px;
  }

  .ritual-rows-wrapper {
    gap: 40px;
  }

  .ritual-benefit-ingredient-group {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ritual-benefit-title {
    font-size: 18px;
    line-height: 28px;
  }

  .ritual-benefit-content {
    font-size: 16px;
    line-height: 22px;
  }

  .ritual-ingredient-name,
  .ritual-ingredient-description {
    font-size: 14px;
    line-height: 16px;
  }

  .ritual-ingredient {
    padding-bottom: 8px;
  }
}
.skin-change-section {
  background: #ffffff;
  padding: 100px 20px 0px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.skin-change-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.skin-heading {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: -2.4px;
  margin-bottom: 10px;
}

.skin-subtext {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -1.2px;
  margin-bottom: 0px;
  max-width: 53%;
}

.skin-subtextq {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 53%;
}

.skin-causes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0.50) 0.16%, rgba(247, 247, 247, 0.50) 49.95%, rgba(245, 245, 245, 0.50) 99.74%);
  box-shadow: 0 0 9px 0 #FFF;
  backdrop-filter: blur(8px);
}

.skin-cause {
  text-align: left;
  padding: 40px;
}

.skin-cause-icon {
  height: 40px;
  margin-bottom: 10px;
}

.skin-cause-title {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.skin-cause-desc {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.26px;
}

.skin-benefits {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.skin-benefit-card {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #B5D277;
  background: #FFF;
  box-shadow: -2px -2px 10px 0 rgba(181, 210, 119, 0.40), 6px 3px 10px 0 rgba(131, 187, 234, 0.30);
}

.skin-benefit-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.skin-benefit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.skin-benefit-title {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -1.2px;
  max-width: 50%;
  text-align: left;
}

.skin-benefit-number {
  color: #3B3B3B;
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.2px;
  letter-spacing: -4.8px;
  height: 30px;
  text-align: center;
}

.right-leaf1 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
}
.right-leaf1 img {
  max-height: 780px;
  object-fit: contain;
}
.right-leaf-desktop {
  display: block;
}
.right-leaf-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .skin-change-section {
    padding:100px 16px 0 16px;
  
  }

  .skin-heading {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.2px;
    text-align: left;
  }

  .skin-subtext,
  .skin-subtextq {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .skin-subtextq {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .skin-causes {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .skin-cause {
    padding: 20px 16px;
  }

  .skin-cause-icon {
    height: 30px;
    margin-bottom: 8px;
  }

  .skin-cause-title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
  }

  .skin-cause-desc {
    font-size: 12px;
    line-height: 18px;
  }

  .skin-benefits {
    flex-direction: column;
    gap: 20px;
  }

  .skin-benefit-card {
    padding: 16px;
    min-width: auto;
  }

  .skin-benefit-card img {
    width: 100%;
    margin-bottom: 10px;
  }

  .skin-benefit-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
  }

  .skin-benefit-title {
    font-size: 25px;
    line-height: 32px;
    max-width: 60%;
    text-align: left;
  }

  .skin-benefit-number {
    font-size: 58px;
    line-height: 64px;
    letter-spacing: -2px;
    height: auto;
    text-align: left;
  }

  .right-leaf1 {
    top: auto;
    bottom: 0;
    right: -40px;
    z-index: 0;
  }

  .right-leaf1 img {
    max-height: 1940px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .right-leaf-desktop {
    display: none;
  }

  .right-leaf-mobile {
    display: block;
  }
}