/** Shopify CDN: Minification failed

Line 137:33 Expected ":"

**/
.mega-menu {
  position: static;
  height: 100%;
}

/* Content */

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}

.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);
}

/* List */

.mega-menu__list {
  display: grid;
  gap: 2.4rem 0rem;
  grid-template-columns: repeat(auto-fill, minmax(150px, calc(100% / 6)));
  list-style: none;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: relative;
  text-align: left;
}

.mega-menu__list--smaller-width {
  grid-template-columns: repeat(auto-fill, minmax(150px, calc(100% / 3)));
  padding: 0;
}

.mega-menu__list--with-border::before {
  content: '';
  width: 100%;
  height: var(--page-border-height);
  top: 0;
  position: absolute;
  background: transparent;
  top: calc(var(--page-border-height) * -1);
}

.mega-menu__list--condensed {
  display: block;
}

.mega-menu__header {
  font-size: calc(var(--font-navbar-header) * var(--font-body-scale));
  font-weight: 500;
}

.mega-menu__header--link {
  color: rgba(var(--color-link), 0.75);
  text-decoration: none;
}

.mega-menu__header--link:hover {
  text-decoration: underline;
}

.mega-menu__parent {
  font-size: calc(var(--font-navbar-parent) * var(--font-body-scale));
  font-weight: 500;
}

.mega-menu__parent--link {
  color: rgba(var(--color-link), 0.75);
  text-decoration: none;
}

.mega-menu__parent--link:hover {
  text-decoration: underline;
}

.mega-menu__item {
  color: rgba(var(--color-link), 0.75);
  font-size: calc(var(--font-navbar-child) * var(--font-body-scale));
}

.mega-menu__item:hover {
  color: rgba(var(--color-link), 1);
  text-decoration: underline;
}

/* Link */

.mega-menu__link {
  color: rgba(var(--color-link), 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;
  font-size: calc(var(--font-body-scale) * var(--font-navbar-child));
}

.mega-menu__link--grandchild {
  font-size: calc(var(--font-navbar-grandchild) * var(--font-body-scale));
}

.mega-menu__link:hover {
  text-decoration: underline;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  color: rgb(var(--color-link));l
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.1rem;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}

/* Image Links */

.mega-menu__image-links {
    display: flex;
    width: 100%;
    list-style: none;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    position: relative;
    gap: 2.4rem 0;
    justify-content: center;
    flex-flow: row wrap;
    align-items: baseline;
}

.mega-menu__image-link-li {
  flex: 0 0 min-content;
  text-align: center;
  margin: 0 3rem;
}

.mega-menu__image-link {
    text-decoration: none;
    font-size: calc(var(--font-navbar-child) * var(--font-body-scale));
    color: rgb(var(--color-link));
    transition: .3s all ease-in-out;
}

.mega-menu__image-link:hover {
    opacity: 0.8;
    transition: .3s all ease-in-out;
}

.mega-menu__image-link-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.mega-menu__image {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
}

/* For styling for text-column-with-images */

.mega-menu__image-list__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mega-menu__image-list {
  padding-left: 0;
}

.mega-menu__image-list__image-list {
  list-style-type: none;
}

.mega-menu__image-link__column {
  list-style-type: none;
}

.mega-menu__text-menu-with-images {
  display: grid;
  width: 100%;
  grid-template-columns: 60% 35%;
  gap: 5%;
  align-items: start;
  box-sizing: border-box;

}

.mega-menu__image-list__link {
  text-decoration: none;
}

.mega-menu__image-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1rem;
  box-sizing: border-box;
}

.mega-menu__image-list .mega-menu__parent {
  grid-column: span 2;
  margin-bottom: 1rem;
}

.mega-menu__image-link__column .mega-menu__image-list__image {
  height: 300px;
  width: 100%;
  border-radius: 12px;
}

.mega-menu__image-link__column {
  width: 100%;
  grid-column: span 2;
}

.mega-menu__image-link__column .mega-menu__image-list__link,
.mega-menu__image-link__column .mega-menu__image-list__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.mega-menu__image-link__column:nth-last-child(n + 2) .mega-menu__image-list__image,
.mega-menu__image-link__column:nth-last-child(n + 2) ~ li .mega-menu__image-list__image {
  height: 150px;
  width: 100%;
  border-radius: 12px;
}

