.mega-menu {
  position: static !important;
}

/* .mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: absolute !important;
  right: 0;
  top: 100%;
  width: 100%;
} */

.lms-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);
}
.menublog .blog_img img {
  width: 100%;
  height: auto;
}
.menublog.page-width{
  padding: 0 15px !important;
} 
.menublog .blog_info .blog_date{
  margin: 5px 0 0;
}
.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
}
.product-list.mega-menu__list {
  margin-top: 2rem;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), .7);
  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-weight: var(--font-body-weight);
}
.mega-menu__link--level-2, 
.mega-menu__link:hover {
  color: rgb(var(--color-foreground));
}
.mega-menu__link.mega-menu__link--level-2.link{
  font-size: calc(var(--font-heading-scale)* 1.8rem);
}

.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--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__list.megamenu_product, .mega-menu__list.megamenu_blog, .mega-menu__list.megamenu_collection {
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}
.mega-menu__list {
  margin-bottom: var(--grid-desktop-vertical-spacing);
}
.mega-menu__list.megamenu_collection .link svg.icon.icon-arrow path, .megamenu_drawer.collection_card_menu .link svg.icon.icon-arrow path{
  stroke: unset;
}
.mega-menu__list.megamenu_collection .card--standard>.card__content {
  display: flex;
  flex-direction: column;
  z-index: 0;
  justify-content: space-between;
  /* padding: 25px; */
  width: -webkit-fill-available;
}

  .mega-menu__list.megamenu_collection .card__content, header-drawer .card__content {
      padding: 1.5rem 0;
      position: absolute;
      bottom: 0;
  }
@media screen and (max-width: 767px) {
  .megamenu_drawer.collection_card_menu .card--standard>.card__content {
    display: flex;
    flex-direction: column;
    z-index: 0;
    justify-content: space-between;
    
    width: -webkit-fill-available;
  }
}

.mega-menu__content .mega-menu__list, .megamenu_product, .menublog, .megamenu_collection{
  padding: 0 5rem;
}
@media screen and (max-width: 1440px){
  .mega-menu__content .mega-menu__list, .megamenu_product, .menublog, .megamenu_collection{
    padding: 0 1.5rem;
  }
}
.mega-menu .menublog .blog--card span{
  font-size: calc(var(--font-body-scale) * 14px);
  letter-spacing: 0;
  line-height: 22px;
  font-weight: var(--font-body-weight);
  text-transform: capitalize;
  word-break: keep-all;
}
.mega-menu .menublog .article-card-wrapper .card__content{
  gap: 5px;
}
.mega-menu .article-card-wrapper .new_feablog_author{
  gap: 5px;
}
/* .list-menu--inline li .mega-menu .mega-menu__content,
desktop-tm-menu.dropdown ul.list-menu list-menu--inline>li ul.header__submenu.list-menu--disclosure {
   opacity: 0;
  transform: translateY(0);
  visibility: hidden;
  transition: all var(--duration-long) ease;
  
}
.list-menu--inline li.menuclick .mega-menu .mega-menu__content{
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
} */
.mega-menu .menublog .article-card-wrapper .card{
  gap: 10px;
}