/** Shopify CDN: Minification failed

Line 579:16 Unexpected "<"

**/
@font-face {
  font-family: 'Roobert';
  src: url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/Roobert-Medium_3471c0cd-d32d-4615-b290-5293f50cf400.woff2?v=1696456001') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/Roobert-Medium_e3f64265-d6e6-4287-b8b1-84a2d6ae68dc.woff?v=1696456001') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Ensures text is visible while the font loads */
}

@font-face {
  font-family: 'Roobert';
  src: url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/Roobert-SemiBold.woff2?v=1679586418') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/Roobert-SemiBold.woff?v=1679586418') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert';
  src: url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/Roobert-Bold.woff2?v=1679586418') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/Roobert-Bold.woff?v=1679586418') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mackinac-Medium';
  src: url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/mackinac.woff2?v=1679586418') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0682/2792/4249/files/mackinac.woff?v=1679586418') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 html {
  scroll-behavior: smooth;
 }

.fancy{
  font-family: 'Mackinac-Medium'!important;
  font-weight:normal!important;
  font-style:normal!important;
  letter-spacing:normal!important;
}
.green{
  background:#DEFFB3;
  border-radius:40px;
  font-size:22px;
  padding:10px 25px;
  font-weight:normal;
  color:#0000FF;
}
.flex-wrap{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  column-gap:12px;
  flex-flow:row wrap;
}
.one-third{
  flex-basis:calc(33.33% - 12px);
}
.one-half{
  flex-basis:calc(50% - 12px);
  flex-shrink:1
}
.caption{font-size:0.85rem;line-height:1.25em;}
.meta-container{padding-left:0!important; padding-right:0!important;}
.collapsible__content .metafield-rich_text_field{ margin:12px 0; text-align:center;}
.flex-wrap img{margin:0!important;}
.no-margin,
.no-margin + p{margin:0!important;}
.mb-5{
  margin-bottom:5px!important;
}
.mb-5 + p{margin-top:0;}
.font-bold{
  font-weight: var(--text-font-bold-weight);
}
.font-larger{
  font-size:20px;
}
.justify-center{justify-content:center; margin:8px auto;}
@media screen and (min-width:1000px){
  .fill--text .image-with-text__wrapper{
    align-items:stretch!important;
  }
  .fill--text .image-with-text__content{
    display:flex!important;
    flex-flow:column nowrap;
    justify-content:space-between;
    max-height:calc(100% - var(--grid-gap) *2);
  }
  .fill--text .image-with-text__content-wrapper{display:flex}
}
@media screen and (max-width:999px){
.fill--text .image-with-text .container{
 padding-left:0;
  padding-right:0;
}
}

@media only screen and (max-width:999px){
 .green{
   font-size:16px;
   padding:8px 18px;
 }
}

/* Collection Page */
.collection_product-gif--wrapper{
  grid-column:1/-1;
}
.collection_product-gif--wrapper img{width:100%; border-radius:20px;}
.product-heading {
    grid-column: 1/-1;
    border-bottom: 1px solid rgb(var(--text-color));
    padding-bottom: 8px;
    margin-bottom: 0px;
}
.meta-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  text-align:left;
}
.product-item-meta__title.text--xsmall {
    font-size: 14px;
}
.product-item-meta__title{line-height:1.4em;}
.product-item-meta__price-list-container {
    font-size: 13px;
  line-height:18px
}

