/** Shopify CDN: Minification failed

Line 2066:15 Expected ":"

**/
/* ── Reset ── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ── Base ── */
h1, h2, h3, h4 {
  font-family: 'Sora';
  margin: 0;
}
p {
  font-family: Manrope;
}

/* ── Layout ── */
.container {
  max-width: 1260px;
  margin: 0 auto;
}
.hb-info {
  padding: 100px 40px;
}
.kits-domain-row {
    display: none !important;
}
/* ── Header ── */
header.header {
  display: flex;
  justify-content: space-between;
  padding: 20px !important;
}
a#HeaderMenu-how-it-works {
  font-size: 16px;
}
.header__inline-menu ul.list-menu li a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* ── Nav Button ── */
a.nav-btn {
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #803340;
  padding: 16px 32px;
  border-radius: 12px;
}

/* ── Countdown Hero ── */
.countdown-hero-section {
  padding: 85px 40px 147px;
}
.countdown-hero-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.countdown-hero-content {
  display: flex;
  flex-direction: column;
}
h2.countdown-hero-headline {
    font-weight: 700;
    font-size: 60px;
    line-height: 117%;
    margin-bottom: 20px;
    letter-spacing: -1%;
    text-transform: capitalize;
}
p.countdown-hero-subtext {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
.countdown-hero-content a.nav-btn {
  margin-top: 40px;
  max-width: 352px;
  width: 100%;
  align-self: center;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown-hero-image-wrap {
  border-radius: 20px;
  position: relative;
  height: 604px;
  max-width: 555px;
  width: 100%;
  overflow:hidden;
}
.countdown-hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.countdown-hero-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8dbd5 0%, #d4c5bc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0897e;
  font-size: 14px;
}

/* ── Countdown Timer ── */
.countdown-timer-wrapper {
  padding-top: 20px;
  background: linear-gradient(180deg, rgba(192, 93, 110, 0.07) 0%, rgba(192, 93, 110, 0) 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.countdown-launch-label {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
}
.countdown-digits {
  display: flex;
  gap: 6px;
  max-width: 404px;
  width: 100%;
  justify-content: space-evenly;
}
.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 52px;
}
.countdown-number {
  font-family: Sora;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #803340;
}
span.countdown-label {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #803340;
}
.countdown-colon {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--brand-subtle);
  line-height: 1;
  padding-top: 2px;
  opacity: 0.5;
}
.countdown-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.countdown-expired-msg {
  font-size: 20px;
  color: var(--brand-primary);
  font-weight: 700;
  text-align: center;
}

/* ── How It Benefits (hb) ── */
h2.hb-title {
  font-family: Sora;
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  letter-spacing: 0px;
  color: #803340;
  margin-bottom: 48px;
}
.hb-grid {
  display: flex;
  gap: 48px;
}
.hb-card {
  flex: 0 0 30%;
}
.hb-image {
  margin-bottom: 24px;
}
.hb-image img {
  height: 258px;
  width: 100%;
  border-radius: 14px;
}
h3.hb-card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 8px;
}
p.hb-text {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4E4E4E;
}

/* ── Why Different ── */
.why-different {
  padding: 100px 40px;
  background: #fff;
}
.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.why-card {
  background: #F4B85F05;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  gap: 24px;
  border: 1px solid #7FA08F1A;
}
.why-icon img {
  height: 55px;
}
.why-card h3 {
  font-family: Sora;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0px;
  color: #803340;
  margin: 0 0 6px;
}
.why-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4E4E4E;
}

/* ── Centered Statement ── */
h2.cs-heading-template--21448887042303__centered_statement_TTxnAx {
  font-family: Sora;
  font-weight: 600;
  font-size: 44px;
  line-height: 135%;
  letter-spacing: 0px;
  text-align: center;
}
p.cs-body-template--21448887042303__centered_statement_TTxnAx {
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0px;
  max-width: 792px;
}

/* ── Expert Quote ── */
.expert-quote {
  padding: 60px 40px;
  background: #96AC9A1A;
  text-align: center;
}
.quote-wrapper {
  max-width: 1088px;
  margin: auto;
}
.quote-text {
  font-family: Manrope;
  font-weight: 800;
  font-size: 38px;
  line-height: 135%;
  letter-spacing: 0px;
  text-align: center;
  color: #803340;
  margin-bottom: 36px;
}
.quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.author-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}
.author-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 6px;
}
.author-role {
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
  color: #8AA9B6;
}

