/** Shopify CDN: Minification failed

Line 352:15 Expected ":"
Line 352:17 Expected identifier but found "'Degular'"

**/
/* Gold announcement + black nav — fixed separately, scroll together via JS */
:root {
  --announcement-bar-height: 38px;
  --custom-header-height: 60px;
  --site-header-offset: calc(var(--announcement-bar-height) + var(--custom-header-height));
}

@media (min-width: 991px) {
  :root {
    --announcement-bar-height: 42px;
    --custom-header-height: 79px;
  }
}

.premium-announcement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.shopify-section-group-header-group .shopify-section.section-announcement {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body:has(.custom-header) #MainContent {
  padding-top: 0;
}

/* Full-bleed heroes/banners sit flush under the fixed header */
body:has(.custom-header) #MainContent > .shopify-section:first-child:has(
  .sauna-hero,
  .sale-hero,
  .custom-hero,
  .banner,
  .article-template__hero-container,
  .home-hero,
  .hero-video
) {
  padding-top: 0;
}

/* Text/content pages: offset first section below fixed header */
body:has(.custom-header) #MainContent > .shopify-section:first-child:not(:has(
  .sauna-hero,
  .sale-hero,
  .custom-hero,
  .banner,
  .article-template__hero-container,
  .home-hero,
  .hero-video
)) {
  padding-top: var(--site-header-offset);
  scroll-margin-top: var(--site-header-offset);
}

/* Blog featured image: show full image on mobile (no crop) */
@media (max-width: 749px) {
  .article-template__hero-container {
    max-width: 100%;
    margin: 0;
    background: #14120f;
  }

  .article-template__hero-large,
  .article-template__hero-medium,
  .article-template__hero-small {
    height: auto !important;
  }

  .article-template__hero-container .media {
    overflow: visible;
  }

  .article-template__hero-container .media > img,
  .article-template__hero-container .media > lazy-image,
  .article-template__hero-container .media lazy-image img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

body.template-page--ooc-owners-club .custom-header,
body.template-page--ooc-platinum-warranty .custom-header,
body.template-page--ooc-delivery .custom-header,
body.template-page--ooc-guarantee .custom-header,
body.template-page--ooc-relocation .custom-header,
body.template-page--ooc-concierge .custom-header,
body.template-page--ooc-instagram .custom-header {
    border-bottom: 1px solid #8d8484;
}

.genesis-product-card {
    background: #EEEDE7;
    padding: 40px 0px 72px !important;
}

.genesis-product-card .page-width {
    padding: 0 2.4rem !important;
}

.genesis-product-card span.bliss-subtitle {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #6e6c62;
    margin-bottom: 14px;
    display: block;
}

.genesis-product-card .bliss-rating {
    margin-bottom: 8px;
}

.genesis-product-card .shop-pay-card {
    position: relative;
    background: #FAF9F5;
    border: 1px solid rgb(23 22 15 / 13%);
    border-radius: 11px;
    padding: 20px;
    cursor: pointer;
    transition: border-color .2s,box-shadow .2s;
}

.genesis-product-card .shop-pay-card::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid rgba(10,9,7,0.2);
    background: #fff;
    transition: all .2s;
}

.genesis-product-card .shop-pay-card-name {
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #0a0907;
    letter-spacing: -.02em;
    line-height: 28.5px;
}

.genesis-product-card span.check-y {
    color: #17160F;
    font-weight: 500;
    font-size: 11px;
    flex-shrink: 0;
}

.genesis-product-card .shop-pay-check {
    color: #17160F !important;
    font-size: 12px;
    font-family: 'Degular','DM Sans','Inter',system-ui,-apple-system,sans-serif;
    line-height: 1.3;
    letter-spacing: normal;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.genesis-product-card .shop-pay-card-sub {
    font-size: 12.5px;
    letter-spacing: normal;
    color: #6E6C62;
    margin-top: 3px;
    font-weight: 500;
    font-family: 'Degular','DM Sans','Inter',system-ui,-apple-system,sans-serif;
}

.genesis-product-card .shop-pay-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 0;
}

