/** Shopify CDN: Minification failed

Line 828:2 Expected percentage but found "."
Line 958:1 Expected "}" to go with "{"

**/

/* .featured-products:before {
    content: url(/cdn/shop/files/thingzz_1.png?v=1704970335);
    position: absolute;
    margin-left: 45%;
    margin-top: -160px;
} */
/**/
.featured-products {
  padding-top: 100px;
  padding-bottom: 25px;
  background: #a6b8be;
}
.featured-products__block {
  gap: 1rem;
  justify-content: space-evenly;
}
/**/
button.featured-products-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
    padding: 15px 15px;
    text-transform: uppercase;
  /* background:#7e644d; */
  border: none;
}
button.featured-products-btn a {
    text-decoration: none;
    color:#a6b8be;
    font-size:15px;
}
h2.blog__title:after {
    content: url(/cdn/shop/files/lil-cloudFill-6-Copy.svg?v=1705108360);
    position: absolute;
    margin-left: -150px;
    z-index: -1;
    margin-top: -50px;
}
h2.blog__title {
    z-index:2;
  position:relative;
}
.header-subtext {
    text-align: center;
    margin-top: 10px;
    text-transform:uppercase;
}
.header{
  padding-bottom:40px;
}
.rich-text__blocks a.button{
  opacity:1!important;
  font-size: 20px;
}
.rich-text__text {
    margin-top: 40px!important;
}
.footer-icon{
    justify-content: center;
    display: flex;
  
}
.footer-icon img{
  width:7%;
}

.footer-block__right {
    display: flex;
    justify-content: center;
}
form#contact_form {
    width: 100%!important;
}
.footer .newsletter-form__inner{
  flex-direction:column!important;
}
.footer .newsletter__form .field{
  width:100%!important;
}
.footer-soc-icons ul {
    list-style: none; /* Remove list style */
    padding: 0; /* Remove default padding */
    display: flex; /* Use flexbox for horizontal alignment */
  }

  .footer-soc-icons li:not(:last-child) {
    margin-right: 70px;
  }
.footer-soc-icons {
    display: flex;
    justify-content: center;
  font-size:30px;
  margin-top: 25px;
}
.footer-links {
    display: flex;
    justify-content: center;
}
.footer-links ul {
    list-style: none; /* Remove list style */
    padding: 0; /* Remove default padding */
    display: flex; /* Use flexbox for horizontal alignment */
  }
.footer-links li {
    margin-right: 20px; 
      text-transform: uppercase;
    font-size: 16px;
  }
.footer-links li a {
    text-decoration:none;
  /* color: #a0a0a0; */
  }
.tm_text, .tm_subtext {
    text-align: center;
    color: #a0a0a0;
    font-size: 13px;
    padding-left: 15rem;
    padding-right: 15rem;
  margin-top:10px;
}
.footer{
  padding-top:50px;
  padding-bottom:50px;
}
h2.footer-newsletter-heading{
    text-align:center!important;
  text-transform:uppercase;
  font-size:32px;
   width:100%!important;
}
.footer .newsletter__form .footer-newsletter__title{
    max-width:100%!important;
  }
h5.footer-newsletter__title {
    text-align: center;
  color: #494442;
    margin-top: -20px!important;
    margin-bottom: 30px!important;
}
.footer .newsletter__form{
  align-items:center!important;
}
.footer .newsletter__form{
  max-width:50rem!important;
}
.newsletter__form label.field__label{
  left:45%!important;
}
button.newsletter__footer-button.button.button--tertiary {
    background: #a2b9bf;
  border: 1px solid #686868;
}
/**/
.custom-category {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-content: space-evenly;
}
.cat-shop, .cat-stories, .cat-bed{
  text-align:center;

}
/**/
.custom-category-heading h2{
  text-align:center;
  position:relative;
}
.custom-category-container{
  background:#f3f2ee;
  padding-top:25px;
  padding-bottom:50px;
  margin-top:50px;
  margin-bottom:25px;
}

.custom-category-container .columns-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  column-gap: 1rem;
  row-gap: 3rem;
}

