

/* === JX Mega Menu – poziomo === */
.jxmegamenu > ul,
.jxmegamenu ul {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

.jxmegamenu > ul > li {
  float: none !important;
  display: inline-flex !important;
  margin: 0 !important;
}

.jxmegamenu > ul > li > a {
  display: inline-block !important;
  white-space: nowrap;
}
#category .block-category {
    min-height: auto !important;
    padding: 10px 0 !important;
}
#category .category-cover {
    display: none !important;
}
/* USUNIĘCIE BIAŁEGO BLOKU NAGŁÓWKA KATEGORII */
#js-product-list-header,
#js-product-list-header .block-category,
#js-product-list-header .card,
#js-product-list-header .card-block {
    display: none !important;
}
/* ===== ULTRA NISKI HEADER ===== */

/* logo */
#header .logo img {
    max-height: 34px;
    width: auto;
}

/* cały górny pasek */
#header .header-top {
    padding: 2px 0 !important;
    min-height: 0 !important;
}

/* menu – TO JEST KLUCZ */
#header .main-menu a {
    line-height: 32px !important;
    padding: 0 12px !important;
}

/* wyrównanie w pionie */
#header .main-menu,
#header .header-top {
    align-items: center !important;
}

