/** Shopify CDN: Minification failed

Line 139:40 Expected ":"

**/
.mega-menu {
  position: static;
}

.mega-menu__content {
  /*background-color: rgb(var(--color-background));*/
  background-color: transparent;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  right: 0;
  /*top: 100%;*/
  top:55px;
  max-width:95%;
  margin:0 auto;
  overflow: hidden;
  box-shadow: none;
  border: none;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__list {
  display: grid;
  gap: 1.8rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2 {
  font-weight: bold;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}



.mega-menu .mega-menu__list--condensed{display:inline-block; width:auto;}
.header__menu-item{ padding: 10px 18px;}

.mega-menu-row{width:auto;}
.menu_shop{
  background-color:#fff; 
  /*background:red;*/
  padding: 10px 15px;
  margin-left: -18px;
  min-width: 320px;
}

.menu_learn{
  background-color:#fff; 
  /*background:red;*/
  padding: 10px 15px;
  display:flex; 
  gap:30px;
  margin-left: 75px;
  padding-bottom:30px;
}
.menu_learn .mega-menu-left{min-width:200px;}
.menu_learn .mega-menu-right{max-width:500px;min-width:500px;}

.menu_five_labs{
  background-color:#f9f9f9; 
  /*background:red;*/
  padding: 10px 15px;
  display:flex; 
  gap:30px;
  margin-left: 150px;
  /* padding-bottom:30px; */
}
.menu_five_labs .mega-menu-left{min-width:200px;}
.menu_five_labs .mega-menu-right{max-width:500px;min-width:500px;}
.menu_shop_main{display:flex; gap:30px;}
.mega_menu_row_main{display:flex; margin}
/*.menu_hover_prd_img {display:none;}*/


/*.menu_hover_prd_img img, .menu_hover_str_img img{max-width:300px;} 

.menu_hover_prd_img, .menu_hover_str_img {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: none;
}*/


.menu_hover_prd_img, .menu_hover_str_img {
    max-width:300px;
    transform: scale(0);
    transition: transform 0.5s ease; 
    transform-origin: center; 
    position: absolute;
    z-index: -1; 
}

/* Class to show the image */
.menu_hover_prd_img.show, .menu_hover_str_img.show {
    transform: scale(1);
    z-index: 1; 
}








.strength-img {
    display: none;
    visibility: hidden;
}

.strength-img.visible {
    display: block;
    visibility: visible;
}





