/** Shopify CDN: Minification failed

Line 1074:2 Unexpected "{"
Line 1074:3 Expected identifier but found "%"
Line 1076:2 Unexpected "{"
Line 1076:3 Expected identifier but found "%"
Line 1078:2 Unexpected "{"
Line 1078:3 Expected identifier but found "%"
Line 1176:2 Unexpected "{"
Line 1176:3 Expected identifier but found "%"
Line 1178:2 Unexpected "{"
Line 1178:3 Expected identifier but found "%"
... and 2 more hidden warnings

**/
/*@font-face {
    font-family: 'circularSTD';
    src: url('/cdn/shop/files/circular-std-medium-500-webfont.woff2?v=1763983111') format('woff2'),
         url('/cdn/shop/files/circular-std-medium-500-webfont.woff?v=1763983111') format('woff');
    font-weight: normal;
    font-style: normal;

}
    */
body {
  font-family:inter;
}
h1,h2,h3,h4,h5,h6 {
  font-family:inter;
}
/*---- Menu ----*/
@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 5rem 7rem;
    padding-left: 5rem;
  }
}
.header--middle-left {
    grid-template-columns: auto auto auto !important;
}
.header--middle-left .header__inline-menu {
    text-align: center;
}
.header__menu-item{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
}

/*---- Footer ----*/
#shopify-section-sections--18378770284659__section_divider_eVcPCA.shopify-section-group-footer-group {
    display:none;
}
.footer.gradient {
    background:#0F1C46 url(footer-bg.webp) bottom center no-repeat;
}
 .footer-block--menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.footer-block--menu ul li{
  padding: 0px;
}
.footer-block--menu ul li a.link {
    font-size: 18px;
    padding: 0 25px;
    border-right: 1px solid #fff;  
  line-height: 1.3;
}
.footer-block--menu ul li:last-child a{
  border-right: none;
}
.footer__blocks-wrapper .footer-block__details-content {
    max-width:930px;
    margin:auto;
    text-align:center;
}
.footer-bottom-wrapper { 
    margin:0px;
    padding:0px;
    display:flex;
}
.footer-bottom-wrapper .footer-left{
  width:50%
}
.footer-bottom-wrapper .footer-right{
  width:50%
} 
.footer__content-bottom { 
  padding-top: 0px;
  padding-bottom: 20px;
}
.footer__content-bottom-wrapper.page-width {
  display: flex;
  width: 100%;            /* main div takes full width */
  justify-content: space-between; 
}

.footer-left {
  flex: 1;
  text-align: left;
}

.footer-right {
  flex: 1;
  text-align: right;
}
.footer-left .footer__copyright.caption {
  text-align: left;
}
.footer-left .footer__copyright.caption {
  display:flex;
}
.list-social { 
  margin-left: 20px;
}
.list-social__link { 
  padding: 0px 5px;
}
.jdgm-rev-widg__title {
  font-size:40px;
}
/* Ikram New work on pricing section */ 

.pricing-plans {
  position:relative;
  background:#E6F3FB; 
  padding:40px 0px;
}
.pricing-heading {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}
.sec-title {
    font-size: 40px;
    font-weight: 600;
    color: #1D1E21;
    margin:0 ;
}
.sec-title span {  
    color: #1E306E; 
}
.pricing-columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
  margin-top: 30px;
  flex-wrap: nowrap;
}

.pricing-column {
  width: 50%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  border:2px solid #fff;
}
.pricing-columns { display: flex; gap: 20px; flex-wrap: wrap; }
.pricing-column { flex: 1 1 45%; position: relative; padding-top:60px !important; }
#pricing-plan-plan1 {color:#fff; /* Linear gradient from top (#1E3A5F) to bottom (#008900) */
  background: linear-gradient(to bottom, #3556c9, #2b46a1) !important;}
#pricing-plan-plan2 {color:#ffffff;}
#pricing-plan-plan2 {
  position: relative;
  border-radius: 33px;
  overflow: hidden; /* keeps content inside the rounded corners */
  padding: 20px; /* space for inner content */
  background-color: white; /* inner background */
}

