/** Shopify CDN: Minification failed

Line 384:20 Unexpected "{"
Line 384:29 Expected ":"
Line 389:20 Unexpected "{"
Line 389:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hero-with-select (INDEX:35) */
.hero-with-select {
  display: block;
  width: 100%;
}
  
.custom-hero {
  position: relative;
  color: #fff;
  background: #1E3F66 !important;
}

.custom-hero__banner {
  width: 100%;
  overflow: hidden;
   max-width: 1380px;
  margin: 0 auto;
  height: 550px;
   padding: 50px 50px 0;
  position: relative;
}

.custom-hero__banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 35px;
}

.custom-hero__banner img {
  border-radius: 35px;
}

.custom-hero__content-wrapper {
  display: flex;
  align-items: center;
  padding: 43px 0 58px;
  position: relative;
  max-width: 1280px;
  margin-inline:auto;
}

.custom-hero__text-content {
  width: 55%;
  max-width: 600px;
  margin-right: 60px;
}

 .custom-hero-select {
  width: 45%;
}

.custom-hero__title {
  margin: 0 0 5px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  color: #1E3F66;
}

.custom-hero__text {
  font-size: 18px;
  line-height: 1.5;
  color: #1E3F66;
  margin: 0;
}

.custom-hero__navigation {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.custom-hero__select-button {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  padding: 16px 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.custom-hero__select-button:hover {
  border-color: #D1D5DB;
  background-color: #F9FAFB;
}

.custom-hero__select-text {
  color: #1C335F;
  font-weight: 500;
  font-size: 16px;
}
  .custom-hero__select-text-chevron {
    color: var(--color-button-primary);
    z-index: 10;
  }

.custom-hero__select-button.is-active {
  background-color: #F9FAFB;
  border-color: #D1D5DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-hero__nav-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
  padding: 6px 0;
  list-style: none;
  z-index: 50;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E7EB;
  opacity: 1;
  transform-origin: top center;
  transition: all 0.2s ease;
  margin: 0;
}

.custom-hero__nav-link {
  display: block;
  padding: 12px 24px;
  color: #1C335F;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 16px;
  line-height: 1.5;
}

.custom-hero__nav-link:hover {
  background-color: #F3F4F6;
  color: #E0726C;
}

.custom-hero__nav-list[hidden] {
  display: none;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}


.custom-hero-select p {
 font-size: 14px;
 color: #1E3F66;
}


  @media only screen and (max-width: 1400px) {
    .custom-hero__banner-image{
          height: 550px;
    }
  }
  
@media screen and (max-width: 749px) {

  hero-with-select.custom-hero {
    display: flex !important;
    flex-wrap: wrap;
  }

  .custom-hero__banner-content {
    order: 1;
  }

  .custom-hero__text p {
    color: #1E3F66 !important;
    text-align: left;
  }

  .custom-hero-select p {
   text-align: left;
  }
 
  .custom-hero__banner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    height: auto;
    padding: 25px 17px 45px;
    order: 2;
  }

  .custom-hero__content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 36px 0 36px;
    gap: 30px;
    max-width: 87%;
    margin: 0;
  }

  .custom-hero__text-content {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }


 .custom-hero-select {
  width: 100%;
 }

  .custom-hero__title {
   font-size: 56px;
    line-height: 1;
    margin-bottom: 25px;
    text-align: left;
  }

  .custom-hero__navigation {
    width: 100% !important;
    margin-inline: auto;
  }
  .custom-hero__text {
    padding: 0;
    font-size: 16px;
  }
   .custom-hero__banner-image {
    height: 300px;
  }
  img.custom-hero__banner-image.desktopBanner {
    display: none;
}
  img.mobileBanner {
    display: block !important;
    object-fit: cover;
    object-position: 50% 50%;
    height: 290px;
}
}
/* END_SECTION:hero-with-select */

/* START_SECTION:ready-for-bed (INDEX:70) */
.ready-for-bed {
    position: relative;
    width: 100%;
    min-height: 489px;
    display: flex;
    align-items: center;
    overflow: visible;
  }

  .ready-for-bed__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .ready-for-bed__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ready-for-bed__sepc-wrapper {
    width: 100% !important;
    margin-inline: auto;
  }

  .ready-for-bed__content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .ready-for-bed__content-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }

  .ready-for-bed__title {
    line-height: 1.2;
    margin: 0;
  }

  .ready-for-bed-info {
    font-size: 14px;
    color: #1c335f;
    line-height: 1.5;
  }

  .ready-for-bed__select-wrapper {
    width: 100%;
    position: relative;
    z-index: 9999;
  }

  .ready-for-bed__select-button {
    border: none;
    padding: 16px 24px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
  }

  .ready-for-bed__select-button:hover {
    background-color: var(--button-hover-bg);
  }

  .ready-for-bed__select-text {
    font-weight: 500;
  }

  .ready-for-bed__select-button svg {
    color: currentColor;
  }

  .ready-for-bed__select-button.is-active {
    background-color: var(--button-hover-bg);
  }

  .ready-for-bed__nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 6px 0;
    list-style: none;
    margin: 0;
    z-index: 9999;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E7EB;
    background-color: var(--menu-background, #ffffff);
  }

  .ready-for-bed__nav-link {
    display: block;
    padding: 12px 24px;
    color: var(--menu-text-color);
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: var(--menu-text-size);
    line-height: 1.5;
  }

  .ready-for-bed__nav-link:hover {
    background-color: var(--menu-hover-bg);
    color: var(--menu-hover-text);
  }

  .ready-for-bed__nav-list[hidden] {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .ready-for-bed-{{ section.id }} .ready-for-bed__background.desktop {
      display: none !important;
    }
  }
  @media screen and (min-width: 769px) {
    .ready-for-bed-{{ section.id }} .ready-for-bed__background.mobile {
      display: none !important;
    }
  }

  @media screen and (max-width: 989px) {
    .ready-for-bed__background {
      width: 100%;
      opacity: 0.3;
    }

    .ready-for-bed__content {
      max-width: 100% !important;
      margin: 0 20px !important;
      /* text-align: center !important; */
      padding: 40px 0;
    }

    .ready-for-bed__title {
      font-size: calc({{ section.settings.heading_size }}px * 0.75) !important;
    }
  }
/* END_SECTION:ready-for-bed */