/* ── Waitlist ── */
.waitlist-wrapper {
  text-align: center;
  padding: 100px 40px;
}
.waitlist-wrapper h2 {
  font-family: Sora;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 24px;
}
.waitlist-wrapper p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #6B6B6B;
  margin-bottom: 24px;
}
.waitlist-form {
  max-width: 688px;
  margin: 0 auto;
}
.waitlist-input {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 16px;
  border-radius: 16px;
  font-size: 16px;
  box-shadow: 0px 2px 8px 0px #00000019;
  border: none;
}
.waitlist-btn {
  width: 100%;
  padding: 16px 40px;
  border: none;
  border-radius: 30px;
  background: #803340;
  color: white;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  margin: 20px 0;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.waitlist-btn:hover {
  opacity: 0.9;
}
.success-message {
  color: green;
  margin-top: 20px;
}

/* ── Footer ── */
.custom-footer {
  background: #F4B85F1F;
  padding: 65px 40px;
  font-family: inherit;
}
.footer-container {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-left {
  max-width: 500px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-logo img {
  height: 52px;
}
.footer-tagline {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-bottom: 26px;
}
.footer-email{
    font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
}
.footer-copy {
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  color: #2F2F2F;
}
.footer-right {
  text-align: right;
}
.footer-socials {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.social-icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon img {
  width: 100%;
  height: 100%;
}

/* ── Decade Journey ── */
h2.dj-heading {
  font-family: Sora;
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  letter-spacing: 0px;
  color: #fff;
}
.dj-section {
  overflow: hidden;
  background:#813440;
  color: #fff;
}
.dj-container {
  position: relative;
}
.dj-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.dj-badge {
  display: inline-block;
  padding: 8px 16px;
  background-color: #BF5D6D;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #fff;
  font-family: 'Lexend';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.dj-scroll {
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.dj-scroll::-webkit-scrollbar {
  display: none;
}
.dj-track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  gap: 16px;
}
.dj-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 165px;
}
.dj-age {
  font-family: Sora;
  font-weight: 700;
  font-size: 15px;
  line-height:135%;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 16px;
  white-space: nowrap;
  text-align: center;
}
.dj-mid {
  display: flex;
  align-items: center;
  width: 100%;
  height: 13px;
  background:#fff;
  border-radius:9px;
}
.dj-mid div:empty {
  display: block;
}
.dj-line.dj-line-right {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.dj-line {
  flex: 1;
  height: 13px;
  min-width: 10px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.dj-line-left{
border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.dj-line.active {
 
}
.dj-stage:last-child .dj-line-right {
  visibility: hidden;
}
.dj-dot {
  width: 14px;
  height: 13px;
  min-width: 14px;
  background-color: #fff;
  z-index: 2;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display:none
}
.dj-dot.active {
  border-radius:50%;
  background-color: #C15E6E;
box-shadow: 0px 4px 4px 0px #00000040;

}
.dj-dot.current {
  transform: scale(1.45);
  box-shadow: 0 0 0 5px rgba(200, 168, 75, 0.3);
}
.dj-stage:hover .dj-dot {
  transform: scale(1.4);
}
.dj-name {
  display: block;
  margin-top: 12px;
  font-family: Sora;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  transition: color 0.3s;
}
.dj-name.active {
  color: #ffffff;
}
.dj-arrow {
  position: absolute;
  bottom:-30px;
  right: -45px;
  background: none;
  border: none;
  color: #BF5D6D;
  font-size: 48px;
  width: 38px;
  height: 38px;
  padding: 0 4px 0 10px;
  flex-shrink: 0;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.dj-arrow:hover {
  transform: translateX(5px);
}
.dj-arrow-back {
    opacity: 0.25;
    margin-right: 40px;
}
.dj-floating-tooltip {
  position: fixed;
  z-index: 9999;
  background: #BF5D6D;
  border: 1px solid #dec4c8ff;
  border-radius: 8px;
  padding: 10px 14px;
  min-width: 170px;
  max-width: 220px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  white-space: normal;
  transition: opacity 0.15s ease;
}
a.mint-cta 
{
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #803340;
    padding: 16px 32px;
    border-radius: 12px;
    margin-top:30px;
display:inline-block;
}
.ap-card-subhead {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #803340;
    line-height: 100%;
}
.dj-floating-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #BF5D6D;
}
.dj-floating-tooltip.visible {
  opacity: 1;
}
.dj-floating-tooltip .dj-tooltip-title {
  font-family: "Lexend";
  font-weight: 700;
  font-size: 14px;
  color: #ffffffff;
  margin-bottom: 4px;
}
.dj-floating-tooltip .dj-tooltip-desc {
  font-family: "Lexend";
  font-size: 11.5px;
  line-height: 1.5;
  color: #fff;
}
.hbloomdiff-grid{
  display:flex;
  flex-wrap:wrap;
  gap:32px;
  justify-content:center;
}

.hbloomdiff-card{
  max-width:295px;
  background:#EEF2F433;
  border:1px solid #e6e6e6;
  border-radius:20px;
  padding:24px 32px;
  text-align:center;
  transition:all .3s ease;
}

.hbloomdiff-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.hbloomdiff-icon{
  margin-bottom:16px;
}

.hbloomdiff-icon img {
    padding: 8px;
    height: 60px;
    width: 60px;
    background: #81344042;
    border-radius: 99px;
}

.hbloomdiff-card-title{
 font-family: Sora;
font-weight: 700;
font-size: 16px;
line-height: 125%;
letter-spacing: 0px;
text-align: center;
  margin-bottom:8px;
}

.hbloomdiff-card-text{
font-weight: 400;
font-size: 14px;
line-height: 18.8px;
letter-spacing: 0px;
text-align: center;
color:#4E4E4E;
}
.hbcommunity-section{
  background:#8caab770;
  padding:90px 40px;
}
/* .hbcommunity-section{
  background:#6EAE8E2B;
  padding:90px 40px;
} */

.hbcommunity-container{
  max-width:1230px;
  margin:auto;
    position:relative;

}

.hbcommunity-header{
  text-align:center;
  margin-bottom:50px;
}

.hbcommunity-title{
 margin-bottom:10px !important;
}

.hbcommunity-underline{
  width:60px;
  height:4px;
  background:#c8d2cc;
  margin:12px auto 0;
  border-radius:3px;
  display:block !important;
}

.hbcommunity-card{
  background:#fff;
  border-radius:20px;
  padding:30px;
  height:310px;
}

.hbcommunity-quote-icon img{
  width:22px;
  margin-bottom:15px;
}

.hbcommunity-text{
  font-size:15px;
  line-height:1.6;
  color:#555;
  margin-bottom:25px;
}

.hbcommunity-author strong{
  display:block;
  font-size:15px;
}

.hbcommunity-author span{
  font-size:13px;
  color:#777;
}

.hbcommunity-next{
 position:absolute;
     right: -54px;
    top: 60%;
}
section.top-product-page {
  /* margin-top:200px; */
    padding: 100px 20px;
    background: #f3e1e4;
}

.content-product {
    max-width: 1212px;
    margin: 0 auto;
    text-align: center;
}

h1.product-topHead {
    font-family: Sora;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0F172A;
    font-style: Bold;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
}

h1.product-topHead span {
    color: #813440;
    line-height: 100%;
}

.content-product p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 1px;
    text-align: center;
    color: #475569;
}

/* product page css */
body.gradient.page--product .product__media.media {
    border-radius: 20px;
}

body.gradient.page--product p.product__text.inline-richtext.caption-with-letter-spacing {
    display: inline-block;
    width:max-content;
    background: #96AC9A26;
    padding: 6px 16px;
    border-radius: 99999px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #31B6B1;
    text-transform: capitalize;
    margin-bottom: 24px;
}
body.gradient.page--product p.product__text.inline-richtext {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #C05D6E;
    margin: 0px;
}

body.gradient.page--product .product__title h1 {
    font-family: Sora;
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0px;
    max-width: 544px;
    margin-bottom: 10px;
}

body.gradient.page--product .product__description p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0px;
    color: #4E4E4E;
    max-width: 549px;
}
.mgp{
 font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0px;
    color: #4E4E4E; 
}
body.gradient.page--product .product__description.rte {
    margin: 14px 0px 24px;
}
.main-preorder {
    background: #F1695A0A;
    padding: 24px 20px;
    border-radius: 24px;
max-width:391px;
}

p.price-txt {
    font-family: Sora;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #803340;
    margin-bottom: 4px;
}

span.price-item {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #C05D6E;
    margin-bottom: 32px;
    display: inline-block;
}

.price__container {
    margin-bottom: 32px !important;
}

.preorder-btn {
    background: #803340;
    padding: 16px 32px;
text-decoration:none;
color:#fff;
font-family: Manrope;
font-weight: 500;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
border-radius:12px;
width:100%;
    display:block;
}
  .four-pillars {
    padding-top: var(--padding-top, 64px);
    padding-bottom: var(--padding-bottom, 64px);
  }

  .four-pillars__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
  }

 section.four-pillars {
    background: linear-gradient(180deg, rgba(244, 184, 95, 0.06) 0%, rgba(244, 184, 95, 0.1) 100%);
}

h2.four-pillars__heading {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0px;
    text-align: center;
    color: #803340;
    margin-bottom: 16px;
}

p.four-pillars__subheading {
    font-family: Manrope;
    font-weight: 500;
    
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #D73D6C;
    margin-bottom: 16px;
}

.four-pillars__grid.four-pillars__grid--4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
    padding-top: 48px;
}

.four-pillars__card {
    display: flex;
    gap: 17px;
    flex-direction: column;
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #00000014;
    border-radius: 24px;
}

h3.four-pillars__card-title {
    font-family: Sora;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    
}
img.four-pillars__icon-img {
    height: 56px;
    width: 56px;
}

.four-pillars__icon-wrap {
    line-height: 0;
}
p.four-pillars__card-desc {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;  
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
}
.nup-outer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* Card */
  .nup-card {
    display: flex;
    align-items: center;
    gap: 58px;
    background:#96AC9A2E;
    border-radius: 32px;
    padding: 38.35px 48px 38.35px 38.35px;
    overflow: hidden;
  }

  /* Image */
  .nup-img-wrap {
    flex-shrink: 0;
    width: 389px;
    height: 378px;
    border-radius: 32px;
    overflow: hidden;
  }
  .nup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Content */
  .nup-content {
    flex: 1;
    min-width: 0;
  }

  .nup-label {
  font-family: Manrope;
font-weight: 700;
font-size: 14px;
line-height: 125%;
letter-spacing: 1.4px;
text-transform: uppercase;
color:#C05D6E;
margin-bottom:12px;

  }

  .nup-heading {
   font-family: Sora;
font-weight: 700;
font-size: 36px;
line-height: 40px;
letter-spacing: 0px;
margin-bottom:10px;  }

  .nup-desc {
   font-family: Manrope;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
color:#475569;
margin-bottom:40px; 
  }

/* form css */
section#reserve-my-kit-section {
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.rmk-card {
    max-width: 860px;
    width: 100%;
    background: #c05d6e47;
    padding: 32px 90px;
    box-shadow: 1px 1px 24px 0px #00000017;
    text-align: center;
    BORDER-RADIUS: 12PX;
}

h2.rmk-heading {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 8px;
}

p.rmk-subtext {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    color:#6B6B6B;
    margin-bottom: 40px;
}

.rmk-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom:16px;
    gap:34px;
}
.rmk-error-msg {
    display: none;
}

.rmk-field input,select#rmk-child-age {
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px #00000019;
    border: none;
    width: 100%;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4E4E4E;
}
select#rmk-child-age {
    max-width: 100%;
}
span.rmk-btn-text {
    width: 100%;
    display: block;
}

