/** Shopify CDN: Minification failed

Line 808:27 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* banner */
section.main-banner {
    height:850px;
    display:flex;
    align-items:flex-end;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
      position: relative;

}
.header__logo img{
    height:85px;
}
.main-banner .container{
    height: 100%;
    padding-bottom: 60px;
}

.background-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

section.main-banner:before {
  content:'';
  background: rgba(0,0,0,0.27);
  width:100%;
  height:100%;
  position:absolute;
  z-index: 2;
  top:0;
  left:0;
}

.banner-wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0;
}

.banner-text h1{
    font-family: 'Lora',serif !important;
    font-weight: 600;
    font-size: 74px;
    line-height: 100%;
    letter-spacing: -0.5px;
    color:#fff;
    max-width:600px;
    margin-left:0;
}
.banner-text h1 span{
    font-weight:400;
    font-style:italic;
}
.banner-wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-end;
    width: 100%;
}
.banner-text{
    flex:0 0 73%;
}

.banner-popup{
    flex:0 0 27%;
}
.banner-text p{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    color:#f1f1f1;
    max-width:470px;
}
.banner-btn{
    margin:50px 0 0;
}
a.primary {
    background:#B1D247;
    padding:16px 24px;
    border-radius:8px;
    color:#202020;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-right:20px;
}
a.secondery{
    font-family: 'Noto Sans',sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
    text-transform:capitalize;
color:#f1f1f1;
}
.banner-popup {
    display:flex;
    background:#fff;
    border-radius:400px;
    justify-content:space-between;
    align-items:center;
    padding: 7px 16px 7px 8px;
}
.banner-popup h4{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding:0;
    margin:0;
    letter-spacing: 0;
}
.banner-popup p{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding:0;
    margin:0;
    color:#0f475d !important;
    letter-spacing: 0;
}

/* ====== Feature Box Section ====== */
.features-box {
  border-radius: 10px;
  padding: 20px 30px;
}
.feature-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 16px 0;
  cursor: pointer;
  transition: background 0.3s;
}
.feature-item:hover {
  background: rgba(255,255,255,0.05);
}
.feature-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}
.feature-title img {
  width: 20px;
  height: 20px;
}
.feature-desc {
  display: none;
  margin-top: 10px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}
.feature-item.active .feature-desc {
  display: block;
}

.traditional-bg {
    display: flex;
    width: 100%;
    height:680px;
}
.traditional-bg1,.traditional-bg2{
    width:50%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    /* border-radius:20px; */
    padding: 40px;
}

.trad-wrap {
    width: 100%;
}

section.tab-list-section {
    background:#013248;
    /* display: flex; */
    /* flex-direction: column; */
    padding: 80px 40px;
}

.trad-wrap h2{
    font-family: 'Lora',serif !important;
font-weight: 600 !important;
font-size: 54px;
    line-height:64px;
letter-spacing: -0.5px;
text-align: center;
    text-transform:capitalize;

}

section.tradition {
    padding: 80px 40px;
}

