/** Shopify CDN: Minification failed

Line 20:9 Unexpected "{"
Line 4621:0 Unexpected "}"

**/
:root {
  --font-heading-family: 'Plus Jakarta Sans', sans-serif;
  --font-body-family: 'Poppins', sans-serif;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

body, button, input, textarea, select,
.header-wrapper, .header-wrapper a,
.header__menu-item, .menu-drawer__menu-item {
  font-family: var(--font-body)  ;   /* Poppins */
}

h1, h2,  {
  font-family: var(--font-heading)  ;   /* Plus Jakarta Sans */
}
p {
    letter-spacing: -2%;
    margin: 0  ;
}
 main#MainContent {
    background: #FFF6EA;
    gap:40px;
}

body {background-color: #fff6ea !important;}

div#shopify-section-template--20846904017079__cart-items {
    width: 1064px;
    margin: auto;
}

.section-template--20846904017079__cart-items-padding {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 36px;
    padding-left: 36px;
}
div#shopify-section-template--20846904017079__cart-footer {
    width: 1064px;
    margin: auto;
}

.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 5rem;
    padding-right: 36px;
}
section#shopify-section-template--20846904148151__hero_combined_MVwcFT {
    width: 1064px;
    margin: auto;
}
section#shopify-section-template--20846904148151__image_with_text_and_iconlist_3UapEa {
width: 1064px;
    margin: auto  ;}
section#shopify-section-template--20846904148151__image_with_text_and_iconlist_qjQpJm {
width: 1064px;
    margin: auto;}
section#shopify-section-template--20846904148151__comparison_table_PJPzD3 {
width: 1064px;
    margin: auto;}
section#shopify-section-template--20846904148151__image_with_text_and_iconbox_ebePeF {
width: 1064px;
    margin: auto  ; }
section#shopify-section-template--20846904148151__product_form_4GQhym {
width: 1064px;
    margin: auto;
  padding-block:32px;
  }
section#shopify-section-template--20846904148151__founder_story_QcGF3h {
width: 1064px;
    margin: auto;}
section#shopify-section-template--20846904148151__faqs_founder_kJNPP9 {
width: 1064px;
    margin: auto;}

section#shopify-section-template--20846904148151__insta_slider_rt4XmM {
width: 1064px;
    margin: auto;}
section#shopify-section-template--20846904148151__testimonials_slider_UtmLiW {
width: 1064px;
    margin: auto;}

/* ================= HERO BANNER ================= */

/* ================= HERO COMBINED (wrapper) ================= */
.hero-combined {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
 margin-top: 12px;        /* 24px se 12px */
  margin-bottom: 24px
}

.hero-combined .hero-banner {
  border-radius: 12px;
}

.hero-combined .hero-marquee {
  border-radius: 12px;
}

/* ================= HERO BANNER ================= */
.hero-banner {
  border-radius: 24px;
  overflow: hidden;
}



.hero-banner__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 480px;
}

.hero-banner__content--center {
  margin-inline: auto;
  text-align: center;
  align-items: center;
}

.hero-banner__eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding-bottom: 16px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
p.hero-banner__eyebrow {
    line-height: 0;
}
.hero-banner__eyebrow-icon {
  width: 14px;
  flex-shrink: 0;
}

.hero-banner__eyebrow-icon img {
  width: 100%;
  height: auto;
  display: block;
}



.hero-banner__subtitle {
  margin: 0;
  width: 100%;
  max-width: 330px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1F2EBC;
}
h2.image-text-iconlist__heading {
    margin-top: 10px  ;
}

.hero-banner__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: 0px;
  padding: 0;
}


.hero-banner__list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1F2EBC;
}

.hero-banner__list-icon {
  width: 20px;
  flex-shrink: 0;
}

.hero-banner__list-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #fff6ea;
  background: #1f2ebc;
  margin-top: 10px;
}

.hero-banner__button-icon {
  width: 18px;
}

.hero-banner__button-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-banner__media {
  width: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner__img {
  width: 135%;
    height: 130%;
  display: block;
  object-fit: cover;
}
/* Blue bar full-width edge-to-edge */
.custom-header__topbar {
  padding: 0;
  background:#fff  ;               /* padding ab inner pe */
}

.custom-header__topbar-inner {
    width: 1046px ;
    margin-inline: auto;
     padding-block: 10px; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1f2ebc;
    border-radius:12px;
}

/* ---------- Tablet: 750–1023px ---------- */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .hero-banner__inner {
    gap: 24px;
    padding-inline: 32px;
  }
  .hero-banner__content {
    max-width: 100%;
  }
}
li.hero-banner__list-item {
    line-height: 0px;
}

.hero-banner__content.hero-banner__content--left {
    padding-left: 36px;
}
section.hero-banner {
    padding-top: 50px  ;
    padding-bottom: 50px  ;
}
@media screen and (max-width: 375px) {
  header#shopify-section-sections--20846904606903__custom_header_jCwLid {
    padding-top: 0px  ;
}
    span.image-text-iconlist__eyebrow {
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
 
.hero-banner__inner{
  gap:0;
}
.hero-banner__media {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 423px;
}
.custom-header__topbar {
    border-radius:  0px  ;
}
  .hero-banner__content.hero-banner__content--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center  ;
    text-align: center;
            padding-inline: 30px;
          
  }

  .hero-combined {
    margin-top:0px;
    border-radius: 0 0 20px 20px;
    padding-inline: 8px;
  }
  .custom-header__wrapper .page-width {
    max-width: 1062px;
    margin-inline: auto;
    padding: 16px;
}

.bg-box .image-text-iconlist__box {
    background: #2E7D5233  ;
}
.bg-box2 .image-text-iconlist__box {
    background: #FF475F1A  ;
}

h2.image-text-iconlist__heading {
    margin-top: 10px  ;
    margin-inline: 14px;
}

section.comparison-table{
  padding-top:20px  ;
}


  .hero-banner__img {
    width: 150%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  span.image-text-iconlist__eyebrow {
    font-size: 12px;
  }

  .image-text-iconlist__item {
font-size: 14px;
    letter-spacing:-0.02em;
        line-height: 0;  }
  h2.comparison-table__heading {
    width: 90%;
  }
  /* .comparison-table__table thead th span {
    font-size: 20px;
    letter-spacing:-0.02em;
        font-weight: 800;
  } */
  .image-text-iconbox__caption {
    font-size: 13px;
    margin-top: 12px  ;
  }
  .image-text-iconbox__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    flex-direction: row;
    align-content: center;
  }
  .image-text-iconbox__eyebrow {
    margin: 0 0 16px ;
  }
  .faqs-founder__eyebrow {
    margin-bottom: 12px  ;
  }
}

  .hero-combined {
   border-radius: 0 0 20px 20px;
    padding-inline: 8px ;
    margin-top: 0px;      
    margin-bottom: 20px;
  }

  .hero-banner__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 48px;
    padding-inline: 50px;
  }
  .hero-banner__content {
    flex: 0 0 50%;
    align-self: center;
  }
  .hero-banner__media {
    flex: 0 0 50%;
  }
  
 
  /* .hero-banner__subtitle {
    font-size: 18px;
    width: 80%;
  } */
  /* .hero-banner__list-item {
    font-size: 16px;
  } */
  .hero-banner__button {
    padding: 16px 32px;
  }



/* ================= HERO MARQUEE ================= */
.hero-marquee {
  border-radius: 12px;
  overflow: hidden;
}

.hero-marquee__viewport {
  overflow: hidden;
  width: 100%;
}

/* NOTE: translateX(-16.666%) = 1/6, aur track mein 6 identical groups hain
   (template ka {%- for i in (1..6) -%}). Agar group count kabhi badlo,
   to yeh percentage bhi update karna (100 / groups). */
.hero-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-left var(--marquee-speed) linear infinite;
}

.hero-marquee__track--right {
  animation-name: marquee-right;
}

.hero-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hero-marquee__item {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: -0.02em;
  white-space: nowrap;
  padding-inline: 8px;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-16.666%); }
}

@keyframes marquee-right {
  from { transform: translateX(-16.666%); }
  to   { transform: translateX(0); }
}

@media screen and (min-width: 1024px) {
  .hero-marquee__item {
    font-size: 14px;
    padding: 0 12px;
  }
}

/* ================= IMAGE + ICON LIST ================= */

/* Section ke bahar wali vertical spacing — ab class pe (reusable).
   Pehle hardcoded "shopify-section-template--..." ID selector tha jo
   sirf ek instance pe chalta tha. */

/* bg / radius / padding ab section settings (inline) se aate hain —
     hata diya taake editor ke pickers kaam karein. */

.image-text-iconlist__inner {
  display: flex;
  flex-direction: column;
  
  align-items: stretch;
}

.image-text-iconlist__media {
  border-radius: 20px;
  overflow: hidden;
  height: 320px;              
}

.image-text-iconlist__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.image-text-iconlist__content {
  display: flex;
  flex-direction: column;
}

.image-text-iconlist__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
    letter-spacing:-0.02em;
padding: 8px 12px 8px 12px;
line-height:1.2;
border-radius: 999px;
  margin: 0 0 0px;
  margin-left: 10px;
  width: fit-content;
}

.image-text-iconlist__heading {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
    letter-spacing:-0.02em;
  margin-bottom: 10px;
  margin-left: 4px;
}

.bg-box h2.image-text-iconlist__heading {
    width: 80%;
}
.bg-box span.image-text-iconlist__eyebrow {
    background: #2E7D5233  ;
}
.bg-box .image-text-iconlist__subtitle {
    margin-bottom: 0;
}

.image-text-iconlist__subtitle {
  font-family: var(--font-body);
  font-size: 16px;
    letter-spacing:-0.02em;
      margin: 0 10px 0px;
      font-weight: 400;
  width: 90%;
}



.image-text-iconlist__box-heading {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    letter-spacing:-0.02em;
    padding: 12px 10px;
    line-height: 1.35;
}

.image-text-iconlist__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-text-iconlist__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
    letter-spacing:-0.02em;
        min-height: 42px;
    padding: 10px 12px;
    line-height: 1.35;
}