@media screen and (min-width: 990px) {
  .custom-category-container .columns-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

/**/
.cat-shop {
  height: 200px;
  overflow: hidden;
  transition: height 1s; 
}
.cat-shop img {
  position:relative;
  transition: margin-top 1s, opacity .5s;
}
.cat-shop:hover {
  height:200px;
  transition: height 1s;
}
.cat-shop:hover img{
  margin-top:-200px;
  opacity: 0;
}

.cat-shop:hover .cat-text {
  margin-top: -5px; /* Move .cat-text inside .cat-shop on hover */
  transition: margin 1s;
}
/**/
.cat-stories {
  height: 200px;
  overflow: hidden;
  transition: height 1s; 
}
.cat-stories img {
  position:relative;
  transition: margin-top 1s, opacity .5s;
}
.cat-stories:hover {
  height:200px;
  transition: height 1s;
}
.cat-stories:hover img{
  margin-top:-200px;
  opacity: 0;
}

.cat-stories:hover .cat-text {
  margin-top: -5px; /* Move .cat-text inside .cat-shop on hover */
  transition: margin 1s;
}
/**/
.cat-bed {
  height: 200px;
  overflow: hidden;
  transition: height 1s; 
}
.cat-bed img {
  position:relative;
  transition: margin-top 1s, opacity .5s;
}
.cat-bed:hover {
  height:200px;
  transition: height 1s;
}
.cat-bed:hover img{
  margin-top:-200px;
  opacity: 0;
}

.cat-bed:hover .cat-text {
  margin-top: -5px; /* Move .cat-text inside .cat-shop on hover */
  transition: margin 1s;
}
/**/
.cat-text{
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h5.footer-newsletter__title {
    font-size: 14px;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}
/**/
button.newsletter__footer-button.button.button--tertiary span {
    font-size: 22px;
    font-weight: 400;
    color: black;
}
.footer .newsletter__form .field input{
  background:#f3f2ee;
  border: 1px solid #686868;
}
/**/
.custom-category-heading h2{
  font-size:29px;
  font-weight:500;
  padding-bottom: 40px;
      z-index: 2;
  text-transform:uppercase;
}
.custom-category-heading:before{
  content: url(/cdn/shop/files/lil-cloudFill-6-Copy.svg?v=1705108360);
  position: absolute;
      left: 35vw;
    z-index: 1;
    margin-top: -70px;
}
/**/
.custom-category a{
  text-decoration:none;
}
.custom-category h5{
  text-transform:uppercase;
}
/*dark mode*/
[data-scheme=dark] main#MainContent{
  background:#1f1f1f;
}
[data-scheme=dark] .featured-products{
  background:#1f1f1f;
}
[data-scheme=dark] .rich-text{
    background:#1f1f1f;
}
/* [data-scheme=dark] .featured-products:before{
    display:none;
}  */
[data-scheme=dark] .section-featured-blog 
{
    background:#1f1f1f;
} 
[data-scheme=dark] h2.blog__title{
  color:#fff;
}
[data-scheme=dark] .custom-category-container{
  background:#1f1f1f;
}
[data-scheme=dark] .custom-category-heading h2{
  color:#fff;
}
[data-scheme=dark] .cat-shop h5, [data-scheme=dark] .cat-stories h5, [data-scheme=dark] .cat-bed h5{
  color:#fff;
}
[data-scheme=dark] .footer-newsletter-heading{
  color:#fff;
}
[data-scheme=dark] .collection-hero__title{
  color:#fff;
}
[data-scheme=dark] .container.collection-menu.desktop{
  background:#1f1f1f;
}
[data-scheme=dark] .collection-grid-section
{
  background:#1f1f1f;
}
[data-scheme=dark] h2.card-grid__title{
  color:#fff;
}
[data-scheme=dark] .rich-text__blocks h2.title--section.h2{
  color:#fff;
}
[data-scheme=dark] .fancy_title h3{
  color:#fff;
}
[data-scheme=dark] .search-modal__heading.h4{
  color:#fff;
}
[data-scheme=dark] h5.footer-newsletter__title{
  color:#fff;
}
[data-scheme=dark] h2.drawer__heading{
  color:#fff;
}
[data-scheme=dark] h2.newsletter__heading{
  color:#fff;
}
[data-scheme=dark] .newsletter .countdown__heading h3 p{
  color: #fff;
}
[data-scheme=dark] .product__title{
  color:#fff;
}
[data-scheme=dark] .summary_title h5 {
    color: #fff;
}
[data-scheme=dark] .product-carousel__text-title{
  color:#fff;
}
[data-scheme=dark] .image-collage__title{
  color:#fff;
}
[data-scheme=dark] .article-template__title {
    color: #fff;
}
[data-scheme=dark] .title--primary{
  color: #fff;
}
[data-scheme=dark] .article-template__content h2 {
    color: #fff;
}
[data-scheme=dark] .rich-text__blocks h1, [data-scheme=dark] .rich-text__blocks h2,[data-scheme=dark] .rich-text__blocks h3,[data-scheme=dark] .rich-text__blocks h4, [data-scheme=dark] .rich-text__blocks h5, [data-scheme=dark] .rich-text__blocks h6{
  color: #fff;
}
/* [data-scheme=dark] .slider-title h2,[data-scheme=dark] .slider-title h1,[data-scheme=dark] .slider-title h3,[data-scheme=dark] .slider-title h4, [data-scheme=dark] .slider-title h5,[data-scheme=dark] .slider-title h6, [data-scheme=dark] .slider-title p{
  color:#fff;
} */
/* [data-scheme=dark] #img-top-dark{
  display:block;
}
[data-scheme=dark] #img-top-light{
  display:none;
} */
/*end darkmode*/

/* #img-top-dark{
  display:none;
}
#img-top-light{
  display:block;
} */


.container.collection-menu.desktop {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background: #a6b8be;
  max-width:100%;
  padding-left: 4rem;
    padding-right: 4rem;
}
ul.header__submenu.list-menu.list-menu--disclosure.caption-large.motion-reduce{
  /* padding-left:2rem; */
  padding-right:2rem;
}
.collection-grid-section{
  background: #a6b8be;
  padding-bottom: 100px!important;
}
.facets-container{
  margin-top:0px!important;
}
/* .collection-menu.desktop  .list-menu--inline .header__menu-item {
    padding-left: 0px;
    padding-right: 2.4rem;
  color:white;
} */
.collection-menu.desktop  .list-menu--inline .header__menu-item{
    padding-left: 0px;
    padding-right: 2.4rem;
    color:white;
}
.collection-menu.desktop  .list-menu--inline .header__menu-item:hover{
    color:black;
}
.collection-menu.desktop  ul.header__submenu.list-menu.list-menu--disclosure.caption-large.motion-reduce {
    flex-direction: row;
    display: flex;
  background: #f3f2ee;
}
/**/
  .collection-menu.desktop{
    display:block;
  }
  /**/
  .collection-menu.mobile{
    display:none;
  }
/**/
.facets__summary .icon-caret path, span.facets__underline{
  fill:#fff!important;
  color:#fff!important;
}
span#ProductCountDesktop{
  color:#fff!important;
}
select#SortBy{
  color:#fff;
}
.facets-sorting__field .select select+svg path{
  fill:#fff!important;
}
.hulkapps-wishlist-collection-btn{
    position: absolute;
    z-index: 10;
    right: 0;
    margin-top:10px;
  margin-right:10px;
}
i.heart-hulk-animation.collection-icon, i.heart-hulk-animation{
  font-size:22.5px;
}
i.icon-wishlist-heart-empty {
  font-size: 22.5px!important; 
}