.bg1-txt h3{
    font-family: 'Lora',serif !important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 64px;
    line-height:70px;
    letter-spacing:0;
    color:#101010;
    margin-bottom:0;
}
.bg1-txt p{
    font-family: 'Noto Sans',sans-serif;
font-weight: 400;
font-size: 24px;
color:#101010;
letter-spacing: 0%;
    max-width:300px;

}
.traditional-bg1 {
    border-radius: 20px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.traditional-list p{
    background:#ffffffa1;
    padding:15px 12px;
    border-radius:10px;
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height:24px;
    letter-spacing: 0px;
    display:flex;
    gap:15px;
}
.traditional-list p:before{
    content:'';
    background-image:url('/cdn/shop/files/Group_2085665846.png?v=1762543037');
    width:22px;
    height:22px;
    display:inline-block;
}
.traditional-list p:hover{
    background:#f1f1f1 !important;
}
.traditional-bg2 {
    border-radius: 0px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bg2-txt {
    background: #15475E;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
.bg2-txt img{
    flex-basis:calc(10% - 20px);
}

.tab-list-main {
    display: flex;
    gap: 80px;
    padding-top: 80px;
}
.tab-list-main .tab-list-img,
.tab-list-wrap{
    width:50%
}
.tab-list-main .tab-list-img img{
    width:100%;
}
.bg2-txt p {
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px;
    margin-bottom:0;
    padding-right:30px;
    letter-spacing: 0%;
    color:#fff;
    flex-basis:calc(90% - 20px);
}

.tab-list.wrap h2{
    font-family: 'Lora',serif !important;
font-weight: 600 !important;
font-size: 54px;
    line-height:65px;
letter-spacing: -0.4px;
text-align: center;
    color:#F1F1F1;
}
.tab-list.wrap h2 span{
    font-weight:400 ;
    font-style:italic;
    text-transform:lowercase;
}

.tab-list.wrap p{
    font-family: 'Noto Sans',sans-serif!important;
    font-weight: 400 !important;
    line-height:28px;
    font-size: 18px;
    letter-spacing: 0px;
    max-width:600px;
    margin:auto;
    text-align: center;
    color:#F1F1F1;
}

.feature-title h4{
    font-family: 'Lora',serif !important;
    font-weight: 700;
    font-size: 22px;
    padding:0;
    margin:0;
    color:#91A5AD !important;
}
.feature-title img{
    width:40px;
    height:40px;
    filter: brightness(0) saturate(100%) invert(74%) sepia(23%) saturate(194%) hue-rotate(152deg) brightness(83%) contrast(91%);
}
.feature-desc{
    padding-left:50px;
    padding-right:50px;
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color:#91A5AD !important;
    padding-bottom: 10px;
}
.feature-item.active h4,
.feature-item.active .feature-desc,
.feature-item.active img{
    color:#f1f1f1 !important;
    filter:revert;
}

.sleep-better-wrap {
    max-width: 950px;
    margin: auto;
    padding:30px 40px ;
}
.sleep-better-wrap h2{
    font-family: 'Lora',serif!important ;
font-weight: 600;
font-size: 54px;
letter-spacing: -0.4px;
text-align: center;
   color: #193744;
    margin-bottom:10px;
}
.sleep-better-wrap p{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height:28px;
    letter-spacing: 0px;
    text-align: center;
    max-width:550px;
    margin:auto;
}
.sleep-better-wrap .banner-btn{
    text-align:center;
}
.sleep-better-wrap video{
    margin-top:50px;
    border-radius:12px;
    width: 100%;
}

section.evrgreen {
    background: #013248;
    padding: 80px 40px 10px;
}
.evrgreen h2 {
    font-family: 'Lora',serif !important;
font-weight: 600;
font-size: 54px;
z-index:12;
position:relative;
letter-spacing: -0.4px;
text-align: center;
    color:#f1f1f1;
}
.evrgreen .banner-btn{
    text-align:center;
}
.evrgreen img{
    width:100%;
    margin-top:-90px
}

div#shopify-section-template--18897426710606__blog_posts_d9BBCL ,.shopify-section.shopify-section--blog-posts{
    background:#EEF9FD;
}
.new-blogs-container .article{
    background:#fff;
    padding:10px;
    border-radius:12px;
}
.blog-post-image-wrapper img{
    border-radius:12px ;
}
.sub_title{
    font-family: 'Lora',serif !important;
font-weight: 600;
font-size: 24px;
    line-height:32px;
letter-spacing: -1px;
    padding:15px 20px 0 !important;
    color:#193744;
}
.blog__read-more-button{
    font-family: 'Noto Sans',sans-serif;
font-weight: 600;
font-size: 16px;
letter-spacing: 0px;
    border:none;
    color:#202020;
    text-transform:capitalize;
}
.blog__read-more-button:hover{
    background:#fff !important;
    color:#202020 !important;
}




/* review slider */
 .testimonial-slider {
      width: 100%;
    }

    .testimonial-card {
      display: flex !important;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      margin: 20px 0;
      min-height:380px;
    }

    .testimonial-content {
      flex: 1;
      padding: 24px;
    }

    .testimonial-content h4 {
      margin: 0;
      font-size: 15px;
      font-weight: 500;
      letter-spacing:0px;
    }
.review-head {
    display: flex;
    gap: 20px;
}
.review-head img{
    width:auto !important;
}
    .testimonial-content .stars {
      color: #FF8800;
      margin: 20px 0 5px;
      font-size: 16px;
    }

    .testimonial-content p {
      margin: 10px 0;
      line-height: 1.6;
      color: #333;
      font-weight:500;
      color: #000000BF;

      font-size: 15px;
    }

    .testimonial-image {
      position: relative;
      width: 250px;
      background: #eee;
      overflow: hidden;
    }

    .testimonial-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .play-btn {
      position: absolute;
     bottom:20px;
     left:20px;
      background: white;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      cursor: pointer;
      transition: 0.3s;
    }

   

    .play-btn::before {
      content: "\25B6";
      font-size: 20px;
      color: #202020;
      margin-left: 3px;
    }


    /* faqs
 */
 section.new-faqs {
    padding:80px 40px
}
.new-faqs h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1c2f36;
    font-family:'Lora',serif !important;
font-weight: 600;
font-size: 54px;
letter-spacing: -0.4px;
    line-height:65px;
}
.new-faqs .faq-question,
.faq-questions {
    background: #fff;
    padding: 16px 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 500;
font-size: 18px;
letter-spacing: -0.5px;
color:#202020;
}

.new-faqs .faq-answer {
    display: none;
    padding: 0 20px 16px 20px;
    line-height: 1.6;
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color:#202020;
    padding-top:10px;

}

    .new-faqs h2 span {
      font-style: italic;
      font-weight: 400;
    }

    .new-faqs .faq-section {
      display: flex;
      gap: 60px;
      align-items: flex-start;
    }

    .new-faqs .faq-container {
      width: 60%;
    }

    .new-faqs .faq-item , .faq-items {
      border: 1px solid #e6e6e6;
      border-radius: 8px;
      margin-bottom: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

   .new-faqs .faq-item.active .faq-answer ,
   .new-faqs .faq-items.active .faq-answer {
      display: block;
    }

  

  .new-faqs .faq-question span,
   .new-faqs .faq-questions span {
      font-size: 25px;
      font-weight:300;
      transition: transform 0.3s ease;
    }

    section.experience-section {
    background: #013248;
    padding: 70px 40px;
}

.exp-wrap {
    display:flex;
}
.exp-content,.exp-img{
    width:50%;
}

.exp-content h2{
    font-family: 'Lora',serif !important;
    font-weight: 600;
    font-size: 54px;
    line-height:65px;
    letter-spacing: -0.5px;
    color:#f1f1f1;
}
.exp-content h2 span{
    font-weight:400;
    font-style:italic
}
.exp-content p{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height:26px;
    letter-spacing: 0px;
    color:#f1f1f1;
    padding-right:90px;
    margin-bottom: 50px;
}

.exp-img img{
    width:100%;
    border-radius:12px;
}
.three-btns {
    width: fit-content;
    margin: 20px 0 50px;
    display: flex;
    gap: 10px;
}

.three-btns a{
    background:#6AA1B780;
    color:#fff;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    padding:20px 24px;
    border-radius:8px;
    width:175px;
}
.exp-p a{
    color:#B2D348;
}


.explore-today {
    display:flex;
    align-items:center;
    margin:50px 0 ;
}
.explore-today p{
    margin-bottom:0;
}

.faq-heading {
    width: 40%;
}

section.mattress-industry {
    background:#EEF9FD;
    padding:80px 40px;
}

.industry-wrap {
    display:flex;
    width: 100%;
    align-items:center;
}
.industry-content,.industry-img{
    width:50%;
}
.industry-content h2{
    font-family: 'Lora',serif !important;
    font-weight: 600;
    font-size: 54px;
    line-height:64px;
    letter-spacing: -0.4px;
    padding-right: 82px;
}
.industry-content h2 span{
    font-weight:400;
    font-style:italic;
}
.industry-content p{
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 400;
font-size: 18px;
 color:   #193744;
letter-spacing: 0%;

}
.industry-img img{
    width:100%;
    
}
.tab-list-img img{
    height:600px;
    object-fit:cover;
    border-radius:12px;
}

.blog-heading {
    background:#eef9fd;
    padding:70px 0;
}
.blog-heading h2{
    font-family: 'Lora',serif !important ;
font-weight: 700;
font-size: 54px;
    line-height:65px;
letter-spacing: -0.4px;
    max-width:800px;

}
.blog-heading p{
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 400;
font-size: 18px;
letter-spacing: 0%;
color:#202020;
    margin-bottom:0;
    max-width:600px;
}
.blog-heading h2 span{
    font-weight:400;
    font-style:italic;
}
body.page-new-home .shopify-section ,.index .shopify-section{
    padding-bottom:0;
}
div#shopify-section-template--14849973354574__custom_liquid_eNaeLd {
    background: #eef9fd;
}

    .main-brands{    background:#15475E;
    width:100% !important;
    padding:40px 50px;
    max-width:100% !important;
    margin: 0px !important;
}
.review-section{ 
    background:#EEF9FD; 
    padding:80px 40px; 
} 
.review-wrap { 
    flex-direction: column; 
    display: flex; 
    width: 100%;
 } 
 .review-heading h2{ 
    font-family: 'Lora',serif !important; 
    font-weight: 600; 
    font-size: 54px; 
    line-height:65px; 
    letter-spacing: -0.4px; 
}
 .review-heading h2 span{ f
    ont-weight:400; 
    font-style:italic; 
}
 .slick-dots li button:before 
 { content: ""; 
    opacity: 1;
 } 
 .slick-dots li button { 
    width: 100%; 
    height: 7px; 
    font-size:0; 
    padding: 0;
     border-radius: 0%;
      background: #0132481A;
       border: none; 
       list-style:none; 
    } 
    .slick-dots li.slick-active button {
         background: #1C323D; 
         border-radius:20px; 
        }
 ul.slick-dots {
    list-style: none;
    display:flex; 
  width:80%; 
        } 
ul.slick-dots li{ 
    width:80%;
 } 
 .tab-list-wrap p{ 
    text-align:left !important; 
    padding-top:40px;
    font-size:14px !important; 
    color:#f1f1f1 !important; 
} 
.review-heading p{ 
    font-family: 'Noto Sans',sans-serif !important;
     font-weight: 400; 
     font-size: 18px; 
     line-height:28px; 
     letter-spacing: 0px; 
     padding-right:60%; 
    }
     button.slick-arrow {
    position:absolute;
    right:0 !important;
    bottom:20px;
     width:45px;
    height:45px;
 background:transparent;
 border:1px solid #c5ced1;
 border-radius:50px;
    
}
button.slick-arrow.slick-prev{
    right: 58px !important;  
}
 .owl-nav button {
    position:absolute;
    bottom:-45px;
     width:45px;
    height:45px;
 background:transparent;
 border:1px solid #c5ced1 !important;
 border-radius:50px;
    
}
.owl-prev{
    right:50px;
}
.owl-next{
    right:0;
}
.owl-dots{
    display:flex;
    position:absolute;
    width:90%;
    bottom:-30px;
}
button.owl-dot {
    width:45%;
    height:7px;
    background: #0132481A!important;
    border-radius:5px;
    margin-right:-5px;
}
button.owl-dot.active{
     background:#1C323D !important;
    border-radius:5px;
}

a.blog-more{
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 600;
font-size: 16px;
    color:#202020;
    border:1px solid #20202070;
    padding:20px;
    border-radius:8px;
    width:fit-content;
    margin:40px auto;
    display:flex;
    
}
#shopify-section-template--18897426710606__main section{
    max-width:100%;
    margin:0;
    background:#eef9fd;
}


