/** Shopify CDN: Minification failed

Line 263:0 Unexpected "}"

**/
/* Font faces for mobile menu (scoped here to ensure availability even if global preload is delayed) */
@font-face { font-family: 'Inter'; src: url(Inter-Variable.woff2) format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'SatoshiVariable'; src: url(Satoshi-Variable.woff2) format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }

/* Host modifier to remove extra padding from the mega menu container when our drawer is embedded */
.mega-menu__content.mdv2-host { padding-top: 8px !important; padding-left: 0 !important; padding-right: 0 !important; }
.mega-menu__content.mdv2-host > *:first-child { margin-top: 0 !important; }

/* When v2 is active in a slot inside the mega menu, hide legacy list content */
.mega-menu__content .mdv2-active + .mega-menu__list,
.mega-menu__content .mdv2-active ~ .mega-menu__list,
.mega-menu__content .menu-drawer-v2-slot.mdv2-active + .mega-menu__list,
.mega-menu__content .menu-drawer-v2-slot.mdv2-active ~ .mega-menu__list { display: none !important; }
/* If the browser supports :has, hide legacy whenever MDV2 is mounted in slot */
@supports selector(.mega-menu__content:has(.menu-drawer-v2-slot .menu-drawer-v2)) {
  .mega-menu__content:has(.menu-drawer-v2-slot .menu-drawer-v2) .mega-menu__list { display: none !important; }
}
/* Kill initial legacy flash for Applications immediately upon open */
details.mega-menu[data-mega="applications"][open] .mega-menu__content .mega-menu__list { display: none !important; }
details.mega-menu[data-mega="applications"][open] .mega-menu__content .menu-drawer-v2-slot { display: block !important; }

/* Permanently prefer MDV2 over legacy list for these four desktop mega menus */
/* Revert permanent hide; legacy list hides only when slot is active/present */

/* Embedded mode: when placed inside the native drawer slot */
.menu-drawer-v2-slot .menu-drawer-v2 { position: static !important; inset: auto !important; z-index: auto !important; }
.menu-drawer-v2-slot .menu-drawer-v2__backdrop { display: none !important; }
.menu-drawer-v2-slot .menu-drawer-v2__panel { position: static !important; padding: 0 !important; background: transparent !important; overflow: visible !important; }
.menu-drawer-v2-slot .menu-drawer-v2__close { display: none; }
.menu-drawer-v2-slot .menu-drawer-v2__grid { padding: 8px 16px 16px; }

/* Ensure header remains solid when mdv2 slot is active */
.menu-drawer-v2-slot.mdv2-active ~ .header,
.menu-drawer-v2-slot.mdv2-active ~ .header-wrapper,
.section-header.shopify-section-header-sticky .header { background-color: rgb(var(--color-background)) !important; }

