/** Shopify CDN: Minification failed

Line 847:0 Unexpected "}"

**/
/* Rich text custom */

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

/* Multicolumn custom */

ul.scroll-effect.grid {
  flex-wrap: nowrap;
  column-gap: 1rem;
}

.justify-left {
  justify-content: left;
}

.justify-center {
  justify-content: center;
}

.justify-right {
  justify-content: right;
}

.right {
  text-align: right;
}

.column-behavior-on_hover_show .multicolumn-card__info {
  opacity: 0;
  transition: all .9s ease-out;
}

@media screen and (width < 990px) {
  .column-behavior-on_hover_show .multicolumn-card.content-container .multicolumn-card__info {
    opacity: 1;
  } 
}

.column-behavior-on_hover_show .multicolumn-card.content-container:hover .multicolumn-card__info {
  opacity: 1;
}

.text-footer {
  margin-top: 1rem;
}

slider-component:has(> .scroll-effect) {
  overflow: hidden;
}

slider-component:has(> .scroll-effect.column-behavior-default) li.multicolumn-list__item {
  animation: scroll var(--_animation-duration) forwards linear infinite;
}

slider-component:has(> .scroll-effect.column-behavior-on_hover):hover li.multicolumn-list__item {
  animation: scroll var(--_animation-duration) forwards linear infinite;
}

slider-component[data-speed="fast"] {
  --_animation-duration: 10s;
}

slider-component[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-1 * var(--img-width) * var(--_scroll) - var(--_margin)));
  }
}

/* General */

.button:hover, .shopify-challenge__button:hover, .customer button:hover {
  background: var(--color-background-button-hover);
  color: var(--color-button-hover);
}

summary[aria-expanded="true"] .icon-plus {
  display: none;
}

summary[aria-expanded="false"] .icon-minus {
  display: none;
}

summary .icon-minus {
    position: absolute;
    width: 1.5rem;
    right: 1.5rem;
    top: calc(50% - 0.2rem);
}

summary .icon-plus {
    position: absolute;
    height: 1.5rem;
    right: 1.5rem;
    top: calc(50% - 0.2rem);
}

/* Button effect */

.custom-effect {
  transition: 0.3s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  z-index: 5;
  overflow: hidden;
}

.custom-effect::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  height: 100%;
  opacity: 0.25;
  background: #333;
  transform-origin: right center;
  transform: translateX(-110%) scaleY(1.5);
  border-radius: 5rem;
  transition-duration: 1s;
}

.custom-effect:hover:before {
  transform-origin: left center;
  transform: translateX(110%) scaleY(1.5);
}

/* Search modal */
details[open] .search-modal .modal-overlay:after {
  background-color: rgb(var(--color-foreground),.2);
}

/* required text in apo options */
.mw-option__helptext[data-helptext-type="required"] {
  display: none !important;
}

.mw-apo-container select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23333'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 8px 30px 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mw-apo-container select:hover {
  border-color: #999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23000'/%3E%3C/svg%3E");
}

.mw-apo-container select:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

.mw-apo-container select option[data-tooltip] {
  position: relative;
}

.mw-apo-container select option[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -30px;
  left: 0;
  background: #333;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
}

.collection-hero__text-wrapper {
  margin-top: 60px;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#cookie-banner p {
  margin: 0;
  flex: 1 1 auto;
}

#cookie-banner button {
  background: #fff;
  color: #333;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px;
}

#cookie-banner a {
  color: #aaddff;
  text-decoration: underline;
}

#cart-notification-form {
  display: none;
}

section:has(.reputon-google-reviews-widget .reputon-carousel) {
  background: rgba(26,26,26,0.9);
}

#Details-filter\.p\.product_type-template--22516847903026__main-collection-product-grid {
  display: none !important;
}

.calendly-overlay .calendly-popup-close,
.calendly-overlay .calendly-close-overlay {
  display: block !important;
}

.calendly-badge-content span {
  display: none !important;
}

.pickup-availability-info .caption-large {
  display: none;
}

#main-collection-filters {
  display: none;
}

#ShowPickupAvailabilityDrawer {
  display: none;
}

div.card > .card__content > .card__information > .card-information {
  display: none;
}

.banner__buttons {
  margin-top: 40px;
}

nav.header__inline-menu > ul.list-menu > li > a.header__menu-item {
 font-size: 18px;
}

nav.header__inline-menu > ul.list-menu > li > header-menu > details > summary {
 font-size: 18px;
}

#shopify-section-template--22516847444274__image_with_text_KEXEDL > div > div > div > div > div > div {
  border-radius: 50%;
} 

form.footer__newsletter.newsletter-form > h3.newsletter-form__message {
  font-size: 30px;
  width: 100%;
  justify-content: center;
}