#pricing-plan-plan2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  padding: 4px; /* border thickness */
  background: linear-gradient(to bottom, #fff, #fff);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  box-sizing: border-box;
}



.plan-header { font-size:18px; text-align: center; font-family:inter; position:absolute; top:0px; left:0px; width:100%; }
.plan-header-inner {
  max-width:245px;
  margin:auto;
}
.carousel-wrapper { margin-top: 15px; }
.carousel-main { overflow:hidden; border-radius:20px; }
.carousel-main img { width: 100%; transition: transform 0.3s; cursor: zoom-in; }
.carousel-main img:hover { transform: scale(1.2); }
.carousel-thumbs { display: flex; overflow-x: auto; gap: 10px; margin-top: 10px; }
.thumb { cursor: pointer; border: 1px solid #ccc; border-radius: 5px; width: 60px; height: 60px; object-fit: cover; }
.quantity-wrapper { display: flex;
  align-items: center;
  background: #E7ECF2;
  border-radius: 8px;
  overflow: hidden;
  width: 150px;
  margin-top: 10px;
  height: 44px; }
.qty-btn {flex: 0 0 45px;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  font-size: 20px;height: 45px;}
.qty-btn:hover { background: #ddd; }
.quantity-wrapper input { text-align: center; border: none; width: 60px; font-size: 16px;
  background-color: transparent !important; }
.add-cart-btn { margin-top: 10px; padding: 10px 20px; border: none; cursor: pointer; border-radius: 10px; font-size:20px; 
  text-transform: uppercase; background: #1D1E21; color: #ffffff;
  font-weight: 600; }
  .add-cart-btn svg {margin-bottom: -10px;}
#pricing-plan-plan1 .add-cart-btn {
    background:#fff;
    color:#1E3A5F;
    background: #fff;
    color: #1E3A5F;
}
#pricing-plan-plan2 .add-cart-btn  svg path {
    fill:#fff !important;
    stroke:#fff !important;
}

.add-cart-btn:hover { background: #333; }
.pricing-column h3 {text-align:center; font-family:inter; font-size:40px; margin:30px 0px;}
#pricing-plan-plan1 h3 {font-size: 33px;
  color: #fff !important;
  max-width: 340px;
  margin: 24px auto 0px;}
#pricing-plan-plan2 h3 {font-size:33px; color:#18191D !important; max-width:340px; margin: 24px auto 0px;}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size:15px;
  line-height: 1.4;
  border-bottom:1px solid #fff; 
  padding-bottom: 8px;
}

@media (max-width: 480px) {
  .feature-item1 {
    align-items: flex-start !important;
        gap: 6px !important;
        justify-content: flex-start !important;
        font-size: 14px !important;
  }
}


.feature-item .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #2ed215; /* white circle */
  color: #000000; /* black check */
  font-weight: bold;
  font-size: 16px;
}

.feature-item .check-icon::before {
  content: "✓"; /* checkmark */
}

#pricing-plan-plan2 .feature-item { 
  border-bottom:1px solid #1E3A5F; 
  color:#1E3A5F;
}

#pricing-plan-plan2 .feature-item .check-icon {  
  background-color:transparent;  
  color: #18191D;  
} 
#pricing-plan-plan2 .qty-label {
  color: #1E3A5F;  
}
.price-wrapper {
    padding:20px 0px 30px;
    font-size:44px;
    font-weight:7400;
    color:#fff; 
}
.regular-price {
    color:#BCBCBC; 
    font-weight:400;
    font-size:32px;
    text-decoration:line-through;
    display:inline-block;  line-height: 1.1;
    margin-bottom: -12px;
}

#pricing-plan-plan2 .price-wrapper {
  color: #1E306E;  
}
.feature-list-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
} 
 