.image-text-iconlist__icon {
        width: 20px;
        height: 20px;
        line-height: 0  ;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

.image-text-iconlist__icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- Tablet: 750–1023px ---------- */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .image-text-iconlist { margin-block: 36px; }

  .image-text-iconlist__media { height: 420px; }

  .image-text-iconlist__heading { margin-left: 12px; }

  .image-text-iconlist__subtitle {
    margin-left: 12px;
    width: 90%;
  }
}

  

  .image-text-iconlist__inner {
    flex-direction: row;
    align-items: stretch;      /* content column image ke barabar height le leta hai */
    
  }

  .image-text-iconlist__inner--right {
    flex-direction: row-reverse;
  }

  .image-text-iconlist__media {
    flex: 1;
    min-width: 0;
    height: auto;              
    aspect-ratio: 1 / 1; 
    margin: 0px 8px;     
  }

  .image-text-iconlist__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  /* .image-text-iconlist__eyebrow {
    font-size: 14px;
padding: 8px 12px 8px 12px;
line-height:1;
margin-TOP: 16px;
    margin-left: 20px;
  } */

  .image-text-iconlist__heading {
    font-size: clamp(26px, 3.5vw, 32px);
    margin-bottom: 12px;
    margin-left: 20px;
  }
/* 
  .image-text-iconlist__subtitle {
    font-size: 16px;
    margin-bottom:30px;
    margin-left: 20px;
    width: 90%;
  } */

 
  /* .image-text-iconlist__item {
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    letter-spacing:-0.02em;
        line-height: 0;
  } */

 .image-text-iconlist__icon {
        width: 20px;
        height: 20px;
        line-height: 0  ;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }



/* ================= IMAGE + ICON LIST 2 ================= */
/* section#shopify-section-template--20846904148151__image_with_text_and_iconlist_3UapEa {
    margin: 24px 0;
} */


/* span.image-text-iconlist__eyebrow {
    margin-top: 12px;
    margin-left: 4px;
} */

h2.comparison-table__heading {
  margin: 20px;
}

@media screen and (min-width: 1024px) {
  
  /* span.image-text-iconlist__eyebrow {
    margin-top: 20px;
    margin-left: 20px;
  } */
}
/* ================= COMPARISON TABLE ================= */


.comparison-table__eyebrow {
  display: flex;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 999px;
  margin: 0 auto 16px;
  width: fit-content;
  text-align: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
    letter-spacing:-0.02em;
     margin-bottom: 12px;
    padding: 8px 12px;
}

.comparison-table__heading {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing:-.02em;
  text-align: center;
  color: #1F2EBC;
}

/* .comparison-table__scroll {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
} */

.comparison-table__table {
  width: 100%;
  border-collapse: collapse;
  /* min-width: 560px; */
  table-layout: fixed;
}

.comparison-table__corner {
  width: 33.33%;
}

.comparison-table__table thead th {
  padding: 0 10px 12px;
  text-align: center;
  vertical-align: bottom;
  width: 33.33%;
}

.comparison-table__table thead th img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  margin: 0 auto 8px;
}

.comparison-table__table thead th span {
  display: block;
  font-family: var(--font-heading);
  font-size: 20px;
        letter-spacing: -0.02em;
        font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.comparison-table__table tbody th {
  text-align: left;
  padding-block: 20px;
  font-weight: 400;
  vertical-align: top;
}

.comparison-table__table tbody th strong {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 18px;
  color: #1F2EBC;
  letter-spacing:-.02em;
}

.comparison-table__table tbody th span {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
}


.comparison-table__table tbody tr {
  border-top: 1px solid rgba(31, 46, 188, 0.1);
}

.comparison-table__table tbody td {
  text-align: center;
  padding-block: 20px;
}

.comparison-table__table tbody td.is-highlight {
  background: var(--comparison-highlight-bg, #d5decb);
}

.comparison-table__table thead th.is-highlight {
  border-radius: 16px 16px 0 0;
}

.comparison-table__table tbody tr:last-child td.is-highlight {
  border-radius: 0 0 16px 16px;
}

.comparison-table__table tbody tr:first-child td.is-highlight {
  border-radius: 16px 16px 0 0;
}
.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.mark--check {
  background: #2E7D52;
  color: #FAD707;
}

.mark--cross {
  background: #ffe7e0;
  color: #EF4767;
}

.mark--check svg,
.mark--cross svg {
  width: 18px;
  height: 18px;
}

.mark--dash {
  opacity: 0.4;
}

.mark--text {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Tablet range: 750px–1023px */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  section#shopify-section-template--20846904148151__comparison_table_PJPzD3 {
    padding: 40px 0;
  }
  .comparison-table__table {
    min-width: 300px;
  }
  .comparison-table__table thead th img {
    height: 100px;
  }
  .comparison-table__table thead th span {
    font-size: 15px;
  }
  .comparison-table__table tbody th strong {
    font-size: 18px;
    letter-spacing:-.02em;
  }
  .comparison-table__table tbody th span {
    font-size: 13px;
  }
}


  
  /* .comparison-table__eyebrow {
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 20px;
    letter-spacing: -.02em;
  } */
  .comparison-table__heading {
    margin-bottom: 40px;
  }
  .comparison-table__table {
    min-width: 100%;
  }
  .comparison-table__corner {
    width: 33.33%;
  }
  .comparison-table__table thead th {
    padding: 0 16px 16px;
    width: 33.33%;
  }
  .comparison-table__table thead th img {
    height: 120px;
    margin: 0 auto 12px;
  }
  .comparison-table__table thead th span {
font-size: 20px;
    letter-spacing:-0.02em;
        font-weight: 800;  }
  .comparison-table__table tbody th {
  padding-block: 20px ;
  }
  .comparison-table__table tbody th strong {
    font-size: 18px;
    letter-spacing:-0.02em;
  }
  .comparison-table__table tbody th span {
    font-size: 14px;
    letter-spacing:-0.02em;
    font-weight:400;
    color: #1F2EBC;
  }
  .comparison-table__table tbody td {
    padding-block: 20px ;
  }
  .mark {
    width: 30px;
    height: 30px;
  }
  .mark--check svg,
  .mark--cross svg {
    width: 18px;
    height: 18px;
  }
  .mark--text {
    font-size: 13px;
  }






/* ================= IMAGE + ICON BOX ================= */

/* Vertical spacing — class-based (reusable) */

.icon-box-content-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.image-text-iconbox__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ---------- Media ---------- */
.image-text-iconbox__media {
  display: flex;
  flex-direction: column;
}

.image-text-iconbox__frame {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.image-text-iconbox__img,
.image-text-iconbox__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;   /* ye line add karo — crop kahan se ho control karti hai */
}
.image-text-iconbox__media {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
}
.image-text-iconbox__caption {
    padding: 19px 15px;
}


.image-text-iconbox__caption-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 6px;
  letter-spacing:-0.02em;
}

.image-text-iconbox__caption-body {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight:400;
  letter-spacing:-0.02em;
  line-height: 1.6;
}
.image-text-iconbox__caption-body p { margin: 0; }
.image-text-iconbox__caption-body p + p { margin-top: 8px; }

/* ---------- Content ---------- */
.image-text-iconbox__content {
  display: flex;
  flex-direction: column;
}

.image-text-iconbox__eyebrow {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
   margin: 0 0 0px;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    letter-spacing: -2%;
  /* color inline (eyebrow_color) se — plain text, koi pill nahi */
}

.image-text-iconbox__heading {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  color: #1F2EBC;
  width: 100%;
  letter-spacing: -0.02em;
  width: 80%;
  margin: 0px;
}

.image-text-iconbox__subtitle {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #1F2EBC;
  width: 100%;
}
.image-text-iconbox__subtitle p { margin: 0; }

/* ---------- Icon boxes ---------- */
.image-text-iconbox__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.image-text-iconbox__box {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 4px;
  align-items: start;
  padding:20px;
  border-radius: 14px;
  /* bg + color inline (box_bg / box_text_color) se — default sab lavender */
}

.image-text-iconbox__box-icon {
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.image-text-iconbox__box-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.image-text-iconbox__box-title {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing:-0.02em;
  margin: 0;
  line-height:0;
  color: inherit;
  align-self: center;
  line-height:20px;
}

.image-text-iconbox__box-text {
  grid-column: 2;
  grid-row: 2;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: inherit;
  opacity: 0.85;
}
.image-text-iconbox__box-text p { margin: 0; }
.image-text-iconbox__box-text p + p { margin-top: 8px; }
.image-text-iconbox__box-text strong { font-weight: 700; }

/* ---------- Button ---------- */
.image-text-iconbox__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: #FAD707;
  color: #1F2EBC;
  gap: 10px;
  letter-spacing:-0.02em;
}

.image-text-iconbox__button-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.image-text-iconbox__button-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

/* ---------- Tablet: 750–1023px ---------- */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .image-text-iconbox { margin-block: 36px; }

  .image-text-iconbox__caption-title { font-size: 16px; }
  .image-text-iconbox__caption-body { font-size: 14px; }

  .image-text-iconbox__eyebrow { font-size: 14px; margin-bottom: 20px; }
  .image-text-iconbox__subtitle { width: 92%; }

  .image-text-iconbox__box { padding: 20px; }
  .image-text-iconbox__box-title { font-size: 16px; }
  .image-text-iconbox__box-text { font-size: 14px; }

  .image-text-iconbox__button { padding: 16px 22px; font-size: 15px; }
}




  .image-text-iconbox__inner {
    flex-direction: row;
    align-items: stretch;        
    gap: 24px;
  }
  .image-text-iconbox__inner--right {
    flex-direction: row-reverse;
  }


  
  .image-text-iconbox__frame {                    
    min-height: 0;
    height: auto;               
    aspect-ratio: auto;         
  }

  
  .image-text-iconbox__caption-title { font-size: 16px; }
  .image-text-iconbox__caption-body { font-size: 14px; }
.image-text-iconbox__media {
    height: fit-content;
}
  /* .image-text-iconbox__eyebrow {
        font-size: 14px;
        background: #fff;
        margin: 0 0 20px;
        padding: 8px 12px;
        border-radius: 100px;
        line-height: 18px;
        letter-spacing: -0.02em;
    } */
 
      .image-text-iconbox__subtitle {
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        letter-spacing: -0.02em;
    }

  .image-text-iconbox__grid {
    gap: 16px;
    margin-bottom: 24px;
  }
  .image-text-iconbox__box {
    column-gap: 8px;
    row-gap: 4px;
    padding: 20px;
    border-radius: 16px;
  }
  .image-text-iconbox__box-icon { width: 24px; height: 24px; }
  .image-text-iconbox__box-icon img { width: 24px; height: 24px; }
  .image-text-iconbox__box-title { font-size: 16px; }
  .image-text-iconbox__box-text { font-size: 14px; }

  .image-text-iconbox__button {
    padding: 18px 24px;
    font-size: 16px;
    gap: 10px;
  }