button#rmk-submit-btn {
    width: 100%;
    padding: 16px 40px;
    border-radius: 12px;
    background: #803340;
    border: none;
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.rmk-success-screen{
  display:none;
}
.allpagebanner {
    padding: 100px 20px;
}

.banner-main {
    max-width: 1300px;
    margin: 0 auto;
    height: 596px;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

img.banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h1.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Source Serif Pro;
font-weight: 700;
font-size: 96px;
line-height: 100%;
letter-spacing: 0%;
color:#fff;

}
.banner-main::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000066;
}
.main-head h2 {
    margin: 0;
    font-family: Sora;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #803340;
}
.main-head {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 8px;
}
button.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    background: #F4B85F0A;
    border: none;
    font-family: Sora;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #000;
}
.faq-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.faq-toggle {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
    font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0px;
color:#2F2F2F;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 24px 24px;
}
section#faq-template--21637596119295__faq_accordian_Yxf7BY {
    padding-top: 100px;
   
}
.faq-section{
     background: #96AC9A08;
      padding-bottom:64px;   
}
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.faq-item {
    border: 1px solid #E2E8F0;
    background: #c15e6e6b;
    border-radius: 16px;
}
.last-lmine {
    padding-bottom: 100px;
}
.container-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 556px;
    flex:1;
}

