/** Shopify CDN: Minification failed

Line 1416:42 Unexpected "{"

**/
.main-product-sauna {

  section {
    background-color: #F8F8F8;
  }
  .product-block-list{
    padding-bottom: 40px; 
  }

  .product-block-list__item--info>.card {
    margin-top: 0 !important;
  }

  .card__section {
    padding: 0;
  }

  .product-block-list--large .product-block-list__item--info .card.card--collapsed.card--sticky {
    margin: 0;
    box-shadow: none;
  }

  .product-block-list__item .card {
    background: transparent;
  }

  .product-block-list__item--info {
    padding: 0 16px;
  }

  @media screen and (min-width: 1000px) {
    .product-block-list{
      margin-bottom: 0; 
    }
    .product-block-list__item--info {
      padding: 80px 0 0 28px;
      position: relative; 
    }
    .product-block-list__wrapper{
      min-height: unset !important;
      /*
       * Galerie-Spalte am Desktop "sticky" machen, aber erst am unteren Ende einrasten.
       * Verhalten: Beide Spalten scrollen zunaechst normal mit. Sobald die Unterkante
       * der (kuerzeren) Galerie den unteren Viewport-Rand erreicht, "stoppt" die linke
       * Spalte (gepinnt), waehrend die laengere rechte Info-Spalte weiterscrollt.
       *
       * align-self: flex-start belaesst der linken Spalte ihre natuerliche (Galerie-)
       * Hoehe (statt auf die Info-Hoehe gestreckt zu werden) und schafft so den
       * Scroll-Spielraum; position: sticky pinnt sie.
       *
       * top = calc(100vh - 760px): 760 ≈ Galeriehoehe (~720px) + ~40px Abstand.
       * Dadurch rastet die Galerie-Unterkante stets ~40px ueber dem Viewport-Boden ein,
       * unabhaengig von der Viewport-Hoehe (galBottom = 100vh - 40). Der hartcodierte
       * Wert 760 ist auf die Galeriehoehe dieser Sektion abgestimmt und ggf. anzupassen.
       * Self-neutralizing: ist die Galerie hoeher als die Info, gibt es keinen
       * Spielraum -> verhaelt sich wie bisher.
       */
      align-self: flex-start;
      position: sticky;
      top: calc(100vh - 760px);
    }
    .product-block-list{
      display: flex;
      gap: 43px;
    }
  }

  /* Tabbed product gallery */
  .sauna-tabbed-gallery {
    width: 100%;
    padding: 0 16px 48px;
  }

  .sauna-tabbed-gallery__empty {
    margin: 0;
    padding: 16px;
    font-size: 14px;
    color: #677279;
    text-align: center;
  }

  .sauna-tabbed-gallery__layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sauna-tabbed-gallery__tabs-wrap {
    order: 2;
  }

  .sauna-tabbed-gallery__panels-wrap {
    order: 1;
  }

  .sauna-tabbed-gallery__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    padding: 0;
    justify-content: center;
  }

  .sauna-tabbed-gallery__tab {
    appearance: none;
    margin: 0;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    color: #444E4F;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 17.58px;
    letter-spacing: -0.15px;
  }

  /* .sauna-tabbed-gallery__tab:hover {
    border: 1px solid #99ACA0;
    background: #E7EAE8;
    font-weight: 700; 
  } */

  .sauna-tabbed-gallery__tab.is-active {
    border: 1px solid #99ACA0;
    background: #E7EAE8;
    font-weight: 700;
  }

  .sauna-tabbed-gallery__panel[hidden] {
    display: none !important;
  }

  .sauna-tabbed-gallery__track--desktop {
    display: none;
  }

  .sauna-tabbed-gallery__track--mobile {
    display: block;
  }

  .sauna-tabbed-gallery__track--mobile.sauna-tabbed-gallery__track--slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sauna-tabbed-gallery__track--mobile.sauna-tabbed-gallery__track--slider::-webkit-scrollbar {
    display: none;
  }

  .sauna-tabbed-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    overflow: hidden;
    min-height: 0;
  }

  .sauna-tabbed-gallery__track--mobile:not(.sauna-tabbed-gallery__track--slider) .sauna-tabbed-gallery__slide {
    flex: none;
  }

  .sauna-tabbed-gallery__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sauna-tabbed-gallery__track--mobile .sauna-tabbed-gallery__img {
    max-height: min(85vh, 720px);
    object-fit: contain;
  }

  .sauna-tabbed-gallery__video,
  .sauna-tabbed-gallery__model {
    width: 100%;
  }

  .sauna-tabbed-gallery__video video,
  .sauna-tabbed-gallery__video iframe {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .product-meta {
    margin-top: 0;
  }

  @media screen and (min-width: 1000px) {
    .sauna-tabbed-gallery {
      padding: 40px 0 0 0;
    }

    .sauna-tabbed-gallery__tab {
      min-width: 172px;
    }

    .sauna-tabbed-gallery__layout {
      gap: 16px;
    }

    .sauna-tabbed-gallery__tabs-wrap {
      order: 1;
    }

    .sauna-tabbed-gallery__panels-wrap {
      order: 2;
    }

    .sauna-tabbed-gallery__track--mobile {
      display: none !important;
    }

    .sauna-tabbed-gallery__track--desktop {
      width: 100%;
    }

    .sauna-tabbed-gallery__track--desktop.sauna-tabbed-gallery__grid--n1 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .sauna-tabbed-gallery__track--desktop.sauna-tabbed-gallery__track--desktop-rows {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .sauna-tabbed-gallery__row--2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      align-items: stretch;
    }

    .sauna-tabbed-gallery__row--3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
      align-items: stretch;
    }

    .sauna-tabbed-gallery__cell {
      overflow: hidden;
      min-height: 0;
    }

    .sauna-tabbed-gallery__track--desktop .sauna-tabbed-gallery__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 180px;
    }

    .sauna-tabbed-gallery__grid--n1 .sauna-tabbed-gallery__img {
      object-fit: contain;
      max-height: 78vh;
    }
  }

  /* End tabbed product gallery */

  /* Block divider */
  .sauna-product-divider {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .sauna-product-divider+.sauna-product-divider {
    display: none;
  }

  /* End block divider */

  /* Product info */
  .product-meta {
    margin: 0;
  }

  .product-meta__title {
    color: #444E4F;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 13px;
    word-break: break-word;

    @media screen and (min-width: 1000px) {
      font-size: 38px;

    }
  }

  .product-label.product-label--on-sale.product-dimensions {
    color: #677279;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.14px;
    opacity: 1;
    margin-bottom: 32px;

    @media screen and (min-width: 1000px) {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: normal;
    }
  }

  .product-form__info-list {
    margin-bottom: 32px;
  }

  .product-form__info-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    .price-list {
      align-items: center;

      .price {
        color: #677279;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px;
      }

      span.price.price--highlight {
        color: #677279;
        font-weight: 700;
      }

      .product-label.product-label--on-sale {
        padding: 3.5px 8px 3.89px 8px;
        border-radius: 4px;
        background-color: #677279;
        color: #FFF;
        font-size: 10px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        * {
          font-size: 10px !important;
        }
      }
    }

    .shipping_text p {
      color: #677279;
      font-size: 10px;
      font-weight: 400;
      line-height: 140%;
      opacity: 0.6;
    }

    .custom_reviews {
      order: -1;
    }

    @media screen and (min-width: 1000px) {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;

      .custom_reviews {
        order: unset;
      }

      .shipping_text p {
        font-size: 12px;
      }

      .price-list {
        .product-label.product-label--on-sale {
          font-size: 12px !important;

          * {
            font-size: 12px !important;
          }
        }
      }
    }
  }



  /* Quick pick */
  .product-form__variants {
    .product-form__option-name {
      color: #444E4F;
      font-size: 18px;
      font-weight: 700;
      line-height: 150%;
      margin-bottom: 16px;

      @media screen and (min-width: 1000px) {
        font-size: 22px;
      }
    }

    .sauna-quick-pick__items {
      display: grid;
      gap: 8px;

      @media screen and (min-width: 1000px) {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .sauna-quick-pick__item {
      position: relative;
      padding: 8px;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.14);
      background-color: #F8F8F8;
      display: flex;
      gap: 20px;
      align-items: center;

      &.is-selected {
        border: 2px solid #99ACA0;
        background: #E7EAE8;

        .sauna-quick-pick__item-name {
          font-weight: 700;
        }
      }

      .sauna-quick-pick__selected {
        display: inline-block;
        position: absolute;
        left: 8px;
        top: 8px;

        svg {
          width: 32px;
          height: 32px;
        }
      }

      @media screen and (min-width: 1000px) {
        flex-direction: column;
        padding-bottom: 16px;
      }
    }

    .sauna-quick-pick__item img {
      width: 120px;
      height: 120px;
      object-fit: contain;

      @media screen and (min-width: 1000px) {
        width: 156px;
        height: 156px;
      }
    }

    .sauna-quick-pick__item-name {
      color: #444E4F;
      font-size: 14px;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: -0.14px;

      @media screen and (min-width: 1000px) {
        font-size: 16px;
        letter-spacing: -0.16px;
      }
    }

    .sauna-quick-pick__item--overflow {
      display: none;
    }

    .sauna-quick-pick.is-expanded .sauna-quick-pick__item--overflow,
    .sauna-quick-pick__group.is-expanded .sauna-quick-pick__item--overflow {
      display: flex;
    }

    .sauna-quick-pick.is-expanded .sauna-quick-pick__more,
    .sauna-quick-pick__group.is-expanded .sauna-quick-pick__more {
      display: none;
    }

    .sauna-quick-pick--separate .sauna-quick-pick__group + .sauna-quick-pick__group {
      margin-top: 24px;

      @media screen and (min-width: 1000px) {
        margin-top: 32px;
      }
    }

    .sauna-quick-pick--separate .sauna-quick-pick__label {
      display: block;
      margin-bottom: 16px;
    }

    .sauna-quick-pick__more {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 54px;
      width: 100%;
      margin-top: 8px;
      border-radius: 8px;
      border: 1px solid #99ACA0;
      color: #4E725C;
      font-size: 14px;
      text-decoration: underline;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: -0.14px;

      @media screen and (min-width: 1000px) {
        font-size: 16px;
        margin-top: 16px;
      }
    }
  }

  /* End quick pick */


  /* Frequently bought together */

  .sauna-fbt__heading {
    color: #444E4F;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
  }

  .sauna-fbt__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 8px;
    background: rgba(95, 133, 199, 0.20);
    margin-bottom: 16px;
  }

  .sauna-fbt__notice-icon {
    flex: 0 0 auto;
    line-height: 0;
  }

  .sauna-fbt__notice-icon svg {
    display: block;
  }

  .sauna-fbt__notice-text {
    color: #5F85C7;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }

  .sauna-fbt__row {
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 8px;
    gap: 12px;
    border-radius: 8px;
    border: 2px solid #99ACA0;
    background: #E7EAE8;
    width: 100%;
  }

  .sauna-fbt__check {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }

  .sauna-fbt__check-ring,
  .sauna-fbt__check-on {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sauna-fbt__check-on {
    opacity: 1;
  }

  .sauna-fbt__row.is-unselected .sauna-fbt__check-on {
    opacity: 0;
    pointer-events: none;
  }

  .sauna-fbt__row.is-unselected .sauna-fbt__check-ring {
    opacity: 1;
  }

  .sauna-fbt__thumb img {
    width: 56px;
    height: 56px;
    object-fit: contain;
  }

  .sauna-fbt__title {
    display: block;
    color: #444E4F;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.14px;
    margin-bottom: 12px;
  }

  .sauna-fbt__price-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }

  .sauna-fbt__compare {
    order: -1;
    color: #677279;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.14px;
    text-decoration-line: line-through;
  }

  .sauna-fbt__price {
    color: #444E4F;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.14px;
  }

  .sauna-fbt__badge {
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 4px;
    background: #677279;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  @media screen and (min-width: 1000px) {
    .sauna-fbt__heading {
      font-size: 22px;
    }

    .sauna-fbt__title,
    .sauna-fbt__compare,
    .sauna-fbt__price {
      font-size: 16px;
      letter-spacing: -0.16px;
    }

    .sauna-fbt__badge {
      font-size: 12px;
    }
  }

  /* End frequently bought together */
  /* Upsell extras */
  .sauna-extras__heading {
    color: #444E4F;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
  }

  .sauna-extras__row {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #99ACA0;
    background: #F8F8F8;
    margin-top: 16px;
  }

  .sauna-extras__row:last-child {
    margin-bottom: 0;
  }

  .sauna-extras__pick {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex: 0 1 auto;
    min-width: 0;
  }

  .sauna-extras__mark {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .sauna-extras__mark-off,
  .sauna-extras__mark-on {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .sauna-extras__mark-off svg,
  .sauna-extras__mark-on svg {
    display: block;
  }

  .sauna-extras__mark-on {
    display: none;
    position: absolute;
    inset: 0;
  }

  .sauna-extras__cb:checked~.sauna-extras__mark .sauna-extras__mark-off {
    opacity: 0;
    pointer-events: none;
  }

  .sauna-extras__cb:checked~.sauna-extras__mark .sauna-extras__mark-on {
    display: flex;
  }

  .sauna-extras__title {
    color: #444E4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.14px;
  }

  .sauna-extras__info {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
  }

  .sauna-extras__info-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: help;
  }

  .sauna-extras__info-ic {
    display: flex;
    line-height: 0;
  }

  .sauna-extras__info-ic svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .sauna-extras__info-link {
    color: #444E4F;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;

  }

  .sauna-extras__tooltip {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 5;
    min-width: 220px;
    max-width: min(340px, 90vw);
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #d0d6d4;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 1.45;
    color: #444e4f;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.12s ease, visibility 0.12s ease;

    @media screen and (min-width: 1000px) {
      left: 0;
      right: unset;
    }
  }

  .sauna-extras__info:hover .sauna-extras__tooltip,
  .sauna-extras__info:focus-within .sauna-extras__tooltip {
    opacity: 1;
    visibility: visible;
  }

  .sauna-extras__price {
    color: #677279;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.14px;
    order: -1;
  }

  .sauna-extras__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: auto;
    align-items: flex-end;
  }

  @media screen and (min-width: 1000px) {
    .sauna-extras__content {
      flex-direction: row;
      margin-left: 8px;
      align-items: center;
      justify-content: space-between;

    }

    .sauna-extras__price {
      order: unset;
      font-size: 16px;
      margin-left: auto;
    }

    .sauna-extras__heading {
      font-size: 22px;
    }

    .sauna-extras__title {
      font-size: 16px;
    }

    .sauna-extras__row {
      display: grid;
      padding: 8px;
      justify-content: space-between;
      grid-template-columns: auto 1fr;
    }

    .sauna-extras__info-ic svg {
      width: 24px;
      height: 24px;
    }

    .sauna-extras__info-link {
      font-size: 12px;
    }

  }

  /* End upsell extras */

  /* Policy badges */
  .sauna-policy-badges {
    padding: 9px 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);
    margin-top: 8px;
  }

  .sauna-policy-badges__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .sauna-policy-badges__item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .sauna-policy-badges__divider {
    display: none;
  }

  .sauna-policy-badges__ic {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #444e4f;
  }

  .sauna-policy-badges__ic svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .sauna-policy-badges__txt {
    color: #677279;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
  }

  @media screen and (min-width: 1000px) {
    .sauna-policy-badges__inner {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0 24px;
    }

    .sauna-policy-badges__item {
      flex: 0 1 auto;
      justify-content: center;
    }

    .sauna-policy-badges__divider {
      display: block;
      flex: 0 0 1px;
      width: 1px;
      align-self: center;
      height: 13px;
      background: #677279;
    }

    .sauna-policy-badges__txt {
      font-size: 12px;
    }
  }

  /* End policy badges */

  /* Expert callback CTA */
  .sauna-expert-cta {
    margin-top: 107px;
  }

  .sauna-expert-cta--no-photo {
    margin-top: 16px;
  }

  .sauna-expert-cta--no-photo .sauna-expert-cta__card {
    padding-top: 20px;
  }

  .sauna-expert-cta__card {
    border-radius: 8px;
    background: #E7EAE8;
    padding: 16px;
  }

  .sauna-expert-cta__media {
    position: relative;
    pointer-events: none;
    margin-top: -91px;
    text-align: center;
    margin-bottom: 16px;
    height: 150px;
  }

  .sauna-expert-cta__media--split .sauna-expert-cta__photo--desktop {
    display: none;
  }

  .sauna-expert-cta__media--split .sauna-expert-cta__photo--mobile {
    display: inline-block;
  }

  .sauna-expert-cta__avatar {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
  }

  .sauna-expert-cta__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sauna-expert-cta__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .sauna-expert-cta__title {
    color: #444E4F;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
  }

  .sauna-expert-cta__copy {
    color: #677279;
    font-size: 14.4px;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
  }

  .sauna-expert-cta__btn {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px;
    border-radius: 8px;
    background: #537861;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 187%;
  }


  .sauna-expert-cta__btn-ic {
    display: flex;
    line-height: 0;
  }

  .sauna-expert-cta__btn-ic svg {
    display: block;
  }

  @media screen and (min-width: 1000px) {
    .sauna-expert-cta__media {
      height: unset;
    }

    .sauna-expert-cta {
      margin-top: 32px;
    }

    .sauna-expert-cta__card {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 14px;
      padding: 16px 16px 16px 0;
      overflow: hidden;
    }


    .sauna-expert-cta__media--split .sauna-expert-cta__photo--desktop {
      display: inline-block;
    }

    .sauna-expert-cta__media--split .sauna-expert-cta__photo--mobile {
      display: none;
    }

    .sauna-expert-cta__media {
      width: 166px;
      min-width: 166px;
      position: static;
      overflow: visible;
      margin: 0;
      height: 100%;

      * {
        height: 100%;
      }
    }

    .sauna-expert-cta__avatar {
      position: static;
      width: 100%;
      border-radius: 0;

    }

    .sauna-expert-cta__media--split .sauna-expert-cta__photo--desktop {
      display: block;
    }

    .sauna-expert-cta__img {
      position: absolute;
      object-fit: cover;
      height: calc(100% + 17.62px);
      width: 166px;
      left: 0;
      top: -17.62px;
      border-radius: 8px;
    }

    .sauna-expert-cta__card {
      overflow: visible;
      position: relative;
    }

  }

  /* End expert callback CTA */

  .offer-comm-card {
    margin: 0;
    background: transparent;

    .offer-comm-card__inner {
      background: transparent;
      border-radius: 8px;
      border: 2px solid #99ACA0;
      overflow: hidden;
    }

    .offer-comm-card__header {
      padding: 12px;
      background: #E7EAE8;
    }

    .offer-comm-card__check {
      padding: 0;
    }

    .offer-comm-card__bundle-heading {
      color: #444E4F;
      font-size: 18px;
      font-weight: 700;
      line-height: 150%;
    }

    .offer-comm-card__header-right {
      flex-direction: row;
      gap: 8px;
    }

    .offer-comm-card__price {
      color: #444E4F;
      font-size: 18px;
      font-weight: 700;
      line-height: 150%;
    }

    .offer-comm-card__thumb img {
      width: 48px;
      height: 48px;
    }

    .offer-comm-card__row {
      padding: 8px 12px;
      border-bottom: 1px solid #99ACA0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), #99ACA0;

      &:last-child {
        border-bottom: none;
      }
    }

    .offer-comm-card__row-title {
      overflow: hidden;
      color: #444E4F;
      text-overflow: ellipsis;
      font-size: 14px;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: -0.14px;
    }

    .offer-comm-card__row-price {
      color: #677279;
      font-size: 14px;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: -0.14px;
      text-decoration-line: line-through;
    }

    .offer-comm-card__row-free {
      color: #444E4F;
      font-size: 14px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: -0.14px;
    }

    .offer-comm-card__row--main .offer-comm-card__row-price {
      text-decoration: none;
      color: #444E4F;
      font-size: 14px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: -0.14px;
    }

    .offer-comm-card__row-right {
      gap: 4px;
    }

    @media screen and (min-width: 1000px) {
      .offer-comm-card__bundle-heading {
        font-size: 22px;
      }

      .offer-comm-card__price {
        font-size: 22px;
      }

      .offer-comm-card__saving-pill {
        padding: 3.5px 8px 3.89px 8px;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: -0.16px;
        border-radius: 4px;
        background: #444E4F;
      }

      .offer-comm-card__row--main .offer-comm-card__row-price,
      .offer-comm-card__row-title,
      .offer-comm-card__row-price,
      .offer-comm-card__row-free {
        font-size: 16px;
      }
    }
  }

  .quantity-wraper {
    gap: 0;

    i {
      display: none;
    }

    .inventory-icon {
      display: inline-block;
      width: 10px;
      height: 10px;
      aspect-ratio: 1/1;
      background-color: #50E21F;
      filter: drop-shadow(0 0 4px #50E21F);
      border-radius: 50%;
    }

    .customcotent {
      color: #677279 !important;
      font-size: 16px !important;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: -0.14px;
      padding-left: 10px;
    }

    .stock-item {
      color: #677279 !important;
      font-size: 14px !important;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: -0.14px;

      &:before {
        content: ' － ';
      }

      &:empty {
        display: none;
      }
    }
  }

  .product-cashback-block {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .product-form__buy-buttons {
    #buy_quantity {
      display: none;
    }

    .product-form__add-button.button.button--primary,
    .product-form__add-button {
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: -0.14px;

      @media screen and (min-width: 1000px) {
        font-size: 16px;
        letter-spacing: -0.16px;
      }
    }
  }

  .button_block_payment_icons .payment-list {
    justify-content: center;
    gap: 8px 16px;
    padding: 0 5px;
    margin: 12px 0 0 0;

    @media screen and (min-width: 1000px) {
      gap: 8px;
      padding: 0;
      justify-content: center;
    }
  }

  .button_block_payment_icons,
  .product-form__payment-container {
    margin: 0;
  }

  .button_block_payment_icons .payment-list .payment-list__item {
    margin: 0;
    width: 38px;
    height: auto;
    &.payment-list__item--eps,
    &.payment-list__item--maestro,
    &.payment-list__item--shopify_pay,
    &.payment-list__item--unionpay{
      display: none !important; 
    }
  }

  .buy_with_quantity {
    margin: 0;
  }

  .pg-badge-main {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .image_text_main {
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);

    .image_text_imge {
      order: -1;
    }

    .image_text_content {
      color: #677279;
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
    }

    @media screen and (min-width: 1000px) {
      flex-direction: row;
      gap: 16px;
      justify-content: center;

      .image_text_content {
        font-size: 12px;
      }
    }
  }

  .product-block-list__item--description, {
    display: none; 
  }

}
.template-pdp-new-design.template-sauna .section {
  margin: 0;
}

