/* verhindert Umbruch und Hover-Verzerrung */
.xxx-menu-item-neu > a {
    white-space: nowrap !important;
    position: relative !important;
}

/* stabile Badge */
.xxx-menu-item-neu > a::after {
    content: "NEU";
    display: inline-block !important;
    background: #e60000 !important;
    color: #fff !important;
    font-size: 0.55em !important;
    font-weight: 700 !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
    margin-left: 6px !important;

    line-height: 1 !important;              /* verhindert Hoch-/Runterrutschen */
    position: relative !important;
    top: -0.25em !important;                /* optische Ausrichtung */
    transform: none !important;  /* Elementor Hover-Scaling neutralisieren */
    transition: none !important; /* verhindert "Zucken" beim Hover */
}

/* NEU Flag/Badge für Menupunkt, im Menupunkt Magazin <span class="mneu">NEU</span> einsetzen*/
.mneu {
    display: inline-block !important;
    background: #e60000 !important;
    color: #fff !important;
    font-size: 0.66em !important;
    font-weight: 600 !important;
    padding: 2px 4px !important;
    border-radius: 2px !important;
    margin-left: 6px !important;
    line-height: 1 !important;              /* verhindert Hoch-/Runterrutschen */
    position: relative !important;
    top: -0.25em !important;                /* optische Ausrichtung */
}

/* Produkt Menu start */
.ajax-category-menu,
.ajax-subcategory {
	font-family: "Source Sans Pro";
	font-size: 13px;
	font-weight: 300;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.ajax-category-menu li,
.ajax-subcategory li {
  margin: 4px 10px 4px 0;
  padding: 0px 4px;
  position: relative;
}

.ajax-category-menu ul,
.ajax-subcategory ul {
  margin-left: 4px;
}

.ajax-category-menu a,
.ajax-subcategory a {
	text-decoration: none;
	color: #492320 !important;
	font-weight: 500;
}

.ajax-category-menu a:hover,
.ajax-subcategory a:hover {
	background-color: #ECE3DC !important;
	color: #492320 !important;
}

.ajax-category-menu .current-cat > a,
.ajax-subcategory .current-cat > a {
	font-weight: 600;
	color: #000000;
	border-bottom: 1px solid #0073aa;
}

.load-subcats {
  background: none;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #888;
  margin-left: 0px;
  cursor: pointer;
}

.load-subcats:hover {
	background-color: #DB5461 !important;
	color: #FFFFFF !important;
}
/* Produkt Menu ende */

/* breadcrumbs and lang-switch start */
.custom-breadcrumbs {
	font-family: "Source Sans Pro";
	font-size: 13px !important;
	font-weight: 500;
  margin: 1em 0;
}

.custom-breadcrumbs li:last-child {
  font-weight: bold;
  color: #333;
}

.custom-breadcrumbs li a, .wpml-ls-item a {
  text-decoration: none;
  color: #333 !important;
}
.custom-breadcrumbs li a:hover, , .wpml-ls-item a:hover {
  color: #0073aa !important;
}

.wpml-ls-item {
	font-family: "Source Sans Pro";
	font-size: 13px !important;
}
/* breadcrumbs and lang-switch ende */

/* ext. category img / link start */
.cis-category-grid-item > a > .cis-category-title {
	font-family: "Source Sans Pro";
	font-size: 15px !important;
	font-weight: 500;
	color: #492320 !important;
}
/* ext. category img / link ende */

/* marke/hersteller start */
.brand-description {
	font-family: "Source Sans Pro";
	font-size: 13px !important;
	font-weight: 500;
	color: #333 !important;
}
.brand-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.brand-box-image img.brand-logo {
    max-width: 80px;
    height: auto;
    display: block;
}

.brand-box-text {
    flex: 1;
}

.brand-description {
    margin: 0 0 10px;
}
/* marke/hersteller Ende */

/* Formular kompakt nebeneinander */
.e-search-form {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Wrapper zwingt das Suchfeld auf exakte Höhe */
.e-search-input-wrapper {
    display: flex;
    align-items: left;
    height: 36px; /* gleiche Höhe wie Button */
    border: 1px solid #969696;
    border-radius: 0px;
    background: #fff;
    padding: 0 0 0 4px;
    box-sizing: border-box;
}

/* Das eigentliche Input-Feld */
.e-search-input-wrapper > .e-search-input {
    border: 0;
    padding: 0px !important;            /* Padding kommt vom Wrapper */
    margin: 0;
    font-size: 13px;
    max-height: 36px; /* gleiche Höhe wie Button */
    background: transparent;
    color: #000;
    width: 260px;
    box-sizing: border-box;
    --e-search-input-padding-block-start: 0px !important;
}

/* Das SVG-X-Icon ausblenden (sonst verschiebt es die Höhe) */
.e-search-input-wrapper svg {
    display: none;
}

/* Button kompakt */
.e-search-submit {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 7px 12px 5px 12px !important;
    font-size: 15px;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    max-height: 36px; /* exakt wie Wrapper */
    display: flex;
    align-items: center;
}

/* Hover */
.e-search-submit:hover {
    background: #000;
    color: #fff;
}


/* Test: trifft das Akkordeon überhaupt? */
.wc-cat-accordion {
    border: 3px solid red !important;
}

/* Basis-Reset */
.wc-cat-accordion ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.wc-cat-item {
    margin-bottom: 6px;
}

/* Toggle-Button */
.wc-cat-toggle {
    width: 100%;
    text-align: left;
    background: #f2f2f2;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

/* Offener Zustand */
.wc-cat-toggle.open {
    background: #e0e0e0;
}

/* Kinder standardmäßig zu */
.wc-cat-children {
    display: none;
    padding-left: 15px;
    margin-top: 5px;
}

/* Kinder sichtbar, wenn .open */
.wc-cat-children.open {
    display: block;
}

/* Links in den Kindern */
.wc-cat-children a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
}

.wc-cat-children a:hover {
    text-decoration: underline;
}


/* Ausblenden der Mengenanzeige in Listenansicht Kategorie wenn nicht Vorrätig */
.outofstock .quantity {
    display: none !important;
}

.footertext a:hover,
.headertext a:hover {
	color: #ffffff;
    background: #f2f2f2;
}