/** Shopify CDN: Minification failed

Line 99:0 All "@import" rules must come first
Line 252:0 All "@import" rules must come first
Line 455:0 All "@import" rules must come first

**/
/* ============================================
   1. THEME REVEAL FIX
   Targets any element with the reveal attribute 
   to stop it from acting as a "paper cutter."
   ============================================ */
[hdt-reveal="slide-in"], 
.hdt-rte, 
.hdt-text-warry {
  overflow: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  contain: none !important;
}

/* ============================================
   2. SECTION WRAPPER
   ============================================ */
.saffron-section {
  position: relative;
  overflow: visible !important;
  padding: 60px 20px;
  max-width: 860px;
  margin: 0 auto;
  background-color: #FAF7F2;
}

/* ============================================
   3. THE HEADER FIX (The "ff" Solution)
   We use "display: table" because it forces the 
   browser to calculate the full height of the 
   italic glyphs.
   ============================================ */
.header-line-saffron {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  
  /* CRITICAL FIXES */
  display: table !important;       /* Forces full height calculation */
  margin: 0 auto 10px auto !important; 
  line-height: 1.4 !important;     /* Extra vertical room */
  padding-bottom: 20px !important; /* Safety zone for 'ff' descenders */
  
  letter-spacing: 0.02em !important;
  color: #000000 !important;
  text-align: center !important;
  overflow: visible !important;
  border: none !important;
  
  /* Pushes the 'S' right so the left-lean isn't cut */
  text-indent: 10px; 
}

.header-line-saffron span.gold {
  color: #C49A38 !important;
  font-style: italic !important;
}

/* ============================================
   4. BODY COPY
   ============================================ */
.body-saffron {
  font-family: 'Jost', sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.01em !important;
  color: #6B6455 !important;
  text-align: center !important;
}

.body-saffron p {
  margin: 0 0 1.25em 0 !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .header-line-saffron {
    font-size: 30px !important;
    padding-bottom: 15px !important;
  }
}


/* 60 Second Section*/
/* ============================================
   SECTION 1 — HOW TO USE
   Class prefix: saffron-60-sec
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&family=Jost:wght@300;400&display=swap');

.saffron-60-sec {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 40px;
  background-color: #FAF7F2;
}

.saffron-60-sec__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C49A38;
  margin: 0 0 8px 0;
  text-align: center;
}

.saffron-60-sec__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin: 0 0 8px 0;
  text-indent: 8px;
}

.saffron-60-sec__subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6B6455;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

/* ── Steps grid ── */
.saffron-60-sec__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: #E0D8CC;
  border: 1px solid #E0D8CC;
  border-radius: 12px;
  overflow: hidden;
}

.saffron-60-sec__step {
  background-color: #FFFFFF;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.saffron-60-sec__step-num {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C49A38;
  margin-bottom: 14px;
}

.saffron-60-sec__step-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}

.saffron-60-sec__step-title {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.saffron-60-sec__step-desc {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #6B6455;
  line-height: 1.65;
}

/* ── Ayurvedic tip ── */
.saffron-60-sec__tip {
  margin-top: 24px;
  background-color: #F2EDE4;
  border-radius: 10px;
  padding: 18px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.saffron-60-sec__tip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C49A38;
  margin-top: 6px;
  flex-shrink: 0;
}

.saffron-60-sec__tip-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C49A38;
  margin-bottom: 6px;
}

.saffron-60-sec__tip-text {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #6B6455;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .saffron-60-sec {
    padding: 40px 20px;
  }
  .saffron-60-sec__steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .saffron-60-sec__title {
    font-size: 30px;
  }
}

/* End 60 Second Section */


/* Ingredient Section */
/* ============================================
   SECTION 2 — KEY INGREDIENTS
   Class prefix: saffron-ingredients
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&family=Jost:wght@300;400&display=swap');

.saffron-ingredients {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 40px;
  background-color: #FAF7F2;
}

.saffron-ingredients__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C49A38;
  margin: 0 0 8px 0;
  text-align: center;
}

.saffron-ingredients__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin: 0 0 8px 0;
  text-indent: 8px;
}

.saffron-ingredients__subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6B6455;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

/* ── Card grid ── */
.saffron-ingredients__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.saffron-ingredients__card {
  background-color: #FFFFFF;
  border: 0.5px solid #E0D8CC;
  border-radius: 12px;
  padding: 22px 20px;
}

