/* ========================================
   KENA CANDLES — MINIMAL FIXES
   Load AFTER all other CSS files
   ======================================== */

/* --- CRITICAL: Snipcart z-index so cart stays above site --- */
#snipcart,
.snipcart,
.snipcart-modal,
.snipcart-cart-header,
.snipcart__box--modal {
  position: relative;
  z-index: 2147483647 !important;
}

/* Keep navbar under Snipcart UI */
.navbar {
  z-index: 999 !important;
}

.hero-flash {
  opacity: 0.3 !important; /* Subtle, not blinding */
  transition: opacity 0.9s ease-out !important;
}

/* --- Ensure hero scaling animation always starts correctly --- */
.hero-bg-img {
  transform: scale3d(1.1, 1.1, 1);
  will-change: transform;
  transition: transform 1.2s ease-out;
}

/* That's it! No grid manipulation needed - Webflow handles it perfectly */