.left-side .para1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
}

p.para1.redline {
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #C05D6E;
}

.right-side {
    display: flex;
    gap: 30px;
    max-width:624px;

}

.img1 img {
    height: 198px;
    width: 100%;
    border-radius: 30px;
}

.img1 {
    display: flex;
    flex:0 0 48%;
    flex-direction: column;
    justify-content: space-between;
}

.img2 {
   flex:1 0 48%;
    border-radius: 30px;
    overflow: hidden;
  
}

.img2 img {
        height: 416px;
    width: 100%;
    object-fit: cover;
    display:block;
}
body.gradient.page--about-us  section.hb-info {
    background: linear-gradient(180deg, rgba(244, 184, 95, 0.06) 0%, rgba(244, 184, 95, 0.1) 100%);
}
section#mine-about3 {
    background: none;
}

section#mine-about3 p.four-pillars__subheading {
    margin: 0;
}
section#mine-about3 .four-pillars__card {
    padding: 30px 27px;
    border-radius: 20px;
    background: #7EA08E0D;
    box-shadow: 0px 1px 2px 0px #0000000D;
    gap: 20px;
}

section#mine-about3 img.four-pillars__icon-img {
    height: 48px;
    width: 48px;
}

section#mine-about3  p.four-pillars__card-desc {
       font-size: 14px;
    line-height: 22.75px;
    letter-spacing: 0px;
    text-align: center;
    color: #4E4E4E;
}
section#mine-about3 h3.four-pillars__card-title {
    font-size: 20px;
    font-weight: 600;
}
.founder-container {
    display: flex;
    align-items: center;
    gap:20px;
    justify-content: space-between;
}

section.hb-info.founder-section {
    background: #F5FFFF !important;
}

.founder-image,.founder-content {
    flex: 0 0 50%;
}

.founder-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.founder-image{
    max-width: 555px;

}
.founder-image img {
    height: 547px;
    width:100%;
    object-fit: contain;
}

p.small-heading {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #C05D6E;
    margin-bottom: 12px;
}

.founder-content p.desc {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0px;
    color: #4E4E4E;
    margin-bottom: 20px;
}
.founder-content h2.four-pillars__heading {
    margin-bottom: 32px;
    text-align:left;
}
span.line {
    display: block !important;
    height: 1px;
   width: 48px;
    background: #C05D6E;
}
.founder-content p.author {
    font-family: Sora;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    color: #803340;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
section#mine-aboutsec4 {
    background: #F4B85F0A;
}
section#mine-aboutsec4 .four-pillars__grid.four-pillars__grid--4 {
    padding-top: 64px;
}
section#mine-aboutsec4 h2.four-pillars__heading {
    margin-bottom: 12px;
}
section#mine-aboutsec4 p.four-pillars__subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}
section#mine-aboutsec4 .four-pillars__card {
    box-shadow: none;
    background: none;
    align-items:center;
    padding:0;
    gap:0;
}
section#mine-aboutsec4 p.four-pillars__card-desc {
    line-height: 135%;
    color: #000000;
}
section#mine-aboutsec4 .four-pillars__grid.four-pillars__grid--5 {
    display: flex;
    gap: 32px;
    padding-top: 64px;
}
section#mine-aboutsec4 .four-pillars__icon-wrap {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 1px 3px 14px 0px #00000021;
    background: #FBFFFB;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#mine-aboutsec4 .four-pillars__icon-wrap img.four-pillars__icon-img {
    height: 26px;
    max-width: 29px;
}
section#mine-aboutsec4 h3.four-pillars__card-title {
    padding-top: 14px;
    font-weight: 600;
    line-height: 125%;
    color: #2F2F2F;
    margin-bottom:8px;
}
body.template--how-it-works h1.main-head {
    font-weight: 800;
    font-size: 60px;
    line-height: 135%;
    letter-spacing: 0px;
    color: #0F172A;
    margin-bottom: 12px;
    justify-content: center;
}

h3.sub-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
    color: #803340;
    margin-bottom: 25px;
}
p.main-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 44px;
}
body.template--how-it-works .banner-content img {
    max-height: 485px;
    height:100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0px 25px 50px -12px #00000040;
}


section#how-it-2 .left-side {
    max-width: 598px;
    gap: 14px;
}

section#how-it-2 .left-side h2.four-pillars__heading {
    text-align: left;
    margin-bottom: 10px;
}

section#how-it-2 .left-side .para1 {
    margin-bottom: 10px;
    line-height: 28px;
}

section#how-it-2 .red-line-icon {
    display: flex;
    gap: 8px;
    align-items: center;
}

section#how-it-2 .red-line-icon img {
    height: 15px;
    width: 22px;
}

section#how-it-2 .left-side p.para1.redline {
    margin: 0;
    font-size: 20px;
}

section#how-it-2 .left-side .para1:last-of-type {
    line-height: 135%;
    font-size: 16px;
}

section#how-it-2 .left-side ul.custom-list {
    list-style-type: none;
}

section#how-it-2 .left-side ul.custom-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0px;
    margin-bottom: 8px;
    color: #000;
}

section#how-it-2 .left-side ul.custom-list li img {
    height: 15px;
    width: 15px;
}
section#how-it-2 .right-side {
    max-width: 598px;
    height: 584px;
    width: 100%;
    position:relative;
}

section#how-it-2 .right-side img {
     border-radius: 16px;
        box-shadow: 0px 25px 50px -12px #00000040;
    width: 100%;
    height: 100%;
   object-fit:cover;
}
section#how-it-2 {
    background: #FDFCF8;
}
.milestone-block {
    position: absolute;
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 20px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    bottom: -25px;
    left: -25px;
}
.milestone-block p.line-green {
    font-family: Sora;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #31B6B1;
    margin-bottom: 8px;
}

.milestone-block p.question {
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}