.feature-list-bottom .feature-item1 {
  display: flex;               /* keep icon and text on same line */
  align-items: center;         /* vertical alignment of icon and text */
  justify-content: center;     /* horizontal centering of the whole line */
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 0px;
  gap: 8px;                    /* space between icon and text */
}

.feature-list-bottom .feature-item1 .check-icon1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0px;
  border-radius: 50%;
  background-color: #2ed215; /* white circle */
  color: #fff; /* black check */
  font-weight: 400;
  font-size: 10px; 
  display: inline-block;
  text-align: center;
} 

.feature-list-bottom .feature-item1 .check-icon1::before {
  content: "✓"; /* checkmark */
}

#pricing-plan-plan2 .feature-list-bottom .feature-item1{
  color: #1D1E21;  
}
#pricing-plan-plan2 .feature-list-bottom .feature-item1 .check-icon1 {
  color: #1D1E21;   
}
.feature-pricing {
  display: inline-block;
  text-align: right;
  font-size: 15px;
}
.feature-pricing .regular-price {
  color: #BCBCBC;
  font-weight: 400;
  font-size: 15px;
  text-decoration: line-through;
  display: block; 
  margin-bottom:0px;
}
.feature-item {
  display: flex;
  justify-content: space-between; /* left group + right price */
  align-items: center;
}

/* Left side (icon + text) should stay together */
.feature-item .left-group {
  display: flex;
  align-items: center;
}

/* Your existing icon style */
.feature-item .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
.savings-badge {display:none !important;}
/* MOBILE — stack columns */
@media (max-width: 768px) {
  .pricing-columns {
    flex-direction: column;
    gap: 20px;
  }

  .pricing-column {
    width: 100%;
    max-width: 100%;
  }
}

/*before pricing plan column*/
#ImageWithText--template--18378769989747__image_with_text_irBFwT h2.heading { 
  max-width: 425px;
  margin-bottom: 0 !important;
  font-size: 40px;
}
#ImageWithText--template--18378769989747__image_with_text_NDiXLb {
  background-color:transparent !important;
}
#ImageWithText--template--18378769989747__image_with_text_NDiXLb .product-info__image-block img {
  display: block !important;
  max-width: 104px !important; 
  height: auto !important; 
}
#ImageWithText--template--18378769989747__image_with_text_NDiXLb .product-info__image-block .media { 
  height: 22px !important; 
  max-width: 105px;
}
#ImageWithText--template--18378769989747__image_with_text_NDiXLb .heading strong { 
  display:initial !important;
}
#ImageWithText--template--18378769989747__image_with_text_NDiXLb .button.button--primary {
  max-width:450px;
  width:100%;
  text-transform:uppercase;
}
#image-with-text-template--18378769989747__image_with_text_NDiXLb {
  background-image: url('section-1-bg-1.webp'), url('section-1-bg-2.webp'); 
  background-attachment: scroll, scroll;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 40%, 12%;

}
.heading.heading-AYnV3bFFJSXNncEhQM__heading_e6jhPn {
  font-size:40px;
  max-width:650px;
  margin:auto;
}
    
    
/*Flexible sleep builder section*/