/**/
/* .template-collection .list-menu--disclosure{
    left: 0!important;
} */
.collection-menu.desktop ul.header__submenu.list-menu.list-menu--disclosure.caption-large.motion-reduce{
  left: 0;
  padding-left:2rem;
}
ul.list-menu.list-menu--inline span{
  text-transform:uppercase;
}
/**/
.rich-text__blocks.custom {
    max-width: 100rem;
}
.rich-text__subheading.subtitle.custom {
    text-align: left;
    font-size: 30px;
    padding-left:50px;
    padding-right:50px;
    padding-top:25px;
    padding-bottom:25px;
  color: #FFF;
}
/* h2.title--section.h2.custom {
    text-align: left;
} */
.rich-text__text.custom {
    column-count: 2;
  column-gap: 50px;
}
/* .rich-text__text.custom {
      text-align: left;
} */
.rich-text__text.custom p{
  text-align:left;
  color:#fff;
}
.rich-text__text.custom p:not(:first-child) {
    margin-top: 20px;

}
.custom-rich-text-section{
  background:#a6b8be;
}
h2.title--section.h2.custom {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align:center;
}
/* .card-grid-card__number span{
  display:none;
} */
.rich-text__blocks a.button{
  margin-left:30px;
  margin-right:50px;
}
/**/
h2.image-banner__heading.title--section.title--decorate.title--section-mt-none.h2 {
    color: #fff;
    font-weight: 600;
}
p.image-banner__text {
    font-weight: 600;
    margin-top: 20px;
}
.card-grid.container {
    width: 100%;
    padding-right: 7rem;
    padding-left: 7rem;
}
/**/
.card-grid-card__picture {
    background: #a6b8be;
    opacity: .8;
}