.genesis-product-card span.shop-pay-popular-star {
    font-size: 10px !important;
    line-height: 1 !important;
    color: #ffffff !important;
}

.genesis-product-card span.shop-pay-popular {
    position: absolute;
    top: -10px;
    right: 18px;
    background: #17160F;
    color: #FAF9F5;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 6px 11px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: none;
    transform: none;
}

.genesis-product-card .shop-pay-card.selected {
    border: 1.5px solid #000000;
    box-shadow: 0 12px 28px -18px rgba(0,0,0,.45);
}

.genesis-product-card .bliss-apply-btn {
    height: 55px;
    margin-top: 16px;
    border-radius: 7px;
    background: #BE3A2B;
    font-size: 16px;
    font-weight: 500;
}

.genesis-product-card .bliss-call-btn {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border-radius: 7px;
    border: 1px solid rgb(23 22 15 / 13%);
    background: #00000000;
    color: #17160F;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: underline;
}

/* .genesis-product-card .bliss-title {
    font-family: Degular,system-ui,-apple-system,sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.02;
    letter-spacing: -.03em;
    color: #17160f;
    margin: 8px 0 12px;
} */


/* changed */
.bliss-title {
    font-family: Degular,system-ui,-apple-system,sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -.03em;
    color: #17160f;
    margin: 8px 0 12px;
}

/* changed end */

.genesis-product-card .bliss-title-img {
    display: none;
}

.genesis-product-card .bliss-thumbs {
    margin-top: 7px;
}

.genesis-product-card .bliss-thumb {
    aspect-ratio: 1 / 1;
    min-width: 57px;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    background: #0a0a0a;
    cursor: pointer;
    padding: 0;
    transition: .25s ease;
}
.genesis-product-card .bliss-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .25s;
}
.custom_six_chair_sec .bliss-thumb {
    aspect-ratio: .75;
    object-fit: cover;
}

.genesis-product-card .bliss-thumb.active img, .genesis-product-card .bliss-thumb:hover img {
    opacity: 1;
}

.genesis-product-card .bliss-variants--genesis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin-top: 18px;
}

.genesis-product-card .bliss-variant-label {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 9.5px;
    line-height: 14.25px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #6E6C62;
    margin: 0 0 8px;
}

.genesis-product-card .bliss-variant-options {
    display: flex;
    gap: 6px;
}

.genesis-product-card .bliss-variant-options .bliss-swatch {
    flex: 1;
    min-width: 0;
}

.genesis-product-card .bliss-variant-options .bliss-swatch span,
.genesis-product-card .bliss-variant-options .bliss-swatch .btn-inner {
    height: 42px;
    min-width: 0;
    border-radius: 8px;
    border: 1px solid rgba(23, 22, 15, 0.13);
    background: #FAF9F5;
    color: #6E6C62;
    font-family; 'Degular',system-ui,-apple-system,sans-serif;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    padding: 0;
    box-shadow: none;
}

.genesis-product-card .bliss-variant-options .bliss-swatch input:checked + span,
.genesis-product-card .bliss-variant-options .bliss-swatch input:checked + .btn-inner {
    background: #17160F;
    color: #FAF9F5;
    border-color: #17160F;
}

.genesis-product-card .shop-pay-card-top {
    justify-content: space-between;
    gap: 14px;
}

.genesis-product-card .shop-pay-card-amt {
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -.02em;
    line-height: 1;
}

.genesis-product-card .shop-pay-card-per {
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6E6C62 !important;
    margin-top: 5px;
}

.genesis-product-card .shop-perk {
    text-align: center;
    padding: 0 4px;
    gap: 9px;
}

.genesis-product-card .shop-perk span {
    display: block;
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
    font-size: 11px;
    color: #6E6C62;
    line-height: 1.3;
}

.genesis-product-card .shop-stock {
    margin-top: 26px;
    background: #FAF9F5;
    border: 1px solid rgb(23 22 15 / 13%);
    border-radius: 11px;
    padding: 18px;
}

.genesis-product-card .shop-stock-row {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #17160F;
}