.custom-group-section {
  width:100%;
  box-sizing:border-box;
}
.custom-group-section .section-heading {
  text-align:center;
  margin-bottom:30px;
}
.custom-group-section .section-heading span {
  color:#1E306E !important;
}
.iwt-block, .small-image-block {
  align-items: center;
}
.iwt-block.image-right, .small-image-block.image-right {
  flex-direction: row-reverse;
}
.iwt-block span {
  color:#1E306E !important;
}
.iwt-block .button span {
  color: #ffffff !important;
}
.iwt-block span.material-icon {
  color: #2ed215 !important;
}
.iwt-block {
  margin-bottom:50px;
}
.iwt-block ol, .iwt-block ul {
  padding:0px;
  padding-left: 20px;
}
.iwt-block li {
  padding:0px;
  padding-bottom:20px;
  line-height:1.4;
}
.iwt-image {
  max-width:500px;
}
.image-right .iwt-image {
  max-width:405px;
}
.iwt-block-3.image-right .iwt-image {
  max-width:500px;
}
.iwt-text h3 {
  font-size:28px;
  color:#2C2C34;
  line-height:1.4;
  font-weight:600;
}
.iwt-block-2 h3 {
  max-width: 630px;  
  font-weight: 600;
  font-family:inter;
}
.iwt-text p {
  font-size:16px;
  color:#2C2C34;
  line-height:1.4; 
}
.iwt-text ul, .iwt-text li span,.iwt-text p span {
  font-weight:600;  
}
#Button-ANEZyMWttM2ZnWDVTN__button_7DEt9w2 {
  --icon-scale: 1.2em;
  --icon-spacing: 10px;
  max-width: 563px;
  width: 100%;
  text-transform: uppercase;
} 
.mobile-only, .mobile-only-small {
  display:none;
}
@media(max-width:994px){
  .iwt-block, .small-image-block {
    flex-direction: column !important;
  }
  .iwt-block .iwt-image, .iwt-block .iwt-text,
  .small-image-block .small-image {
    flex-basis: 100% !important;
  }
  /* Mobile: reverse columns only for block 2 */ 
  .iwt-block {
    flex-direction: column-reverse !important;
  } 
  .iwt-block-2 .iwt-image {
    display:none;
  }
  .mobile-only{
    display:block;  
    text-align: center;
  }
  .iwt-block-2 h3 {
  max-width: 100%;
}
} 
.flex-builder-wrapper { width: 100%; }
.flex-builder-main-title { text-align:center; max-width:700px; margin:auto; margin-bottom:40px; font-size:40px; font-weight:700; }
.flex-builder-main-title b {
  color:#1E306E;
}
.flex-block { margin-bottom:20px; }

/* IWT layout */
.iwt-block { display:flex; align-items:center; gap:20px; }
.reverse-mobile { flex-direction: column !important; }

/* Icons */
.flex-icon { display:inline-block; margin-right:6px; vertical-align:middle; }

/* Animation */
.animate-on-scroll { opacity:0; transform: translateY(20px); transition-property: opacity, transform; }
.animate-visible { opacity:1 !important; transform: none !important; }

/* Responsive */
@media(max-width:768px){ 
  .iwt-block { flex-direction:column; } .flex-block { flex:0 0 100% !important; }
  .iwt-text {
    max-width:100%;
  }
  
}
@media(max-width:580px){   
  .product__text-container--multiple.product__text-container--fit-content {
  display: block;
  max-width: 100%;
}
  .product__text-container--multiple.product__text-container--fit-content .product__text-mobile-left { 
    display: inline-block;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width:450px){
  #Button-ATTNIWW8xVUFyQUZCa__button_z73Nxg {
    padding: 15px;
  }
}
@media(max-width:820px){ 
  .iwt-block { flex-direction:column; } .flex-block { flex:0 0 100% !important; } 
  #shopify-section-template--18378769989747__image_with_text_NDiXLb .image-with-text__media-item  {
    max-width: 400px;
  margin: auto;
  }
}
    
/*Promo block */
.promo-block {
  background-image: url(section-2-bottom-bg.webp); 
  background-position: top center;
  padding: 20px;
  border-radius: 0;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #120a2b;
}

.promo-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.promo-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.promo-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.promo-text h3 {
  margin: 0;
  font-size:28px;
  color:#fff;
  font-weight:600;
}
 

/* Button */
.promo-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;  
  font-size: 14px;
  background: #E6F3FB;
  padding: 12px 20px;
  border-radius: 5px;
  color: #1E306E;
  text-decoration: none;
  font-weight: 600;
  backdrop-filter: blur(4px);
  transition: background 0.3s;
  border:1px solid #E6F3FB;
}

