/** Shopify CDN: Minification failed

Line 333:1 Expected "}" to go with "{"

**/

/* Hide "Shipping calculated at checkout" line */
.product__tax {
  display: none !important;
}

/* Hide Shop Pay / Pay in 4 installments (covers multiple implementations) */
shopify-payment-terms,
.shopify-payment-terms,
.shopify-payment-terms__container,
.product__payment-terms,
.payment-terms {
  display: none !important;
}

/* Invert Add to Cart (black bg, white text) */
.product-form__submit,
.product-form__submit.button--secondary {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.product-form__submit:hover {
  background-color: #111 !important;
  color: #fff !important;
}
/* Hide "More payment options" link under dynamic checkout */
.shopify-payment-button__more-options {
  display: none !important;
}
.template-product .section-main-product .product__title,
.template-product .section-main-product .product__title h1,
.template-product .product__info-container .product__title,
.template-product .product__info-container .product__title h1 {
  font-size: 26px !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 749px) {
  .template-product .section-main-product .product__title,
  .template-product .section-main-product .product__title h1,
  .template-product .product__info-container .product__title,
  .template-product .product__info-container .product__title h1 {
    font-size: 20px !important;
  }
}
/* Reduce spacing between blocks in the product info column */
.template-product .product__info-container > * + * {
  margin-top: 8px !important; /* try 6px if you want tighter */
}
/* stack buttons */
.fw-dual-cta {
  display: grid;
  gap: 12px;
}

/* base layout */
.fw-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 16px 18px !important;
  text-align: center;
  line-height: 1.1;
}

/* headline */
.fw-cta__main {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

/* subtitle */
.fw-cta__sub {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.85;

  display: flex;
  align-items: center;
  gap: 6px;
}

/* colors */
.fw-cta--ready {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.fw-cta--preorder {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

/* green pulse only */
.fw-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  position: relative;
  display: inline-block;
}

.fw-dot--green {
  background: #18c964;
}

.fw-dot--green::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid #18c964;
  opacity: 0.4;
  animation: fwPulse 1.4s infinite;
}

@keyframes fwPulse {
  0% { transform: scale(0.6); opacity: .5; }
  70% { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(1.2); opacity: 0; }
}
/* ALL CAPS for both buttons */
.fw-cta__main,
.fw-cta__sub {
  text-transform: uppercase;
  letter-spacing: 0.6px; /* gives that premium spaced look */
}
.fw-cta--ready .fw-cta__sub {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 600;
}
/* price row layout */
.fw-cta__main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* compare at price */
.fw-compare {
  text-decoration: line-through;
  opacity: 0.45;
  font-weight: 500;
}

/* sale price */
.fw-sale {
  font-weight: 700;
}
/* force subtitle normal weight */
.fw-cta__sub {
  font-weight: 400 !important;
}

/* only IN STOCK bold */
.fw-instock {
  font-weight: 600 !important;
}
/* hide second option (Fulfillment) */
.product-form__input:nth-of-type(2) {
  display: none !important;
}
.product-form__submit.fw-hidden-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.fw-compare { text-decoration: line-through; opacity: .7; margin-right: .35em; }
.fw-sale { font-weight: 600; }

.fw-primary-active {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.fw-primary-active .fw-compare {
  color: #fff !important;
  opacity: 0.75;
  text-decoration: line-through;
}

.fw-primary-active .fw-sale {
  color: #fff !important;
  font-weight: 600;
}
.product__media-wrapper,
.product__media-wrapper img,
.media > img {
  border: none !important;
}
.fw-bundle-row{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:18px;
}

.fw-bundle-divider{
  width:1px;
  background:#000;
}
/* FEATURED COLLECTION ONLY — remove sale badge + compare-at price */
.shopify-section[id*="featured_collection"],
.shopify-section[id*="featured-collection"] {

  /* Hide SALE / badges */
  .card__badge,
  .badge {
    display: none !important;
  }

  /* Hide compare-at (strikethrough) price */
  .price__compare,
  s.price-item,
  .price-item--regular + .price-item--sale,
  .price-item--compare {
    display: none !important;
  }
}
/* Loox star badge (Featured Collection only) */
.shopify-section[id*="featured_collection"] .loox-rating,
.shopify-section[id*="featured-collection"] .loox-rating{
  display: none !important;

  /* Keep site from sideways shifting */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* ✅ LOCK SCROLL only for REAL drawers (Menu + Cart) */
html:has(details.menu-drawer-container[open]),
html:has(.menu-drawer[open]),
html:has(cart-drawer[open]),
html:has(.cart-drawer[open]),
html:has(.drawer.active),
html:has(.drawer--active) {
  overflow: hidden !important;
}

/* iOS: reduce scroll “leak” + bounce */
html:has(details.menu-drawer-container[open]) body,
html:has(cart-drawer[open]) body,
html:has(.drawer.active) body,
html:has(.drawer--active) body {
  overscroll-behavior: none;
}

/* Qikify: keep overlay from allowing background/bounce scroll (optional) */
[class*="qikify"][class*="overlay"],
[class*="qikify"] [class*="overlay"] {
  overscroll-behavior: contain;
}
/* =========================================================
   SITE-WIDE SIDE SCROLL FIX (Dawn + drawers)
   Paste at bottom of base.css
   ========================================================= */

/* 1) Prevent any element from making the page wider */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip; /* best option; fallback below */
}

@supports not (overflow-x: clip) {
  html { overflow-x: hidden; }
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip; /* fallback handled above */
}

/* 2) Make sizing predictable (prevents padding + width overflow) */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 3) Media/content should never exceed viewport */
img, video, iframe, canvas, svg {
  max-width: 100%;
  height: auto;
}

/* 4) Common Dawn slider/sections that can cause overflow */
.slideshow, .slider, .slider__slide,
.multicolumn, .image-with-text, .rich-text,
.page-width, .page-width--narrow {
  max-width: 100%;
}

/* 5) Drawers/overlays should never exceed viewport width */
.menu-drawer,
.cart-drawer,
.drawer,
.drawer__inner,
.modal__content,
.popup-modal__content {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* 6) Prevent 100vw + padding from creating extra width */
.page-width {
  width: 100%;
}

/* 7) Emergency: if anything still leaks, this will stop it */
#MainContent {
  overflow-x: clip;
}