body,html{
    overflow-x:hidden;
}
div#main {
    display: none;
}
body .btn-schedule{
    background:#1C323D !important;
    color:#fff !important;;
    border-radius:8px !important;
    padding:12px 20px !important;
    font-family: 'Noto Sans' , sans-serif !important;
font-weight: 600;
font-size: 14px;
}
.top-baar {
    background:#0A181F;
}
body .top-baar .container{
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px !important;
}
.top-baar p{
    color:#f1f1f1;
    font-family: 'Noto Sans',sans-serif;
font-weight: 400 !important;
font-size: 12px;
    margin-bottom:0;
line-height: 26px;
letter-spacing: 0px;

}

.top-right a{
    margin-left:20px;
    color:#f1f1f1;
    font-family: 'Noto Sans',sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 26px;
letter-spacing: 0px;

}

ul.navbar-nav a {
    font-family: 'Noto Sans',sans-serif!important;
font-weight: 500 !important;
padding-right:10px;
font-size: 16px!important;
line-height: 100%;

}
.logo-alignment--center .header__logo{
    text-align:left;
}
.logo-alignment--center .header__logo{
    text-align:left;
}
.menu-custom .mini_cart.dropdown_link {
    display:flex
}
.mini_cart.dropdown_link {
    display:none;
}