.promo-button:hover {
  border:1px solid #0f2f9d;
}

.btn-icon svg {
  width: 18px;
  height: 18px;
}

/* -------------------------
   MOBILE RESPONSIVE
---------------------------- */
@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
  }

  .promo-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .promo-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}

/*Our Belief Section */
#image-with-text-template--18378769989747__image_with_text_MDb6BE {
  background:url(section-our-belief-bg.webp) top center no-repeat;
  background-size:cover;
}
#image-with-text-template--18378769989747__image_with_text_MDb6BE .image-with-text__content { 
    background: transparent;
  }
  #Button-ATTNIWW8xVUFyQUZCa__button_z73Nxg {
    max-width: 450px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
  }
  #ImageWithText--template--18378769989747__image_with_text_MDb6BE .product-info__image-block {
    display:none;
  }

@media(max-width:749px){  
  #ImageWithText--template--18378769989747__image_with_text_MDb6BE .product-info__image-block {
    display:block;  
    text-align: center;
        max-width: 400px;
  } 
  #image-with-text-template--18378769989747__image_with_text_MDb6BE .image-with-text__media-item {
    display:none;
  }
}


/* Paste your existing CSS here (unchanged, including responsive rules) */
  
.benefits-section {
    /*background: linear-gradient(180deg, #add4e9, #edf7fc);*/
    background:#eef6fd url(benefits-bg.webp) top left repeat-x;
    padding: 60px 20px;
    position: relative;
}

.benefits-section h2 {
    text-align: center;
    color: #18191D;
    margin-bottom:40px; 
}

.benefits-container {
    position: relative;
    display: flex;
    flex-direction: column; 
    margin: 0 auto;
}

#timeline {
    position: absolute;
    left: 50%; 
    background: #1E306E;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 1px;
    opacity: 0;
    display: block;
    width: 2px;
}

.benefit-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 30px 0px;
}

.checkpoint {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: #1E306E;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    z-index: 5;
}

.benefit-block { 
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #fff;
    max-width: 500px;
    width: 100%; 
    border-radius: 16px;
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefit-block-inner { 
    display: flex;
    color: #fff;
}

.benefit-block .icon {
    font-size: 24px;
    flex-shrink: 0;
}

.benefit-block .text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color:#1E306E;
}

.benefit-block .text p {
    margin: 2px 0 0 0;
    font-size: 22px;
    font-weight:500;
    line-height: 1.3;
    text-align: left;
    color:#18191D;
}

.highlight-box {
    max-width: 500px;
  width: 100%;
  background: #CEE6F3;
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff; 
}

.highlight-box .icon {
    display: block;
    margin: 0px;
    font-size: 24px;
    text-align: left;
}
.highlight-box p {
  margin-top:0px;
  margin-bottom:0px;
  color:#494E5F;
  font-size:20px;
}
.highlight-box p span { 
  color:#1E306E; 
  font-weight:500;
}

.benefit-row {
    flex-direction: row-reverse;
}

.benefit-row:nth-child(even) {
    flex-direction: row;
}
.benefit-row .benefit-block {
  flex-direction: row;
  align-items:flex-end;
  justify-content: start;
}
.benefit-row:nth-child(even) .benefit-block {
  flex-direction: row;
  align-items:flex-start;
  justify-content: end;
}


/*button and info icons */

.benefits-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.benefits-btn {
  background: #18191D;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;  
  max-width: 460px;
  width:100%;
  text-transform: uppercase;
}

.benefits-info-wrapper {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 35px;
  max-width: 500px;
  margin: auto;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #2C2C34;
}