/*remove headings*/
.page-header{
  display:none;
}
/**/
/* #snooze-stories h2.image-banner__heading.title--section.title--decorate.title--section-mt-none.h2:before {
    content: url(/cdn/shop/files/snooz.svg?v=1705797396);
} 
#in-bed-with h2.image-banner__heading.title--section.title--decorate.title--section-mt-none.h2:before {
    content: url(/cdn/shop/files/in-bed-with-2-dark.svg?v=1706066858);
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    transform: scale(.5);
    bottom: 0;
}
#in-bed-with h2.image-banner__heading.title--section.title--decorate.title--section-mt-none.h2{
  position:relative;
}
*/
/*Megamenu*/
.mega-menu__block{
  justify-content: space-evenly;
}

/* .mega-menu__wrapper, .mega-menu__items{
  max-width:50%;
} */

.mega_custom_item img{
  height:39rem;
  width:100%;
}
/*end megamenu*/

/**/
@media only screen and (max-width: 325px) {
  .cat-shop, .cat-stories, .cat-bed{
    width: 110px!important;
    height: 140px!important;
  }
  .cat-shop img, .cat-stories img, .cat-bed img{
    width: 70%!important;
  }
  .cat-shop h5, .cat-stories h5, .cat-bed h5 {
    font-size: 13px!important;
}
}
@media only screen and (max-width: 285px) {
  .footer-soc-icons li:not(:last-child){
    margin-right: 50px!important;
  }
  .cat-shop, .cat-stories, .cat-bed {
    width: 90px!important;
    height: 120px!important;
  }
  a#cart-icon-bubble {
    display: none;
  }
  .header__icons > * {
    padding: 0 0.5rem;
  }
  .hulk-wishlist-icon{
    padding: 0px;
  }
  /**/
  .rich-text__blocks a.button{
    width:100%;
  }
}
@media only screen and (width: 667px) {
  .rich-text__blocks a.button {
    margin-left: 10px!important;
  }
}