.menu-custom.d-flex.align-items-center {
    justify-content: space-between;
}
div#main-custom .container{
    margin-bottom:20px !important;
}
#contact_form .newsletter-form__sign-up{
    font-size:0;
    background:transparent;
    border:none;
    background-image:url('/cdn/shop/files/Group_2085665870.png?v=1762827697');
    background-repeat:no-repeat;
    height:40px;
    width:45px;
    border-radius:10px !important;
}

form#contact_form {
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:12px !important;
    padding:5px;
    margin-bottom:50px;
}

input.contact_email {
    border: none;
    margin-bottom: 0;
}

.footer-menu-wrap .one-fourth:last-child {
    margin:0;
    padding:0;
    width:25% !important;
}
.footer_menu ul p,
.footer_menu ul li{
    margin-bottom:0;
}
.footer_menu ul li a{
    font-family: Noto Sans !important;
font-weight: 500 !important;
font-size: 16px;
line-height: 33px;
color:#f1f1f1;
}

body .footer_menu h6,.newsletter_section h6{
    font-family: 'Noto Sans'.sans-serif !important;
font-weight: 600 !important;
font-size: 18px !important;
line-height: 24px;
letter-spacing: 0.3px !important;
    text-transform:capitalize !important;
    color:#f1f1f1 !important;

}
.sticky_nav .menu-custom{ 
    width:60%; 
} 
.sticky_nav ul.navbar-nav a{ 
    color:#013248; 
} 
.menu-custom{
     width:65%; 
    }


 /* pdp   */
 .page-customizable-mattresses .row.justify-content-between.product_section, .page-customizable-mattresses-2 .row.justify-content-between.product_section {
    display:flex;
}
#shopify-section-template--18954882121806__featured_product_7B3NzH, #shopify-section-template--19621067063374__featured_product_7B3NzH{
    background:#EEF9FD;
}
.page-customizable-mattresses .product_section .product_form, .page-customizable-mattresses-2 .product_section .product_form{
    max-width: 90% !important;
}
.page-customizable-mattresses .sleeper-dropdowns label, .page-customizable-mattresses-2 .sleeper-dropdowns label {
    font-family:'Lora',serif;
    font-size:20px !important;
    font-weight:600 !important;
    background:transparent !important;
    color:#193744 !important;
    text-align:left !important;
}
.page-customizable-mattresses .sleeper-dropdowns  .btn-group button, .page-customizable-mattresses-2 .sleeper-dropdowns  .btn-group button{
    border-radius:12px !important;
    border:none !important;
    /* background: #fff !important; */
    height:60px !important;
    color: #000 !important;
}
.page-customizable-mattresses .product__images.one-half.column .choose-layers,
.page-customizable-mattresses .product__images.one-half.column .sleeper-dropdowns, .page-customizable-mattresses-2 .product__images.one-half.column .choose-layers,
.page-customizable-mattresses-2 .product__images.one-half.column .sleeper-dropdowns{
    display:none !important;
}
.page-customizable-mattresses #shopify-section-template--18954882121806__featured_product_7B3NzH .evrbed-prod-slider .purchase-details, .page-customizable-mattresses-2 #shopify-section-template--19621067063374__featured_product_7B3NzH .evrbed-prod-slider .purchase-details{
    max-width:100%;
}
.page-customizable-mattresses .dropdown-toggle, .page-customizable-mattresses-2 .dropdown-toggle {
    /* background: #ffffff url('/cdn/shop/files/Vector_1.png?v=1763103216')  !important; */
}
.page-customizable-mattresses .purchase-details .add_to_cart, .page-customizable-mattresses-2 .purchase-details .add_to_cart {
    border-radius:8px !important;
    color:#000 ;
    text-transform:capitalize;
}
.page-customizable-mattresses .choose-layers b, .page-customizable-mattresses .choose-layers, .page-customizable-mattresses-2 .choose-layers b, .page-customizable-mattresses-2 .choose-layers{
    font-size:16px !important;
    font-weight:400 !important;
    text-align:left !important;
}
h1.main-custom-evrbd {
    font-family:'Lora',serif !important;
    font-size:45px;
    font-weight:600;
    line-height:55px;
    letter-spacing:-0.5px;
    padding-bottom:10px;
}
h1.main-custom-evrbd span{
    font-weight:400;
    font-style:italic;
}
.page-customizable-mattresses .money, .page-customizable-mattresses-2 .money{
    font-family:'Lora',serif !important;
    font-weight:600;
}
.page-customizable-mattresses .description, .page-customizable-mattresses-2 .description{
    font-family:'Noto sans',sans-serif !important;
    font-weight:400;
    color:#202020;
}