.model-type{white-space:nowrap;}
.product_parent_heading{margin-bottom:0;}
.product-item-meta__swatch-list{padding-left:2px; flex:0 0 auto!important; width:50%;} 
@media only screen and (max-width:768px){
  .product-item-meta__swatch-list{width:100%; justify-content:flex-start!important; margin-top:6px; }
  .product-item-meta__title{margin-bottom:0;}
}
.product-item-meta .color-swatch-list--mini .color-swatch__item{width:20px; height:20px;}
.image-overlay h1{
  padding:8px;
  border-radius:20px;
  background:#FFFFFB;
  color:rgb(var(--text-color));
  display:inline-block;
}
@media only screen and (max-width:768px){
  .product-item-meta .meta-row{flex-wrap:wrap;}
}
/* product page */
.product-form__option-name{white-space:nowrap;}
.product-form__text{ 
  border-bottom:1px solid var(--text-color); 
  font-size:20px;
  line-height:1.2em;
}
.product-meta__vendor{margin-bottom:-24px;}
.meta-for-info{text-align:left;}
.product-item-meta hr{
  border-color:blue;
  border-width:1px 0 0;
  border-style:solid;
  margin-top:2px;
}
.aspect-ratio--tall img{object-fit:cover;}
shopify-payment-terms{display:none!important;visibility:hidden;}
/* Testimonials */
.testimonial__stars .rating__star__full{
  display:flex;
  justify-content:center;
}
.testimonial__stars svg,
.rating__star path,
.rating__star polygon{color:var(--text-color);}
.testimonial--with-image{display:flex!important; align-items:center;}
.testimonial--with-image img{flex-basis:40%; width:40%; border-radius:20px;}
.testimonial--with-image > div{margin-left:-20px;}
.testimonial--with-image .blockquote{font-size:24px;}


/* logo list (make images blue) */
.logo-list__list img {
  filter: invert(91%) sepia(100%) saturate(7477%) hue-rotate(251deg)
    brightness(82%) contrast(142%);
}
/* text marquee */
.testimonial-list__wrapper .align-center{align-items:center;}
.testimonial__content-plain{
  text-align:center;
  padding:12px 4px;
  max-width:824px;
  margin:0;
  line-height:1.34em;
}
.testimonial__content-plain > div{
  display:flex;
  flex-direction:column;
  align-items:center;
}
@media only screen and (min-width:741px){
.testimonial__content-plain > div{
  display:flex;
  align-items:center;
  column-gap:18px;
  justify-content:center;
}
  .testimonial__content-plain{
 
  padding:40px 20px;
}

.testimonial__content-plain > div > *{ margin:0;}
  }
.rating__star__full{display:flex;}

.button-wrapper{
  display:flex;
  align-items:center;
  column-gap:30px;
  justify-content:center;
}
/* okendo stuff */
.product-item-meta .oke-sr-label-text{display:none;}

/* image with text overlay */
/* multicolumn overlay and hover */
.placement--over{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  padding-top:30px;
}
@media only screen and (max-width:767px){
  .placement--over{
    padding-top:10px;
  }
  .placement--over .h4{
    font-size:18px!important;
  }
}
.placement--below .top-content-wrap{margin-bottom:22px;}

.column__image-wrapper--multiple .multi-column__image-wrapper{
  position:relative;
}