/* ================= FOUNDER STORY ================= */
.founder-story__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.founder-story__content {
  display: flex;
  flex-direction: column;
  gap:24px;
}

.founder-story__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  width: fit-content;
}

.founder-story__heading {
  font-family: var(--font-heading);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0px;
  width: 80%;
  letter-spacing:-0.02em;
}

.founder-story__subtitle {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
}
/* Global "p" rule hata diya — ab section ke andar scoped */
.founder-story__subtitle p { margin: 0; }
.founder-story__subtitle p + p { margin-top: 10px; }

.founder-story__boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.founder-story__box {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
  padding: 20px 16px;
  border-radius: 12px;
}

.founder-story__box-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  align-self: start;
}

.founder-story__box-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.founder-story__box-text {
  grid-column: 2;
  grid-row: 1;
}
h3.founder-story__box-title{
  margin-bottom:10px;
}
.founder-story__box-title {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing:-0.02em;
  margin: 0 ;
}

/* box-desc ab <div> hai (pehle <p> tha jisme richtext ka <p> nest ho ke
   color tod raha tha). Inner p ka margin yahan zero karte hain. */
.founder-story__box-desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
}
.founder-story__box-desc p { margin: 0; }
.founder-story__box-desc p + p { margin-top: 8px; }
.founder-story__box-desc strong { font-weight: 700; }

.founder-story__media {
  display: flex;
  flex-direction: column;
}

.founder-story__video-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 560px   ;
}
.founder-story__box.founder-story__box--1 {
    background: #FFACB733  ;
}
.founder-story__box.founder-story__box--2 {
    background: #1F2EBC1A  ;
}
.founder-story__box.founder-story__box--3 {
    background: #2E7D5233  ;
}
.founder-story__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

.founder-story__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px;
}

.founder-story__caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.founder-story__caption-title {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  
        letter-spacing: -0.02em;
}

.founder-story__caption-sub {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.founder-story__play {
  z-index: 3;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.founder-story__play svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.founder-story__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.founder-story__video-player {
  position: absolute;
  inset: 0;
}

.founder-story__play-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

/* ---------- Tablet: 750–1023px ---------- */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .founder-story__inner { gap: 32px; }

  .founder-story__video-wrap { height: 420px; }

  .founder-story__heading { font-size: 28px; width: 85%; }
  .founder-story__subtitle { width: 90%; }

  .founder-story__box { padding: 18px; }
  .founder-story__box-title { font-size: 16px; }
      .founder-story__box-desc {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.02em;
        line-height: 20px;
    }


  .founder-story__overlay { padding: 22px; }
  .founder-story__caption-title { font-size: 17px; }
  .founder-story__play { width: 48px; height: 48px; }
}


  .founder-story__inner {
    flex-direction: row;
    align-items: start;          /* stretch HATAYA — ab video content ke sath nahi khinchti */
    gap: 40px;
  }
  .founder-story__inner--left {
    flex-direction: row-reverse;
  }
  .founder-story__content,
  .founder-story__media {
    flex: 1;
    min-width: 0;
  }

  /* Video ki apni fixed shape — content ki height se koi lena dena nahi */
  .founder-story__video-wrap {
    height: auto;                /* mobile wali 320px clear */
    aspect-ratio: 4 / 5;         /* design jaisa portrait (height: 100% + min-height HATAYE) */
  }

  .founder-story__eyebrow {
    font-size: 14px;
    padding: 8px 12px;
    line-height:18px;
    letter-spacing:-0.02em;
  }
  .founder-story__heading {
    font-size: clamp(28px, 3.5vw, 32px);
    width: 80%;
  }
 .founder-story__subtitle {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.02em;
    }

  .founder-story__boxes {
    gap: 12px;
    margin-top: 0;
  }
  .founder-story__box {
    column-gap: 14px;
    padding: 20px;
  }
  .founder-story__box-icon { width: 22px; height: 22px; }
  .founder-story__box-icon img { width: 22px; height: 22px; }
  .founder-story__box-title { font-size: 16px; 
    font-family: var(--font-body);
  
  }
  .founder-story__box-desc { font-size: 14px; }

  .founder-story__overlay { padding: 24px; }
  .founder-story__caption-title { font-size: 18px; }
  .founder-story__caption-sub { font-size: 14px; }
  .founder-story__play {
    width: 52px;
    height: 52px;
  }
  .founder-story__play svg {
    width: 52px;
    height: 52px;
    margin-left: 3px;
  }
  .founder-story__play-img { width: 24px; height: 24px; }




/* ================= FAQS FOUNDER ================= */
/* Background inline setting (bg_color) se aata hai — transparent   hataya */

.faqs-founder__inner {
  display: flex;
  flex-direction: column;
  gap:24px;
}

.faqs-founder__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faqs-founder__eyebrow {
        margin-bottom: 16px;
        background: #fff;
        padding: 8px 12px;
        border-radius: 100px;
        line-height: 15px;
    }

.faqs-founder__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  width: fit-content;
}

.faqs-founder__heading {
  font-family: var(--font-heading);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  color: #1F2EBC;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  padding-top:20px;
}

.faqs-founder__subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #1F2EBC;
    margin: 0 0 16px;
    opacity: 0.85;
}
.faqs-founder__subtitle p { margin: 0; }

.faqs-founder__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.faqs-founder__buttons .button {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.faqs-founder__buttons .button--primary {
  background-color: #1F2EBC;
  color: #FFFFFF;
  border: 2px solid #1F2EBC;
}

.faqs-founder__buttons .button--outline {
    background-color: transparent;
    color: #1F2EBC;
    border: 2px solid #e9e2e5;
}

.faqs-founder__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  
}

/* Item transparent — lavender background sirf question (trigger) pe */
.accordion-item {
  border: none;
}

.accordion-item__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: #1F2EBC;
  list-style: none;
  gap: 12px;
  background-color: #1F2EBC1A;   /* lavender = blue @ ~10% */
  border-radius: 12px;
  letter-spacing:-2%;
}

.accordion-item__trigger::-webkit-details-marker {
  display: none;
}

/* Plus / minus icon */
.accordion-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.accordion-item__icon::before,
.accordion-item__icon::after {
  content: '';
  position: absolute;
  background: #1F2EBC;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.accordion-item__icon::before {
  width: 11px;
  height: 2px;
}

.accordion-item__icon::after {
  width: 2px;
  height: 11px;
  transition: transform 0.2s ease;
}

/* Open pe vertical bar chhupta hai → plus se minus */
.accordion-item[open] .accordion-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

/* Answer transparent — question box ke neeche, uske text se left-align */
.accordion-item__content {
  padding: 14px 18px 4px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: #1F2EBC;
}
.accordion-item__content p { margin: 0; }
.accordion-item__content p + p { margin-top: 10px; }

/* ---------- Tablet: 750–1023px ---------- */
@media screen and (min-width: 750px) and (max-width: 1023px) {

  .faqs-founder__eyebrow {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .faqs-founder__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .faqs-founder__buttons .button {
    font-size: 15px;
    padding: 14px 26px;
  }
  .accordion-item__trigger {
    padding: 16px 20px;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .accordion-item__content {
        padding-inline: 20px;
        padding-bottom: 16px;
        font-size: 14px;
        font-weight: 400;
    }
}


  .faqs-founder__inner {
    flex-direction: row;
    align-items: flex-start;
    
  }
  .faqs-founder__header {
    
    position: sticky;
    top: 24px;
  }
  .faqs-founder__accordion {
    min-width: 0;
    gap: 16px  ;
  }
  .faqs-founder__eyebrow {
    margin-bottom: 16px;
  }
  .faqs-founder__heading {
    margin: 0 0 16px;
  }
  .faqs-founder__buttons {
    gap: 12px;
  }
 .faqs-founder__buttons .button {
        font-size: 16px;
        padding: 16px 32px;
        letter-spacing: -0.02em;
    }
  .accordion-item__trigger {
    padding: 16px 20px;
    font-size: 14px;
    letter-spacing:-0.02em;
    gap: 16px;
  }
  .accordion-item__icon {
    width: 28px;
    height: 28px;
  }
  .accordion-item__icon::before {
    width: 12px;
  }
  .accordion-item__icon::after {
    height: 12px;
  }
  .accordion-item__content {
    padding: 16px 24px 8px;
    font-size: 15px;
  }

section.faqs-founder {
    background: transparent  ;
}
/* ================= TESTIMONIALS SLIDER ================= */
.testimonials-slider__header {
  text-align: left;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}

.testimonials-slider__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #1F2EBC;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 17px;
}
.testimonials-slider__heading {
  font-family: var(--font-heading);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 800;
  color: #1F2EBC;
  letter-spacing:-0.02em;
  margin: 0 0 24px;
}

.testimonials-slider__subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: #1F2EBC;
    opacity: 0.85;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.testimonials-slider__outer {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.testimonials-slider__viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.testimonials-slider__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 4px;
  margin: 0;
  list-style: none;
}

.testimonials-slider__track::-webkit-scrollbar {
  display: none;
}

.testimonials-slider__slide {
  
  scroll-snap-align: start;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
span.testimonials-slider__score {
    background: #1F2EBC1A;
    padding: 4px 6px;
    border-radius: 26px;
}

.testimonials-slider__stars {
  display: flex;
  align-items: center;
  
}

.testimonials-slider__score {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #1F2EBC;
  margin-right: 2px;
}

.testimonials-slider__star {
  width: 15px;
  height: 15px;
  color: #1F2EBC;
}

.testimonials-slider__slide-heading {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  color: #1F2EBC;
  margin: 0;
  letter-spacing:-0.02em;
}

.testimonials-slider__review {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: #1F2EBC;
  opacity: 0.8;
  margin: 0;
  flex: 1;
}

.testimonials-slider__customer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}

.testimonials-slider__name {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #1F2EBC;
}

.testimonials-slider__verified {
  font-family: var(--font-body);
  font-size: 12px;
  color: #1F2EBC;
  opacity: 0.6;
}

.testimonials-slider__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1F2EBC;
  color: #FFFFFF;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
}
button.testimonials-slider__arrow.testimonials-slider__arrow--prev {
    bottom: 50%;
    left: -5%;
}

button.testimonials-slider__arrow.testimonials-slider__arrow--next {
    bottom: 50%;
    right: -5%;
}
.testimonials-slider__arrow:hover {
  background: #1625a0;
}