.page-customizable-mattresses form label, .page-customizable-mattresses-2 form label {
    font-family:'Lora',serif !important;
    font-weight:600v!important;
    font-size:16px;;
    text-transform:capitalize;
}
.page-customizable-mattresses .swatch_options label, .page-customizable-mattresses-2 .swatch_options label{
    font-family:'Noto sans',sans-serif !important;
    font-size:15px;
    font-weight:600;
    
}

p.gurantee {
     font-family:'Noto sans',sans-serif !important;
    font-size:16px;
    font-weight:400;
}
.customize-pg{
    border-radius:20px !important;
    background: #fff !important;
}
.customize-pg .card-detail{
    background: #ffffff00 !important;
    padding: 15px !important;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:0 !important;
    border-radius:0 !important;
}
.customize-pg .card-detail h4{
    color:#1d364d;
    margin-bottom:0;
    font-size:17px !important;
    font-family:'Noto sans',sans-serif !important;
}
.customize-glove-sec {
    display:flex;
    justify-content:space-between;
}
.customize-glove-sec .white-glov{
    border:1px solid #15475e60;
    border-radius:14px;
    padding:25px 25px 10px; 
    width:260px !important;
    margin-top:20px;
}
.customize-glove-sec .white-glov h4{
    font-family:'Noto sans',sans-serif !important;
    font-weight:700;
    letter-spacing:0;
}
.recycl-price{
    font-family:'Noto sans',sans-serif !important;
    font-weight:400;
    color:#202020;
    margin-top:30px;
}
body.page-customizable-mattresses .shopify-section, body.page-customizable-mattresses-2 .shopify-section{
    padding-bottom:0 !important;
}
.page-customizable-mattresses svg.flickity-button-icon, .page-customizable-mattresses-2 svg.flickity-button-icon, .page-customizable-mattresses .flickity-button, .page-customizable-mattresses-2 .flickity-button {
    display: none;
}
.page-customizable-mattresses .product_gallery.flickity-enabled{
    opacity: 1;
    border-radius: 12px;
}

.page-customizable-mattresses-2 .product_gallery.flickity-enabled{
    opacity: 1;
}

.page-customizable-mattresses .gallery-cell.product-gallery__thumbnail,
.page-customizable-mattresses .gallery-cell.product-gallery__thumbnail img, .page-customizable-mattresses-2 .gallery-cell.product-gallery__thumbnail,
.page-customizable-mattresses-2 .gallery-cell.product-gallery__thumbnail img{
    border-radius:12px !important;
    border:none !important;
}
.page-customizable-mattresses .product_gallery_nav .gallery-cell.is-nav-selected, .page-customizable-mattresses-2 .product_gallery_nav .gallery-cell.is-nav-selected {
    opacity: 1;
    border-bottom: 0px solid #B1C935 !important;
}
.evrgreen-wrap h2 span{
    font-weight:400;
    font-style:italic;
}
.evrgreen-wrap p{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height:28px;
    letter-spacing: 0px;
    text-align: center;
    padding:0 250px 32px;

}

.premium .tab-list-content {
    width:50%;
}

.premium h2 {
    text-align:left !important;
    padding-right:50px;
}
.premium p{
    text-align:left !important;
    padding-right:60px;
}

.premium .tab-list-main.tab-list.wrap {
    align-items:center;
}

.customize-faqs .faq-container,
.customize-faqs .faq-heading{
    width:50%;
}


section.new-evrbed-comparison .container {
    max-width: 1200px;
    margin: auto;
}

section.new-evrbed-comparison {
    padding: 80px 40px;
    background: #e6f3ff;
}

.main-compare {
    background:#fff;
    padding:20px 20px 20px 60px;
    border-radius:20px;
    display:flex;
}

.compare-2 {
    background:#DCDAD5;
    border-radius:12px 0 0px 12px;
    padding:20px;
    width:40%;
}
.compare-3 {
    background:#15475E;
    border-radius:0px 12px 12px 0px;
    padding:20px;
    width:40%;
}

.tbl-content p{
   color: #000C2C;
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 600 !important;
font-size: 22px;
line-height: 100%;
letter-spacing: 0px;
    border-top:1px solid #15475E33;
    margin:0;
    padding:40px 0;

}

