/** Shopify CDN: Minification failed

Line 218:15 Expected identifier but found whitespace
Line 218:17 Unexpected "{"
Line 218:26 Expected ":"
Line 218:70 Expected identifier but found "!"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-collection (INDEX:21, SCOPED:FALSE) */
.section-featured-collection .wb_home_sbtn .slider-button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background: #302E2F;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.section-featured-collection .wb_home_sbtn .slider-button:not([disabled]):hover {
  background: #3a3839;
  color: #fff;
}

.section-featured-collection .wb_home_sbtn .slider-button[disabled] {
  opacity: 0.5;
  background: #302E2F;
}
/* END_SECTION:featured-collection */

/* START_SECTION:love-my-beds-reasons (INDEX:31, SCOPED:FALSE) */
.bedology {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
}

.bedology__overlay {
  background-color: #5F73B6;
  border-radius: 25px;
  max-width: 600px;
  padding: 40px;
  margin-left: 5%;
}

.bedology__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.bedology__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.bedology__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.bedology__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  margin-right: 16px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.bedology__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}


.bedology__text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

.bedology__text p {
  font-size: 15px;
  opacity: 0.9;
  line-height: 1.6;
  color: #fff;
}

.bedology__button {
  display: inline-block;
  background: #1B3163;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 30px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.bedology__button:hover {
  background: #3f5797;
  color: #fff !important;
}

@media (max-width: 768px) {
  .bedology__overlay {
    margin: 0 auto;
    padding: 30px;
  }
}
/* END_SECTION:love-my-beds-reasons */

/* START_SECTION:promo-card-grid (INDEX:61, SCOPED:FALSE) */
.promo-card-grid {
  padding: 60px 20px;
}

.promo-card-grid__section-title {
  max-width: 1400px;
  margin: 0 auto 40px;
  font-weight: 700;
  color: #3C5494;
}

.promo-card-grid__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.promo-card-grid__item {
  display: flex;
  flex-direction: column;
}

.promo-card-grid__card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 4;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.promo-card-grid__content {
  padding: 24px;
  width: 100%;
  text-align: center;
}

.promo-card-grid__price {
  margin-bottom: 20px;
}

.promo-card-grid__price-from {
  display: block;
  opacity: 0.9;
  text-transform: lowercase;
}

.promo-card-grid__price-value {
  display: block;
  font-weight: 700;
}

.promo-card-grid__button {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
}

.promo-card-grid__button:hover {
  background: #fff;
  color: #000;
}

.promo-card-grid__title--below {
  margin-top: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .promo-card-grid__section-title {
    text-align: {{ section.settings.section_title_alignment_mobile }} !important;
  }

  .promo-card-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .promo-card-grid__title--below {
    font-size: 14px !important;
  }

  .promo-card-grid__button {
    font-size: 10px;
    padding: 8px;
  }
}
/* END_SECTION:promo-card-grid */

/* START_SECTION:quality-comfort-value (INDEX:62, SCOPED:FALSE) */
.quality-comfort-value {
  position: relative;
  padding: 80px 20px;
  color: #636363;
}

.quality-comfort-value__overlay {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  max-width: 600px;
  padding: 40px;
  margin-left: auto;
  margin-right: 5%;
}

.quality-comfort-value__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.quality-comfort-value__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quality-comfort-value__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.quality-comfort-value__icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  flex-shrink: 0;
}

.quality-comfort-value__text {
  font-size: 16px;
  line-height: 1.5;
}
/* END_SECTION:quality-comfort-value */

/* START_SECTION:shop-by-category-grid (INDEX:67, SCOPED:FALSE) */
.category-grid {
  padding: 70px 20px;
}

.category-grid__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #24315e;
}

/* ===== DESKTOP GRID ===== */
.category-grid__wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.category-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #e4c7a8;
}

.category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__overlay {
  position: absolute;
  inset: 0;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    var(--overlay-color) 0%,
    rgba(0,0,0,0) 70%
  );
  transition: background 0.35s ease;
}

.category-card__title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-top: auto; /* pins to bottom */
  transition: transform 0.3s ease;
}

.category-card:hover .category-card__title {
  margin-top: 0;
}
.category-card__hover {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.3s ease;
  pointer-events: none;
}
/* Hidden on desktop by default */
.category-card__text,
.category-card__button {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.category-card__text {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  max-width: 260px;
}

.category-card__button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
}

/* Hover effect on ALL cards */
.category-card:hover .category-card__overlay {
  background: rgba(31, 47, 92, 0.85);
}

.category-card:hover .category-card__text,
.category-card:hover .category-card__button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.category-card:hover .category-card__title {
  transform: translateY(-80px);
}

.category-card:hover .category-card__hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


/* ===== MOBILE SLIDER ===== */
@media (max-width: 900px) {
  .category-grid__wrap {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .category-card {
    min-width: 80%;
    scroll-snap-align: start;
  }

  .category-card__overlay {
    background: rgba(31, 47, 92, 0.75);
  }

  /* Always visible on mobile */
  .category-card__text,
  .category-card__button {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .category-card__title {
    font-size: 22px;

  margin-top: 0;
}
 .category-card__hover {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 10px;
  }

  .category-card__title {
    margin-top: 0;
    transform: none;
  }
}

@media (max-width: 520px) {
  .category-grid__heading {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .category-card {
    min-width: 90%;
  }
}
/* END_SECTION:shop-by-category-grid */