.testimonials-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.testimonials-slider__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(31, 46, 188, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.testimonials-slider__dot.is-active {
  background: #1F2EBC;
}

/* Tablet range: 750px–1023px */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .testimonials-slider__header {
    padding-left: 40px;
    margin-bottom: 32px;
  }
  .testimonials-slider__eyebrow {
    font-size: 14px;
    padding: 8px 18px;
    margin-bottom: 16px;
  }
  .testimonials-slider__heading {
    margin: 0 0 8px;
  }
  .testimonials-slider__subtitle {
    font-size: 16px;
  }
  .testimonials-slider__slide {
    flex: 0 0 calc(50% - 8px);
    padding: 24px;
    gap: 12px;
  }
  .testimonials-slider__slide-heading {
    font-size: 19px;
  }
  .testimonials-slider__review {
    font-size: 16px;
  }
  button.testimonials-slider__arrow.testimonials-slider__arrow--next {
   
    display: none ;
}
button.testimonials-slider__arrow.testimonials-slider__arrow--prev {
   
    display: none ;
}

section.comparison-table {
    padding-inline: 10px !important;
}
section.image-text-iconbox {
    padding-inline: 10px;
}
section#shopify-section-template--20846904148151__product_form_4GQhym {
    padding-inline: 10px;
}
section.founder-story.box-3 {
    padding-inline: 10px !important;
}
section.faqs-founder {
    padding-inline: 10px;
}
section.testimonials-slider {
    padding-inline: 10px;
}
 
}
@media screen and (max-width: 750px) {
  .testimonials-slider__header {
  text-align: left;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-top: 40px;
}

  .testimonials-slider__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

  .testimonials-slider__score {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  color: #1F2EBC;
  margin-right: 4px;
  background-color: rgba(31, 46, 188, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}
.testimonials-slider__star {
  width: 18px;
  height: 18px;
  color: #1F2EBC;
}
.testimonials-slider__slide-heading {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #1F2EBC;
  margin: 0;
}
.testimonials-slider__review {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight:400;
  line-height: 1.7;
  color: #1F2EBC;
  opacity: 0.85;
  margin: 0;
  flex: 1;
}

.testimonials-slider__name {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #1F2EBC;
}

.testimonials-slider__verified {
  font-family: var(--font-body);
  font-size: 14px;
  color: #1F2EBC;
  opacity: 0.6;
}

.testimonials-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.testimonials-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(31, 46, 188, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.testimonials-slider__dot.is-active {
  background: #1F2EBC;
  width: 24px;
  border-radius: 999px;
}
.testimonials-slider__header {
    padding-top: 40px;
  }

  .testimonials-slider__slide {
    border-radius: 20px;
    padding: 28px;
    gap: 12px;
  }

  .testimonials-slider__score {
    background-color: rgba(31, 46, 188, 0.08);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    margin-right: 4px;
  }

  .testimonials-slider__star {
    width: 18px;
    height: 18px;
  }

  .testimonials-slider__slide-heading {
    font-size: 20px;
  }

  .testimonials-slider__review {
    font-size: 15px;
    line-height: 1.7;
  }

  .testimonials-slider__name {
    font-size: 16px;
  }

  .testimonials-slider__verified {
    font-size: 14px;
  }

  .testimonials-slider__dots {
    margin-top: 20px;
  }

  .testimonials-slider__dot {
    width: 8px;
    height: 8px;
  }

  .testimonials-slider__dot.is-active {
    width: 24px;
    border-radius: 999px;
  }
  
  

  /* Outer ko normal flex banao arrows ke baghair */
  .testimonials-slider__outer {
    display: block;
  }

  /* Card poori width le */
  .testimonials-slider__slide {
    border-radius: 20px;
    padding: 28px;
    gap: 12px;
    width: 100%;
  }

  /* Track padding theek karein */
  .testimonials-slider__track {
    padding: 8px 0;
    gap: 16px;
  }

  /* Score badge Figma jaisa */
  .testimonials-slider__score {
    background-color: rgba(31, 46, 188, 0.08);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
  }

  .testimonials-slider__star {
    width: 18px;
    height: 18px;
  }

  .testimonials-slider__slide-heading {
    font-size: 20px;
  }

  .testimonials-slider__review {
    font-size: 15px;
    line-height: 1.7;
  }

  .testimonials-slider__name {
    font-size: 16px;
    font-weight: 700;
  }

  .testimonials-slider__verified {
    font-size: 14px;
  }

  /* Dots Figma jaisa — active pill shape */
  .testimonials-slider__dots {
    margin-top: 24px;
    gap: 6px;
  }

  .testimonials-slider__dot {
    width: 8px;
    height: 8px;
    transition: all 0.2s;
  }

  .testimonials-slider__dot.is-active {
    width: 24px;
    border-radius: 999px;
    background: #1F2EBC;
  }

  .testimonials-slider__header {
    padding-top: 0;
    margin-bottom: 20px;
  }
}


  .testimonials-slider__header {
    padding-left: 60px;
    margin-bottom: 40px;
  }
  .testimonials-slider__outer {
    gap: 16px;
  }
  .testimonials-slider__track {
    gap: 16px;
  }
  .testimonials-slider__slide {
    flex: 0 0 calc(50% - 8px);
    border-radius: 16px;
    padding: 26px;
    gap: 12px;
  }
  .testimonials-slider__score {
        font-size: 14px;
        line-height: 12px;
    }
  .testimonials-slider__star {
    width: 18px;
    height: 18px;
  }
  .testimonials-slider__slide-heading {
    font-size: 18px;
  }
  .testimonials-slider__review {
    font-size: 14px;
  }
  .testimonials-slider__name {
    font-size: 15px;
  }
  .testimonials-slider__verified {
    font-size: 13px;
  }
  
  .testimonials-slider__dots {
    gap: 8px;
    margin-top: 24px;
  }
  .testimonials-slider__dot {
    width: 8px;
    height: 8px;
  }




/* ================= INSTA SLIDER ================= */

.insta-slider__slide { flex: 0 0 calc(20% - 10px); }

.insta-slider__header {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:24px;
  position: relative;
}

.insta-slider__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px 8px 12px;
    border-radius: 100px;
    line-height: 18px;
    letter-spacing: -0.02em;
    background: #fff;
    color: #1F2EBC;
    margin-bottom: 6px;
}
.insta-slider__heading {
  font-family: var(--font-heading);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 800;
  color: #1F2EBC;
      margin-top: 20px;
          margin-bottom: 0px;
  letter-spacing:-0.02em;
}

.insta-slider__text {
    font-family: var(--font-body);
    font-size: 14px;
    color: #1F2EBC;
    letter-spacing: -0.02em;
    font-weight: 400;
    opacity: 0.8;
    margin: 0;
}
.insta-slider__text p { margin: 0; }

.insta-slider__outer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.insta-slider__viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.insta-slider__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 0;
  margin: 0;
  list-style: none;
}

.insta-slider__track::-webkit-scrollbar {
  display: none;
}

/* .insta-slider__slide {
  flex: 0 0 60%;
  scroll-snap-align: start;
} */

.insta-slider__video-wrap {
  position: relative;
  aspect-ratio: 9 / 14;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.insta-slider__video,
.insta-slider__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;   /* subject upar rehta hai, cut nahi hota */
  display: block;
}

.insta-slider__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Halka dark scrim card ke bottom pe — play button readable rahe (design jaisa) */
.insta-slider__video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 38%);
  pointer-events: none;
  z-index: 1;
}

/* Play button — bottom-right corner (design jaisa), solid triangle */
.insta-slider__play {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #1F2EBC;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.insta-slider__play:hover {
  transform: scale(1.06);
}

.insta-slider__play svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;   /* triangle ko optically center karta hai */
}

.insta-slider__nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.insta-slider__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #1F2EBC;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.insta-slider__arrow:hover {
  background: #1625a0;
}

.insta-slider__arrow svg {
  width: 18px;
  height: 18px;
}

/* ---------- Tablet: 750–1023px (3 cards) ---------- */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .insta-slider__header { margin-bottom: 28px; }

  .insta-slider__eyebrow { font-size: 14px; margin-bottom: 8px; }
  .insta-slider__text { font-size: 15px; }

  .insta-slider__outer { gap: 10px; }
  .insta-slider__slide { flex: 0 0 calc(33.333% - 8px); }
  .insta-slider__video-wrap { border-radius: 16px; }

  .insta-slider__play {
    width: 52px;
    height: 52px;
  }
  .insta-slider__play svg { width: 20px; height: 20px; }

  .insta-slider__arrow { width: 40px; height: 40px; }
  .insta-slider__arrow svg { width: 20px; height: 20px; }
}


  .insta-slider__header { margin-bottom: 32px; }

  .insta-slider__eyebrow { font-size: 14px; margin-bottom: 8px; }
  .insta-slider__text { font-size: 16px; }

  .insta-slider__outer { gap: 12px; }
  .insta-slider__track { gap: 12px; }
  
  .insta-slider__video-wrap { border-radius: 16px; }

  .insta-slider__play {
    width: 56px;
    height: 56px;
  }
  .insta-slider__play svg { width: 52px;
        height: 52px; }

  .insta-slider__nav { gap: 12px; margin-top: 20px; }

  .insta-slider__arrow { width: 44px; height: 44px; }
  .insta-slider__arrow svg { width: 22px; height: 22px; }


/* ---------- Mobile: ≤735px (peek cards, no arrows) ---------- */
@media screen and (max-width: 735px) {

  .faqs-founder__accordion {
    margin-top: 24px;
}

  .insta-slider__arrow {
    display: none  ;
  }
  img.product-form__decorative-img{
    display:none;
  }

  .insta-slider__outer {
    display: block;
  }

  .insta-slider__track {
    gap: 12px;
    padding: 8px 16px;
    scroll-padding-left: 16px;
  }

  /* .insta-slider__slide {
    flex: 0 0 70%;
  } */

  .insta-slider__video-wrap {
    aspect-ratio: 9 / 16;
    border-radius: 20px;
  }

  /* Play button bottom-right pe hi rehta hai (desktop jaisa) */
  .insta-slider__play {
    width: 48px;
    height: 48px;
  }

  .insta-slider__header {
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
  }

 .insta-slider__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px 8px 12px;
    border-radius: 100px;
    line-height: 18px;
    letter-spacing: -0.02em;
    background: #fff;
    color: #1F2EBC;
    margin-bottom: 6px;
}

  .insta-slider__heading {
    font-size: clamp(28px, 7vw, 36px);
    margin: 0 0 0px;
  }

  .insta-slider__text {
    font-size: 15px;
  }
}
/* ================= STAY CONNECTED ================= */
.stay-connected__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.stay-connected__logo-img {
  width: auto;
  height: 36px;
  display: block;
  object-fit: contain;
}