.info-item img {
  width: 14px;
  height: auto;
  vertical-align: middle;
}
.info-item p {
  font-size: 14px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
    .benefit-row {
        flex-direction: column !important;
        align-items: stretch;
        gap: 20px;
    }
    #timeline {
        left: 20px;
        transform: translateX(0);
    }
    .checkpoint {
        left: 20px;
    }
    .benefit-block, .highlight-box {
        max-width: 100%;
    }
    .benefit-block {
        order: 0;
        width: 100% !important;
        max-width: 84% !important;
        flex-direction: row;
        align-items: center !important;
        justify-content: flex-start !important;
        padding-left: 12%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .highlight-box {
        order: 1;
        width: 100% !important;
        max-width: 70% !important;
        margin-left: 13%;
    }
}

/*Better sleep section*/
.progress-bar-wrapper {
  position: relative;
  width: 100%;
  max-width: 827px;
  margin: 38px auto !important; 
  height: 40px;
  padding-bottom: 68px !important;
  padding-bottom: 70px !important;
}

.progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: 1px dotted #5D6D76;
  transform: translateY(-50%);
  display: block !important;
}

.progress-point {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  background: #1E306E;
  border: 4px solid #cadbe9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 30px;
  color:#fff;
}

/* Position points */
.point-1 { left: 0%; }
.point-2 { left: 50%; }
.point-3 { left: 100%; }


 
@media only screen and (max-width:749px)  {
  .progress-bar-wrapper {
    display:none;
  }
  #shopify-section-template--18378769989747__custom_columns_new_PBBGx7 .content-wrapper {
    max-width:466px;
    margin:auto; 
    position: relative;
  } 

  .mobile-only-small {
    display:block;  
  }
  .bsb-counter-wrap { 
    text-align: center;
    position:absolute;
    width:100%;
    top: -24px;
  }
  .bsb-counter { 
  width: 56px;
  height: 56px;
  background: #1E306E;
  border: 4px solid #cadbe9;
  border-radius: 50%; 
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin: auto;
  }

  
}
#shopify-section-template--18378769989747__custom_columns_new_PBBGx7 {
  background:url(better-sleep-section.webp) center center no-repeat;
  background-size:cover;
}
#shopify-section-template--18378769989747__custom_columns_new_PBBGx7 .color-scheme-template--18378769989747__custom_columns_new_PBBGx7 {
  background:transparent !important;
}
#PageWidth-template--18378769989747__custom_columns_new_PBBGx7--old {
  background:url(better-sleep-section.webp) center center no-repeat;
  background-size:cover;
} 
#shopify-section-template--18378769989747__custom_columns_new_PBBGx7 h2.h2 {
  font-size:22px;
  font-weight:600;
  max-width:272px;
  margin:auto;
} 
#shopify-section-template--18378769989747__custom_columns_new_PBBGx7 p {
  font-size:16px; 
  max-width:375px;
  margin:auto;
  color:#7B8091;
}
#shopify-section-template--18378769989747__custom_columns_new_PBBGx7 .product-info__image-block {
  max-width:290px;
  margin:auto;
}
/* Science Behind Sleep SECTION */
.science-sleep-section {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;

  {% if section.settings.mode == 'dark' %}
    color: #fff;
  {% else %}
    color: #000;
  {% endif %}
}

.ss-title {
  font-size: 40px;
  margin-bottom: 15px;
  color:#fff;
}
.ss-title span {
    color:#76C6F7; 
}


.ss-description {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 18px;
  color:#fff;
}

/* COUNTER GRID */
.ss-counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.ss-counter-card {
  padding: 25px;
  border-radius: 18px;
  /*background: linear-gradient(
    180deg,
    {{ section.settings.gradient_start }},
    {{ section.settings.gradient_end }}
  );*/ background:transparent url(counter-bg.webp) top center no-repeat; background-size:cover;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s ease;
}

.ss-counter-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.ss-counter-icon img {
  width: 48px;
  height: 48px;
}

.ss-counter-icon span {
  font-size: 48px;
}

.ss-counter-value {
  font-size: 44px;
  font-weight: 700;
  margin-top: 10px;
}

.ss-counter-text {
  margin-top: 10px;
  font-size: 15px;
}

