@media (min-width: 768px){

  header{
    position: relative !important;
  }

  header a img{
    display: none !important;
  }

  header a:first-of-type img{
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 55px !important;
    width: auto !important;
    z-index: 9999 !important;
  }
  #footer a.py-1[href="/shipping-and-payment"] {
  display: none !important;
}