.stay-connected__heading {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.stay-connected__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stay-connected__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F2EBC;
  text-decoration: none;
}

.stay-connected__social-svg {
  width: 20px;
  height: 20px;
}

.stay-connected__social-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.stay-connected__disclaimer {
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.6;
  color: #1F2EBC;
  opacity: 0.6;
  font-style: italic;
  max-width: 90%;
  margin: 8px auto 0;
  text-align: center;
}



  .stay-connected__inner {
    gap: 16px;
  }
  .stay-connected__logo-img {
    height: 48px;
  }
  .stay-connected__heading {
    font-size: 20px;
  }
  .stay-connected__socials {
    gap: 16px;
  }
  .stay-connected__social-svg,
  .stay-connected__social-icon {
    width: 24px;
    height: 24px;
  }
  .stay-connected__disclaimer {
    font-size: 12px;
    max-width: 680px;
  }




/* ================= CUSTOM HEADER ================= */
header#shopify-section-sections--20846904606903__custom_header_jCwLid {
    background: #fff6ea;
    padding-top:8px !important;
    z-index:10;
        width: 1064px;
    margin: auto;
}
.custom-header-section {
  /* position: sticky;
  top: 0; */
  z-index: 100;
}
.custom-header__topbar,
.custom-header__wrapper {
  max-width: 1062px;       /* banner ki page-width jitna — apni theme ki value use karo */
  margin-inline: auto;
  
}

/* ---------- Top bar ---------- */
.custom-header__topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* padding: 10px 16px; */
}

.custom-header__topbar-icon {
  width: 18px;
  flex-shrink: 0;
}

.custom-header__topbar-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-header__topbar-text {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
    letter-spacing:-0.02em;
  text-transform: uppercase;
  line-height:0;
}

/* ---------- Header bar ---------- */
.custom-header__wrapper {
    padding: 16px 40px;
}

/* Blue announcement bar full-width rehta hai (design jaisा edge-to-edge) */
/* Sirf header row ko banner ki width pe contain karo */
.page-width {
        padding: 0px  ;
}
.custom-header__wrapper .page-width {
  max-width: 1062px;       /* banner jitna */
  margin-inline: auto;
      padding-block: 16px;
}

.custom-header__main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  /* padding: 14px 16px; */
}

.custom-header__menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #1F2EBC;
  padding: 4px;
  display: flex;
  align-items: center;
}

.custom-header__menu-btn svg {
  width: 24px;
  height: 24px;
}

.custom-header__logo {
  grid-column: 2;
  justify-self: center;
  text-decoration: none;
  display: block;
}

.custom-header__logo-img {
  height: 32px;
  width: auto;
  display: block;
}

.custom-header__logo-text {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: #1F2EBC;
}

.custom-header__side--right {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.custom-header__account,
.custom-header__cart {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: #1F2EBC;
  text-decoration: none;
  position: relative;
}

.custom-header__icon-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.custom-header__cart-count {
  background: #FAD707;
  color: #1F2EBC;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
 .custom-header__topbar {
    border-radius: 20px 20px 0 0 ;
    padding-inline: 8px;
    padding-top: 8px;
}
/* ---------- Mobile ---------- */
@media screen and (max-width: 749px) {
  .custom-header__account-label,
  .custom-header__cart-label {
    display: none;
  }
  .custom-header__logo-img {
    height: 28px;
  }
}

/* ---------- Tablet ---------- */
@media screen and (min-width: 375px) and (max-width: 1024px) {
 
  .custom-header__topbar-text {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing:-0.02em;
    text-transform: uppercase;
    line-height: 0;
  }
}


  .custom-header__main {
    /* padding: 18px 48px; */
  }
  .custom-header__topbar {
    /* padding: 12px 24px; */
  }
  .custom-header__topbar-text {
    font-size: 14px;
  }
  .custom-header__logo-img {
    height: 40px;
  }
  .custom-header__account,
  .custom-header__cart {
    font-size: 16px;
  }
  .custom-header__icon-svg {
    width: 22px;
    height: 22px;
  }
   .custom-header__menu-btn {
    display:none;
  } 
  .custom-header__menu-btn {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-header__menu-btn {
    display: flex !important;
 
  }
}
  
.insta-slider__video-wrap {
  position: relative;
  overflow: hidden;
}

.insta-slider__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.insta-slider__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
}

.insta-slider__play {
  position: absolute;
  z-index: 3;
}


/* ================= MOBILE MENU (OFF-CANVAS) ================= */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-menu.is-open .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing:-0.02em;
}

.mobile-menu__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  color: #1F2EBC;
  padding: 4px;
}

.mobile-menu__close svg {
  width: 22px;
  height: 22px;
}

.mobile-menu__logo {
  justify-self: center;
  text-decoration: none;
}

.mobile-menu__logo .custom-header__logo-img {
  height: 28px;
  width: auto;
  display: block;
}

.mobile-menu__icons {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.mobile-menu__icon-link {
  color: #1F2EBC;
  display: flex;
}

.mobile-menu__icon-link svg {
  width: 22px;
  height: 22px;
}

.mobile-menu__product {
  margin: 16px;
  border: 2px solid #1F2EBC;
  border-radius: 16px;
  overflow: hidden;
  min-height: 60px;
   flex: 0 0 auto !important;
  height: auto !important;
  max-height: none !important;
}

.mobile-menu__product-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  min-width: 0;
}

.mobile-menu__product-img {
  flex-shrink: 0;
  width: 70px;
  min-width: 70px;
}

.mobile-menu__product-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.mobile-menu__product-text {
  flex: 1;
  min-width: 0;
}

.mobile-menu__product-title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #1F2EBC;
  margin: 0 0 6px;
  word-wrap: break-word;
}

.mobile-menu__product-desc {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  color: #1F2EBC;
  opacity: 0.75;
  margin: 0;
  word-wrap: break-word;
}

.mobile-menu__product-btn {
  display: block;
  text-align: center;
  padding: 12px;
  background: #1F2EBC;
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 16px 16px;
}

.mobile-menu__nav-link {
  display: block;
  padding: 16px 18px;
  border: 1.5px solid rgba(31, 46, 188, 0.25);
  border-radius: 12px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: #1F2EBC;
  text-decoration: none;
}


/* ================= PRODUCT FORM ================= */
.product-form__info {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}
p.product-form__trust {
    padding-top: 10px;
}
.product-form__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-form__left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-content: space-around;
    justify-content: space-between;
}

/* --- Gallery --- */
.product-form__gallery {
    border-radius: 16px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 10px;
    width: 100%;
    max-height: none  ;
    overflow: visible  ;
    
}

.product-form__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
}

.product-form__badge img,
.product-form__badge svg {
  width: 14px;
  height: 14px;
}

.product-form__media-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.product-form__media-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
}

.product-form__media-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.product-form__media-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.product-form__media-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-form__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #1F2EBC;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-form__nav--prev { left: 5px; }
.product-form__nav--next { right: 5px; }

.product-form__thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  margin: 0;
}

.product-form__thumb {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid transparent;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  flex-shrink: 0;
}

.product-form__thumb.is-active {
  border-color: #1F2EBC;
}

.product-form__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Info column --- */
.product-form__info {
  display: flex;
  flex-direction: column;
}

.product-form__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 0;
}

.product-form__rating img,
.product-form__rating svg {
  width: 16px;
  height: 16px;
}

.product-form__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  margin: 0 0 6px;
  letter-spacing:-0.02em;
}

.product-form__subtitle {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-bottom: 16px;
    opacity: .85;
}

.product-form__pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1F2EBC1A;
}

.product-form__pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing:-0.02em;
}

.product-form__pill-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.product-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --- Plan cards --- */
.product-form__plan-label {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    padding-block: 20px;
    letter-spacing: -0.02em;
}

.product-form__plan-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-form__plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 16px 8px 12px;
  border: 1.5px solid rgba(31,46,188,0.2);
  border-radius: 14px;
  cursor: pointer;
  background: #FFFFFF;
}

.product-form__plan-card.is-selected {
  border: 2px solid #1F2EBC;
  box-shadow: 0 0 0 1px #1F2EBC;
}

.product-form__plan-card.is-soldout {
  opacity: 0.4;
  cursor: not-allowed;
}

.product-form__plan-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-form__plan-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 10px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.product-form__plan-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-top: 8px;
}

.product-form__plan-title {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: #1F2EBC;
  margin-top: 4px;
}

.product-form__plan-supply {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: #1F2EBC;
}

.product-form__plan-servings {
  font-family: var(--font-body);
  font-size: 11px;
  color: #1F2EBC;
  opacity: 0.6;
}

.product-form__plan-save {
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(31,46,188,0.08);
  color: #1F2EBC;
  font-size: 11px;
  font-weight: 700;
}

/* --- Purchase boxes --- */
.product-form__purchase-box {
  border: 1.5px solid rgba(31,46,188,0.2);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-form__purchase-box.is-selected {
  border: 2px solid #1F2EBC;
}

.product-form__purchase-box--onetime {
  padding: 14px 16px;
  cursor: pointer;
}

.product-form__purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}

.product-form__purchase-left {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height:0;
}
input.product-form__purchase-radio {
    margin: 0px;
}
.product-form__purchase-radio {
  width: 18px;
  height: 18px;
  accent-color: #1F2EBC;
  flex-shrink: 0;
}

.product-form__purchase-label {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: #1f2ebc;
    letter-spacing: -0.02em;
}

.product-form__purchase-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  color: #1F2EBC;
}

.product-form__was-price {
  opacity: 0.5;
  font-weight: 400;
}

.product-form__frequency {
  position: relative;
}

.product-form__frequency-select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  background: rgba(31,46,188,0.08);
  color: #1F2EBC;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
}

.product-form__benefits {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-form__benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: #1f2ebc;
    letter-spacing: -0.02em;
    line-height:20px;
}
.product-form__benefits svg {
    width: 16.67px;
    height: 16.67px;
    flex-shrink: 0;
}

/* --- Submit button --- */
.product-form__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  border-radius: 999px;
  border: none;
  background: #1F2EBC;
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.product-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-form__submit-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-form__submit .product-form__was-price {
  color: rgba(255,255,255,0.6);
}

.product-form__submit .product-form__now-price {
  color: #FFFFFF;
}