form.footer__newsletter.newsletter-form > h3.newsletter-form__message > svg.icon-success {
  height: 2.3rem;
  width: 2.3rem;
}

.rich-text__wrapper .rich-text__buttons {
  width: 150px;
  margin: 10px;
}

@media screen and (max-width: 749px) {
  .multicolumn-list__item {
    flex: 1 1 300px;
    min-width: 200px;
    max-width: 100%;
    margin: 0;
  }

  .banner__text,
  .banner__buttons {
    font-size: 1.4rem;
  }

}

#shopify-section-template--22516847411506__rich_text_VdycCJ .rich-text__text p:first-child strong {
  font-size: 30px;
}

#shopify-section-template--22516847411506__rich_text_VdycCJ .rich-text__text h3 {
  font-size: 22px;
}

#shopify-section-template--22516847411506__rich_text_VdycCJ .rich-text__text ul {
  color: black;
}

#shopify-section-template--22516847411506__rich_text_VdycCJ .rich-text__text p:not(:first-child) strong {
  color: rgb(var(--color-foreground));
}

cart-items.is-empty {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

#shopify-section-template--22516847903026__main-collection-banner {
  padding-top: 5rem;
}

#calendly-container {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--color-background), 0.9);
  padding: 8px 12px;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(var(--color-shadow), 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#calendly-button {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: none;
  border-radius: var(--buttons-radius);
  padding: 10px 16px;
  font-weight: bold;
  font-family: var(--font-body-family);
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

#calendly-button:hover {
  background-color: var(--color-background-button-hover);
}

#hide-calendly {
  bottom: 23px;
  position: fixed;
  right: 8px;
  z-index: 9998;
  
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

#hide-calendly:hover {
  background-color: rgba(0,0,0,0.1);
}

.calendly-badge-widget {
  display: none;
  right: 39px !important;
}

.header {
  position: relative;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay, adjust opacity as needed */
  z-index: -1;
}

#shopify-section-template--22516847673650__image_banner_7dcw8w .banner__box {
  margin-top: 30px;
}

#shopify-section-template--22516847673650__image_banner_7dcw8w .banner__buttons .button {
  background: var(--color-background-button-hover) !important;
  color: var(--color-button-hover) !important;
}

.media > img {
  object-position: 60% 50%;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100dvh;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow-y: auto; /* important for mobile! */
}

.modal__container {
  background: white;
  padding: 24px;
  position: relative;
  z-index: 10000;
  border-radius: 10px;
  padding: 1rem 2rem 0rem 2rem;

  /* Fixes */
  margin-top: 10vh;                 /* replaces overlay padding */
  max-height: calc(100dvh - 20vh);  /* room for margin top & bottom */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__container li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.modal__footer {
  padding: 1.5rem 2rem;
  /* border-top: 1px solid #ddd; */
  background: white;
  position: sticky;
  bottom: 0;
}

.modal__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 10001;
}

.modal__header {
  color: #DAA520;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.modal__body {
  color: #222;
}

@media (min-width: 768px) { /** desktop **/
  .modal__header {
    font-size: 28px;
  }
  
  .modal__body {
    font-size: 16px;
  }

  .modal__container {
    max-width: 650px;
    width: 650px;
  }
  
}

@media (max-width: 750px) { /** mobile **/
  .modal__header {
    font-size: 22px;
  }
  
  .modal__body {
    font-size: 14px;
  }

  .modal__container {
    max-width: 90%;
    width: 90%;
  }
}

#checkout-confirm-button {
  font-size: 18px;
  background: #d19d2a !important;
  width: 100%;
  margin-bottom: 12px;
}

#checkout-confirm-button:hover {
  background: #B8860B !important;
  color: white !important;
}

#checkout-book-button {
  border: 2px solid #004225;
  font-weight: 600; /* semi-bold */
  color: #004225;
  background: white;
  font-size: 16px;
  width: 90%;
  margin-bottom: 20px;
}

#checkout-book-button:hover {
  background: #F5FFF5;
}

.button-container > :nth-child(odd) {
  background: #d19d2a;
}

.button-container > :nth-child(odd):hover {
  background: rgb(97,111,58);
}

@media (min-width: 768px) {
  .cart__ctas {
    width: 310px;
    margin-left: 39px;
  }
}

@media (max-width: 750px) {
  .cart__ctas {
    width: 60%;
    margin-left: 20%;
  }

  .cart__dynamic-checkout-buttons.additional-checkout-buttons {
    width: 60%;
  }
}

.tub-drawings {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 2rem;
}

.mw-text[data-mw-option-value-description-text=""] {
  color: black;
}

.inserted-sticky-price-item {
  color: rgb(175, 225, 175);
  text-shadow: rgb(175, 225, 175) 0px 0px;
}

.price-item, .inserted-price-item {
  color: darkolivegreen;
}