.genesis-product-card .shop-stock-dot {
    width: 8px;
    height: 8px;
    background: #BE3A2B;
    box-shadow: 0 0 8px rgba(190,58,43,.7) !important;
    display: block;
    animation: testPulse 1s infinite;
}

.genesis-product-card span.shop-stock-label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: "Sweet Sans Pro";
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #17160F;
    margin: 0;
}

.genesis-product-card .shop-delivery-form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #EEEDE7;
    border: 1px solid rgb(23 22 15 / 13%);
    border-radius: 999px;
    padding: 6px 6px 6px 18px;
    margin-top: 14px;
}

.genesis-product-card .shop-delivery-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: none;
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #17160F;
    padding: 0;
    margin: 0;
}

.genesis-product-card .shop-delivery-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0a0a0a;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s;
}

.genesis-product-card .shop-delivery-btn svg {
    width: 18px;
    height: 18px;
}

.genesis-product-card .pfaq-q {
    padding: 19px 0;
}

.genesis-product-card .pfaq-t {
    flex: 1;
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -.01em;
    color: #17160F;
}

.genesis-product-card .pfaq-a-inner {
    font-size: 14px;
    color: #6E6C62;
    line-height: 1.55;
    padding: 0 4px 19px 40px;
    letter-spacing: normal;
}

.template-product--genesis-full-spectrum-sau .buy-price {
    color: #17160F;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -.02em;
    line-height: 23px;
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
}

.template-product--genesis-full-spectrum-sau .buy-sub {
    color: #6E6C62;
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .08em;
    margin-top: 3px;
    font-family: "Sweet Sans Pro";
    text-transform: uppercase;
    line-height: 14.25px;
}

.template-product--genesis-full-spectrum-sau .buy-cta {
    background: #BE3A2B;
    color: #fff;
    font-family: 'Degular',system-ui,-apple-system,sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .005em;
    text-transform: capitalize;
    padding: 13px 22px;
    border-radius: 7px;
}

.genesis-product-card-pfaq {
    display: none;
}

.genesis-product-card .genesis-product-card-pfaq {
    display: block !important;
}

.genesis-product-card .pfaq {
    display: none;
}

.template-product--genesis-full-spectrum-sau .top-marquee {
    font-family: "SweetSansPro", Outfit, Degular, "DM Sans", Inter, sans-serif;
    background: linear-gradient(180deg,#C63D2E,#B23123);
    color: #fff;
    overflow: hidden;
    padding: 10px 16px 3px;
    z-index: 90;
    text-align: center;
    font-family: var(--sans);
}

.template-product--genesis-full-spectrum-sau header {
    display: none;
}

.template-product--genesis-full-spectrum-sau .footer-custom {
    display: none;
}

.template-product--genesis-full-spectrum-sau .olympia-header__inner {
    padding: 6px 18px;
}

.template-product--genesis-full-spectrum-sau .footer {
    padding: 42px 24px !important;
    background: #FAF9F5 !important;
}

.template-product--genesis-full-spectrum-sau .footer-brand svg {
    fill: #17160F;
}

.template-product--genesis-full-spectrum-sau .footer-tagline {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #9C9A8F;
    margin-top: 24px;
    margin-bottom: 24px;
}

.template-product--genesis-full-spectrum-sau .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #6E6C62;
    transition: color .2s ease,background .2s ease;
    border: 1px solid rgb(23 22 15 / 13%);
}

/*--- Accordion Custom CSS ---*/
.template-product .title-wrapper .title, .template-product .product-details .accordion .accordion__title {
    font-family: 'Degular', sans-serif;
}

.product-right .bliss-top .bliss-rating {
    display: none;
}
.shop-pay-card-price.for_boots_portables {
    flex-direction: column;
}

.wellness-collection-info .price-row .prices .compare-price {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.wellness-collection-info .price-row .prices .compare-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}
.wellness-collection-info .price-row .weekly,
.wellness-collection-info .wellness-collection-title-row .variant-swatches {
    display: none;
}
.custom-mega-menu__top .mega_menu_heading {
    font-size: 35px;
    font-weight: 600;
}


.sale-hero__btn:hover,.mission-btn:hover{
  opacity:.9;
}
.store-btn-outline:hover {
  background: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
}
