#cat_5039 .children,
#cat_188 .children {
	visibility: hidden !important;
	height: 0 !important;
}


body.landingx h1.page-head-title {
  text-align: center !important;
  text-transform: lowercase !important;  /* minden kisbetű */
}

body.landingx h1.page-head-title::first-letter {
  text-transform: uppercase !important;  /* csak az első betű nagy */
}

#widget-system_manufacturer {
    display: none !important;
}

/* Eltünteti a gyártó sort, ha az az első helyre van sorolva */
#productparams .parameter-table tbody tr:first-child {
    display: none !important;
}

.onlinepenztarca-elfogadas-container,
.onlinepenztarca-fizeto-blokk {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.usp-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0;
  font-size: 14px;
}

.usp-bar span {
  display: flex;
  align-items: center;
  background: #e8f5e9;
  padding: 6px 10px;
  border-radius: 6px;
}

.usp-bar i {
  margin-right: 6px;
  color: #2e7d32;
}