/* HUSQVARNA SZERZŐDÖTT PARTNER BEILLESZTÉS */
a[href="/"] {
  display: inline-flex !important;
  align-items: center !important;
}

a[href="/"]::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 50px;
  background-image: url('https://hqgepek.myshoprenter.hu/custom/hqgepek/image/data/UI/szerzodott-normal.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  vertical-align: middle;
  flex-shrink: 0;
}

/* MOBIL NÉZET OPTIMALIZÁLÁSA */
@media screen and (min-width: 992px) {
  .headroom--not-top .header-row {
	gap: 160px;
	}
}

@media screen and (max-width: 768px) {
  a[href="/"]::after {
    width: 110px !important;
    height: 40px !important;
    margin-left: 6px !important;
  }
}


/* HUSQVARNA SZERZŐDÖTT PARTNER - END */