.tbl-head h3{
    font-family: 'Lora',sans-serif !important;
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
padding:20px 0;
    color:#000C2C;
}
.compare-2 p,
.compare-3 p{
    font-size:18px;
    font-weight:500 !important;
    border:none;
    text-align:center;
}
.compare-3 p{
    color:#f1f1f1;
}



p.extra-p {
font-weight: 400 !important;
font-size: 18px;
line-height: 150%;
letter-spacing: 0px;

}
.tbl-head img{
    display:flex;
    padding: 20px 0 10px;
    text-align:center;
    margin:auto;
}
.compare-3 a{
    display:flex;
    justify-content:center;
    margin:0 auto;
    width:90%;   
}
.compare-3 p{
    border-bottom:1px solid #FFFFFF33;
}
.compare-1 .tbl-head{
    min-height:80px;
}

section.peace-of-mind {
    padding: 70px 40px;
}
.peace-wrap{
    width:100%;
    display:flex;
    gap:30px;
}
.peace-content,.peace-card{
    width:100%;
}
.peace-content h2{
    font-family: 'Lora',serif !important;
    font-weight: 600;
    font-size: 54px;
    line-height:64px;
    letter-spacing: -0.4px;
    padding-right:170px;
    margin-bottom:20px;
}
.peace-content p{
    font-family: 'Noto Sans',sans-serif;
font-weight: 400;
    margin-bottom:10px;
font-size: 18px;
letter-spacing: 0px;
    padding-right:140px;
    }

.peace-wrap .banner-btn {
    margin-top:30px !important;
    margin-bottom:40px;
}

.peace-card .card-detail {
    background:#15475E;
    padding:30px 40px;
    border-radius:12px;
    margin-bottom:20px;
}
.card-detail h4{
    font-family: 'Lora',sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
    color:#fff;
    padding:10px 0;
}
.card-detail p{
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 600;
font-size: 16px;
    color:#fff;
    line-height:25px;
letter-spacing: 0px;

}
.customize-faqs .faq-heading p {
    font-family:'Noto sans',sans-serif !important;
    font-weight:400;
    font-size:18px;
    color:#202020;
    line-height:26px;
}
.customize-faqs .faq-heading a.secondery{
    color:#202020;
    
}
.never-replace h2,.never-replace p {
    color:#193744!important;
}
.never-replace .tab-list-img img {
    height: auto !important;
}


/* blog  */
h1.blog-title {
    font-family: 'Lora',sans-serif !important;
font-weight: 600;
font-size: 45px;
letter-spacing: -0.5px;

}

.container-blog p.subtitle {
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 400 !important;
font-size: 18px;
letter-spacing: 0px;

}

body.blog {
    background:#EEF9FD !important;
}

.blog-template-wrapper .one-third.column.medium-down--one-whole.article {
    background:#fff;
    border-radius:12px;
    padding:10px;
}
.blog-template-wrapper .article img{
    border-radius:12px !important;
    
}
.blog-template-wrapper .article__title a{
    font-family: 'Lora',sans-serif !important;
font-weight: 600;
font-size: 24px;
letter-spacing: -1px;
    line-height:32px;
}
.blog-template-wrapper .article__title {
    padding:15px;
}
.container-blog .container{
    gap:20px !important
}
.paginate .current {
    color: #ffffff;
    font-weight: bold;
    background-color: #1c323d;
    border: solid 1px #1c323d;

}


a.blog__read-more-button.global-button.global-button--text {
    margin:0;
    font-family: 'Noto Sans',sans-serif !important;
font-weight: 600;
font-size: 16px;
letter-spacing: 0px;

}
body.article .banner{
    border-radius:14px;
}
body.article h1 {
    font-family: 'Lora',sans-serif !important;
font-weight: 700;
font-size: 45px;
    line-height:56px;
letter-spacing: -0.5px;

}
body.article h2{
    font-family: 'Lora',sans-serif !important;
font-weight: 600;
font-size: 30px;
line-height: 110.00000000000001%;
letter-spacing: -0.4px;
    padding:10px 0;
}
body.article p{
    font-family: 'Noto Sans',sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;

}
body.article h3{
font-family: 'Lora',sans-serif!important;
font-weight: 600;
font-size: 25px;
line-height: 110.00000000000001%;
letter-spacing: -0.4px;
    padding:10px 0;
}
.article-pagination a{
   color:#0f475d;
}
.newsletter form p {
    position:absolute;
   
    bottom:28px;
}

.page-voucher-confirmed .custom-contact-form__blocks input, .custom-contact-form__blocks textarea, .page-contact-us .custom-contact-form__blocks input, .custom-contact-form__blocks textarea{
        border: 1px solid #cccccc; 
}
.page-voucher-confirmed .custom-contact-form form, .page-contact-us .custom-contact-form form{
        display:block !important; 
         align-items: unset !important; 
        background: #ffffff00 !important; 
         border-radius: 0px !important; 
         margin-bottom: 0px !important; 
}
.product-gallery__thumbnail img{
    height:120px !important;
    object-fit:cover;
}

.swatch .option_title {
    margin-top: 1px;
  }

.cart__item .modal_price .sale {
    color:#0f475d;
}

.cart__item .modal_price .was_price {
    color:#d54d4d;
}