section.magic-container {
    padding: 26px 40px;
    background: #FDFCF8;
}
section.magic-container h2.hb-title {
    text-align: center;
    text-transform: uppercase;
}
section.magic-container .books-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.books-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    display: block;
}

.books-image {
    max-width: 581px;
    width:100%;
    height: 440px;
    flex: 0 0 50%;
}

.books-content h3 {
    font-family: Sora;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    color: #0F172A;
}

.books-content {
    flex: 0 0 47%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.books-content p.desc {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #2F2F2F;
}

.books-content .quote-box {
    padding: 24px;
    border-radius: 24px;
    background: #F1695A05;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #31B6B1;
    font-family: Manrope;
    font-weight: 800;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0px;
}
section#mine-EightDomains {
    background: #c05d6e47;
}
section#mine-EightDomains .four-pillars__grid.four-pillars__grid--8 {
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    display: grid;
    gap: 49.33px;
    margin-top: 32px;
}
section#mine-EightDomains .four-pillars__card {
    gap: 12px;
    box-shadow: 0px 0px 12px 0px #0000000D;
    padding: 24px 24px 14px;
}
section#mine-EightDomains .four-pillars__card p.four-pillars__card-desc {
    color: #4E4E4E;
    line-height: 16px;
}
section#mine-EightDomains .four-pillars__card .four-pillars__icon-wrap img {
    height: 70px;
    width: 70px;
    margin-bottom: 4px;
}
section#mine-EightDomains .four-pillars__card h3.four-pillars__card-title {
    font-family: Sora;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #000;
}
body.gradient.page--gifting a.nav-btn {
    margin-top: 24px;
    align-self: flex-start;
}

body.gradient.page--gifting h2.countdown-hero-headline {
    font-weight: 800;
    line-height: 72px;
    letter-spacing: 0px;
    text-transform: unset;
}
section#mine-gift-perfect .four-pillars__grid.four-pillars__grid--3 {grid-template-columns: 1fr 1fr 1fr;display: grid;gap: 32px;margin-top: 48px;}
section#mine-gift-perfect .four-pillars__card {
    border-radius: 20px;
    padding: 32px;
    gap: 24px;
    border: 1px solid #E8CFC7;
    background: #E8CFC733;
    box-shadow: none;
}
section#mine-gift-perfect {
    background: none;
}
section#mine-gift-perfect .four-pillars__grid.four-pillars__grid--3 .four-pillars__icon-wrap {
    height: 56px;
    width: 56px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0px 1px 2px 0px #0000000D;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#mine-gift-perfect .four-pillars__grid.four-pillars__grid--3 .four-pillars__icon-wrap img.four-pillars__icon-img {
    height: 50px;
    width: 50px;
}
section#mine-gift-perfect  h3.four-pillars__card-title {
    font-size:20px;
}
section#mine-gift-perfect p.four-pillars__card-desc {
    color: #2F2F2F;
    line-height: 26px;
    font-size: 16px;
}
section#mine-gift-perfect .four-pillars__card:hover {
    background: #7FA08F1A;
    border: 1px solid #7FA08F33;
}


h2.feat-article__heading {
    font-family: Sora;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0px;
    color: #803340;
}

.feat-article__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

a.feat-article__view-more {
    text-decoration: none;
    padding: 12px 24px;
    border: 1px solid var(--Secondary-Color-Fresh-Olive-pop, #6EAE8E);
    border-radius: 10px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
   
    line-height: 24px;
    letter-spacing: 0px;
    color: #6EAE8E;
   
}

.feat-article__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.feat-article__carda .feat-article__image-wrap {
    display: block;
    flex: 0 0 46%;
}

.feat-article__card a.feat-article__image-wrap {
    height: 418px;
    max-width: 630px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

a.feat-article__image-wrap img {
    height: 100%;
    width: 100%;
}

.feat-article__content {
    padding: 64px;
}

span.feat-article__tag {
    background: #D73D6C1A;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 9999px;
    font-family: Sora;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2F2F2F;
}

span.feat-article__read-time {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;  
    color: #000;
    margin-bottom: 24px;
    margin-left: 10px;
}

.feat-article__meta {
    margin-bottom: 24px;
}

a.feat-article__title-link {
    text-decoration: none;
    font-family: Sora;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 16px;
    display: inline-block;
}

p.feat-article__excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0px;
       color: #2F2F2F;
    margin-bottom: 24px;
}

.feat-article__footer {
    display: flex;
    justify-content: space-between;
}

a.feat-article__cta {
    text-decoration: none;
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #803340;
}

span.feat-article__kit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #7EA08E17;
    border-radius: 44px;
    border: 1px solid #7EA08E1A;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #2F2F2F;
}
body.gradient.page--blog .countdown-hero-inner a.nav-btn {
    align-self: flex-start;
}
.activity-main p.activity-text-main {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin-top: 8px;
}