shopify-accelerated-checkout-cart {
  display: none
}

span[data-hulkapps-line-properties]  .product-option-type, .product-option-key, .product-option-price {
  vertical-align: top;  
}

span[data-hulkapps-line-properties] td {
  border: 0px;
  padding: 0.5rem;
}

span[data-hulkapps-line-properties] table {
  box-shadow: none;
}

span[data-hulkapps-line-properties] .product-option-type {
  color: #a6a6a6;
}

span[data-hulkapps-line-properties] .product-option-key {
  color: rgba(209, 157, 42, 0.75);
  width: 300px;
}

span[data-hulkapps-line-properties] .product-option-price {
  color: #3a3b3c;
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}

#qab_container {
  display: none !important;
}

#HeaderMenu-MenuList-2 {
  width: 235px;
}

div.underlined-link {
  display: none;
}

.cart-quote-link-group {
  display: flex;
  align-items: center; /* ✅ aligns link + form vertically */
  gap: 1.5rem;
}

.cart-quote-email-form {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #f5f5f5;
  border-radius: 9999px;
  padding: 0.6rem 1.2rem; /* slightly smaller vertical padding */
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s ease;
  line-height: 1; /* ✅ prevents subtle vertical offset */
}

.cart-quote-email-input {
  border: none;
  outline: none;
  font-size: 1.25rem;
  flex: 0 0 auto;
  width: 200px;
  padding: 0.5rem 0.6rem;
  background: transparent;
  color: inherit;
  line-height: 1.2; /* ✅ align better with link text */
}

.cart-quote-send-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  padding: 0.3rem;
  cursor: pointer;
  transition: transform 0.2s ease;
  line-height: 1;
}

.cart-quote-send-btn:hover {
  transform: translateY(-1px);
}
#cart-errors {
  display: none;
}

.cart-quote-link-group a {
  color: #000;
  text-decoration: underline;
}

.cart-quote-link-group a:visited {
  color: #000;
}

.cart-quote-link-group a:hover,
.cart-quote-link-group a:focus {
  color: #000;
}

@media (min-width: 751px) {
  .reputon-google-reviews-widget {
      width: 1400px;
      margin-left: -150px;
  }
}

.card__inner.frontpage-1 { /* sauna */
  width: 90%;
  margin-top: 12%;
  margin-left: 11%;
}

.card__inner.frontpage-2 { /*  */
  width: 80%;
  margin-top: 25%;
  margin-left: 8%;
}

@media (min-width: 751px) {
  .landing-page-header-wrapper {
    position: relative;
    display: inline-block;
    isolation: isolate;
  }

  .landing-page-header-wrapper::before {
      content: "";
      position: absolute;
      inset: -400px;
      backdrop-filter: blur(10px);
      background: rgba(0, 0, 0, 0.25);
      border-radius: 12px;
      z-index: 0;
      -webkit-mask-image: linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%),
      linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
      -webkit-mask-composite: intersect;
      mask-image: linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%),
      linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
      mask-composite: intersect;
  }

  .landing-page-header-wrapper h2 {
    position: relative;
    z-index: 1;
    color: #d19d2a;
  }

  .landing-page-banner-content .banner__text p {
    position: relative;
    z-index: 1;
    color: white;
  }
}

@media (max-width: 750px) { /** mobile **/
  .landing-page-header-wrapper {
    position: relative;
    display: inline-block;
    isolation: isolate;
  }

  .landing-page-header-wrapper::before {
      content: "";
      position: absolute;
      inset: -60px -100px -40px;
      backdrop-filter: blur(30px);
      background: rgba(0, 0, 0, 0.25);
      border-radius: 12px;
      z-index: 0;
      -webkit-mask-image:        linear-gradient(to top,    transparent 0%, black 40%, black 60%, transparent 100%),
      linear-gradient(to right,  transparent 0%, black 30%, black 70%, transparent 100%);
      -webkit-mask-composite: intersect;
      mask-image:                   linear-gradient(to top,    transparent 0%, black 40%, black 60%, transparent 100%),
      linear-gradient(to right,  transparent 0%, black 30%, black 70%, transparent 100%);
      mask-composite: intersect;
  }

  .landing-page-header-wrapper h2 {
    position: relative;
    z-index: 1;
    color: #d19d2a;
  }

  .landing-page-banner-content .banner__text p {
    position: relative;
    z-index: 1;
    color: white;
  }
}

#quote-modal .modal__container {
  max-width: 600px;
}

#quote-modal .ffield {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

#quote-modal label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

#quote-modal input,
#quote-modal textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5rem;
}

#quote-modal quote-notes {
  resize: none;
}

#quote-modal input:focus,
#quote-modal textarea:focus {
  border-color: #333;
  outline: none;
}

#quote-options-list label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

}