/** Shopify CDN: Minification failed

Line 77:20 Expected identifier but found whitespace
Line 77:25 Unexpected ";"
Line 142:9 Unexpected "{"
Line 142:18 Expected ":"
Line 142:25 Unexpected "{"

**/
@media screen and (max-width: 740px) {
   .hp-customer-reported-better-sleep-sec .multi-column--pocket-medium .multi-column__inner--scroller {
        grid-auto-columns: 60vw;
    }
}
.vs-default .vs-text-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vs-default .vs-title-main {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 100%;
  width: 700px;
  letter-spacing: -3.6px;
}
.vs-default .vs-subtitle-main {
  font-size: 20px;
  color: #ffffff;
  opacity: 100%;
  max-width: 684px;
  margin: 0 auto;
  line-height: 145%;
  letter-spacing: -1.6px;
}
.vs-default .vs-video-frame {
  max-width: 940px;
  max-height: 424px;
}

/* --- Desktop Styles (Jo aapne diye thay) --- */
.vs-default .vs-text-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; /* Text center align mobile ke liye zaroori hai */
}
.vs-default .vs-subtitle-main {
  font-size: 20px;
  color: #ffffff;
  opacity: 100%;
  max-width: 684px;
  margin: 0 auto;
  line-height: 145%;
  letter-spacing: -1.6px;
}
.vs-default .vs-video-frame {
  max-width: 940px;
  max-height: 424px;
  width: 100%; /* Safety ke liye */
}
/* .vs-default .vs-button {
    background-color: #F57823;
    font-size: 22px;
    width: 350px;
    height: 65px;
    font-weight: bold;
    display: flex;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 30px; /* Thora round acha lagta hai, hata sakte hain */
    text-decoration: none;
    color: #fff;
} */

.custom-richtext .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
  border-radius: 24px;
  background: #eef3f6;
}
.custom-richtext .heading {
  color: #25282d !important;
  font-size: 52px;
  font-weight: 600;
}
.custom-richtext p {
  font-size: 20px;
  line-height: 1.4;
  color: #4a4a4a;
  margin: 0 auto 30px;
  max-width: 85%;
}

.free-essential-base{
    background: #101c49;
    color: white;
    padding: 10px 10px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.1px;
    line-height: 23px;
    font-size: 20px;
    border-radius: 5px;
    width: 100%;
    margin-top: -8px;
}