.activity-main h1.activity-main {
    font-family: Sora;
    font-weight: 800;
    font-size: 64px;
    line-height: 135%;
    letter-spacing: 0px;
    text-align: center;
color:#803340;
}
.activity-main a.activity-button-main {
    padding: 16px 32px;
    background: #803340;
    display: block;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    max-width: 471px;
    margin: 40px auto 0px;
    border-radius: 12px;
}
 .free-activities__header {
    text-align: center;
    margin-bottom: 48px;
  }

  .free-activities__title {
    font-family: Sora;
font-weight: 800;
font-size: 40px;
line-height: 135%;
letter-spacing: 0px;
text-align: center;
color:#803340;x
  }

  .free-activities__subtitle {
    color: #888;
    font-size: 16px;
    margin: 0;
  }

  /* Grid */
  .free-activities__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(291px, 1fr));
    gap: 32px;
  }

  /* Card */
  .activity-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
  }

  .activity-card:hover {
    transform: translateY(-4px);
  }

  /* Badge */
  .activity-card__badge {
    padding:4px 12px;
    border-radius:9999px;
    position: absolute;
    top: 16px;
    right: 16px;
    background:#FFFFFFE5;
    backdrop-filter: blur(4px);
    color: #F1695A;
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 10px;
line-height: 15px;
letter-spacing: 0px;
text-align: center;
text-transform: uppercase;
    z-index: 2;
  }

  /* Media */
  .activity-card__media {
    position: relative;
    width: 100%;
    height:291px;
    overflow: hidden;
    background: #f0e8e0;
    cursor: pointer;
    border-radius:32px;
    margin-bottom:30px;
  }

  .activity-card__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .activity-card__media:hover .activity-card__thumbnail {
    transform: scale(1.04);
  }

  .activity-card__thumbnail--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a89a;
  }

  .activity-card__thumbnail--placeholder svg {
    width: 48px;
    height: 48px;
  }

  /* Play Button */
  .activity-card__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 3;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.92;
  }

  .activity-card__media:hover .activity-card__play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }

  .activity-card__play-btn svg {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.18));
  }

  /* Video Wrapper */
  .activity-card__video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 4;
    background: #000;
  }

  .activity-card__iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }

  /* Content */
  .activity-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .activity-card__title {
   font-family: Sora;
font-weight: 700;
font-size: 18px;
line-height: 135%;
letter-spacing: 0px;
text-align: center;
margin-bottom:8px;
  }

  .activity-card__desc {
   font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
    flex: 1;
    color:#2F2F2F;
    margin-bottom:32px;
  }

  /* Download Button */
  a.activity-card__download-btn {
    padding: 12px 32px;
    background: #803340;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    gap: 4px;
}

  .activity-card__download-btn:hover {
    background: #5C2D2D;
    transform: translateY(-1px);
  }

  .activity-card__download-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top:36px;
}
.blog-card img {
    height: 207px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
h3.blog-title a {
    font-family: Sora;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
    margin: 12px 0px;
    display: block;
}

p.blog-excerpt {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2F2F2F;
}
a.read-article {
    display: block;
    margin-top:12px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #803340;
}
.explore-stage {
    padding-top: 52px;
    padding-bottom: 52px;
    background-color: #ffffff;
    font-family: sans-serif;
    border-bottom: 1.5px dashed #c8ddd1;
  }

  .explore-stage__header {
    text-align: center;
    margin-bottom: 24px;
  }

  .explore-stage__heading {
    font-family: Sora;
font-weight: 700;
font-size: 40px;
line-height: 135%;
letter-spacing: 0px;
text-align: center;
color:#803340;
margin-bottom:48px;
  }

  .explore-stage__tabs {
    display: flex;
    /* flex-wrap: wrap; */
    overflow-x:scroll;
    scrollbar-width:none;
    width:100%;
    gap: 12px;
   
    margin-bottom: 48px;
  }

 button.explore-stage__tab {
  min-width:110px;
    padding: 12px 24px;
    border-radius: 99999px;
    background: #80334012;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #2F2F2F;
    border:none;
}

  button.explore-stage__tab.explore-stage__tab--active {
    background-color: #6EAE8E;
    color: #ffffff;
  }

  .explore-stage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .explore-stage__empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #aaa;
    font-size: 0.9rem;
    padding: 40px 0;
  }

  .explore-stage__card {
    background-color: #F4B85F0F;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 1px 2px 0px #0000000D;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
  }

  .explore-stage__card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-3px);
  }

  .explore-stage__card--hidden {
    display: none;
  }

  .explore-stage__card-image-wrap {
    position: relative;
    max-height:269px;
    overflow: hidden;
    display: block;
    text-decoration: none;
  }

  .explore-stage__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .explore-stage__card:hover .explore-stage__card-image {
    transform: scale(1.04);
  }

  .explore-stage__card-image--placeholder {
    width: 100%;
    height: 100%;
  }

  .explore-stage__card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFFFFFE5;
    box-shadow: 0px 1px 2px 0px #0000000D;
backdrop-filter: blur(4px);
    color: #7EA08E;
    font-family: Inter;
font-weight: 700;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
padding:4px 12px;
    border-radius: 50px;
  }

  .explore-stage__card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }

  .explore-stage__card-title {
   font-family: Sora;
font-weight: 600;
font-size: 24px;
line-height: 27.5px;
letter-spacing: 0px;
color:#803340;
    margin: 0;
  }

  .explore-stage__card-title-link {
    color: inherit;
    text-decoration: none;
  }

  .explore-stage__card-title-link:hover {
    color: #4a7c59;
  }

  .explore-stage__card-excerpt {
   font-family: Manrope;
font-weight: 400;
font-size: 14px;
line-height: 125%;
letter-spacing: 0px;
color:#2F2F2F;
    margin: 0 0 6px 0;
  }

  .explore-stage__card-cta {
    font-family: Sora;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 125%;
letter-spacing: 0px;
    text-decoration: none;
    display: inline-block;
       color: #7EA08E;
  }

  .explore-stage__card-cta:hover {
    color: #3a6347;
  }
  .button--primary {
    background: #803340;
    padding: 12px 32px !important;
    display: block;
    border-radius: 12px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 59px;
    color: #FFFFFF;
}
.button::after {
    box-shadow: none !important;
}
a.nav-btn{
  display:none;
}
body.gradient.page--about-us.template--about-us .img1 {
    display: none !important;
}
span.header__active-menu-item {
    text-decoration: none;
    color: #803340;
    font-weight: 600;
}
.four-pillars__grid four-pillars__grid--9{
  display:grid;
  grid-template-columns:1fr 1fr 1fr !important;
  gap:32px;
}
.four-pillars__grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:32px;
}
.icon-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    row-gap: 27px;
      padding-top: 20px;
  background: linear-gradient(180deg, rgba(192, 93, 110, 0.07) 0%, rgba(192, 93, 110, 0) 100%);
}

