
/* ===== Beauty Clouds – Subkategorien (vereinfacht) ===== */

ul.bc-subcategories{
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

ul.bc-subcategories li { 
    margin: 0; 
    padding: 0; 
}

ul.bc-subcategories li::before { 
    content: none; 
}

/* Links – ohne underline, ohne animationen */
ul.bc-subcategories a{
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 1.06rem;
  letter-spacing: -.01em;
  line-height: 1.35;
}

/* -------------------------
   Hierarchy Styling
-------------------------- */

/* Level 0: Parent Category */
ul.bc-subcategories li.level-0 > a {
    font-weight: 700; /* Bold */
}

/* Level 1: Subcategory */
ul.bc-subcategories li.level-1 > a {
    font-weight: 600; 
    letter-spacing: 0.05em;
}

/* Level 2: Sub-subcategory */
ul.bc-subcategories li.level-2 {
    margin-left: 0.3em;
}

ul.bc-subcategories li.level-2 > a {
    font-weight: 200;
    letter-spacing: 0.05em;
}

/* Optional: Menübreite für dein Theme */
.qodef-extended-menu-wrapper{
	left: 0px;
	width: 1288px;
	height: auto !important;
}
