/** Shopify CDN: Minification failed

Line 580: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: 2rem;
  max-width: 500px;
  width: 90%;
  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__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;
}

#checkout-confirm-button {
  width: 240px;
}

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

#checkout-book-button {
  background: #d19d2a;
  width: 240px;
}

#checkout-book-button:hover {
  color: white !important;
  background: rgb(97,111,58);
}

.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;
}
}