/*light 3 #E4E3D6*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
  /**/
  .footer-soc-icons ul{
    margin-bottom:10px;
  }
  /**/
  .banner__media.media {
    height: 43rem!important;
    margin-bottom:0px!important;
    opacity: .8;
  }
  .image-banner__wrapper.container{
    position:absolute;
    margin-top: 40%;
  }
  div#Banner-template--16430647804079__image_banner_PDmkmj {
    padding-bottom: 0px;
  }
  .rich-text__text p{
      text-align:left;
  }
  .rich-text__subheading.subtitle.custom{
    padding-left: 0px;
      padding-right: 0px;
  }
  .rich-text__text.custom{
    column-count: 1;
  }
  h2.title--section.h2.custom{
    text-align:left;
  }
  .rich-text__blocks a.button{
    margin-left: 0px;
    margin-right: 0px;
  }
  h3.rich-text__subheading.subtitle.custom {
    font-size: 24px;
    padding-bottom: 0px;
  }
  .card-grid.container {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }


  /**/
  body #shopify-section-template--16404786086063__featured_blog_w3aVge .article {
    width: calc(100% - 0.8rem) !important;
  }
  body #shopify-section-template--16422389416111__featured_blog_w3aVge .article{
    width: calc(100% - 0.8rem) !important;
  }
  article.article.custom{
    width: calc(100% - 0.8rem) !important;
  }
  
  .tm_text, .tm_subtext{
    padding-left:2rem;
    padding-right:2rem;
  }
  .footer-links{
    padding-left:2rem;
    padding-right:2rem;
  }
  .footer-block__right{
     padding-left:2rem;
    padding-right:2rem;
  }
  /* .featured-products:before{
        margin-left: 30%!important;
  } */
  /**/
  /* .featured-products__block .featured-products__product{
    width: 48.7%!important;
  } */
  /* .featured-products__block .featured-products__product {
    width: calc(55% - 3rem)!important;
  } */
  .featured-products__block{
    gap:2rem!important;
  }
  .card-information__wrapper{
    padding: 2.8rem 1rem!important;
  }
  /**/
  h2.blog__title:after{
    transform: scale(.6);
    margin-left: -100px;
  }
  .footer-links ul{
    flex-direction: column;
    text-align: center;
    margin-bottom:10px;
  }
  .footer-links li{
    margin-bottom:5px;
     margin-right:0px;
    /* font-size:10px;
    margin-right:10px; */
  }
  /**/
  .cat-shop, .cat-stories, .cat-bed{
  width:130px;
    height:150px;

  }
  .custom-category{
    padding:10px;
  }
  .cat-shop h5,  .cat-stories h5,  .cat-bed h5{
    font-size:14px;
  }
  .cat-text{
    font-size:12px;
    font-weight: 500;
  }
  /**/
  .custom-category-heading h2{
    margin-left:auto;
    margin-right:auto;
    width:60%;
    padding-bottom: 10px;
  }
  /**/
  .collection-menu.desktop{
    display:none;
  }
  /**/
  .collection-menu.mobile{
    display:flex;
    justify-content:center;
    background: #a6b8be;
    color: white;
    padding:20px;
    flex-direction: column;
    align-items: center;
    margin-top:20px;
    
  }
  .mobile-menu-custom{
    display:none;
    width:100%;
  }
  .collection-menu.mobile .list-menu--inline{
    display: flex;
    flex-direction: column;
    /* border: 1px solid white; */
  }
  .collection-menu.mobile .list-menu--inline li{
    padding-bottom: 5px;
    border-bottom: 1px solid white;
  }
    /* ul.list-menu.list-menu--inline li {
    border-bottom: 1px solid white;
} */
    ul.list-menu.list-menu--inline span{
    color:#fff!important;
  }
  .list-menu--disclosure{
    background:#a6b8be!important;
  }
  
  .mobile-menu-custom {
    display: none;
    animation: fadeIn 0.5s ease-in-out; /* Add animation property */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px); /* Optional: slide down a bit */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  /**/
  .collection-menu.mobile .header__menu-item{
    color:white;
  }
  .collection-menu.mobile .list-menu--disclosure{
    left:0px;
  }
  .hamburger-menu {
  cursor: pointer;
  }
  /**/
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .image-banner__wrapper.container {
    position: absolute;
    margin-top: 30%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {
  body #shopify-section-template--16404786086063__featured_blog_w3aVge .article{
    width: calc(50% - 0.8rem) !important; 
  }
  #bedfully #shopify-section-template--16422389416111__featured_blog_w3aVge .article{
     width: calc(50% - 0.8rem) !important; 
  }
  article.article.custom{
     width: calc(50% - 0.8rem) !important; 
  }
  /* .featured-products:before{
    margin-left:41%!important;
  } */
  .collection-menu.desktop .list-menu--inline .header__menu-item{
    padding-right: 2rem;
  }
  /**/
  .container.collection-menu.desktop{
    padding-left:2rem;
    padding-right:2rem;
    text-align: center;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* .featured-products:before {
    margin-left: 43%!important;
  } */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container.collection-menu.desktop{
    padding-left:6rem;
    padding-right:6rem;
    text-align: unset;
  }
  .article__title{
    max-width: 90rem!important;
  } 
  .article__excerpt{
    max-width:100rem!important;
  }
  .featured-products__block .featured-products__product{
    width: calc(25% - 4rem)!important;
  }
  .featured-products__block{
    gap:5.3rem!important;
  }
  /* .featured-products:before {
    margin-left: 44%!important;
  } */
  .cat-shop, .cat-stories, .cat-bed{
  width:400px;

  }
  /**/
  article.article:nth-child(2) {
      margin-top: -130px!important;
  }
  article.article:nth-child(4) {
      margin-top: -130px!important;
  }
  article.article.custom:nth-child(3) {
      margin-top: -130px!important;
  }
  article.article.custom:nth-child(4) {
      margin-top: -130px!important;
  }
  .blog__articles{
    gap:5rem!important;
  }
  body #shopify-section-template--16404786086063__featured_blog_w3aVge .article{
    width: calc(50% - 5rem)!important;
  }
  body #shopify-section-template--16422389416111__featured_blog_w3aVge .article{
    width: calc(50% - 5rem)!important;
  }
  article.article.custom{
     width: calc(50% - 5rem)!important;
  }
  /* body #bedfully article.article{
    width: calc(50% - 5rem)!important;
  } */
  h2.blog__title{
    font-size: 29px;
    margin-left: 10vw;
    padding-bottom: 30px;
  }
  .article__img{
    height:55rem!important;
  }
  body h2.footer-newsletter-heading{
    width:100%!important;
  }
  body .footer .newsletter__form .footer-newsletter__title{
    max-width:100%!important;
  }
  .collection-menu.desktop .list-menu--inline .header__menu-item{
    padding-right: 2.4rem;
  }
  /**/
  .card-grid.container{
  width: calc(100% - 35rem)!important;
  }
}