#megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
}
#megamenu .megamenu-item {
  display: none;
}
#megamenu .megamenu-item.active {
  display: block;
}
.rsce_megamenu {
  background-color: var(--lightblue);
  display: block;
  width: 100%;
  padding: 30px 0 50px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
}
.rsce_megamenu .grid {
  position: relative;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.rsce_megamenu .grid .col {
  flex: 1;
}
.rsce_megamenu .grid .col.col-type-nav > .title,
.rsce_megamenu .grid .col.col-type-navAttribute > .title {
  display: block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--darkgray);
  text-decoration: none;
  margin: 0 0 26px 0;
}
.rsce_megamenu .grid .col.col-type-nav > ul,
.rsce_megamenu .grid .col.col-type-navAttribute > ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 22px;
}
.rsce_megamenu .grid .col.col-type-nav > ul > li > a,
.rsce_megamenu .grid .col.col-type-navAttribute > ul > li > a,
.rsce_megamenu .grid .col.col-type-nav > ul > li > span,
.rsce_megamenu .grid .col.col-type-navAttribute > ul > li > span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  text-decoration: none;
}
.rsce_megamenu .grid .col.col-type-nav > ul > li > a:hover,
.rsce_megamenu .grid .col.col-type-navAttribute > ul > li > a:hover {
  text-decoration: underline;
}
.rsce_megamenu .grid .col.col-type-nav > ul > li.active > a,
.rsce_megamenu .grid .col.col-type-navAttribute > ul > li.active > a,
.rsce_megamenu .grid .col.col-type-nav > ul > li.active > span,
.rsce_megamenu .grid .col.col-type-navAttribute > ul > li.active > span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.rsce_megamenu .grid .col.col-type-products {
  flex: auto;
  width: 420px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .rsce_megamenu .grid .col.col-type-products {
    width: 200px;
  }
}
.rsce_megamenu .grid .col.col-type-products .products {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 20px;
}
.rsce_megamenu .grid .col.col-type-products .products .product {
  color: inherit;
  text-decoration: none;
}
.rsce_megamenu .grid .col.col-type-products .products .product .image-container {
  position: relative;
  background-color: var(--white);
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 200/270;
}
.rsce_megamenu .grid .col.col-type-products .products .product .image-container figure,
.rsce_megamenu .grid .col.col-type-products .products .product .image-container picture {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.rsce_megamenu .grid .col.col-type-products .products .product .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-object-fit: contain;
  -webkit-object-fit: contain;
  -o-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:contain; object-position:center center;";
}
.rsce_megamenu .grid .col.col-type-products .products .product .image-container .important_info {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  column-gap: 5px;
  row-gap: 10px;
  pointer-events: none;
}
.rsce_megamenu .grid .col.col-type-products .products .product .image-container .important_info li {
  display: inline-flex;
  background-color: var(--blue);
  padding: 0 7.5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .rsce_megamenu .grid .col.col-type-products .products .product .image-container .important_info li {
    font-size: 14px;
  }
}
.rsce_megamenu .grid .col.col-type-products .products .product .name {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  margin: 14px 0 0 0;
}
html.megamenu_ready #header .rsce_header .main .nav-outer #nav_main > ul > li.submenu.has_megamenu > .subitems {
  display: none !important;
}