/* SUBTEXT */
.ss-subtitle {
  margin-top: 40px;
  font-size: 40px;
  color:#fff;
  margin-bottom:15px;
} 
.ss-subtitle span {
    color:#76C6F7; 
}
.ss-subtext {
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: 18px;
  color:#fff;
}

/* CHECKLIST */
.ss-checklist {
  list-style: none;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

.ss-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color:#fff;
  {% if section.settings.mode == 'dark' %}
    background: rgba(255,255,255,0.08);
  {% else %}
    background:transparent;
  {% endif %}
  padding: 5px 10px;
  border-radius: 0px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
  text-align:left;
}

.ss-check-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.ss-check-icon img {
  width: 18px;
  height: 18px;
}

.ss-check-icon {
    background:transparent; 
  height: 25px;
  width: 25px;
  min-width: 25px;
  text-align:center;
}
.ss-check-icon span {
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .ss-title { font-size: 34px; }
  .ss-counter-value { font-size: 36px; }
}


/*theme sections styles*/
.heading-AV3B6WndvOFJkcnhUc__heading_gmRBfy {
  font-size:48px;
  max-width:1042px;
  margin:auto;
}
#PageWidth-template--18378769989747__custom_columns_new_MDip4n .custom-columns {
  justify-content:center;
}
.icon-with-text .h4 { 
  color: #1E306E;
  font-size: 16px;
}
@media (max-width: 980px) {
.ss-counter-grid { 
  gap: 10px; 
} 
}
@media (max-width: 768px) {
  .icon-with-text--horizontal {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ⭐ two columns */
    gap: 1.5rem; /* spacing between items */
    justify-items: center;
  }
  .icon-with-text--horizontal .icon-with-text__item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  #shopify-section-template--18378769989747__custom_columns_new_MDip4n .custom-columns__column {
    width: 50% !important;     /* Force two columns */
    --width: 1 !important;     /* Optional reset */
    padding: 0 10px;           /* Adjust spacing */
  }

  #shopify-section-template--18378769989747__custom_columns_new_MDip4n .custom-columns__column:first-child {
    width: 100% !important; /* First column overrides mobile rule */
    margin-bottom: 20px;    /* Optional spacing */
  }
}

@media (max-width: 400px) { 
  .custom-columns__column {
    width: 100% !important;     /* Force two columns */
    --width: 1 !important;     /* Optional reset */
    padding: 0 10px;           /* Adjust spacing */
  } 
}

#image-with-text-template--18378769989747__image_with_text_irBFwT .product-info__image-block.product-info__image-block--mobile-alignment {
display:none;
}
@media only screen  and (min-width:768px){
#PageWidth-template--18378769989747__custom_columns_new_MDip4n .content-wrapper.block-margins {
  /*position: relative;
  overflow: hidden;*/
}
 
  #PageWidth-template--18378769989747__custom_columns_new_MDip4n .product-info__image-block {
    position: relative;
    overflow: hidden;
    z-index: 111;
    padding-bottom: 25%;
    background: #e6f3fa;
  } 
  #PageWidth-template--18378769989747__custom_columns_new_MDip4n .product-info__image-block img {
    position: inherit; 
  }
#PageWidth-template--18378769989747__custom_columns_new_MDip4n .custom-columns__column h2.heading.h2  { 
  margin-top: -105px !important;
    position: relative;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
    padding: 10px;
} 
}

@media only screen  and (max-width:1024px){
#PageWidth-template--18378769989747__custom_columns_new_MDip4n .custom-columns__column h2.heading.h2  { 
  font-size:18px !important;
}
}

.ribbon { 
  background:url(celebration.gif) center center no-repeat;
  background-size:cover;
}    
#image-with-text-template--18378769989747__image_with_text_MDb6BE h2.h2 {
  font-size: 28px;
}    
.text-subheading p {
  font-weight:600;
}    
.text-innerText {
  opacity: 70%;
}