/** Shopify CDN: Minification failed

Line 415:22 Unexpected "{"

**/
/* Enhanced Mobile Sticky CTA Styles - Theme Matching - Version 4 */

/* Nuclear option - force override any theme button styles with extreme specificity */
html body .mwu-sticky-cta button#mwu-sticky-cta-button,
html body .mwu-sticky-cta button#mwu-sticky-cta-button.Button,
html body .mwu-sticky-cta button#mwu-sticky-cta-button.Button--primary,
html body button#mwu-sticky-cta-button {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* ALL possible interaction states */
html body .mwu-sticky-cta button#mwu-sticky-cta-button:active,
html body .mwu-sticky-cta button#mwu-sticky-cta-button:focus,
html body .mwu-sticky-cta button#mwu-sticky-cta-button:hover,
html body .mwu-sticky-cta button#mwu-sticky-cta-button:visited,
html body .mwu-sticky-cta button#mwu-sticky-cta-button:target,
html body .mwu-sticky-cta button#mwu-sticky-cta-button.active,
html body .mwu-sticky-cta button#mwu-sticky-cta-button.clicked,
html body button#mwu-sticky-cta-button:active,
html body button#mwu-sticky-cta-button:focus {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* Prevent any background color animation or transition */
.mwu-sticky-cta,
.mwu-sticky-cta * {
  transition-property: transform, opacity !important;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-in-out !important;
}

/* Force consistent background across all states */
html body .mwu-sticky-cta,
html body .mwu-sticky-cta.is-visible,
html body .mwu-sticky-cta.is-hiding,
html body .mwu-sticky-cta:not(.is-visible) {
  background-color: #f7f3ed !important;
  background: #f7f3ed !important;
  background-image: none !important;
}

/* Force dark text override - highest specificity with period styling */
html body div#mwu-sticky-cta #mwu-sticky-cta-title,
html body div#mwu-sticky-cta #mwu-sticky-cta-price,
html body div#mwu-sticky-cta #mwu-sticky-cta-price .money,
html body div#mwu-sticky-cta #mwu-sticky-cta-price .period,
html body div#mwu-sticky-cta #mwu-sticky-cta-period {
  color: #000000 !important;
  opacity: 1 !important;
  font-weight: inherit !important;
}

/* Ensure period text is properly styled */
html body div#mwu-sticky-cta #mwu-sticky-cta-price .period {
  font-size: 0.9em;
  margin-left: 4px;
  font-weight: 400 !important;
}

.mwu-sticky-cta {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #f7f3ed !important; /* Same cream color as membership section */
  background: #f7f3ed !important; /* Double-ensure the background */
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08) !important;
  border-top: none !important;
  z-index: 50 !important; /* Below cart drawer (10000) and Intercom */
  transform: translateY(100%) !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; /* Smooth coordinated animation */
  display: block !important;
  font-family: inherit !important;
}

.mwu-sticky-cta.is-visible {
  transform: translateY(0) !important;
  background-color: #f7f3ed !important; /* Keep same cream background */
  background: #f7f3ed !important; /* Force cream background on visible state too */
}

.mwu-sticky-cta.is-hiding {
  transform: translateY(100%) !important; /* Slide down into bottom */
  display: block !important;
  background-color: #f7f3ed !important; /* Keep same cream background */
  background: #f7f3ed !important; /* Ensure background stays consistent */
}

.mwu-sticky-cta__container {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
  min-height: 56px;
}

