/** Shopify CDN: Minification failed

Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 20:48 Expected identifier but found whitespace
Line 20:50 Unexpected "{"
Line 20:59 Expected ":"
Line 20:85 Expected ":"
Line 20:102 Expected identifier but found whitespace
Line 20:104 Unexpected "{"
Line 20:113 Expected ":"
Line 20:142 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:sauna-hat-comparison (INDEX:61) */
.section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; }
  .sauna-hat-comparison__heading { max-width: 680px; margin-bottom: 2.5rem; }
  .sauna-hat-comparison__heading h2 { margin: .25rem 0 .75rem; }
  .sauna-hat-comparison__heading p { margin: 0; }
  .sauna-hat-comparison__heading .eyebrow, .sauna-hat-comparison__corner, .sauna-hat-comparison__row strong { color: rgb(var(--color-foreground)); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
  .sauna-hat-comparison__shell { overflow: hidden; border: 1px solid rgba(var(--color-foreground), .12); border-radius: 1.2rem; }
  .sauna-hat-comparison__products, .sauna-hat-comparison__row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .sauna-hat-comparison__corner { display: flex; align-items: end; padding: 1.5rem; background: rgb(18, 43, 79); color: white; }
  .sauna-hat-comparison__product { min-width: 0; padding: 1.25rem 1rem 1.5rem; text-align: center; border-left: 1px solid rgba(var(--color-foreground), .12); }
  .sauna-hat-comparison__image-link { display: block; height: 105px; margin-bottom: .7rem; }
  .sauna-hat-comparison__image-link img { width: 100%; height: 100%; object-fit: contain; }
  .sauna-hat-comparison__badge { display: inline-block; min-height: 2.7em; padding: .45rem .65rem; border-radius: 999px; background: #e9f0e7; color: #526b56; font-size: 1.1rem; font-weight: 700; text-transform: uppercase; }
  .sauna-hat-comparison__product h3 { margin: .75rem 0 .25rem; font-size: 1.55rem; line-height: 1.22; }
  .sauna-hat-comparison__product h3 a { color: inherit; text-decoration: none; }
  .sauna-hat-comparison__price { margin: 0 0 .7rem; }
  .sauna-hat-comparison__link { color: inherit; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
  .sauna-hat-comparison__row { border-top: 1px solid rgba(var(--color-foreground), .12); }
  .sauna-hat-comparison__row > * { min-width: 0; padding: 1.3rem 1.35rem; line-height: 1.35; }
  .sauna-hat-comparison__row strong { background: rgba(var(--color-foreground), .04); font-size: 1.15rem; }
  @media screen and (max-width: 749px) {
    .sauna-hat-comparison__shell { overflow-x: auto; border-radius: .8rem; }
    .sauna-hat-comparison__products, .sauna-hat-comparison__row { min-width: 680px; }
    .sauna-hat-comparison__product { padding-inline: .7rem; }
    .sauna-hat-comparison__corner { padding: 1rem; }
    .sauna-hat-comparison__row > * { padding: 1rem; }
  }
/* END_SECTION:sauna-hat-comparison */

/* START_SECTION:saunom-cleaner-comparison (INDEX:62) */
.cleaner-compare {
    padding-block: var(--cleaner-compare-padding-top) var(--cleaner-compare-padding-bottom);
    background: #faf9f5;
    color: #0f2345;
  }

  .cleaner-compare__inner {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }

  .cleaner-compare__intro {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .cleaner-compare__heading {
    margin: 0 0 12px;
    color: #0f2345;
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  .cleaner-compare__lead {
    color: rgba(15, 35, 69, 0.75);
    font-size: 1.1rem;
  }

  .cleaner-compare__lead p,
  .cleaner-compare__footer p {
    margin: 0;
  }

  .cleaner-compare__shell {
    overflow: hidden;
    border: 1px solid rgba(15, 35, 69, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 35, 69, 0.08);
  }

  .cleaner-compare__products {
    display: grid;
    grid-template-columns: 22fr 39fr 39fr;
    gap: 1px;
    background: rgba(15, 35, 69, 0.12);
  }

  .cleaner-compare__corner {
    display: flex;
    align-items: flex-end;
    padding: 26px 24px;
    background: #0f2345;
    color: #faf9f5;
  }

  .cleaner-compare__corner span {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .cleaner-compare__product {
    display: grid;
    grid-template-columns: minmax(100px, 160px) minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 230px;
    padding: 26px;
    background: #ffffff;
    color: #0f2345;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease;
  }

  .cleaner-compare__product:hover {
    background: #faf9f5;
  }

  .cleaner-compare__product:focus-visible {
    outline: 3px solid #d4a786;
    outline-offset: -4px;
  }

  .cleaner-compare__product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 20px;
    background: #faf9f5;
  }

  .cleaner-compare__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .cleaner-compare__product-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .cleaner-compare__format {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #0f2345;
    color: #faf9f5;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1;
    text-transform: uppercase;
  }

  .cleaner-compare__product-title {
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.15;
  }

  .cleaner-compare__price {
    margin-top: 7px;
    color: rgba(15, 35, 69, 0.65);
  }

  .cleaner-compare__link {
    margin-top: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d4a786;
    font-weight: 700;
  }

  .cleaner-compare__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .cleaner-compare__table th,
  .cleaner-compare__table td {
    padding: 19px 24px;
    border-top: 1px solid rgba(15, 35, 69, 0.1);
    text-align: left;
    vertical-align: middle;
  }

  .cleaner-compare__table tbody th {
    width: 22%;
  }

  .cleaner-compare__table tbody th {
    color: #0f2345;
    font-weight: 700;
  }

  .cleaner-compare__table tbody td {
    color: rgba(15, 35, 69, 0.78);
  }

  .cleaner-compare__table tbody tr:nth-child(even) {
    background: #faf9f5;
  }

  .cleaner-compare__mobile {
    display: none;
  }

  .cleaner-compare__footer {
    padding: 22px 24px;
    border-top: 1px solid rgba(15, 35, 69, 0.1);
    background: #f2e8df;
    color: #0f2345;
    text-align: center;
    font-weight: 700;
  }

  @media screen and (max-width: 749px) {
    .cleaner-compare__intro {
      margin-bottom: 22px;
      padding-inline: 8px;
    }

    .cleaner-compare__shell {
      border-radius: 20px;
    }

    .cleaner-compare__products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cleaner-compare__corner {
      display: none;
    }

    .cleaner-compare__product {
      grid-template-columns: 1fr;
      gap: 12px;
      min-height: 0;
      padding: 16px 12px 18px;
      text-align: center;
    }

    .cleaner-compare__product-image {
      width: min(100%, 130px);
      margin-inline: auto;
    }

    .cleaner-compare__product-copy {
      align-items: center;
    }

    .cleaner-compare__format {
      margin-bottom: 7px;
      padding: 5px 8px;
      font-size: 0.65rem;
    }

    .cleaner-compare__product-title {
      font-size: 1rem;
    }

    .cleaner-compare__link {
      margin-top: 12px;
      font-size: 0.85rem;
    }

    .cleaner-compare__desktop {
      display: none;
    }

    .cleaner-compare__mobile {
      display: grid;
      gap: 10px;
      padding: 14px;
      background: #0f2345;
    }

    .cleaner-compare__row-card {
      overflow: hidden;
      border-radius: 14px;
      background: #ffffff;
    }

    .cleaner-compare__row-card h3 {
      margin: 0;
      padding: 11px 14px;
      background: #f2e8df;
      color: #0f2345;
      font-size: 0.9rem;
      text-align: center;
    }

    .cleaner-compare__row-options {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cleaner-compare__row-options > div {
      padding: 13px 12px 15px;
    }

    .cleaner-compare__row-options > div + div {
      border-left: 1px solid rgba(15, 35, 69, 0.1);
    }

    .cleaner-compare__row-options span {
      display: block;
      margin-bottom: 6px;
      color: rgba(15, 35, 69, 0.6);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .cleaner-compare__row-options p {
      margin: 0;
      color: #0f2345;
      font-size: 0.82rem;
      line-height: 1.35;
    }

    .cleaner-compare__footer {
      padding: 18px 16px;
      font-size: 0.9rem;
    }
  }
/* END_SECTION:saunom-cleaner-comparison */

/* START_SECTION:saunom-hat-comparison (INDEX:63) */
.hat-compare {
    padding-block: var(--hat-compare-padding-top) var(--hat-compare-padding-bottom);
    background: #faf9f5;
    color: #0f2345;
  }

  .hat-compare__inner {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }

  .hat-compare__intro {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .hat-compare__heading {
    margin: 0 0 12px;
    color: #0f2345;
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .hat-compare__lead {
    color: rgba(15, 35, 69, 0.75);
    font-size: 1.05rem;
  }

  .hat-compare__lead p,
  .hat-compare__footer p {
    margin: 0;
  }

  .hat-compare__shell {
    overflow: hidden;
    border: 1px solid rgba(15, 35, 69, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 35, 69, 0.08);
  }

  .hat-compare__products {
    display: grid;
    grid-template-columns: 19fr 27fr 27fr 27fr;
    gap: 1px;
    background: rgba(15, 35, 69, 0.12);
  }

  .hat-compare__corner {
    display: flex;
    align-items: flex-end;
    padding: 22px 20px;
    background: #0f2345;
    color: #faf9f5;
  }

  .hat-compare__corner span {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .hat-compare__product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 30px 16px 22px;
    background: #ffffff;
    color: #0f2345;
    text-decoration: none;
    transition: background-color 180ms ease;
  }

  .hat-compare__product:hover {
    background: #faf9f5;
  }

  .hat-compare__product:focus-visible {
    outline: 3px solid #d4a786;
    outline-offset: -4px;
  }

  .hat-compare__product--featured {
    background: #fbf6ee;
  }

  .hat-compare__badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4a786;
    color: #0f2345;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .hat-compare__product-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .hat-compare__product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding: 6px;
    background: #faf9f5;
  }

  .hat-compare__product--featured .hat-compare__product-image {
    background: #ffffff;
  }

  .hat-compare__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .hat-compare__format {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #0f2345;
    color: #faf9f5;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
  }

  .hat-compare__product-title {
    margin-top: 4px;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
  }

  .hat-compare__price {
    color: rgba(15, 35, 69, 0.65);
    font-weight: 700;
  }

  .hat-compare__link {
    margin-top: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #3e583f;
    color: #3e583f;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .hat-compare__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .hat-compare__table th,
  .hat-compare__table td {
    padding: 18px 20px;
    border-top: 1px solid rgba(15, 35, 69, 0.1);
    text-align: left;
    vertical-align: middle;
    font-size: 0.92rem;
  }

  .hat-compare__table tbody th {
    width: 19%;
    color: #0f2345;
    font-weight: 700;
  }

  .hat-compare__table tbody td {
    width: 27%;
    color: rgba(15, 35, 69, 0.78);
  }

  .hat-compare__table tbody tr:nth-child(even) {
    background: #faf9f5;
  }

  .hat-compare__swatches {
    display: inline-flex;
    gap: 7px;
    align-items: center;
  }

  .hat-compare__swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(15, 35, 69, 0.2);
    background: #e4dfd4;
  }

  .hat-compare__swatch--cream {
    background: #f6efe2;
  }

  .hat-compare__swatch--grey,
  .hat-compare__swatch--gray {
    background: #8c8c89;
  }

  .hat-compare__swatch--white {
    background: #ffffff;
  }

  .hat-compare__swatch--navy {
    background: #0f2345;
  }

  .hat-compare__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .hat-compare__mobile {
    display: none;
  }

  .hat-compare__footer {
    padding: 22px 24px;
    border-top: 1px solid rgba(15, 35, 69, 0.1);
    background: #f2e8df;
    color: #0f2345;
    text-align: center;
    font-weight: 700;
  }

  @media screen and (max-width: 749px) {
    .hat-compare__intro {
      margin-bottom: 22px;
      padding-inline: 8px;
    }

    .hat-compare__shell {
      border-radius: 20px;
    }

    .hat-compare__products,
    .hat-compare__desktop {
      display: none;
    }

    .hat-compare__mobile {
      display: grid;
      gap: 12px;
      padding: 14px;
      background: #0f2345;
    }

    .hat-compare__style-card {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      background: #ffffff;
      padding: 22px 16px 18px;
    }

    .hat-compare__style-card--featured {
      background: #fbf6ee;
      border: 1.5px solid #d4a786;
    }

    .hat-compare__badge--mobile {
      position: static;
      transform: none;
      display: table;
      margin: 0 auto 12px;
    }

    .hat-compare__style-card h3 {
      margin: 0 0 12px;
      text-align: center;
      font-size: 1.05rem;
      line-height: 1.3;
    }

    .hat-compare__style-card h3 span {
      display: block;
      margin-top: 4px;
      color: rgba(15, 35, 69, 0.6);
      font-size: 0.85rem;
      font-weight: 700;
    }

    .hat-compare__style-rows {
      display: grid;
      gap: 9px;
      margin-bottom: 16px;
    }

    .hat-compare__style-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 8px 0;
      border-top: 1px solid rgba(15, 35, 69, 0.1);
      font-size: 0.82rem;
    }

    .hat-compare__style-row span {
      flex-shrink: 0;
      color: rgba(15, 35, 69, 0.6);
      font-weight: 700;
    }

    .hat-compare__style-row p {
      margin: 0;
      text-align: right;
      color: #0f2345;
    }

    .hat-compare__mobile-link {
      display: block;
      text-align: center;
      padding: 11px;
      border-radius: 8px;
      background: #3e583f;
      color: #faf9f5;
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 700;
    }

    .hat-compare__footer {
      padding: 18px 16px;
      font-size: 0.9rem;
    }
  }
/* END_SECTION:saunom-hat-comparison */