.page-voucher-confirmed .shopify-section--contact-section, .page-visit-showroom .shopify-section--contact-section, .page-contact-us-2 .shopify-section--contact-section {
    background: #EEF9FD;
}

.credit-reserved h1 {
    font-size: 45px;
    text-align: center;
}

.credit-reserved h3 {
    font-size: 30px;
    font-style: italic;
    text-align: center;
}

#shopify-section-template--19675403518030__custom_liquid_3eC9Di {
    padding: 100px 0;
    background: #EEF9FD;
}

#shopify-section-template--19675403518030__our_showrooms_nziy8j, #shopify-section-template--19746558771278__our_showrooms_nziy8j, #shopify-section-template--19747121266766__our_showrooms_nziy8j {
    background: #EEF9FD;
}

.new-evrbed-comparison .mob-only {
    display: none;
}

.try-and-see {
    font-size: 20px;
}

#shopify-section-template--19746558771278__our_showrooms_nziy8j {
  padding-top: 50px;
}

#shopify-section-template--19747121266766__our_showrooms_nziy8j {
  padding-top: 80px;
}

.subheading {
  display: none;
}

#evrbed-order-notes {
    border-radius: 12px !important;
    height: 60px !important;
    color: #000 !important;
    margin-bottom: 25px;
}
    
@media(max-width:1440px){
    .menu-position--inline .header__logo {
    width: 30%;
}
.menu-custom,.sticky_nav .menu-custom{ 
     width:75%; 
    }
    
   } 
@media(min-width:991px){
    a.mini_cart.dropdown_link {
    display: none;
}
}
@media(max-width:1024px){
.banner-text h1 {
    font-size: 60px;
}
.banner-text {
    flex: 0 0 65%;
}
.banner-popup {
    flex: 0 0 28%;
} 
h2{
font-size:42px !important;
}
.article h3.sub_title{
       font-size:20px;
       line-height:28px;
}


.three-btns a {
    font-size: 12px;
    padding: 11px 16px;
    border-radius: 8px;
    width: 100%;
} 
 .exp-content p {
    padding-right: 50px;
}   
 .testimonial-card {
    flex-direction:column;   
}
.testimonial-image{
        width:95%;
        margin:auto;
        border-radius:30px;
        margin-bottom:10px;
    }
.testimonial-image img{
    height:300px;
    object-fit:cover;
}
.compare-3 {
   
    width: 45%;
}
}

@media(max-width:768px){
    #customer_login_link{
        display:none;
    }
section.main-banner{
    height:600px;
}
.banner-wrap{
  flex-direction:column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
} 
.banner-text h1 {
    font-size: 50px !important;
}
 h2{
     font-size:35px !important;
     line-height:44px !important;
 }  
 .banner-popup {
    padding: 0px 16px 0px 8px;
     flex: 0 0 28%;
     margin-top:20px;
} 
 

.bg1-txt h3 {
    font-size: 50px;
}
    .traditional-list p{
        flex-direction:column;
        gap: 0;
    }
.bg2-txt img {
    flex-basis: calc(5% - 10px);
}
.bg2-txt p{
    flex-basis: calc(95% - 10px);
    padding:0;
} 
 .bg2-txt{
     flex-wrap:nowrap;
 }   
 .traditional-bg1{
     padding:0 20px;
 }  
 .tab-list{
     width:100% !important;
 } 
 .tab-list-main {
    gap: 20px;
}   
 .features-box{
     padding:0
 } 
 .feature-title h4{
     font-size:19px;
 }   
 .feature-desc{
     font-size:15px;
     padding-right:30px;
 }   
 .review-heading p   {
     padding-right:0;
 }
 a.blog-more{
     padding:12px 20px;
 } 
