
/* Mojolnir V15 footer / mega menu alignment polish */
.footer .footer-grid{
  grid-template-columns:1.2fr .85fr .85fr 1.05fr!important;
  gap:42px!important;
  align-items:start!important;
}
.footer-brand-block{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.footer-brand-block .footer-locale{
  justify-content:flex-start!important;
  margin-top:28px!important;
}
.footer-brand-block .footer-locale .locale-box{
  min-width:210px;
}
.footer-right-tools{
  align-items:flex-start!important;
}
.footer-right-tools .footer-social{
  justify-content:flex-start!important;
  margin-top:24px!important;
}
.footer-right-tools .footer-locale{
  display:none!important;
}
.footer-contact-links{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.footer-contact-links strong{
  margin-bottom:2px;
}
.footer-social a[aria-label="X"]{
  display:none!important;
}
.footer-social{
  gap:14px!important;
}
.footer-social a{
  width:42px!important;
  height:42px!important;
}
.mega-card.product-card-menu{
  display:grid!important;
  grid-template-rows:auto minmax(74px,auto) 34px 150px!important;
  align-content:start!important;
  gap:0!important;
}
.mega-card.product-card-menu h4{
  min-height:30px;
}
.mega-card.product-card-menu p{
  min-height:74px!important;
  margin-bottom:0!important;
}
.mega-card.product-card-menu .mega-link{
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  align-self:start!important;
  margin:0!important;
  line-height:1!important;
}
.mega-card.product-card-menu .menu-product-image{
  align-self:end!important;
  margin-top:0!important;
}
@media(max-width:1040px){
  .footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
    text-align:left!important;
  }
  .footer-brand-block,
  .footer-right-tools{
    align-items:flex-start!important;
  }
  .footer-brand-block .footer-locale,
  .footer-right-tools .footer-social{
    justify-content:flex-start!important;
  }
  .footer-brand-block .footer-locale{
    display:flex!important;
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-brand-block .footer-locale .locale-box{
    width:min(280px,100%);
  }
  .footer-social a{
    width:40px!important;
    height:40px!important;
  }
}
@media(max-width:620px){
  .footer{
    text-align:left!important;
  }
  .footer-grid{
    padding-left:0!important;
    padding-right:0!important;
  }
  .footer-brand-block .footer-locale{
    width:100%;
  }
  .footer-brand-block .footer-locale .locale-box{
    width:100%;
  }
  .footer-right-tools .footer-social{
    gap:12px!important;
  }
  .mega-card.product-card-menu{
    grid-template-rows:auto auto 34px 145px!important;
  }
  .mega-card.product-card-menu p{
    min-height:auto!important;
  }
}