.mega-menu__image-link__column:nth-last-child(n + 3),
.mega-menu__image-link__column:nth-last-child(n + 3) ~ li {
  width: 100%;
  grid-column: span 1;
}

.mega-menu__image-link__column:nth-last-child(n + 3) .mega-menu__image-list__link,
.mega-menu__image-link__column:nth-last-child(n + 3) ~ li .mega-menu__image-list__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.mega-menu__image-link__column:nth-last-child(n + 3) .mega-menu__image-list__image,
.mega-menu__image-link__column:nth-last-child(n + 3) ~ li .mega-menu__image-list__image {
  height: 150px;
  width: 150px;
  border-radius: 12px;
}

.mega-menu__image-link__column:nth-last-child(n + 5),
.mega-menu__image-link__column:nth-last-child(n + 5) ~ li {
  width: 100%;
  grid-column: span 1;
}

.mega-menu__image-link__column:nth-last-child(n + 5) .mega-menu__image-list__link,
.mega-menu__image-link__column:nth-last-child(n + 5) ~ li .mega-menu__image-list__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: row;
  justify-content: left;
}

.mega-menu__image-link__column:nth-last-child(n + 5) .mega-menu__image-list__image,
.mega-menu__image-link__column:nth-last-child(n + 5) ~ li .mega-menu__image-list__image {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.mega-menu__image-list__image {
  object-fit: cover;
}

.mega-menu--bold {
  font-weight: 600;
}

.mega-menu--italic {
  font-style: italic;
}

.mega-menu--underline {
  text-decoration: underline;
}

/* For styling for text-column-with-images */

.mega-menu__image-list {
  padding-left: 0;
}

.mega-menu__image-list__image-list {
  list-style-type: none;
}

.mega-menu__image-link__column {
  list-style-type: none;
}

.mega-menu__text-menu-with-images {
  display: grid;
  width: 100%;
  grid-template-columns: 60% 35%;
  gap: 5%;
  align-items: start;
  box-sizing: border-box;
  
}

.mega-menu__image-list__link {
  text-decoration: none;
}

.mega-menu__image-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  box-sizing: border-box;
}

.mega-menu__image-list .mega-menu__list__header {
  grid-column: span 2;
  margin-bottom: 1rem;
}

.mega-menu__image-link__column .mega-menu__image-list__image {
  height: 300px;
  width: 100%;
  border-radius: 12px;
}

.mega-menu__image-link__column {
  width: 100%;
  grid-column: span 2;
}

.mega-menu__image-link__column .mega-menu__image-list__link,
.mega-menu__image-link__column .mega-menu__image-list__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.mega-menu__image-link__column:nth-last-child(n + 2) .mega-menu__image-list__image,
.mega-menu__image-link__column:nth-last-child(n + 2) ~ li .mega-menu__image-list__image {
  height: 150px;
  width: 100%;
  border-radius: 12px;
}

.mega-menu__image-link__column:nth-last-child(n + 3),
.mega-menu__image-link__column:nth-last-child(n + 3) ~ li {
  width: 100%;
  grid-column: span 1;
}

.mega-menu__image-link__column:nth-last-child(n + 3) .mega-menu__image-list__link,
.mega-menu__image-link__column:nth-last-child(n + 3) ~ li .mega-menu__image-list__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.mega-menu__image-link__column:nth-last-child(n + 3) .mega-menu__image-list__image,
.mega-menu__image-link__column:nth-last-child(n + 3) ~ li .mega-menu__image-list__image {
  height: 150px;
  width: 150px;
  border-radius: 12px;
}

.mega-menu__image-link__column:nth-last-child(n + 5),
.mega-menu__image-link__column:nth-last-child(n + 5) ~ li {
  width: 100%;
  grid-column: span 1;
}

.mega-menu__image-link__column:nth-last-child(n + 5) .mega-menu__image-list__link,
.mega-menu__image-link__column:nth-last-child(n + 5) ~ li .mega-menu__image-list__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: row;
  justify-content: left;
}

.mega-menu__image-link__column:nth-last-child(n + 5) .mega-menu__image-list__image,
.mega-menu__image-link__column:nth-last-child(n + 5) ~ li .mega-menu__image-list__image {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.mega-menu__image-list__image {
  object-fit: cover;
}

.mega-menu__list--no-gap {
  gap: 0;
  padding: 0;
}