/* --- Trust badge --- */
.product-form__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0 0;
  letter-spacing:-0.02em;
}

.product-form__trust svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* --- Accordion --- */
.product-form__accordion {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}



.product-form__accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: #1F2EBC;
  list-style: none;
}

.product-form__accordion-trigger::-webkit-details-marker {
  display: none;
}

.product-form__accordion-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.product-form__accordion-icon::before,
.product-form__accordion-icon::after {
  content: '';
  position: absolute;
  background: #1F2EBC;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-form__accordion-icon::before { width: 12px; height: 2px; }
.product-form__accordion-icon::after { width: 2px; height: 12px; transition: transform 0.2s; }

.product-form__accordion-item[open] .product-form__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.product-form__accordion-content {
  padding: 10px 16px 0px 16px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: #1F2EBC;
  opacity: 0.8;
}

/* --- Decorative image --- */
.product-form__decorative {
  display: flex;
  justify-content: flex-start;
  padding: 8px 0 0;
}

.product-form__decorative-img {
    width: 395px;
    height: 334px;
    display: block;
}

/* ============ TABLET 750–1023px ============ */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product-form__pills { grid-template-columns: 1fr 1fr; }
}


    .product-form__grid {
    flex-direction: row;
    align-items: stretch;
    gap: 28px;
  }
  .product-form__left {
    flex: 0 0 49%;
    max-width: 50%;
  }
  .product-form__info {
    flex: 0 0 49%;
    max-width: 50%;
    min-width: 0;
  }
  
  .product-form__title {
    font-size: clamp(28px, 3vw, 32px);
  }

span.product-form__frequency-placeholder {
    display: none;
}

.product-form__decorative {
    display: flex;
    justify-content: center;
    padding: 32px 0 8px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.hero-combined .hero-banner__inner {
  width: calc(100% - 32px);
  max-width: 1062px  ;
  margin-inline: auto;
  padding-inline: 0  ;
  box-sizing: border-box;
}


@media screen and (max-width: 749px) {

  section#shopify-section-template--20846904148151__hero_combined_MVwcFT,
  section#shopify-section-template--20846904148151__image_with_text_and_iconlist_3UapEa,
  section#shopify-section-template--20846904148151__image_with_text_and_iconlist_qjQpJm,
  section#shopify-section-template--20846904148151__comparison_table_PJPzD3,
  section#shopify-section-template--20846904148151__image_with_text_and_iconbox_ebePeF,
  section#shopify-section-template--20846904148151__product_form_4GQhym,
  section#shopify-section-template--20846904148151__founder_story_QcGF3h,
  section#shopify-section-template--20846904148151__faqs_founder_kJNPP9,
  section#shopify-section-template--20846904148151__insta_slider_rt4XmM,
  section#shopify-section-template--20846904148151__testimonials_slider_UtmLiW {
    width: 100%  ;
    max-width: 100%  ;
    box-sizing: border-box;
  }

 

 
}