.exp-content p {
        padding-right: 0px;
}
.industry-content h2{
    padding-right:40px;
}
.testimonial-card{
    margin:0 10px;
}
.traditional-bg {
    height: 600px;
}
 .owl-nav button{
    display:none;
 }    
 .credit-reserved h3 {
    font-size: 25px;
}
.try-and-see {
    font-size: 18px !important;
}
#shopify-section-template--19746558771278__our_showrooms_nziy8j {
  padding-top: 30px;
}
#shopify-section-template--19747121266766__our_showrooms_nziy8j {
  padding-top: 60px;
}
}
@media(max-width:767px){
.banner-text h1{
    font-size:42px !important;;
}
 .main-banner{
     padding:0 0px;
 } 
section.tradition,section.tab-list-section, .review-section,.sleep-better-wrap,section.evrgreen,section.experience-section,.new-faqs,.mattress-industry{
    padding: 60px 20px !important;
}  
.trad-wrap h2, .tab-list.wrap h2, .review-heading h2, .sleep-better-wrap h2 ,.blog-head-wrap h2, section.experience-section h2,.new-faqs h2, .mattress-industry h2{
     font-size:28px !important;
     line-height:40px !important;
 }
.traditional-bg{
    flex-direction:column;
    height: auto;
}  
.traditional-bg1, .traditional-bg2{
    width:100%;
    border-radius:20px;
    margin-bottom:20px;
    padding:20px;
    min-height: 500px;
 }
   .tab-list-main{
       flex-direction:column;
   } 
 .tab-list-main .tab-list-img, .tab-list-wrap {
    width: 100%;
}  
.evrgreen img{
    margin:0;
}
.new-blogs-container{
    grid-template-columns:1fr !important; 
}
.new-blogs-container .article{
    margin-bottom:10px;
}  
.testimonial-image img{
    height:auto;
}  
.exp-wrap,.industry-wrap{
    flex-direction:column;
    width:100%;
}    
.exp-content,.exp-img{
    width:100%;
} 
.three-btns a {
        font-size: 12px;
        padding: 11px 8px;
        width: 100%;
    }
.new-faqs .faq-section{
    flex-direction:column;
    gap: 15px;
}
.faq-heading, .faq-container,
.faq-headings{
    width: 100% !important;
} 
.industry-content, .industry-img{
    width:100%;
}   
.industry-img{margin-top: 40px;
}
.slick-arrow{
    bottom:-50px !important;
}
.slick-dots{
    display:none !important;
}
#contact_form .newsletter-form__sign-up{
    width:15% !important;
}
a.primary {
    padding:13px 20px;
    
    font-size: 14px;
    margin-right:20px;
}
.main-banner .container{
    height: 580px;
    padding-bottom: 30px;
    align-items:flex-end;
}
.evrgreen-wrap p{
    padding:0
}
.premium .tab-list-content {
    width: 100%;
}
.tab-list-main.tab-list.wrap{
    padding-top:0;
}
.peace-wrap{
    flex-direction:column;
}
.peace-content h2,.peace-content p{
    padding:0;
}
.peace-of-mind{
    padding:40px 20px !important;
}
.customize-faqs .faq-container{
    padding-top:30px;
}

.main-compare {
    flex-direction:column;
    padding-left:20px;
    
}
.main-compare .compare-1,
.main-compare .compare-2,
.main-compare .compare-3{
    display:inline-block;
    width:100%;
    border-radius:20px;
    margin-bottom:20px
}
.tbl-content a{
    width:100%;
    margin-top:20px;
}
.tbl-content p{
    padding:25px 0;
}
section.new-evrbed-comparison{
    padding:40px 20px;
}
.page-customizable-mattresses .shopify-section--featured-product .product__details, .page-customizable-mattresses-2 .shopify-section--featured-product .product__details{
    padding:0 20px;
}
h1.main-custom-evrbd{
    font-size:30px !important;
    line-height:42px;
}
.customize-glove-sec{
 flex-direction:column;   
}
.customize-glove-sec .white-glov{
    width:100% !important;
}
.tab-list-main {
    padding-top: 40px !important;
}
.page-customizable-mattresses .product_section .product_form, .page-customizable-mattresses-2 .product_section .product_form {
    max-width: 100% !important;
}
.visual-sides img {
    max-width:50% !important;
}
section.tab-list-section.premium {
    padding:30px 20px !important;
}
.premium h2,
.premium p{
    padding-right:0;
}
h1.blog-title {
    font-family: 'Lora',sans-serif !important;
font-weight: 700;
font-size: 35px !important;
}
.container-blog p.subtitle {
font-size: 16px;
}
.blog-template-wrapper .article__title a{
    font-family: 'Lora',sans-serif !important;
font-weight: 600;
font-size: 22px;
letter-spacing: -1px;
    
}
.blog-template-wrapper .article__title {
    padding:15px;
    line-height:28px !important;
}
.container-blog .container{
    gap:20px !important
}
.paginate .current {
    color: #ffffff;
    font-weight: bold;
    background-color: #1c323d;
    border: solid 1px #1c323d;

}

div#shopify-section-template--14849972961358__main {
    padding-top:40px;
}
body.article .banner{
    border-radius:14px !important;
    padding-top:60px;
}
body.article h1 {
    font-size: 32px !important;
    line-height:46px;
}
body.article h2{
font-size: 26px !important;
    line-height:37px !important;
}  
body.article h3{
font-size: 20px !important;
    line-height:30px !important;
    
}
.footer-menu-wrap .one-fourth:last-child {
    margin:0;
    padding:0;
    width:100% !important;
}
.newsletter form p {
    bottom:8px;
}
  .new-evrbed-comparison .mob-only {
    display: initial;
  } 
  .new-evrbed-comparison .compare-1 .tbl-head {
    display: none;
  }
  .new-evrbed-comparison .compare-1 .tbl-content p:not(.extra-p) {
  display: none;
}
.new-evrbed-comparison .compare-1 .tbl-content .extra-p {
  border: none;
}
.page-customizable-mattresses-2 #shopify-section-template--19621067063374__about_testimonial_X4Whf3 .container {
  padding-top: 60px!important; 
  padding-bottom: 0!important; 
}
}
@media(max-width:500px){
     .contact-block--richtext_PtGdVg, .contact-block--richtext_DFTTfy,.contact-block--richtext_VQxFed, .contact-block--richtext_PkGyGJ { width: 100%!important; }
}
@media(max-width:440px){
    #shopify-section-template--19621067063374__new_customize_tab_76CPaQ .purchase-details, #shopify-section-template--19621067063374__new_customize_faqs_zQYDL9 .purchase-details, #shopify-section-template--19621067063374__new_neve_replace_TKiWrj .purchase-details {
        margin-top: 10px!important;
    }
}