/* --- MOBILE RESPONSIVE CODE (New Added) --- */
@media (max-width: 768px) {
  
  .vs-default .vs-title-main {
    width: 100%;
    font-size: 35px;
    letter-spacing: -1.4px !important;
    word-wrap: break-word;
    margin-bottom: 15px;
  }

  .vs-default .vs-subtitle-main {
    font-size: 18px;
    padding: 0 10px;
    max-width: 399px;
    letter-spacing: -0.64px;
  }

  .vs-custom-container{
    padding-bottom: 75px;
  }

  .vs-default .vs-video-frame {
    height: auto; 
  }

  .hero-{{ section.id }} {
    min-height: 100vh !important;
  }
  
  .hero-title{
    max-width: 380px !important;
    font-size: 34px !important;
    margin-bottom: 15px !important;
  }
  
  .hero-tags{
    margin-bottom: 15px !important;
  }

  /* .vs-default .vs-button {
    width: 100%;
    font-size: 18px;
    height: 45px;
    border-radius: 50px;
  } */

  .vs-default .vs-footer {
    margin-top: 60px;
   }

  .custom-richtext .section__color-wrapper {
    border: 1px solid #EEF3F6;
    border-radius: 25px;
    margin: 15px;
  }

  .custom-richtext .heading{
    font-size: 32px !important;
    letter-spacing: -1.4px !important;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .custom-richtext .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0px;
    border-radius: 20px;
    background: #eef3f6;
    border: 1px solid #EEF3F6;
  }

  .custom-richtext p {
    letter-spacing: -1.4px;
    line-height: 145%;
    margin: 0 auto;
    max-width: 100%;
    font-size: 18px;
  }

  .free-essential-base{
    padding: 10px;
    margin-top: -30px;

  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .free-essential-base{
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .free-essential-base{
    font-size: 15px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .free-essential-base{
    font-size: 18px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1080px) {
  .free-essential-base{
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .custom-richtext .heading {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .custom-richtext .heading {
        font-size: 28px !important;
    }
}


/* 
.meet-mark{
  background: #B2DAE0;
  margin: 0;
}
.meet-mark .image-with-text__wrapper{
  padding: 0px;
  gap: 60px;
}
.meet-mark .container{
  padding: 0px;
}
.meet-mark .image-with-text__image-wrapper{
  margin: 0;
  width: 50%;
}
.meet-mark .image-with-text__content{
  text-align: left;
}
.meet-mark .heading{
  color: #25282D;
  font-weight: 600;
  line-height: 100%;
  font-size: 60px;
  letter-spacing: -3.6px;
  margin-bottom: 10px;
}
.meet-mark .image-with-text__text-wrapper{
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0.4px;
    word-spacing: -1px;
}



@media screen and (max-width: 768px) {

  .meet-mark .image-with-text__wrapper{
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px; 
  }

  .meet-mark .image-with-text__image-wrapper{
    width: 100%;
  }

  .meet-mark .image-with-text__content{
    text-align: left;
    padding-left: 30px; 
    padding-top: 40px;
  }

  .meet-mark .heading{
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -1px;
  }

  .meet-mark .image-with-text__text-wrapper{
    font-size: 16px;
    line-height: 145%;
  }

  .meet-mark .image-with-text{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .meet-mark .image-with-text__image{
    height: 330px;
  }

}

@media screen and (min-width: 374px) and (max-width: 725px){
  body .meet-mark .image-with-text__text-wrapper{
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.4px;
  }
}

@media screen and (min-width: 765px) and (max-width: 1024px){
   body .meet-mark .image-with-text__text-wrapper{
    font-size: 18px;
    line-height: 145%;
  }
}

@media screen and (max-width: 1024px){

  .meet-mark .heading{
        font-size: 37px;
        letter-spacing: -2.9px;
        line-height: 100%;
        margin: 0;
        margin-bottom: 10px;
  }

  .meet-mark .image-with-text__text-wrapper{
    font-size: 13px;
    line-height: 145%;
  }

  .meet-mark .image-with-text__wrapper {
    padding: 0;
    gap: 20px;
}

}

@media screen and (max-width: 320px){
   .meet-mark .image-with-text__text-wrapper{
    font-size: 13px;
    line-height: 145%;
  }     
} */


@media(min-width: 768px){
  .iska-custom-class.video-with-text__container{
    padding: 0;
    max-width: none;
  }
  .iska-custom-class .video-with-text__grid{
    direction: rtl;
    margin: unset;
    max-width: none;
  }
  .iska-custom-class .video-with-text__description{
    margin-right: auto;
    max-width: 65%;
  }

  .form_generater_form_div .form-control{
  height: 44px !important;
}
}
@media(max-width: 768px){
  .iska-custom-class.video-with-text__container{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .iska-custom-class .video-with-text__content{
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
  }
  .iska-custom-class .video-with-text__grid > div:nth-child(1) { order: 2; }
  .iska-custom-class .video-with-text__grid > div:nth-child(2) { order: 1; }
}
.iska-custom-class .video-with-text__content{
  color: #3D434A;
}
.iska-custom-class .video-with-text__heading{
  color: #25282D;
}

.iska-custom-class.video-with-text__container{
  background: #B2DAE0;
}
.video-with-text__description{
      line-height: 25px;
    letter-spacing: -0.4px;
    word-spacing: -1px;
}


/* .hero-content {
  opacity: 0; 
  animation: slideInLeft 0.8s ease-out forwards;
  display: none;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    display: block;
  }
  20% {
    opacity: 0;
    display: block;
  }
  40% {
    opacity: 0;
    display: block;
  }
  60% {
    opacity: 0;
    display: block;
  }
  80% {
    opacity: 0.5;
    display: block;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    display: block;
  }
} */

.form_generater_form_div{
position: relative;  
top: 25%; 
width: 100%; 
background: white !important; 
z-index: 9999999; 
align-items: center;
justify-content: center; 
transition: opacity 0.3s ease; 
display: flex ; 
opacity: 1;
max-height: 100vh !important; 
overflow-y: auto !important;
}
.container.vertical-breather{
background: rgba(0, 0, 0, 0.7);
}

.vertical-breather {
  display: none; 
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000; 
  justify-content: center;
  align-items: center;
  overflow: visible !important;
}

.vertical-breather.is-active {
  display: flex !important;
}

#formGeneratorForm{
  display: flex !important;
  justify-content: center;
}

.close-form-popup {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 30px !important;
    height: 30px !important;
    color: Black !important;     
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    z-index: 10000000 !important;
    line-height: 1 !important;
}

@media screen and (max-width: 768px) {
    .form_generater_form_div {
        padding: 15px 15px 20px 15px !important; 
    }
    
    .close-form-popup {
        top: 5px !important;
        right: 5px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 25px !important;
    }

    .form_title_div{
      font-size: 11px !important;
    }
    .form_description_div{
      font-size: 14px !important;
      line-height: 20px !important;
    }
    .form_generater_form_div .tab{
          padding-top: 30px !important;
    }
    .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-group {
      margin-bottom: 5px;
  }
}
.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-group{
      margin-bottom: 15px;
}
.form_title_div strong span{
  font-weight: 600 !important;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.form_title_div h1 {
  line-height: 0.9;
}
.form_title_div{
  line-height: 0;
}
@media(min-width: 768px){
  .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-group {
      margin-bottom: 15px !important;
  }
}