.icon-box {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-boxes .icon-box img {
    height: 50px;
    width: 50px;
}
h4.icon-box__title {
    text-align: center;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  animation: bounce 2s infinite;
}

.whatsapp-float img {
  width: 45px;
  height: 45px;
}

/* Bounce Animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width:1024px) {
  .kits-actions {
    flex-direction: column;
}
.hbloomdiff-grid{
  gap:20px;
}

a.kits-btn{
    display: block;
    padding:13px !important;
}

  .explore-stage__tabs{
    justify-content:unset;
  }
  .feat-article__card a.feat-article__image-wrap {
    height: 350px;
}
.explore-stage__card-body {
    padding: 12px;
}
.explore-stage__grid{
  gap:20px;
}
section#mine-EightDomains .four-pillars__grid.four-pillars__grid--8 {
    grid-template-columns: 1fr 1fr 1fr;
}
section#how-it-2 .left-side,section#how-it-2 .right-side {
    max-width: 100% ;

}
section#how-it-2 .container-inner {
    align-items: unset;
}
  section#mine-aboutsec4 .four-pillars__card {
    flex: 0 0 30%;
}

section#mine-aboutsec4 .four-pillars__grid.four-pillars__grid--5 {
    flex-wrap: wrap;
    justify-content: space-evenly;
}
  .container-inner {
    flex-direction: column;
}
.right-side,.left-side {
    max-width: 100%;
}

  .four-pillars__grid.four-pillars__grid--4 {
    grid-template-columns: 1fr 1fr;
}
.hbcommunity-next {
    position: absolute;
    right: -34px;
    top: 55%;
}
.countdown-hero-image-wrap{
  height:550px;
}
.feat-article__content {
    padding: 20px !important;
}
button.kits-btn.kits-btn--disabled{
  width:100% !important;
}
}
/* ── Tablet ── */

@media (max-width:768px) {
.four-pillars__grid four-pillars__grid--9,.four-pillars__grid{
grid-template-columns:1fr 1fr !important;
  gap:20px;
}
  body.gradient.page--product p.product__text.inline-richtext.caption-with-letter-spacing{
    margin:0 !important;
  }
  .product__info-container>*+* {
    margin: 0 !important;
}
  .feat-article__head {
    margin: 0px 0px 20px;
}
.price__container {
    margin: 0 !important;
}
span.price-item.price-item--regular {
    margin: 0;
    font-size: 26px;
}
p.price-txt {
    margin-top: 10px !important;
}



h2.feat-article__heading {
    font-size: 26px;
}

a.feat-article__view-more {
    font-size: 14px;
    padding: 9px 16px;
}

.feat-article__card a.feat-article__image-wrap {
    height: 280px;
}

a.feat-article__title-link {
    font-size: 26px;
    line-height: 30px;
}

button.explore-stage__tab {
    font-size: 12px;
    padding: 12px;
    min-width: 80px;
}
section#mine-EightDomains .four-pillars__grid.four-pillars__grid--8,section#mine-gift-perfect .four-pillars__grid.four-pillars__grid--3 {
    grid-template-columns: 1fr 1fr ;
    gap:20px;
}
body.gradient.page--gifting h2.countdown-hero-headline {
    line-height: normal;
    margin-bottom: 8px;
}
.img2 img {
    height: 317px;
}

.img1 {
    display: none;
}

.founder-container {
    flex-direction: column;
}
  h1.banner-title {
    font-size: 64px;
}

.banner-main {
    height: 350px;
}
.main-head h2 {
    font-size: 26px;
}
button.faq-question {
    font-size: 18px !important;
    text-align: left;
}
  section.top-product-page {
    margin-top: 10px;
    padding: 30px 20px;
}

h1.product-topHead {
    font-size: 28px;
    line-height: normal;
}

.kits-grid-wrap {
    padding: 30px 20px !important;
}

section.age-alignment-section,.allpagebanner {
    padding: 30px 20px;
}
  .kits-age-pills {
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    overflow-y: hidden;
}
.kits-filter-bar{
  padding:20px !important;
}
/* a.kits-btn.kits-btn--outline {
    padding: 0px 24px !important;
} */
  .hbcommunity-header {
    margin-bottom: 20px;
}
  .hbcommunity-section {
    background: #8caab770;
    padding: 30px 40px 30px 20px;
}
  .hbcommunity-next
 {
  right:-32px;
 }
 .hbcommunity-next img{
  height:30px;
 }
  p.hbloom-subtitle{
    font-size: 16px;
  }
    .footer-logo
 {
    justify-content:center;
 }
 section#faq-template--21637596119295__faq_accordian_Yxf7BY{
  padding-top:30px;
 }
 .last-lmine {
    padding-bottom: 30px;
}
  .dj-scroll { overflow-x: auto; }
  .dj-track { width: max-content; min-width: 100%; }
  .dj-stage { flex: none; width: 100px; min-width: 100px; }
  .dj-name { font-size: 14px; line-height: 20px; margin-top: 8px; }
  .dj-age { font-size: 12px; margin-bottom: 10px; }
  .dj-arrow { display: flex; align-items: center; justify-content: center; top: 0; right: 0; }

  .quote-text { font-size: 20px; }
  .author-name { font-size: 18px; }
  footer.custom-footer { padding: 30px; }
  .footer-container { flex-direction: column; gap: 20px; text-align: center; }
  .footer-right { text-align: center; }
  .footer-socials { justify-content: center; }
  .countdown-hero-section { padding: 20px 20px 40px 20px; }
  .countdown-hero-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .countdown-hero-image-wrap { order: -1; height: 100%; width: 100%; max-height:350px;}
  .countdown-timer-wrapper { width: 100%; }
  .countdown-digits { justify-content: center; }
  h2.countdown-hero-headline,
  h2.dj-heading { font-size: 24px; }
  .hb-card {
        flex: 0 0 48%;
    }
  .hb-grid { flex-wrap: wrap; gap: 20px; }
  .container { padding:30px 20px; }
  p.countdown-hero-subtext { font-size: 16px; }
  h2.cs-heading-template--21448887042303__centered_statement_TTxnAx { font-size: 24px; }
  section.cs-section-template--21448887042303__centered_statement_TTxnAx { padding:30px 20px; }
  .cs-inner-template--21448887042303__centered_statement_TTxnAx{gap:10px;}
  p.cs-body-template--21448887042303__centered_statement_TTxnAx { font-size: 16px; }
  .hb-info { padding: 0; }
  h2.hb-title { font-size: 24px; margin-bottom: 15px; }
  h3.hb-card-title { font-size: 20px; }
  p.hb-text { font-size: 16px; }
  .hb-image { margin-bottom: 6px; }
  section.why-different { padding: 0; }
  section.expert-quote { padding:30px 20px; }
  .waitlist-wrapper { padding:30px 20px; }
  .waitlist-wrapper h2 { font-size: 24px; }
  .waitlist-wrapper p { font-size: 14px; }
  a.nav-btn { display: none; }
  img.header__heading-logo.motion-reduce { width: 163px; }
  .why-grid { grid-template-columns: 1fr; }