@media screen and (min-width: 375px) and (max-width: 1023px) {
  main#MainContent {
    padding-inline: 0px;
    gap:24px;
  }
  
}




  

  .custom-header__topbar {
    width: 100%;
    max-width: 100%;
    padding: 6px 8px 0;
    border-radius: 20px 20px 0px 0px;
}
  .custom-header__topbar-inner {
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
  }

  .custom-header__topbar-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .custom-header__topbar-icon {
    width: 14px;
  }

  .custom-header__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
  }

  .custom-header__wrapper .page-width {
    width: 100%;
    padding: 0  ;
  }

  .custom-header__main {
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
  }

  .custom-header__menu-btn {
    justify-self: start;
    padding: 0;
  }

  .custom-header__menu-btn svg {
    width: 22px;
    height: 22px;
  }

  .custom-header__logo-img {
    height: 28px;
    max-width: 118px;
  }

  .custom-header__side--right {
    gap: 10px;
  }

  .custom-header__icon-svg {
    width: 20px;
    height: 20px;
  }

  /* ---------- Hero ---------- */
  .hero-combined {
    width: 100%;
    margin: 0px;
    padding-inline: 8;
    border-radius: 0 0 20px 20px;
  }

  .hero-combined .hero-banner__inner,
  .hero-banner__inner {
    width: 100%;
    max-width: 100%  ;
    margin-inline: auto;
    padding-inline: 0  ;
    gap: 0px;
    align-items: center;
  }

  .hero-banner__content, .hero-banner__content.hero-banner__content--left {
    width: 100%;
    max-width: 100%;
    
    align-items: flex-start  ;
    /* text-align: center;
    padding: 40px 8px 0px 8px;
    z-index:10; */
}

  /* .hero-banner__eyebrow {
    justify-content: center;
    padding-bottom: 6px;
  
    font-size: 14px;
    line-height: 1.3;
  } */

  

  .hero-banner__heading {
    width: 100%  ;
    max-width: 100%;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -2%;
    z-index:1;
    font-weight:800;
    color: #1F2EBC;
    margin: 0px;
}
 

  /* .hero-banner__subtitle {
    width: 100%;
    max-width: 330px;
    font-size: 18px;
    line-height: 1.5;
  } */

  

  /* .hero-banner__list-item {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    font-weight:600;
  } */

  /* .hero-banner__button {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 48px;
    margin-top: 8px;
    padding: 14px 20px;
    justify-content: center;
    text-align: center;
  } */

  .hero-banner__media {
    width: 100%;
    height: auto  ;
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .hero-banner__img {
    width: 100%  ;
    height: 120%  ;
    object-fit: cover;
    object-position: center bottom;
  }

  /* .hero-marquee__item {
    padding-inline: 8px;
    font-size: 14px;
  } */

  /* ---------- Image and icon-list sections ---------- */
  .image-text-iconlist__inner {
    width: 100%;
    
  }

  .image-text-iconlist__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .image-text-iconlist__content {
    width: 100%;
    min-width: 0;
    gap: 24px;
    padding-top:28px;
    padding-left: 8px;
    padding-right: 8px;
    justify-content: space-between;
  }
  .content-inner-image-text {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
/* 
  .image-text-iconlist__eyebrow, span.image-text-iconlist__eyebrow {
    margin: 0 0 0px;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 10px;
} */

  .image-text-iconlist__heading,
  h2.image-text-iconlist__heading,
  .bg-box h2.image-text-iconlist__heading {
    margin: 0 10px 0px  ;
    font-size: 32px;
    line-height: 1.15;
  }

  /* .image-text-iconlist__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 1.55;
  } */

  .image-text-iconlist__box {
    width: 100%;
    margin-top: 0;
    padding: 8px;
  }

  /* .image-text-iconlist__box-heading {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.35;
  } */

  /* .image-text-iconlist__item {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.35;
  } */

  /* ---------- Comparison table ---------- */
  /* .comparison-table__eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  } */

  .comparison-table__heading,
  h2.comparison-table__heading {
    width: 100%;
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.15;
  }

  .comparison-table__scroll {
    width: 100%;
    overflow: visible;
  }

  .comparison-table__table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .comparison-table__corner,
  .comparison-table__table tbody th {
    width: 44%;
  }

  .comparison-table__table thead th:not(.comparison-table__corner) {
    width: 28%;
  }

  .comparison-table__table thead th {
    padding: 0 4px 10px;
  }

  .comparison-table__table thead th img {
    width: 100px;
    height: 100px;
    margin-bottom: 6px;
  }

  /* .comparison-table__table thead th span {
    font-size: 13px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  } */

  .comparison-table__table tbody th,
  .comparison-table__table tbody td {
    padding-block: 14px;
  }

  .comparison-table__table tbody th {
    padding-right: 8px;
  }

  .comparison-table__table tbody th strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .comparison-table__table tbody th span {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.35;
  }



  .mark {
    width: 30px;
    height: 30px;
  }

  /* ---------- Benefits / image and icon-box ---------- */
  .image-text-iconbox__inner {
    width: 100%;
    gap: 24px;
  }

  .image-text-iconbox__content {
    order: 1;
    width: 100%;
  }

  .image-text-iconbox__media {
    order: 2;
    width: 100%;
    padding: 5px;
  }

  .image-text-iconbox__frame {
    width: 100%;
   
    border-radius: 14px;
  }

  /* .image-text-iconbox__eyebrow, .founder-story__eyebrow, .faqs-founder__eyebrow {
    margin: 0 0 0px;
    font-size: 12px;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    letter-spacing: -2%;
} */

 

  .image-text-iconbox__subtitle {
    width: 100%;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .image-text-iconbox__grid {
    gap: 10px;
    margin-bottom: 18px;
  }

  .image-text-iconbox__box {
    padding: 16px;
    border-radius: 12px;
  }

  .image-text-iconbox__box-title {
    font-size: 14px;
    line-height: 1.35;
  }

  .image-text-iconbox__box-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .image-text-iconbox__button {
    width: 100%;
    min-height: 48px;
    padding: 14px 20px;
  }

  .image-text-iconbox__caption {
    padding: 16px 12px;
  }

  /* ---------- Product form ---------- */
  .product-form__grid {
    width: 100%;
    flex-direction: row;
    gap: 20px;
  }

  .product-form__left {
    position: static  ;
    top: auto  ;
    width: 100%  ;
    max-width: 100%  ;
    height: auto  ;
    max-height: none  ;
    overflow: visible  ;
    align-self: auto;
    gap: 12px;
  }
  .product-form__media-viewport {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}

  /* .product-form__gallery {
    position: relative  ;
    top: auto  ;
    width: 100%;
    max-height: none  ;
    overflow: visible  ;
    
    border-radius: 16px;
  } */

  .product-form__media-viewport {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }

  .product-form__badge {
    top: 0px;
    right: 14px;
    padding: 6px 10px;
    font-size: 10px;
  }



  .product-form__nav {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }

  .product-form__nav--prev {
    left: -6px;
  }

  .product-form__nav--next {
    right: -6px;
  }

  .product-form__thumbs {
    width: 100%;
    gap: 6px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .product-form__thumbs::-webkit-scrollbar {
    display: none;
  }

  .product-form__thumb {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }

  .product-form__info {
    width: 100%  ;
    max-width: 100%  ;
    min-width: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .product-form__rating {
    margin-bottom: 10px;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .product-form__title {
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.15;
  }

  .product-form__subtitle {
    font-size: 13px;
  }

  .product-form__pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 16px;
  }

  .product-form__pill {
    min-width: 0;
    padding: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  .product-form__pill-check {
    width: 18px;
    height: 18px;
  }

  .product-form__form {
    gap: 14px;
  }

  .product-form__plan-label {
    padding-block: 16px;
    font-size: 14px;
  }

  .product-form__plan-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .product-form__plan-card {
    min-width: 0;
    padding: 14px 4px 10px;
    border-radius: 11px;
  }

  .product-form__plan-badge {
    max-width: calc(100% - 6px);
    padding: 3px 6px;
    font-size: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-form__plan-img {
    width: 42px;
    height: 42px;
  }

  .product-form__plan-title {
    font-size: 11px;
    line-height: 1.2;
  }

  .product-form__plan-supply {
    font-size: 10px;
  }

  .product-form__plan-servings,
  .product-form__plan-save {
    font-size: 9px;
  }

  .product-form__purchase-box {
    padding: 14px;
    border-radius: 14px;
  }

  .product-form__purchase-row {
    gap: 8px;
  }

  .product-form__purchase-label,
  .product-form__purchase-price {
    font-size: 13px;
    line-height: 1.3;
  }

  .product-form__benefits li {
    font-size: 12px;
    line-height: 1.5;
  }

  .product-form__submit {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
    font-size: 13px;
  }

  .product-form__trust {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }

  .product-form__accordion-trigger {
    padding: 16px 20px;
    font-size: 13px;
    background-color: #e9ebf9;
    border-radius: 16px;
  }

  /* .product-form__decorative {
    width: 100%;
    padding: 20px 0 0;
  } */

  .product-form__decorative-img {
    width: 100%;
    max-width: 395px;
    height: auto;
  }

  /* ---------- Founder story ---------- */
  .founder-story__inner {
    width: 100%;
    gap: 24px;
  }

  .founder-story__content {
    order: 1;
    width: 100%;
    
  }

  .founder-story__media {
    order: 2;
    width: 100%;
  }

  .founder-story__eyebrow {
    font-size: 14px;
  }

  .founder-story__heading {
    width: 100%;
    margin: 0px;
    font-size: clamp(25px, 7vw, 30px);
  }

  .founder-story__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }

  .founder-story__boxes {
    gap: 10px;
    margin-top: 16px;
  }

  .founder-story__box {
    padding: 16px;
  }

  .founder-story__box-title {
    font-size: 14px;
    line-height: 1.35;
  }

  .founder-story__box-desc {
    font-size: 12px;
    line-height: 1.5;
  }

  .founder-story__video-wrap {
    width: 100%;
    height: auto  ;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
  }

  .founder-story__overlay {
    padding: 16px;
  }

  .founder-story__caption-title {
    font-size: 17px;
  }

  /* ---------- FAQ ---------- */
  .faqs-founder__inner {
    width: 100%;
  }

  .faqs-founder__header,
  .faqs-founder__accordion {
    width: 100%;
  }

  .faqs-founder__heading {
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.15;
  }

  .faqs-founder__subtitle {
    font-size: 14px;
    line-height: 1.55;
  }

  .faqs-founder__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .faqs-founder__buttons .button {
    width: 100%;
    min-width: 0;
    padding: 11px 10px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    letter-spacing:-2%
  }

  .accordion-item__trigger {
    min-height: 54px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.35;
  }

  .accordion-item__content {
    padding: 12px 16px 4px;
    font-size: 13px;
  }

  /* ---------- Written testimonials ---------- */
  .testimonials-slider__header {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .testimonials-slider__heading {
    font-size: clamp(25px, 7vw, 30px);
  }

  
  .testimonials-slider__outer {
    display: block;
    width: 100%;
  }

  .testimonials-slider__track {
    width: 100%;
    gap: 12px;
    padding: 8px 0;
  }

  .testimonials-slider__slide {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }

  .testimonials-slider__score {
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(31, 46, 188, 0.08);
    font-size: 11px;
    line-height: 1.2;
  }

  .testimonials-slider__slide-heading {
    font-size: 17px;
  }

  .testimonials-slider__review {
    font-size: 13px;
    line-height: 1.6;
  }

  .testimonials-slider__dots {
    margin-top: 18px;
    gap: 6px;
  }

  .testimonials-slider__dot.is-active {
    width: 22px;
    border-radius: 999px;
  }

  /* ---------- Video stories ---------- */
  .insta-slider__header {
    margin-bottom: 18px;
  }

  .insta-slider__heading {
    font-size: clamp(25px, 7vw, 30px);
  }

  /* .insta-slider__arrow {
    display: none  ;
  } */
button.insta-slider__arrow.insta-slider__arrow--next {
    position: absolute;
    bottom: 50%;
    right: -5%;
}
button.insta-slider__arrow.insta-slider__arrow--prev {
    position: absolute;
    left: -5%;
    bottom: 50%;
}
  .insta-slider__outer {
    display: block;
    width: 100%;
    position:relative;
  }

  .insta-slider__track {
    width: 100%;
    gap: 8px;
    padding: 8px 0;
    scroll-padding-left: 0;
  }
/* 
  .insta-slider__slide {
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: 0;
  } */

  .insta-slider__video-wrap {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
  }

  .insta-slider__play {
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
  }

  .insta-slider__play svg {
    width: 13px;
    height: 13px;
  }

  /* ---------- Footer / stay connected ---------- */
  .stay-connected__inner {
    width: 100%;
    padding-inline: 16px;
  }

  .stay-connected__logo-img {
    max-width: 140px;
  }

  .stay-connected__disclaimer {
    max-width: 100%;
    font-size: 10px;
  }
}

/* Extra protection for very narrow phones. */
@media screen and (max-width: 374px) {
  .hero-banner__heading,
  .image-text-iconlist__heading,
  .comparison-table__heading,
  .image-text-iconbox__heading,
  .product-form__title,
  .founder-story__heading,
  .faqs-founder__heading,
  .testimonials-slider__heading,
  .insta-slider__heading {
    font-size: 25px;
  }

  .product-form__info {
    padding: 14px;
  }

  .product-form__purchase-label,
  .product-form__purchase-price {
    font-size: 12px;
  }
}


/*
 * Plonty mobile responsive overrides
 * Add this file AFTER the existing stylesheet.
 * These rules only apply below 750px; desktop and tablet CSS remain unchanged.
 */

@media screen and (max-width: 749px) {
  /* ---------- Global mobile safety ---------- */
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  section.hero-banner {
    padding-top: 0px  !important;
    padding-bottom: 0px  !important;
}



  main#MainContent {
    width: 100%;
    padding-inline: 0  ;
    overflow: hidden;
    gap: 24px;
  }

  

  img,
  video {
    max-width: 100%;
  }

  section#shopify-section-template--20846904148151__hero_combined_MVwcFT,
  section#shopify-section-template--20846904148151__image_with_text_and_iconlist_3UapEa,
  section#shopify-section-template--20846904148151__image_with_text_and_iconlist_qjQpJm,
  section#shopify-section-template--20846904148151__insta_slider_rt4XmM
   {
    width: 100% ;
    max-width: 100% ;
    margin-inline: auto ;
    /* padding-inline: 8px ; */
    background-color: #fff;
    border-radius: 24px;
  }

  section#shopify-section-template--20846904148151__image_with_text_and_iconbox_ebePeF,
  section#shopify-section-template--20846904148151__comparison_table_PJPzD3x,
  section#shopify-section-template--20846904148151__founder_story_QcGF3h, section#shopify-section-template--20846904148151__faqs_founder_kJNPP9, section#shopify-section-template--20846904148151__testimonials_slider_UtmLiW{
    width: 100% ;
    max-width: 100% ;
    margin-inline: auto ;
    border-radius: 24px;
  }

  section#shopify-section-template--20846904148151__product_form_4GQhym{
    width: 100% ;
    max-width: 100% ;
    margin-inline: auto  ;
    padding-inline: 8px  ;
    background-color: #fff;
    border-radius: 16px;
  }
  .product-form__decorative {
    justify-content: center;
    padding: 0px 0 0px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.product-form__left {
    gap: 0px  ;
}
.product-form__grid {
    gap: 0px  ;
}
  /* ---------- Product form ---------- */
  .product-form__grid {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  section#shopify-section-template--20846904148151__product_form_4GQhym{
    padding-block: 16px;
  }

  .product-form__gallery{
    background-color: #fff  ;
  }
.product-form__nav--next, .product-form__nav--prev{
  display:none  ;
}
  section#shopify-section-template--20846904148151__hero_combined_MVwcFT {
    /* padding-inline: 8px  ; */
    background-color: #fff;
  }

  section.product-form,
  section.insta-slider {
    padding-left: 0  ;
    padding-right: 0  ;
  }
  section.image-text-iconbox, section.comparison-table,section.faqs-founder, section.founder-story, section.testimonials-slider{
    padding-left: 16px  !important;
    padding-right: 16px  !important;
  }
  /* ---------- Header ---------- */
  header#shopify-section-sections--20846904606903__custom_header_jCwLid {
    padding-top: 0  ;
    width: 100%;
    
  }
   .hero-banner__content, .hero-banner__content.hero-banner__content--left {
    width: 100%;
    max-width: 100%;
    
    align-items: center  ;
    text-align: center;
    padding: 40px 8px 0px 8px;
    z-index:0;
}

.hero-banner__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding-inline: 20px;
}

p.hero-banner__eyebrow,
  li.hero-banner__list-item {
    line-height: 1.35;
    justify-content: center;
  }

  /* .hero-banner__heading{
    font-size: 30px;
  } */
  span.image-text-iconlist__eyebrow, h2.image-text-iconlist__heading, .image-text-iconlist__subtitle {
    margin-left: 0px !important;
}

.page-width.image-text-iconbox__inner.image-text-iconbox__inner--left {
    flex-direction: column;
}
.faqs-founder__inner {
  
  gap:10px;
}
.testimonials-slider__arrow {
    display: none  ;
  }

  .image-text-iconlist__inner {
    flex-direction: column;
    align-items: stretch;
}
.founder-story__inner {
    flex-direction: column;
    align-items: start;
    gap: 40px;
}
.faqs-founder__inner {
    flex-direction: column;
    align-items: flex-start;
}

.testimonials-slider__slide {
    flex: 0 0 100%;
    border-radius: 16px;
    padding: 26px;
    gap: 12px;
}

.insta-slider__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 0;
  padding: 0;                  /* no side gutter — peeks bleed to the edges */
  list-style: none;
  scrollbar-width: none;
}

.insta-slider__slide {
  flex: 0 0 calc(50% - 16px);  /* one full reel + 50% peek on each side */
  scroll-snap-align: center;   /* was: start */
}
.hero-banner__button {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 48px;
    margin-top: 8px;
    padding: 14px 20px;
    justify-content: center;
    text-align: center;
  }
  section#shopify-section-template--20846904148151__hero_combined_MVwcFT{
    border-radius: 0px 0px 24px 24px;
  }
  .product-form__media-viewport {
    
    border: 2px solid #1f2ebc;
}
.content-inner-image-text {
    padding-left: 10px;
}
  }




