/** Shopify CDN: Minification failed

Line 63:0 Unexpected "<"

**/
/* ===== Mega-menu visibility + stacking (safe overrides) ===== */

/* Let the header and nearby wrappers allow dropdown overflow */
.t4s-header__wrapper,
.t4s-header,
.header,
.header-wrapper {
  overflow: visible !important;
}

/* Keep header above sections; dropdown above header */
.t4s-header__wrapper {
  position: sticky;
  top: 0;
  z-index: 500;
}
.t4s-type__mega > .t4s-sub-menu,
.t4s-type__drop > .t4s-sub-menu,
.header .t4s-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 6000; /* above sliders/banners/apps */
}

/* Ensure following sections don't cover the dropdown */
main, .t4s-main, .shopify-section {
  position: relative;
  z-index: 1;
}

/* Unclip common big sections under the header */
.t4s-section-slideshow,
.t4s-slideshow,
.t4s-hero,
.t4s-announcement-bar {
  overflow: visible !important;
}

/* Optional: if your header animates with transform, uncomment to fix stacking context */
/*
.t4s-header__wrapper,
.t4s-header {
  transform: none !important;
  will-change: auto !important;
}
*/

/* ===== Fix custom button positions (typo: 'absoulte' → 'absolute') ===== */
#b_1646794873c20a81c8-7,
#b_1646794873c20a81c8-3,
#b_custom_button_VLF74y,
#b_custom_button_3eGedL {
  position: absolute !important;
  /* keep your existing top/right values here if needed */
}
<link
  rel="preload"
  as="image"
  href="{{ 'banner-optimized.webp' | file_url }}"
  type="image/webp"
  fetchpriority="high">