.mwu-sticky-cta__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mwu-sticky-cta .mwu-sticky-cta__title,
#mwu-sticky-cta-title,
.mwu-sticky-cta__title {
  display: block;
  font-weight: 800 !important; /* EXTRA BOLD - Make product title very bold */
  font-size: 14px;
  line-height: 1.2;
  color: #000000 !important; /* Dark text for cream background */
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mwu-sticky-cta .mwu-sticky-cta__price,
#mwu-sticky-cta-price,
.mwu-sticky-cta__price {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #000000 !important; /* Force black text */
  font-weight: 500 !important;
  margin: 0;
}

.mwu-sticky-cta__button {
  flex-shrink: 0;
  padding: 12px 24px !important;
  font-size: 14px !important; /* SMALLER - Better for sticky CTA */
  font-family: "Alaska Medium", sans-serif !important; /* MATCH MAIN CTA - Same font family */
  font-weight: 500 !important; /* MATCH MAIN CTA - Same as theme Button weight */
  letter-spacing: 2px !important; /* MATCH MAIN CTA - Same letter spacing */
  white-space: nowrap;
  min-width: 120px;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* Theme matching button colors */
.mwu-sticky-cta__button {
  background-color: #b8ba9e !important; /* Same as theme --button-background */
  color: #000000 !important; /* Same as theme --button-text-color */
  border-radius: 90px !important; /* Same as theme buttons */
  font-weight: 500 !important; /* MATCH MAIN CTA - Same as theme Button weight */
  font-size: 14px !important; /* SMALLER - Better for sticky CTA */
  font-family: "Alaska Medium", sans-serif !important; /* MATCH MAIN CTA - Same font family */
  letter-spacing: 2px !important; /* MATCH MAIN CTA - Same letter spacing */
  text-transform: uppercase !important;
  border: none !important; /* Remove any default border */
  box-shadow: none !important; /* Remove any default shadow */
}

/* Ultra-high specificity to override ANY theme styling */
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:hover,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:active,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:focus,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:visited,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:target,
html body div#mwu-sticky-cta .mwu-sticky-cta__container .mwu-sticky-cta__button,
html body div#mwu-sticky-cta .mwu-sticky-cta__container .mwu-sticky-cta__button:hover,
html body div#mwu-sticky-cta .mwu-sticky-cta__container .mwu-sticky-cta__button:active,
html body div#mwu-sticky-cta .mwu-sticky-cta__container .mwu-sticky-cta__button:focus,
html body div#mwu-sticky-cta .mwu-sticky-cta__container .mwu-sticky-cta__button:visited {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
  color: #000000 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* Disable hover effects entirely to prevent blue flash */
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:hover {
  background-color: #b8ba9e !important; /* Same as normal state */
  background: #b8ba9e !important;
  background-image: none !important;
  transform: none !important; /* Remove hover transform */
  transition: none !important;
}

/* Force active state to be identical to normal state */
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:active {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
  transform: none !important;
  transition: none !important;
}

/* Force focus state */
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button:focus {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
  outline: none !important; /* Remove focus outline completely */
  transition: none !important;
}

.mwu-sticky-cta__button:focus:not(:focus-visible) {
  outline: none !important;
}

/* Only show on mobile devices */
@media (min-width: 768px) {
  .mwu-sticky-cta {
    display: none !important;
  }
  
  /* Reset Intercom position on desktop */
  .intercom-lightweight-app-launcher,
  .intercom-launcher {
    bottom: 20px !important; /* Default desktop position */
  }
}

/* Add padding to body when sticky CTA is visible to prevent content overlap */
@media (max-width: 767px) {
  body.has-sticky-cta {
    padding-bottom: 80px;
    transition: padding-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* Disable any animations that might cause color flashing */
html body div#mwu-sticky-cta button#mwu-sticky-cta-button * {
  animation: none !important;
  transition: none !important;
}

/* Pulse animation for main CTA button highlight - theme colors */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(184, 186, 158, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(184, 186, 158, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(184, 186, 158, 0);
  }
}

/* Loading state for button */
.mwu-sticky-cta__button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.mwu-sticky-cta__button.loading::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Accessibility improvements */
.mwu-sticky-cta__button:focus-visible {
  outline: 2px solid #b8ba9e !important;
  outline-offset: 2px !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .mwu-sticky-cta {
    border-top: 2px solid #000 !important;
  }
  
  .mwu-sticky-cta__button {
    border: 2px solid #000 !important;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .mwu-sticky-cta {
    transition: none !important;
  }
  
  .mwu-sticky-cta__button {
    transition: none !important;
  }
  
  body.has-sticky-cta {
    transition: none !important;
  }
}

/* Dark mode support (if your theme supports it) */
@media (prefers-color-scheme: dark) {
  .mwu-sticky-cta {
    background: #1f2937 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  
  .mwu-sticky-cta__title {
    color: #f9fafb !important;
  }
  
  .mwu-sticky-cta__price {
    color: #d1d5db !important;
  }
}

/* Override ANY CSS custom properties that might interfere */
html body div#mwu-sticky-cta button#mwu-sticky-cta-button {
  --button-background: #b8ba9e !important;
  --button-text-color: #000000 !important;
  --button-background-hover: #b8ba9e !important;
  --button-background-active: #b8ba9e !important;
  --button-background-focus: #b8ba9e !important;
}

/* Disable theme integration entirely for sticky CTA */
.mwu-sticky-cta.theme-style-1 .mwu-sticky-cta__button {
  background-color: #b8ba9e !important;
  color: #000000 !important;
}

.mwu-sticky-cta.theme-style-1 .mwu-sticky-cta__button:hover {
  background-color: #b8ba9e !important;
}

/* Nuclear option - override any possible JavaScript-added inline styles */
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button[style*="background"] {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
}

/* Target any possible state classes that might be added by JavaScript */
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button.clicked,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button.loading,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button.active,
html body div#mwu-sticky-cta .mwu-sticky-cta__container button#mwu-sticky-cta-button.pressed {
  background-color: #b8ba9e !important;
  background: #b8ba9e !important;
  background-image: none !important;
  color: #000000 !important;
}

/* GTM tracking helper classes (invisible but useful for targeting) */
.gtm-sticky-visible {
  /* This class is added when sticky CTA is visible for GTM targeting */
}

.gtm-sticky-impressed {
  /* This class is added when sticky CTA has been viewed for GTM tracking */
}

.gtm-sticky-clicked {
  /* This class is added when sticky CTA button has been clicked */
}

/* Safe area support for devices with notches */
@supports (bottom: env(safe-area-inset-bottom)) {
  .mwu-sticky-cta {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* Intercom launcher positioning - optimized for smooth scrolling */
/*.intercom-lightweight-app-launcher,
.intercom-launcher,
#intercom-container,
[id^="intercom"],
[class*="intercom"],
iframe[src*="intercom"],
div[class*="intercom"],
div[id*="intercom"]*/ {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 100 !important; /* Above content but below cart drawer */
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  will-change: bottom, opacity, visibility, transform !important; /* Optimize for animations */
  backface-visibility: hidden !important; /* Prevent flicker */
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1), 
              opacity 0.3s ease, 
              visibility 0.3s ease, 
              transform 0.3s ease !important;
}

/* When sticky CTA is visible, move Intercom launcher up with smooth transition */
body.has-sticky-cta .intercom-lightweight-app-launcher,
body.has-sticky-cta .intercom-launcher {
  bottom: 90px !important; /* Above sticky CTA height */
}

/* When cart drawer is open - sticky CTA stays at low z-index */
body.cart-drawer-open .mwu-sticky-cta {
  z-index: 50 !important; /* Stays below cart drawer */
}

/* Simple CSS-first approach: Hide Intercom when cart drawer is open */
.cart-drawer-open .intercom-lightweight-app-launcher,
.cart-drawer-open .intercom-launcher,
.cart-drawer-open [class*="intercom"],
.cart-drawer-open [id*="intercom"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(100px) !important;
  transition: all 0.3s ease !important;
}

/* Ensure Intercom launcher is in normal position when cart drawer is closed */
body:not(.cart-drawer-open) .intercom-lightweight-app-launcher,
body:not(.cart-drawer-open) .intercom-launcher/*,
body:not(.cart-drawer-open) #intercom-container,
body:not(.cart-drawer-open) iframe#intercom-frame,
body:not(.cart-drawer-open) .intercom-app,
body:not(.cart-drawer-open) #intercom-frame,
body:not(.cart-drawer-open) .intercom-messenger,
body:not(.cart-drawer-open) .intercom-messenger-frame,
body:not(.cart-drawer-open) [id^="intercom"],
body:not(.cart-drawer-open) [class*="intercom"]*/ {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  z-index: 100 !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease, visibility 0.3s ease !important;
}

/* Additional spacing when both sticky CTA and Intercom are visible */
@media (max-width: 767px) {
  body.has-sticky-cta {
    padding-bottom: 80px!important; /* Account for sticky CTA */
  }
  
  /* Ensure Intercom launcher doesn't overlap sticky CTA on mobile with smooth transition */
  body.has-sticky-cta .intercom-lightweight-app-launcher,
  body.has-sticky-cta .intercom-launcher {
    bottom: 90px !important; /* 10px above sticky CTA */
  }
}