/* Default full-screen overlay mode */
.menu-drawer-v2[hidden] { display: none !important; }
@media (max-width: 989px) { .menu-drawer-v2 { position: fixed; inset: 0; z-index: 10000; } }
@media (min-width: 990px) { .menu-drawer-v2 { position: static !important; inset: auto !important; z-index: auto !important; } }
/* When embedded in a desktop mega-menu, ensure it's visible even if [hidden] was present earlier */
.mega-menu__content .menu-drawer-v2-slot .menu-drawer-v2 { display: block !important; visibility: visible !important; opacity: 1 !important; }
@media (max-width: 989px) {
  .menu-drawer-v2__backdrop { position: absolute; inset: 0; background: rgba(16,24,40,.5); }
  .menu-drawer-v2__panel { position: absolute; inset: 0 0 0 0; background: #fff; padding: 12px 20px 20px; overflow: auto; -webkit-overflow-scrolling: touch; }
}
@media (min-width: 990px) {
  .menu-drawer-v2__backdrop { display: none !important; }
  .menu-drawer-v2__panel { position: static !important; inset: auto !important; background: transparent !important; padding: 0 !important; overflow: visible !important; }
}
/* Desktop mega mode block removed (reverted to previous behavior) */
.menu-drawer-v2__close { position: absolute; right: 16px; top: 16px; border: 0; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; }
.menu-drawer-v2__panel :focus-visible { outline: 2px solid #742886; outline-offset: 2px; }

.menu-drawer-v2__grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 360px; 
  gap: 24px; 
  align-items: stretch;
  grid-template-rows: auto;
  grid-auto-rows: minmax(140px, auto);
}

/* Cards */
.mdv2-card { position: relative; display: block; border-radius: 12px; padding: 16px; min-height: 0; text-decoration: none; color: #101828; background: #F7F8FA; font-family: var(--font-primary, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif); }

/* Force cards into correct columns based on data-col attribute */
.mdv2-card[data-col="1"] { grid-column: 1 !important; }
.mdv2-card[data-col="2"] { grid-column: 2 !important; }
.mdv2-card[data-col="3"] { grid-column: 3 !important; }
.mdv2-card[data-col="4"] { grid-column: 4 !important; }

/* Ensure cards start from row 2 to leave space for headers */
.mdv2-card { grid-row-start: 2; }
.mdv2-card__bg { position:absolute; inset:0; border-radius:12px; background: linear-gradient(180deg, rgba(116,40,134,0.05), rgba(116,40,134,0.02)); background-size: cover; background-position: center; z-index: 0; }
.mdv2-card__icon { position:absolute; left:16px; top:16px; font-size:18px; color:#101828; z-index: 1; }
/* Text container with glass-morphic background for image cards */
.mdv2-card__text-container {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 60px;
  background: #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdv2-card:hover .mdv2-card__text-container {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Text styling within the glass container - positioned relative to container */
.mdv2-card__text-container .mdv2-card__title {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 22px;
  margin: 0;
  font-weight: var(--weight-heading, 660);
  color: #742886;
  font-family: var(--font-display, 'SatoshiVariable', Georgia, serif);
  letter-spacing: -0.01em;
  font-size: var(--size-lg, 20px);
  line-height: 1.3;
  z-index: 1;
  display: block;
}

.mdv2-card__text-container .mdv2-card__sub {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  margin: 0;
  color: #667085;
  font-family: var(--font-primary, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif);
  font-size: var(--size-sm, 14px);
  line-height: 1.35;
  z-index: 1;
  display: block;
}

/* Fallback styling for cards without images (original positioning) */
.mdv2-card__title { 
  position: absolute; 
  left: 16px; 
  bottom: 28px; 
  font-weight: var(--weight-heading, 660); 
  color: #742886; 
  font-family: var(--font-display, 'SatoshiVariable', Georgia, serif); 
  letter-spacing: -0.01em; 
  font-size: var(--size-lg, 20px); 
  line-height: 1.3; 
  z-index: 1; 
}

.mdv2-card__sub { 
  position: absolute; 
  left: 16px; 
  bottom: 10px; 
  color: #667085; 
  font-family: var(--font-primary, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif); 
  font-size: var(--size-sm, 14px); 
  line-height: 1.35; 
  z-index: 1; 
}

/* Right stack - enhanced with an-tab-icon styling */
.mdv2-stack { display:flex; flex-direction:column; gap:6px; grid-column: 4; grid-row: 2 / -1; }

/* Column headers positioning */
.mdv2-colhead { 
  grid-row: 1 !important; 
  display: flex !important; 
  align-items: flex-end !important; 
  padding: 0 8px 6px 8px !important;
  font-family: var(--font-heading-family, sans-serif) !important; 
  font-weight: 600 !important; 
  color: #101828 !important;
}
.menu-drawer-v2 .mdv2-stack__item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 8px 10px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  margin-bottom: 6px !important;
}

.menu-drawer-v2 .mdv2-stack__item:hover {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(89, 30, 102, 0.2) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(89, 30, 102, 0.08) !important;
}

.menu-drawer-v2 .mdv2-stack__item:hover .mdv2-stack__icon-left {
  background: linear-gradient(135deg, #591E66, #742886) !important;
  transform: scale(1.05) rotate(3deg) !important;
  box-shadow: 0 2px 8px rgba(89, 30, 102, 0.2) !important;
}

.menu-drawer-v2 .mdv2-stack__item:hover .mdv2-stack__icon-left img {
  filter: brightness(0) invert(1) !important; /* hover -> white */
}

.menu-drawer-v2 .mdv2-stack__item:hover .mdv2-stack__icon-left .mdv2-stack__icon-placeholder {
  color: #ffffff !important;
}

.menu-drawer-v2 .mdv2-stack__item:hover .mdv2-stack__icon-right h3,
.menu-drawer-v2 .mdv2-stack__item:hover .mdv2-stack__icon-right .mdv2-stack__title {
  color: #591E66 !important;
}

.menu-drawer-v2 .mdv2-stack__item:focus {
  outline: 2px solid #591E66 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(89, 30, 102, 0.1) !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.menu-drawer-v2 .mdv2-stack__item:focus .mdv2-stack__icon-right h3,
.menu-drawer-v2 .mdv2-stack__item:focus .mdv2-stack__icon-right .mdv2-stack__title {
  color: #591E66 !important;
}

.menu-drawer-v2 .mdv2-stack__icon-left {
  height: 36px !important;
  min-width: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 4px rgba(16, 24, 40, 0.06) !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  flex-shrink: 0 !important;
  color: #101828 !important; /* default icon color for inline SVG */
}

.menu-drawer-v2 .mdv2-stack__icon-left img,
.menu-drawer-v2 .mdv2-stack__icon-left svg {
  height: 20px !important;
  width: 20px !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1/1 !important;
  transition: all 0.3s ease !important;
}

/* IMG assets: keep original purple tint (until assets are SVG) */
.menu-drawer-v2 .mdv2-stack__icon-left img { 
  /* Stronger approximation of #101828 from white source */
  opacity: 1 !important;
  filter: invert(6%) sepia(12%) saturate(1062%) hue-rotate(179deg) brightness(60%) contrast(104%) !important;
}

/* Inline SVG assets: let them follow text color */
.menu-drawer-v2 .mdv2-stack__icon-left svg { color: #101828 !important; }
}

.menu-drawer-v2 .mdv2-stack__icon-placeholder { color: #101828 !important; transition: all 0.3s ease !important; }

.menu-drawer-v2 .mdv2-stack__icon-right {
  padding-top: 2px !important;
  flex: 1 !important;
}

.menu-drawer-v2 .mdv2-stack__icon-right h3,
.menu-drawer-v2 .mdv2-stack__icon-right .mdv2-stack__title {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #101828 !important;
  font-family: var(--font-display, 'SatoshiVariable', Georgia, serif) !important;
  transition: color 0.3s ease !important;
  margin-bottom: 2px !important;
}

.menu-drawer-v2 .mdv2-stack__content-text {
  margin: 0 !important;
  font-size: 13px !important;
  color: #475467 !important;
  line-height: 18px !important;
  font-family: var(--font-primary, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif) !important;
}

/* Legacy styles for backward compatibility - remove these eventually */
.mdv2-dot { width:24px; height:24px; display:inline-flex; align-items:center; justify-content:center; border-radius:9999px; background:#EEF2F6; color:#667085; flex:0 0 24px; }
.mdv2-stack__texts strong { display:block; font-family: var(--font-display, 'SatoshiVariable', Georgia, serif); font-weight: var(--weight-heading, 660); letter-spacing: -0.01em; font-size: var(--size-base, 16px); line-height: 1.35; }
.mdv2-stack__texts small { display:block; color:#667085; font-family: var(--font-primary, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif); font-size: var(--size-sm, 14px); line-height: 1.4; }

/* Column headers - desktop sizing */
@media (min-width: 1200px) {
  .menu-drawer-v2 .mdv2-colhead {
    font-family: var(--font-display, 'SatoshiVariable', Georgia, serif);
    font-weight: var(--weight-heading, 660);
    font-size: var(--size-lg, 20px);
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  /* Tighter title-subtext spacing on desktop - but not for glass containers */
  .menu-drawer-v2 .mdv2-card__title:not(.mdv2-card__text-container *) { bottom: 20px; }
  .menu-drawer-v2 .mdv2-card__sub:not(.mdv2-card__text-container *) { bottom: 10px; }
}

@media (max-width: 990px) {
  .menu-drawer-v2__grid { grid-template-columns: 1fr; }
}

/* Mobile list view (only column headers and card titles) */
.menu-drawer-v2.mdv2-mobile .menu-drawer-v2__grid { display: none !important; }
.mdv2-mobile-list { display: flex; flex-direction: column; gap: 10px; padding: 8px 16px 16px; }
.mdv2-mobile-header { font-family: 'SatoshiVariable', Georgia, serif !important; font-weight: var(--weight-heading, 660); font-size: 16px; line-height: 1.3; color: #101828; opacity: 0.85; margin-top: 6px; }
/* Links with chevrons for affordance */
.mdv2-mobile-link { position: relative; display: flex; align-items: center; padding: 12px 28px 12px 12px; text-decoration: none; color: #101828; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif !important; border-bottom: 1px solid #EEF2F6; }
.mdv2-mobile-link { text-decoration: none !important; }
.mdv2-mobile-link:not(.mdv2-mobile-toplink)::after { content: '›'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 20px; line-height: 1; color: #742886; opacity: 0.9; }
.mdv2-mobile-toplink { padding-left: 28px; font-weight: 600; }
.mdv2-mobile-toplink::before { content: '‹'; position: absolute; left: 6px; top: 50%; transform: translateY(-50%); font-size: 20px; line-height: 1; color: #742886; opacity: 0.9; }
.mdv2-mobile-link:active, .mdv2-mobile-link:focus { outline: none; background: #F9FAFB; }
/* Clear desktop panel constraints in mobile mode */
.menu-drawer-v2.mdv2-mobile .menu-drawer-v2__panel { min-height: auto !important; max-height: none !important; height: auto !important; overflow: visible !important; }

@media (min-width: 990px) {
  /* Ensure desktop never shows the mobile list */
  .mdv2-mobile-list { display: none !important; }
}

/* Root (first page) links in the native mobile drawer: enlarge and remove underline */
/* Root list only: ensure stronger specificity to beat base theme styles */
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > a.menu-drawer__menu-item.link,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > summary.menu-drawer__menu-item.link,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > details > summary.menu-drawer__menu-item.link {
  font-family: 'SatoshiVariable', Georgia, serif !important;
  font-size: 32px !important; /* ~2x typical mobile body */
  line-height: 1.25 !important;
  font-weight: 660 !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > a.menu-drawer__menu-item.link:hover,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > a.menu-drawer__menu-item.link:focus,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > summary.menu-drawer__menu-item.link:hover,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > summary.menu-drawer__menu-item.link:focus,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > details > summary.menu-drawer__menu-item.link:hover,
header-drawer #menu-drawer .menu-drawer__navigation > ul.menu-drawer__menu.has-submenu > li > details > summary.menu-drawer__menu-item.link:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Pro Block at bottom of drawer */
.mdv2-pro-block {
  margin-top: 18px;
  padding: 0 20px 20px;
}

.mdv2-pro-block .an-pro-block-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #4C1A57, #742886);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 12px rgba(76, 26, 87, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mdv2-pro-block .an-pro-block-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.mdv2-pro-block .an-pro-block-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(76, 26, 87, 0.25);
  background: linear-gradient(135deg, #742886, #6B2475);
}

.mdv2-pro-block .an-pro-block-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.mdv2-pro-block .an-pro-block-left-left {
  flex-shrink: 0;
}

.mdv2-pro-block .icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mdv2-pro-block .an-pro-block-box:hover .icon-container {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mdv2-pro-block .icon-container img {
  object-fit: contain;
  object-position: center;
  height: 24px;
  width: 24px;
  transition: transform 0.3s ease;
}

.mdv2-pro-block .an-pro-block-left-right h3 {
  margin: 0 !important;
  color: #ffffff;
  font-size: 18px; /* increased from 16px */
  line-height: 22px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: var(--font-display, 'SatoshiVariable', Georgia, serif);
}

.mdv2-pro-block .an-pro-block-left-right p {
  margin: 0 !important; /* reduced vertical spacing under h3 */
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: var(--font-primary, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif);
}

/* Surgical override to beat bundle styles */
.menu-drawer-v2 .mdv2-pro-block .an-pro-block-left-right p { margin: 0 !important; }

.mdv2-pro-block .an-pro-block-right {
  flex-shrink: 0;
}

.mdv2-pro-block .an-pro-block-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #742886;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: var(--font-display, 'SatoshiVariable', Georgia, serif);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mdv2-pro-block .an-pro-block-button:hover {
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile adjustments for pro block */
@media (max-width: 990px) {
  .mdv2-pro-block {
    padding: 0 16px 16px;
    margin-top: 12px;
  }
  
  .mdv2-pro-block .an-pro-block-box {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 20px;
  }
  
  .mdv2-pro-block .an-pro-block-left {
    flex-direction: column;
    gap: 12px;
  }
  
  .mdv2-pro-block .an-pro-block-left-right h3 {
    font-size: 15px;
    line-height: 20px;
  }
  
  .mdv2-pro-block .an-pro-block-left-right p {
    font-size: 13px;
    line-height: 17px;
  }
}

/* Body scroll lock helper when overlay is open (applied inline in JS) */
html.mdv2-lock, body.mdv2-lock { overflow: hidden !important; }

/* Drawer mobile visibility safeguards */
header-drawer .menu-drawer__submenu .menu-drawer-v2-slot,
header-drawer .menu-drawer__submenu .menu-drawer-v2,
header-drawer .menu-drawer__submenu .menu-drawer-v2__panel,
header-drawer .menu-drawer__submenu .mdv2-mobile-list { display: block !important; visibility: visible !important; }

/* NOTE: Do not hide native mobile lists globally; they are used as fallback.
   Legacy lists are hidden selectively by JS when MDV2 is active in that submenu. */