.template-sauna #main{
  background-color: #f8f8f8; 
}



.custom-wrap-text-teaser {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

button.sauna-fbt__row:not(:last-child) {
    margin-bottom: 8px;
}



.sauna-tabbed-gallery__cell {
    border-radius: 20px;
    overflow: hidden;
}


/* ── Trigger button ── */
.sauna-extras__info-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.sauna-extras__info-trigger:focus-visible {
  outline: 2px solid #444E4F;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ── Modal ── */
.sauna-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.sauna-modal[hidden] {
  display: none;
}

.sauna-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* ── Modal box — desktop ── */
.sauna-modal__box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 70%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  animation: sauna-modal-in 0.22s ease;
}

@keyframes sauna-modal-in {
  from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── Header ── */
.sauna-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #e8e8e8;
}

.sauna-modal__title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

/* ── Close button ── */
.sauna-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  color: #666;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.sauna-modal__close:hover {
  background: #f2f2f2;
  color: #222;
}

.sauna-modal__close:focus-visible {
  outline: 2px solid #444E4F;
  outline-offset: 2px;
}

/* ── Body ── */
.sauna-modal__body {
  padding: 20px 24px 28px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.sauna-modal__body a {
  text-decoration: underline;
}

/* ── Mobile — bottom sheet ── */
@media (max-width: 600px) {
  .sauna-modal {
    align-items: flex-end;
    padding: 0;
  }

  .sauna-modal__box {
    max-width: 100%;
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 75vh;
    animation: sauna-modal-up 0.28s cubic-bezier(0.32, 0.72, 0, 1);
  }

  @keyframes sauna-modal-up {
    from { opacity: 0; transform: translateY(100%); }
    to   { opacity: 1; transform: translateY(0); }
  }
}


@media (max-width:999px) {

.main-product-sauna .product-meta__title {
   
    font-size: 24px;

}
  
}



span.offer-comm-card__bundle-heading {
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

span.sauna-fbt__title {
    text-align: left;
}


@media (max-width:400px) {

.main-product-sauna .offer-comm-card .offer-comm-card__bundle-heading {
    color: #444e4f;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}

.main-product-sauna .offer-comm-card .offer-comm-card__bundle-heading {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
}

@media (min-width: 999px) and (max-width: 1200px) {
.wc-row {
    flex-direction: column;
}
.wc-input-wrap, .wc-stepper {
    width: 100%;
    
}
.wc-input {
    max-width: 100%;
    
}

.wc-stepper-inner {
    width: 100%;
}

}