/** Shopify CDN: Minification failed

Line 115:10 Unexpected "{"
Line 115:19 Expected ":"
Line 115:26 Unexpected "{"
Line 117:14 Expected identifier but found whitespace
Line 117:16 Unexpected "{"
Line 117:25 Expected ":"
Line 117:59 Expected ":"
Line 118:17 Expected identifier but found whitespace
Line 118:19 Unexpected "{"
Line 118:28 Expected ":"
... and 34 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:iwao-video-with-text (INDEX:50) */
/* Dawn only centres the media column under .image-with-text--overlap, and
     this section is no-overlap — so when the text runs longer than the video
     the video would otherwise stick to the top of the row. .grid is flex, so
     align-self centres it against the taller text column. */
  .iwao-video-with-text .image-with-text__media-item {
    align-self: center;
  }

  /* Match the 600 weight the neighbouring image-with-text headings get from
     `.image-with-text__heading p` — those bind through a <p> wrapper, this
     section renders the heading text directly. */
  .iwao-video-with-text .image-with-text__heading {
    font-weight: 600;
  }

  .iwao-video-with-text__media {
    position: relative;
    width: 100%;
    aspect-ratio: var(--iwao-video-ratio, 16 / 9);
    overflow: hidden;
    background-color: rgb(var(--color-background));
  }

  .iwao-video-with-text__video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* cover crops to fill the frame; contain letterboxes and never crops */
    object-fit: var(--iwao-video-fit, cover);
  }

  /* Safari < 15 has no aspect-ratio; fall back to a 16/9 padding box. */
  @supports not (aspect-ratio: 1 / 1) {
    .iwao-video-with-text__media {
      height: 0;
      padding-bottom: 56.25%;
    }
  }

  .iwao-video-with-text__toggle {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
  }

  .iwao-video-with-text__toggle:hover,
  .iwao-video-with-text__toggle:focus-visible {
    background: rgba(0, 0, 0, 0.75);
  }

  /* Triangle = play. Swapped to two bars when the video is running. */
  .iwao-video-with-text__toggle-icon {
    width: 0;
    height: 0;
    margin-left: 0.3rem;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.2rem solid currentColor;
  }

  .iwao-video-with-text__toggle[aria-pressed='true'] .iwao-video-with-text__toggle-icon {
    width: 1.2rem;
    height: 1.4rem;
    margin-left: 0;
    border: none;
    border-left: 0.4rem solid currentColor;
    border-right: 0.4rem solid currentColor;
  }

  @media screen and (max-width: 749px) {
    .iwao-video-with-text__toggle {
      right: 0.8rem;
      bottom: 0.8rem;
      width: 4rem;
      height: 4rem;
    }
  }
/* END_SECTION:iwao-video-with-text */

/* START_SECTION:lx-collection-mid (INDEX:54) */
.section-{{ section.id }} {
  position: relative;
  padding-top: {{ section.settings.padding_top_desktop }}px;
  padding-bottom: {{ section.settings.padding_bottom_desktop }}px;
}
.featured-chair__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.featured-chair__wrapper {
    position: relative;
}

.featured-chair__content {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    max-width: 350px;
}

.featured-chair__pricing {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: 0;
    width: 100%;
    max-width: 250px;
    text-align: left;
}

.featured-chair__image-wrapper {
    width: 55%;
    margin: 0 auto;
}
.featured-chair__title {
  font-size: 80px;
  font-weight: bold;
  color: #ccc;
}
.featured-chair__subtitle {
  font-size: 18px;
  color: #000;
  margin: 10px 0 20px;
}
.featured-chair__desc {
  font-size: 14px;
  margin-bottom: 20px;
}
.featured-chair__btn {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.featured-chair__image-wrapper {
  position: relative;
  text-align: center;
}
.featured-chair__image {
  max-width: 100%;
}
.featured-chair__sale {
    background: #d7d70036;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 9px;
    display: flex;
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: auto;
    width: 100%;
    max-width: fit-content;
}
.featured-chair__after, .featured-chair__before {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: black;
    gap: 5px;
}

.featured-chair__before {}

span.after___text {
    font-size: 38px;
    color: #F05C46;
    font-weight: 500;
    line-height: 1;
}

span.before___text {
    font-size: 24px;
    color: #DBDBDB;
    font-weight: 400;
    line-height: 1;
    position: relative;
    max-width: fit-content;
}

span.before___text:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #DBDBDB;
    top: 0;
    bottom: 0;
    margin: auto;
}