.saffron-ingredients__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.saffron-ingredients__icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Icon colour variants */
.saffron-ingredients__icon-wrap--gold   { background-color: #FAF3E5; }
.saffron-ingredients__icon-wrap--green  { background-color: #EDF6F0; }
.saffron-ingredients__icon-wrap--blue   { background-color: #EAF2FB; }
.saffron-ingredients__icon-wrap--red    { background-color: #FDF0F0; }

.saffron-ingredients__icon-wrap svg {
  width: 18px;
  height: 18px;
}

.saffron-ingredients__ing-name {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0 0 3px 0;
}

.saffron-ingredients__ing-origin {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #6B6455;
  margin: 0;
}

.saffron-ingredients__card-desc {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #6B6455;
  line-height: 1.65;
  margin: 0 0 12px 0;
}

.saffron-ingredients__benefit {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

/* Benefit badge colour variants */
.saffron-ingredients__benefit--gold  { background-color: #FAF3E5; color: #C49A38; }
.saffron-ingredients__benefit--green { background-color: #EDF6F0; color: #3B6D11; }
.saffron-ingredients__benefit--blue  { background-color: #EAF2FB; color: #185FA5; }
.saffron-ingredients__benefit--red   { background-color: #FDF0F0; color: #A32D2D; }

/* ── Stats bar ── */
.saffron-ingredients__stats {
  margin-top: 24px;
  border: 0.5px solid #E0D8CC;
  border-radius: 12px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  text-align: center;
}

.saffron-ingredients__stat {
  padding: 0 16px;
}

.saffron-ingredients__stat + .saffron-ingredients__stat {
  border-left: 0.5px solid #E0D8CC;
}

.saffron-ingredients__stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  color: #C49A38;
  line-height: 1;
  margin-bottom: 6px;
}

.saffron-ingredients__stat-label {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #6B6455;
  line-height: 1.5;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .saffron-ingredients {
    padding: 40px 20px;
  }
  .saffron-ingredients__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .saffron-ingredients__stats {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .saffron-ingredients__stat + .saffron-ingredients__stat {
    border-left: none;
    border-top: 0.5px solid #E0D8CC;
    padding-top: 16px;
  }
  .saffron-ingredients__title {
    font-size: 30px;
  }
}

/* End Ingredient Section */
/* Result Section*/
/* ============================================
   SECTION 3 — RESULTS TIMELINE
   Class prefix: saffron-results
   ============================================ */

/* ============================================
   SECTION 3 — RESULTS TIMELINE (TWO COLUMN)
   Class prefix: saffron-results
   ============================================ */

/* ============================================
   SECTION 3 — RESULTS TIMELINE (TWO COLUMN)
   Class prefix: saffron-results
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&family=Jost:wght@300;400&display=swap');

.saffron-results {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
  background-color: #FAF7F2;
}

/* ── Section header ── */
.saffron-results__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C49A38;
  margin: 0 0 8px 0;
  text-align: center;
}

.saffron-results__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin: 0 0 8px 0;
  text-indent: 8px;
}

.saffron-results__subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6B6455;
  text-align: center;
  margin: 0 0 48px 0;
  line-height: 1.6;
}

/* ── Two column wrapper ── */
.saffron-results__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch; /* KEY: both columns same height */
}

/* ── Left — image ── */
.saffron-results__image-wrap {
  position: sticky;
  top: 40px;
  border-radius: 16px;
  overflow: hidden;
  /* KEY: fill full column height */
  min-height: 100%;
  height: 100%;
  display: flex;
}

.saffron-results__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the box, crops if needed */
  object-position: center center;
  display: block;
  border-radius: 16px;
  min-height: 500px; /* fallback floor */
}

/* ── Right — timeline column ── */
.saffron-results__right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Timeline rows ── */
.saffron-results__timeline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.saffron-results__row {
  background-color: #FFFFFF;
  border: 0.5px solid #E0D8CC;
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.saffron-results__row--highlight {
  border-color: #C49A38;
}

.saffron-results__week {
  flex-shrink: 0;
  width: 58px;
  text-align: center;
}

.saffron-results__week-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #C49A38;
  line-height: 1;
  margin: 0 0 4px 0;
}

.saffron-results__week-label {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B6455;
  margin: 0;
}

.saffron-results__divider {
  width: 0.5px;
  background-color: #E0D8CC;
  align-self: stretch;
  flex-shrink: 0;
}

.saffron-results__row--highlight .saffron-results__divider {
  background-color: #C49A38;
}

.saffron-results__content {
  flex: 1;
}

.saffron-results__content-title {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0 0 6px 0;
}

.saffron-results__content-desc {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #6B6455;
  line-height: 1.65;
  margin: 0 0 10px 0;
}

.saffron-results__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.saffron-results__tag {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  border: 0.5px solid #E0D8CC;
  color: #6B6455;
}

.saffron-results__tag--gold {
  border-color: #C49A38;
  color: #C49A38;
}

/* ── Review ── */
.saffron-results__review {
  margin-top: 8px;
  background-color: #F2EDE4;
  border-radius: 12px;
  padding: 20px 24px;
}

.saffron-results__stars {
  font-size: 13px;
  color: #C49A38;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.saffron-results__review-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: #1A1A1A;
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.saffron-results__reviewer {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #6B6455;
  margin: 0;
}

/* ── CTA ── */
.saffron-results__cta {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}

.saffron-results__btn {
  flex: 1;
  padding: 13px 16px;
  border-radius: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}

.saffron-results__btn--primary {
  background-color: #1A1A1A;
  color: #FAF3E5;
  border: 1px solid #1A1A1A;
}

.saffron-results__btn--primary:hover {
  background-color: #333333;
}

.saffron-results__btn--secondary {
  background-color: transparent;
  color: #1A1A1A;
  border: 0.5px solid #C49A38;
}

.saffron-results__btn--secondary:hover {
  background-color: #FAF3E5;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .saffron-results__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .saffron-results__image-wrap {
    position: static;
    height: 400px;
    min-height: 400px;
  }
  .saffron-results__image-wrap img {
    min-height: 400px;
  }
  .saffron-results__title {
    font-size: 30px;
  }
  .saffron-results {
    padding: 40px 20px;
  }
  .saffron-results__cta {
    flex-direction: column;
  }
}
/* End Result Section */