/** Shopify CDN: Minification failed

Line 192:19 Expected identifier but found whitespace
Line 192:21 Unexpected "{"
Line 192:30 Expected ":"
Line 193:10 Expected identifier but found whitespace
Line 193:12 Unexpected "{"
Line 193:21 Expected ":"
Line 193:62 Unexpected "{"
Line 193:71 Expected ":"
Line 193:112 Expected ":"
Line 213:14 Expected identifier but found whitespace
... and 32 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:complete-the-bed (INDEX:15) */
.complete-the-bed {
  padding-top: var(--PT, 48px);
  padding-bottom: var(--PB, 48px);
  border-top: 1px solid var(--COLOR-FOOTER-BG-HAIRLINE, rgba(0, 0, 0, 0.08));
}

.complete-the-bed__header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.complete-the-bed__heading {
  margin: 0;
}

.complete-the-bed__savings-badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: var(--COLOR-BADGE-BG, #464f4d);
  color: var(--COLOR-BADGE-TEXT, #f2f3ef);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.complete-the-bed__subheading {
  margin: 0.5rem 0 0;
  color: var(--COLOR-TEXT, #3f3d3d);
  opacity: 0.65;
  font-size: 0.875rem;
}

.complete-the-bed__track {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

@media (min-width: 750px) {
  .complete-the-bed__track {
    justify-content: safe center;
  }
}

.complete-the-bed__track::-webkit-scrollbar {
  display: none;
}

.complete-the-bed__card {
  flex: 0 0 42%;
  min-width: 148px;
  max-width: 220px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

@media (min-width: 750px) {
  .complete-the-bed__card {
    flex-basis: 30%;
    max-width: 260px;
  }
}

.complete-the-bed__card-image-link {
  display: block;
}

.complete-the-bed__card-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--RADIUS, 4px);
  background-color: var(--COLOR-BG-ACCENT, #ebede5);
}

.complete-the-bed__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.complete-the-bed__card-body {
  padding-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.complete-the-bed__card-title {
  color: var(--COLOR-TEXT, #212121);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Reserve space for 2 lines so price/button sit at the same height across
     cards regardless of whether this card's title wraps to 1 or 2 lines. */
  min-height: calc(0.9rem * 1.3 * 2);
}

.complete-the-bed__card-price {
  margin: 0;
  color: var(--COLOR-TEXT, #212121);
  opacity: 0.75;
  font-size: 0.85rem;
}

.complete-the-bed__card-soldout {
  font-size: 0.8rem;
  opacity: 0.6;
}

.complete-the-bed__card-add-outer {
  margin-top: 0.375rem;
}

.complete-the-bed__card-add {
  width: 100%;
  min-height: 2.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.complete-the-bed__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.875rem;
}

.complete-the-bed__dots .complete-the-bed__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--COLOR-TEXT, #212121);
  opacity: 0.25;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.complete-the-bed__dots .complete-the-bed__dot.is-active {
  opacity: 0.85;
  transform: scale(1.2);
}

.complete-the-bed__dots--hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .complete-the-bed__dot {
    transition: none;
  }
}
/* END_SECTION:complete-the-bed */

/* START_SECTION:ettitude-fabric-standards (INDEX:20) */
.efs {
  background-color: {{ section.settings.bg_color }};
  padding: {{ section.settings.section_padding_vertical }}px {{ section.settings.section_padding_horizontal }}px;
  overflow: hidden;
}

.efs__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.efs__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.efs__eyebrow {
  font-family: {{ settings.type_body_font.family }}, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 20px 0;
  padding: 0;
}

.efs__heading {
  font-family: {{ settings.type_header_font.family }}, serif;
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.05;
  color: #ffffff;
  margin: 0 0 40px 0;
  padding: 0;
}

.efs__heading em {
  font-style: italic;
  color: {{ section.settings.accent_color }};
}

.efs__body {
  font-family: {{ settings.type_body_font.family }}, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  padding: 0;
}

.efs__body--spaced {
  margin-top: 18px;
}

.efs__pullquote {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 22px;
  margin: 36px 0 0 0;
  font-family: {{ settings.type_header_font.family }}, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

.efs__cta {
  display: inline-block;
  margin-top: 40px;
  padding: 16px 36px;
  background-color: #ffffff;
  color: {{ section.settings.bg_color }};
  font-family: {{ settings.type_body_font.family }}, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: fit-content;
}

.efs__cta:hover {
  background-color: {{ section.settings.accent_color }};
  color: #ffffff;
}

.efs__images {
  position: relative;
}

.efs__image-stack {
  position: relative;
  height: 560px;
  width: 100%;
}

.efs__img--primary {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 74%;
  z-index: 1;
  overflow: hidden;
}

.efs__img--secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 56%;
  z-index: 2;
  overflow: hidden;
  outline: 4px solid {{ section.settings.bg_color }};
}

.efs__img--primary img,
.efs__img--secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.efs__img--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.efs__img--placeholder .placeholder-svg {
  width: 40px;
  height: 40px;
  fill: rgba(255, 255, 255, 0.15);
}

.efs__img--placeholder span {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 1024px) {
  .efs {
    padding: 80px 48px;
  }
  .efs__inner {
    gap: 40px;
  }
  .efs__image-stack {
    height: 480px;
  }
}

@media screen and (max-width: 768px) {
  .efs {
    padding: 64px 24px;
  }
  .efs__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .efs__heading {
    font-size: clamp(38px, 8vw, 52px);
    margin-bottom: 28px;
  }
  .efs__image-stack {
    height: 400px;
  }
  .efs__img--primary {
    width: 68%;
    height: 72%;
  }
  .efs__img--secondary {
    width: 52%;
    height: 52%;
  }
  .efs__cta {
    width: 100%;
    text-align: center;
    padding: 18px 24px;
  }
}

@media screen and (max-width: 480px) {
  .efs__image-stack {
    height: 320px;
  }
}
/* END_SECTION:ettitude-fabric-standards */

/* CSS from block stylesheet tags */
/* START_BLOCK:feature-bar (INDEX:98) */
.fb-wrap {
    background: var(--fb-bg);
    padding: var(--fb-pt) var(--fb-inset) var(--fb-pb);
    border-radius: var(--fb-radius);
  }
  .fb-wrap.fb--bt { border-top: 1px solid var(--fb-divider); }
  .fb-wrap.fb--bb { border-bottom: 1px solid var(--fb-divider); }

  .fb-clip { overflow: hidden; }

  .fb-grid {
    display: grid;
    grid-template-columns: repeat(var(--fb-cols), minmax(0, 1fr));
    row-gap: calc(var(--fb-gap) * 1.25);
    margin-left: calc(var(--fb-divider-w) * -1);
  }

  .fb-item {
    position: relative;
    text-align: var(--fb-align);
    padding: 0 calc(var(--fb-gap) / 2);
    border-left: var(--fb-divider-w) solid var(--fb-divider);
    display: flex;
    flex-direction: column;
    align-items: var(--fb-flexalign);
  }

  .fb-icon {
    width: var(--fb-icon-size);
    height: var(--fb-icon-size);
    margin-bottom: var(--fb-icon-gap);
    color: var(--fb-icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .fb-icon svg,
  .fb-icon img { width: 100%; height: 100%; display: block; }
  .fb-icon img { object-fit: contain; }

  .fb-title {
    margin: 0 0 var(--fb-title-gap);
    color: var(--fb-title-color);
    font-size: var(--fb-title-size);
    line-height: 1.3;
    letter-spacing: var(--fb-title-ls);
    text-transform: var(--fb-title-tt);
    font-weight: var(--fb-title-weight);
  }

  .fb-body {
    margin: 0;
    color: var(--fb-body-color);
    font-size: var(--fb-body-size);
    line-height: 1.5;
  }

  @media screen and (max-width: 749px) {
    .fb-wrap.fb--m-carousel .fb-clip { overflow: visible; }
    .fb-wrap.fb--m-carousel .fb-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      margin-left: calc(var(--fb-inset) * -1);
      margin-right: calc(var(--fb-inset) * -1);
      padding-left: var(--fb-inset);
      padding-right: var(--fb-inset);
    }
    .fb-wrap.fb--m-carousel .fb-grid::-webkit-scrollbar { display: none; }
    .fb-wrap.fb--m-carousel .fb-item {
      flex: 0 0 var(--fb-m-width);
      scroll-snap-align: center;
    }
    .fb-wrap.fb--m-carousel .fb-item:first-child { border-left: 0; }

    .fb-wrap.fb--m-two .fb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fb-wrap.fb--m-one .fb-grid { grid-template-columns: minmax(0, 1fr); }
    .fb-wrap.fb--m-one .fb-item { border-left: 0; }
  }
/* END_BLOCK:feature-bar */