product-info#MainProduct-template--21448887206143__main {
    padding: 30px 0px 0px;
}

body.gradient.page--product .product__title h1 {
    font-size:26px;
    margin: 0;
}

section#ProductInfo-template--21448887206143__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.product__text.caption-with-letter-spacing+.product__title {
    margin: 0;
}

.main-preorder {
    max-width: 80%;
    width: 100%;
}

section.four-pillars {
    padding: 30px 0px !important;
}

h2.four-pillars__heading {
    font-size:26px;
    margin-bottom: 10px;
}

.four-pillars__grid.four-pillars__grid--4 {
    padding-top: 20px;
    grid-template-columns:1fr; 
}

#shopify-section-template--21448887206143__activities_preview_t68rig .ap-wrap {
    padding: 30px 20px !important;
}

h2.ap-heading {
    font-size: 32px !important;
    margin-bottom: 26px !important;
}

section.bik-section {
    padding: 30px 20px;
}

h2.bik-heading {
    font-size:26px;
}

h2.nup-heading {
    font-size:26px;
}
.nup-section{
  padding:30px 0px !important;
}
.bik-card{
  flex-direction:column;
}
section.bik-section{
  padding:30px 20px !important;
}
h2.rmk-heading {
    font-size:26px;
}
.rmk-row {
    gap: 20px;
}
.rmk-card {
    padding: 30px;
}
body.template--how-it-works h1.main-head {
    font-size: 38px;
    text-align: center;
}

h3.sub-head {
    margin-bottom: 12px;
}
.milestone-block {
    left: unset;
    right: -1%;
    bottom: -2%;
    padding: 16px;
}

.milestone-block p.line-green {
    font-size: 12px;
    margin: 0;
}

.milestone-block p.question {
    font-size: 15px;
}
section.magic-container{
  padding:0;
}
section.magic-container .books-wrapper {
    flex-direction: column;
}

.books-image {
    max-width: 100%;
}

.books-image img {
    height: 350px;
    margin-bottom: 20px;
}

.books-content h3 {
    font-size: 26px;
}

.books-content {
    gap: 0;
}
.activity-main h1.activity-main {
    font-size: 32px;
}
.activity-main p.activity-text-main {
    font-size: 18px;
}
.free-activities__title {
    font-size: 26px;
}
.blog-grid {
    grid-template-columns: 1fr 1fr;
}
h2.explore-stage__heading {
    font-size:26px;
}
}

/* ── Mobile ── */
@media (max-width: 650px) {
  .hbloomdiff-grid{
    flex-wrap:nowrap;
    justify-content:unset;
    overflow-x:auto;
  }
  .hbloomdiff-card{
    flex:0 0 80%;
  }
  a.explore-stage__card-image-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
  a.feat-article__view-more{
    padding:5px 12px;
  }
  .feat-article__footer{
    flex-direction:column;
  }
  .feat-article__content{
    padding:20px 0px;
    width:100%;
  }
  .four-pillars__grid four-pillars__grid--9,.four-pillars__grid{
grid-template-columns: 1fr !important;
}
  .popup-row {
    gap: 12px !important;
}
  .feat-article__card {
    flex-direction: column;
}
  .blog-grid,.free-activities__grid {
    grid-template-columns: 1fr ;
}

  .countdown-hero-image-wrap{
    height:280px;
  }
  .four-pillars__container{
    padding:0 20px;
  }
  .books-image img{
    height:258px;
  }
  section#mine-EightDomains .four-pillars__grid.four-pillars__grid--8 {
    grid-template-columns: 1fr 1fr ;
    gap:20px;
}
  .founder-image img {
    height: 350px;
}
section#mine-EightDomains .four-pillars__grid.four-pillars__grid--8,section#mine-gift-perfect .four-pillars__grid.four-pillars__grid--3 {
    grid-template-columns: 1fr;
  
}
section#mine-aboutsec4 .four-pillars__card {
    flex: 0 0 100%;
}

section#mine-aboutsec4 .four-pillars__grid.four-pillars__grid--5 {
    padding-top: 30px;
}
    h1.banner-title {
    font-size: 38px;
}
  .dj-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 36px; }
  .dj-stage { width: 88px; min-width: 88px; }
  .dj-age { font-size: 11px; }
  .dj-name { font-size: 12px; }
   .countdown-hero-inner { grid-template-columns: 1fr;
gap: 16px;}
  .hb-card { flex: 0 0 100%; }

p.bik-subheading {
    margin-bottom: 30px;
}
.rmk-row {
    grid-template-columns: 1fr;
}
section#reserve-my-kit-section {
  padding: 30px 20px;
}
section#how-it-2 .right-side {
    height: 280px;
}

}