@media (max-width:760px) {
  body .site-header .header-row { position:relative; }
  body .site-header .header-row .brand-logo-link {
    justify-self:start!important; align-self:center!important;
    justify-content:flex-start!important; text-align:left!important;
    width:calc(100% - 64px)!important; max-width:none!important;
    min-height:64px; margin:0!important; padding:0!important;
  }
  body .site-header .header-row .brand-logo-link picture { display:block; }
  body .site-header .header-row .site-logo {
    width:140px!important; max-width:100%!important; height:64px!important; object-fit:contain; object-position:left center;
  }
  body .site-header .header-row .header-actions .mini-action.cart {
    position:absolute!important; top:12px; right:8px;
    display:flex!important; align-items:center!important; justify-content:center!important;
    width:48px!important; min-width:48px!important; max-width:48px!important;
    height:64px!important; min-height:64px!important; padding:0!important; margin:0!important;
    background:transparent!important; border:0!important; box-shadow:none!important;
    color:#0055A4!important; border-radius:12px;
  }
  body .site-header .header-row .header-actions .mini-action.cart .mini-action-copy { display:none!important; }
  body .site-header .header-row .header-actions .mini-action.cart .mini-action-icon {
    width:40px!important; height:40px!important; margin:0!important;
    background:transparent!important; color:#0055A4!important;
  }
  body .site-header .header-row .header-actions .mini-action.cart svg { width:32px!important; height:32px!important; fill:currentColor!important; }
  body .site-header .header-row .header-actions .mini-action.cart:focus-visible { outline:2px solid #0055A4!important; outline-offset:2px; }
}