.featured-chair__before {
    margin-top: 20px;
}

.featured__hotspot button {
    width: 35px;
    height: 35px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    border: unset;
}

.featured__hotspot button svg {
    width: 15px;
}

.featured__hotspot {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #ffffff8a;
    border-radius: 100px;
}

.hotspot-info {
    color: black;
    width: 250px;
    background: #ffffffd9;
    max-width: 320px;
    padding: 13px;
    border-radius: 0px 10px 10px 10px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 60px;
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
    transition: 0.3s ease;
        z-index: 4;
}
.featured__hotspot.active button svg {
    transform: rotate(45deg);
}

.featured__hotspot button svg {
    transition: 0.3s ease;
}
.featured__hotspot.active .hotspot-info {
    opacity: 1;
    visibility: inherit;
}
@media (max-width:1100px){
    .featured-chair__pricing {
        position: unset;
        max-width: 500px;
    }

    .featured-chair__content {
        position: unset;
    }

    .featured-chair__wrapper {
        flex-direction: column;
    }
    .featured-chair__info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .featured-chair__before {
        margin: 0;
    }

    .featured-chair__content {
        max-width: 500px;
        text-align: center;
    }
    .featured-chair__image-wrapper {
        width: 70%;
    }
    .featured-chair__wrapper {
        gap: 0;
    }
    .featured-chair__wrapper {
        overflow: hidden;
    }
}
/* --------- MOBILE STYLES -------- */
@media(max-width: 768px) {
  .section-{{ section.id }} {
    padding-top: {{ section.settings.padding_top_mobile }}px;
    padding-bottom: {{ section.settings.padding_bottom_mobile }}px;
  }
  .featured-chair__wrapper {
    flex-direction: column;
    text-align: center;
  }
  .featured-chair__content {
    max-width: 100%;
    order: 3;
  }
  .featured__hotspot.right__active .hotspot-info {
    right: 40px;
    left: unset;
  }
  .featured-chair__image-wrapper {
    width: 100%;
  }
  .featured-chair__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .featured-chair__desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .hotspot-info {
    background: #ffffffeb;
  }
  .featured__hotspot.right__active .hotspot-info {
    border-radius: 10px 0px 10px 10px;
  }
  span.after___text {
    font-size: 26px;
    }

    .featured-chair__before span {
        font-size: 18px;
    }
}
@media (max-width:600px){
    .featured-chair__after div {
        display: none;
    }

    .featured-chair__before div {
        display: none;
    }
}
/* END_SECTION:lx-collection-mid */

/* START_SECTION:lx-product-tabs-content (INDEX:70) */
.section-{{ section.id }} {
  position: relative;
  padding-top: {{ section.settings.padding_top_desktop }}px;
  padding-bottom: {{ section.settings.padding_bottom_desktop }}px;
}
@media (max-width:1100px){
   
}
/* --------- MOBILE STYLES -------- */
@media(max-width: 768px) {
  .section-{{ section.id }} {
    padding-top: {{ section.settings.padding_top_mobile }}px;
    padding-bottom: {{ section.settings.padding_bottom_mobile }}px;
  }
}
@media (max-width:600px){
   
}
/* END_SECTION:lx-product-tabs-content */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:cvr-field (INDEX:136) */
.cart__cvr {
    margin: 1.2rem 0;
  }
  .cart__cvr-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .cart__cvr-input {
    width: 100%;
  }
  .cart__cvr-help {
    display: block;
    margin-top: 0.4rem;
    opacity: 0.7;
    font-size: 1.2rem;
  }
/* END_SNIPPET:cvr-field */