/* new-start */


@media screen and (min-width: 750px) and (max-width: 1024px) {
  

section.comparison-table {
    padding-inline: 10px !important;
}
section.image-text-iconbox {
    padding-inline: 10px;
}
section#shopify-section-template--20846904148151__product_form_4GQhym {
    padding-inline: 10px;
}
section.founder-story.box-3 {
    padding-inline: 10px !important;
}
section.faqs-founder {
    padding-inline: 10px;
}

section.testimonials-slider {
    padding-inline: 10px;
}
header#shopify-section-sections--20846904606903__custom_header_jCwLid,
section#shopify-section-template--20846904148151__hero_combined_MVwcFT,
  section#shopify-section-template--20846904148151__image_with_text_and_iconlist_3UapEa,
  section#shopify-section-template--20846904148151__image_with_text_and_iconlist_qjQpJm,
  section#shopify-section-template--20846904148151__comparison_table_PJPzD3,
  section#shopify-section-template--20846904148151__image_with_text_and_iconbox_ebePeF,
  section#shopify-section-template--20846904148151__product_form_4GQhym,
  section#shopify-section-template--20846904148151__founder_story_QcGF3h,
  section#shopify-section-template--20846904148151__faqs_founder_kJNPP9,
  section#shopify-section-template--20846904148151__insta_slider_rt4XmM,
  section#shopify-section-template--20846904148151__testimonials_slider_UtmLiW {
    width: calc(100% - 20px) ;
    margin:auto;
  }
}

@media screen and (max-width: 767px) {
   body #MainContent .hero-banner__heading,
  body #MainContent .comparison-table__heading,
  body #MainContent .image-text-iconbox__heading,
  body #MainContent .product-form__title,
  body #MainContent .founder-story__heading,
  body #MainContent .faqs-founder__heading,
  body #MainContent .testimonials-slider__heading,
  body #MainContent .insta-slider__heading,
  body #MainContent .image-text-iconlist__heading {
    font-size: 25px;
    line-height: 1.2;
  }

  .hero-banner__subtitle {
    font-size: 14px ;
    line-height: 20px ;
    max-width: 250px ;
  }

  .hero-marquee__item {
    font-size: 12px ;
  }

  .image-text-iconlist__eyebrow {
    font-size: 12px ;
  }

  .image-text-iconlist__box {
    border-radius: 16px ;
  }

  .image-text-iconlist__media {
    width: 96% ;
  }
  .comparison-table__table thead th span{
    font-size:12px;
  }
  .comparison-table__table tbody th strong{
    font-size:12px;
  }
  .comparison-table__table tbody th span{
    font-size:10px;
  }
}
.product-form__eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

/* PRODUCT PAGE */
section#shopify-section-template--20846904246455__product_form_REKFXB {
    width: 1064px;
    margin: auto;
    padding-top: 25px;
}

.product-form__badge {
    top: 15px;
}
section#shopify-section-template--20846904246455__insta_slider_z4FJFD {
    width: 1064px;
    margin: auto;
    padding-top: 25px;
}
.insta-slider__header {
    gap: 14px;
}
section#shopify-section-template--20846904246455__testimonials_slider_cT9L4d {
    width: 1064px;
    margin: auto;
    padding-top: 25px;
}

section#shopify-section-template--20846904246455__image_with_text_and_iconlist_XwAzGg {
    width: 1064px;
    margin: auto;
    padding-top: 25px;
}

.insta-slider__heading{
  margin:0;
}

section#shopify-section-template--20846904246455__image_with_text_and_iconbox_Ud6TyD {
    width: 1064px;
    margin: auto;
    padding-top: 25px;
}

#hemp-protein1 .image-text-iconbox__media {
    padding: 0px;
}

section#hemp-protein1{
  border-radius: 28px;
}
#hemp-protein1 .image-text-iconbox__box {
    padding:0;
}
section#hemp-protein1 {
    border-radius: 28px;
    padding-inline: 23px;
}
#hemp-protein1 .image-text-iconbox__box{
  row-gap:0;
}
#hemp-protein1 .image-text-iconbox__box {
    border-bottom: 1px solid #1F2EBC1A;
    border-radius: 0;
    padding-block: 10px !important;
}
#hemp-protein1 .image-text-iconbox__box-title {
    font-size: 18px;
    line-height: 1.35;
    font-family: var(--font-heading);
    font-weight: 800;
}
#hemp-protein1 .image-text-iconbox__box-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
#hemp-protein1 span.image-text-iconbox__box-icon {
    background: #1F2EBC1A;
    border-radius: 50px;
    padding: 14px;
}
#hemp-protein1 .image-text-iconbox__box-icon {
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hemp-protein1 .image-text-iconbox__box:last-child {
  border-bottom: none !important;
}

#hemp-protein1 .image-text-iconbox__content {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

#hemp-protein1 .image-text-iconbox__box-icon img {
    width: 18px;
    height: 18px;
}

#protein-problem5 .image-text-iconlist__after-text {
  margin-top: 16px;
}

#protein-problem5 .image-text-iconlist__after-text p {
  margin: 0;
}
#protein-problem5 li.image-text-iconlist__item {
    background: #FF475F1A !important;
    color: #FF475F;
}

#protein-problem5 .image-text-iconlist__item {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

#protein-problem5 .image-text-iconlist__icon img {
    width: 70%;
    height: auto;
    display: block;
}

#protein-problem5 .image-text-iconlist__icon {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #FF475F;
}

section#shopify-section-template--20846904246455__comparison_table_aLMVeA{
   width: 1064px;
    margin: auto;
    padding-top: 25px;
}

section#shopify-section-template--20846904246455__image_with_text_and_iconbox_AcwDc4 {
    width: 1064px;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__hero_marquee_39gYwU {
    width: 1064px;
    margin: auto;
    padding-top: 0;
}
section#shopify-section-template--20846904246455__founder_story_cr8yx7 {
width: 1064px;
    margin: auto;
   
}
#founders .founder-story__content {
   gap: 0px; 
}
#founders .founder-story__box.founder-story__box--1 {
    padding: 0;
    gap: 0;
}
#founders .founder-story__box-title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    font-family: var(--font-heading);
}

#founders .founder-story__video-wrap {
    height: 100%;
    aspect-ratio: auto ;
  
}
#founders h2.founder-story__heading {
    margin-block: 10px;
}
section#shopify-section-template--20846904246455__faqs_founder_6J6686 {
 width: 1064px;
    margin: auto;
}
div#shopify-block-AdzRobDJUNzdxMGpBa__judge_me_reviews_review_widget_homepage_NqeEYX {
width: 1064px;
    margin: auto;
}
#hemp-protein1 .image-text-iconbox__content {
   
    padding: 0 8px;
}







/* mobile */
@media screen and (max-width: 749px) {
    section#shopify-section-template--20846904246455__product_form_REKFXB {
    width: 100%;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__insta_slider_z4FJFD {
    width: 100%;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__testimonials_slider_cT9L4d {
    width: 100%;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__image_with_text_and_iconbox_Ud6TyD {
    width: 100%;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__image_with_text_and_iconlist_XwAzGg {
    width: 100%;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__image_with_text_and_iconbox_AcwDc4 {
    width: 100%;
    margin: auto;
    padding-top: 25px;
}
section#shopify-section-template--20846904246455__hero_marquee_39gYwU {
    width: 100%;
    margin: auto;
    padding-top: 0;
}
section#shopify-section-template--20846904246455__founder_story_cr8yx7 {
    width: 100%;
    margin: auto;
}
section#shopify-section-template--20846904246455__faqs_founder_6J6686 {
    width: 100%;
    margin: auto;
}
.page-width.image-text-iconbox__inner.image-text-iconbox__inner--right {
    display: flex;
    flex-direction: column;
}
section#shopify-section-template--21158616268983__product_form_n4VXnc {
     width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__insta_slider_rhjKrL {
     width: 100%;
    margin: auto;
}

section#shopify-section-template--21158616268983__testimonials_slider_9VBfFJ {
      width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconbox_pedfTC {
     width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconlist_UyMpbe {
     width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconbox_MdWNjE {
     width: 100%;
    margin: auto;
}

section#shopify-section-template--21158616268983__hero_marquee_dAtbRG {
     width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__founder_story_eYRk8L {
     width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__faqs_founder_7GMmt9 {
     width: 100%;
    margin: auto;
}
}


section#shopify-section-template--21158616268983__product_form_n4VXnc {
    width: 1064px;
    margin: auto;
    margin-top: 10px;
}
section#shopify-section-template--21158616268983__insta_slider_rhjKrL {
    width: 1064px;
    margin: auto;
}

section#shopify-section-template--21158616268983__testimonials_slider_9VBfFJ {
    width: 1064px;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconbox_pedfTC {
    width: 1064px;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconlist_UyMpbe {
    width: 1064px;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconbox_MdWNjE {
    width: 1064px;
    margin: auto;
}

section#shopify-section-template--21158616268983__hero_marquee_dAtbRG {
    width: 1064px;
    margin: auto;
}
section#shopify-section-template--21158616268983__founder_story_eYRk8L {
    width: 1064px;
    margin: auto;
}
section#shopify-section-template--21158616268983__faqs_founder_7GMmt9 {
    width: 1064px;
    margin: auto;
}


/* mobile */
@media screen and (max-width: 749px) {
    section#shopify-section-template--21158616268983__product_form_n4VXnc {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}
section#shopify-section-template--21158616268983__insta_slider_rhjKrL {
    width: 100%;
    margin: auto;
}

section#shopify-section-template--21158616268983__testimonials_slider_9VBfFJ {
    width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconbox_pedfTC {
    width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconlist_UyMpbe {
   width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__image_with_text_and_iconbox_MdWNjE {
    width: 100%;
    margin: auto;
}

section#shopify-section-template--21158616268983__hero_marquee_dAtbRG {
    width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__founder_story_eYRk8L {
    width: 100%;
    margin: auto;
}
section#shopify-section-template--21158616268983__faqs_founder_7GMmt9 {
    width: 100%;
    margin: auto;
}
}