.footer-middle > div.shrink-0:nth-last-child(2) {
  display: none!important;
}
.store-footer .footer-container .logo-footer .foo {
max-height: 45px;}
}
#mainnav > div > div > div > div.flex.items-center.flex-col.justify-center > a > img {
  width: 100px;
  height: auto; 
  border: 2px solid #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out; */
}

#mainnav > div > div > div > div.flex.items-center.flex-col.justify-center > a > img:hover {
  transform: scale(1.1); /* 
}