.column__image-wrapper--multiple .column__primary-image,
.column__image-wrapper--multiple .column__secondary-image {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.column__aspect-ratio {
  isolation: isolate;
}

.column__primary-image,
.column__secondary-image{
  border-radius: var(--block-border-radius-reduced);
}

.column__secondary-image {
  position: absolute;
  display: none; /* Allows to make sure it does not trigger lazyload */
  visibility: hidden;
  opacity: 0;
  top: 50% !important;
  left: 50% !important; /* We must use this instead of logical property here */
  transform: translate(-50%, -50%) !important;
  object-fit: contain;
  object-position: center;
}
@media screen and (pointer: fine) {
  .column__secondary-image {
    display: block;
  }

  .column__image-wrapper--multiple:hover .column__primary-image {
    visibility: hidden;
    opacity: 0;
  }

  .column__image-wrapper--multiple:hover .column__secondary-image {
    visibility: visible;
    opacity: 1;
  }

  
}

.header-gallery-slide .gallery__figure{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.text-center .rating__star__full{justify-content:center; margin-bottom:12px;}
.noclick{pointer-events:none;}
/* Comparison Chart */
.chart-header .heading{
  margin-left:0px;
}
.chartWrap{
  position:relative;
  display:flex;
  align-items:stretch;
  justify-content: space-between;
}

.chartWrap .leftCol{
  width:140px;
  border-right:1px solid blue;
  flex-shrink: 0;
  position: sticky;
  left: 0;
  z-index:3;
}
.chartWrap .rightCol{
  width:calc(100% - 140px);
  /* flex-shrink:0; */
}
@media screen and (min-width:768px){
  .chart-header .heading{
    margin-left:281px;
  }
  .chartWrap .leftCol{
    width:281px;
  }
  .chartWrap .rightCol{
    width:calc(100% - 281px);
    /* flex-shrink:0; */
  }
}

.chartWrap .chart__row{
  padding:12px 16px;
  text-align:center;
  line-height: 1rem;
  min-height:63px;
  display:flex;
  justify-content: center;
  align-items:center;
  flex-direction: column;
}
.chartWrap .chart__title-row{
  padding:12px 16px;
  line-height: 1rem;
  font-weight: bold;
  min-height:63px;
}
@media screen and (min-width:768px){
  .chartWrap .chart__title-row{
    padding:18px 34px;
    min-height:80px;
  }
  .chartWrap .chart__row{
    padding:18px 34px;
    min-height:80px;
  }
}
.green-bg{
  background:#D5FF9F;
  border-bottom:2px solid blue;
  min-height:80px!important;
}
.white-bg{
  background:white;
}
.blue-bg{
  background:#E0F7FF;
}
.compare__tf:nth-child(even){
  background:white;
}
.compare__tf:nth-child(odd){
  background: #E0F7FF;
}
/* this is hacky but I dont have time to do it differently */
@media screen and (min-width:768px){
.compare__tf[data-type="For box springs & platform beds"]{
  min-height: 78px;
}
}
.compare__title{
  position:sticky;
  top:56px;
  background:white;
  z-index:3;
}
.chartWrap .h3{
  font-size:20px;
}
.chartWrap .h5{
  font-size:14px;
}
@media screen and (max-width:767px){
  .compare__title .h4{font-size:20px;}
  .chartWrap .button{line-height:1.2rem;}
  .swiper-nav-wrap{display:none!important;}
}
@media screen and (min-width:768px){
  chartWrap .h3{
    font-size:22px;
  }
  .chartWrap .h5{
    font-size:18px;
  }
  .compare__title{
    top:82px;
  }
}
.chartWrap svg{
  width:24px;
  height:24px;
}
.chartWrap .justify-center{margin:0 auto;}
.compare__shop{
  margin:18px 0 40px;
  text-align: center;
}
.chartWrap .swiper-button-next, .chartWrap .swiper-button-prev{
  --swiper-navigation-size: 24px;
  border: 1px solid blue;
  position:relative!important;
  top:auto;
  margin-top:0;
  background: white;
    width: var(--swiper-navigation-size);
    border-radius: 50%;
    padding: 35px;
}
.swiper-nav-wrap{
  position:sticky;
  display:flex;
  justify-content: space-between;
  top: var(--swiper-navigation-top-offset,50%);
  width: 100%;
  z-index:9;
  height:44px;
  margin-bottom:-44px;
}
.compare__image img{
  margin:20px 15px;
  border-radius:20px;
  max-width:calc(100% - 30px);
}








/* .chart-wrap table {
  border-collapse: separate;
  border-spacing: 0;
  border:none;
  line-height:24px;
  width:100%;
}
.chart-wrap svg{
  width:24px;
  height:24px;
}
.chart-wrap img{
  max-width:136px;
  border-radius: var(--block-border-radius);
}
.blank-th,
.blank-td,
.no-border{border:none!important;}

.chart-wrap .parent-wrap,
.row-parent{
  background:#D5FF9F;
}
.parent-wrap th,
.parent-wrap td{
  border-bottom:2px solid blue!important;
}
.chart-wrap td,
.chart-wrap th {
  margin: 0;
  border: 1px solid grey;
  border-width:1px 0 0 0;
  white-space: nowrap;
  border-top-width: 0px;
  padding:12px 16px;
  vertical-align:center;
}
.chart-wrap td{
  text-align:center;
}
.blue-bg,
.blue-bg .headcol{background:#E0F7FF;}
.white-bg,
.white-bg .headcol{background:white;}

.chart-wrap {
  width: 100%;
  overflow: scroll;
  padding: 0;
  height:100vh;
}

.chart-wrap .headcol {
  position: sticky;
  left: 0;
  text-align:left;
  font-size:14px;
  min-width:140px;
  white-space:normal;
  z-index:3; 
}
.chart-wrap .prod-title-headcol{
  position:sticky;
  top:0;
  text-align:center;
  z-index:3;
  background:white;
}
.chart-wrap .product-item-meta__swatch-list,
.top-content-wrap .product-item-meta__swatch-list{
  justify-content:center!important;
}
@media only screen and (max-width:999px){
  .placement--over{padding-top:10px;}
  .placement--over .top-content-wrap .h4{
    font-size:14px;
  }
  .placement--over .font-larger{
    font-size:11px;
  } 
}
@media only screen and (min-width:769px){
  .chart-wrap .headcol{
    min-width:281px;
    font-size:18px;
  }
  .chart-wrap img{
    max-width:261px;
  }
  .chart-wrap td,
  .chart-wrap th {
    padding:18px 34px;
  }
}
.chart-wrap .headcol:not(.blank-th){
  border-right:1px solid blue!important;
}
.chart-wrap .row-parent.headcol{
  font-size:22px;
} */
.rich-text__top-image img{border-radius:20px;}
.rich-text__top-image video{margin-bottom:20px;}
.flex-wrap--faq{
  display:flex;
  align-items:start;
  justify-content:flex-start;
  column-gap:20px;
  box-sizing:border-box;
  width:100%;
}
.flex-wrap--faq < *{box-sizing:border-box;max-width:100%;}
.flex-half{width:50%;}
.flex-one-third{
  width:33%;
}
.flex-two-thirds{
  width:calc(66% - 20px);
}

.accordion-icon{margin-top:-120px; text-align:center; margin-bottom:0px;}
.accordion-icon img{max-width:125px; display:inline-block!important;}

.footer__item-title{
  font-weight:bold;
}

.content-box--text-left .button-wrapper{
  justify-content:flex-start;
}

@media only screen and (min-width:741px){
  .announcement-bar__item .testimonial__content-plain{
  padding:20px 0;
}
.announcement-bar__item .testimonial__content-plain > div{flex-direction:row;}
}
.arrow-flex{
  /* display:flex;
  justify-content:center;
  align-items:center; */
  position:relative;
  margin-bottom:24px;
}
.arrow-flex svg{
  position:absolute;
  right:0;
  top:50%;
}
.arrow-flex .heading{margin:0;}
@media only screen and (max-width:740px){
  
  .shopify-section--featured-collections .h2{
    font-size:25px;
  }
  .arrow-flex{
    margin-bottom:16px;
    justify-content:space-between;
  }
}
.testimonial__content-plain h2 {
  font-weight: 400;
}
.testimonial__content-plain em {
  font-style: normal;
  font-family: "Mackinac-Medium";
}
@media only screen and (max-width: 740px) {
  .testimonial__content-plain h2 {
    font-size: 18px;
  }
}

.shopify-section--image-with-text.shopify-section--image-with-text--coloured .text--left .button-wrapper {
  justify-content: flex-start;
}

.shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text__image-wrapper {
  width: 50%;
  border-radius: 0;
}

.shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text__image-wrapper {
  margin-left: 0;
}

.shopify-section--image-with-text.shopify-section--image-with-text--coloured .h3.heading {
  font-weight: 800;
}

@media screen and (max-width:1000px){
  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text__wrapper {
    display: flex;
  }

  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text__content-wrapper {
    width: 50%;
    padding: 15px;
  }

  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text__image-wrapper {
    margin: 0;
  }

  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text__image {
    height: 100%;
    object-fit: cover;
  }

  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text--reverse .image-with-text__wrapper {
    flex-direction: row-reverse;
  }

  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .h3.heading {
    font-size: 27px;
    min-height: 70px;
  }
}

@media screen and (min-width: 741px) and (max-width: 999px){
  .shopify-section--image-with-text.shopify-section--image-with-text--coloured .image-with-text {
    padding: 0;
  }
}

.star-rating-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width:1000px){
  .star-rating-wrap .star-rating-icons {
    margin-right: 20px;
  }
}

.star-rating-wrap .star-rating-icons {
  display: flex;
  align-items: center;
}

@media screen and (max-width:1000px){
  .star-rating-wrap {
    flex-wrap: wrap;
  }
  .star-rating-wrap .star-rating-icons {
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
  }
}

.shopify-section--image-link-slider .multi-column__image-wrapper,
.shopify-section--image-link-slider .multi-column__image {
  border-radius: 0;
}

.shopify-section--image-link-slider .multi-column__image-wrapper {
  position: relative;
}

.shopify-section--image-link-slider .multi-column__image-wrapper svg {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  right: 10px;
}

@media screen and (min-width:1000px){
  .shopify-section--image-link-slider .multi-column__inner--scroller {
    grid-auto-columns: 20%;
  }
}

.shopify-section--image-link-slider .prev-next-button,
.featured-collections-arrow-right .prev-next-button {
  position: absolute;
  right: -40px;
  top: -180px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border: 0;
}

.featured-collections-arrow-right .prev-next-button {
  right: 10px;
}

.featured-collections-arrow-right .arrow-flex svg {
  top: 10px;
}

.shopify-section--image-link-slider .prev-next-button[disabled],
.featured-collections-arrow-right .prev-next-button[disabled]  {
  opacity: 0;
  visibility: hidden;
}

.shopify-section--image-link-slider .prev-next-button svg,
.featured-collections-arrow-right .prev-next-button svg {
  height: 30px; 
}

@media screen and (max-width:1000px){
  .shopify-section--image-link-slider .multi-column__prev-next {
    top: -160px;
  }
  .shopify-section--image-link-slider .prev-next-button,
  .featured-collections-arrow-right .prev-next-button {
    right: 20px;
    top: 95px;
  }
  .shopify-section--image-link-slider .prev-next-button svg,
  .featured-collections-arrow-right .prev-next-button svg {
    height: 20px;
  }
  .shopify-section--button-row .button-wrapper {
    column-gap: 10px;
  }
  .shopify-section--button-row .button-wrapper .button {
    padding: 0 12px;
  }
}

@media screen and (min-width:1000px){
  .shopify-section--profile-highlight p {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .shopify-section--collection-info p {
    font-size: 30px;
    line-height: normal;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.shopify-section--collection-info img {
  margin: auto !important;
  margin-bottom: 34px !important;
}

.collection-feature-info-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 70%;
  margin: auto;
}

.collection-feature-info-block__item {
  width: calc(50% - 20px);
  position: relative;
  margin: 10px;
}

.collection-feature-info-block svg {
  position: absolute;
  width: 70px;
  bottom: -20px;
  left: calc(50% - 35px);
}

.collection-feature-info-block__heading {
  position: absolute;
  width: 100%;
  top: 15px;
  font-size: 32px;
  color: #0000FF;
}
 
@media screen and (max-width:1000px){
  .collection-feature-info-block {
    max-width: 100%;
    margin-top: 40px;
  }
  .collection-feature-info-block__item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .collection-feature-info-block__item img {
    margin: 0 !important;
  }
  .collection-feature-info-block svg {
    position: absolute;
    width: 40px;
    bottom: -20px;
    left: calc(50% - 20px);
    height: 40px;
  }
  .collection-feature-info-block__heading {
    top: 5px;
    font-size: 14px;
  }
}

.featured-collections-arrow-right .heading.h2 {
  text-align: left;
  font-size: 34px;
}

@media screen and (min-width:1000px){
  .featured-collections-arrow-right .section__header {
    margin-bottom: 40px;
  }
  .featured-collections-arrow-right .heading.h2 {
    padding-left: 25px;
  }
}

.shopify-section--rating-bar .vertical-breather {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width:1000px){
  .featured-collections-arrow-right .heading.h2 {
    font-size: 26px;
    max-width: 290px;
  }  
}
.video-wrapper--native {
  object-fit: cover;
  overflow: hidden;
}
.video-poster{
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}