.xaxx-sfw{
  --sf-ink:#2f3832;
  --sf-muted:#748078;
  --sf-line:#e1e8e2;
  --sf-green:#2f8a4b;
  width:100%;
  max-width:980px;
  margin:0 auto;
  padding:18px 14px 36px;
  box-sizing:border-box;
  color:var(--sf-ink);
  font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
.xaxx-sfw *{box-sizing:border-box}
.xaxx-sfw a{text-decoration:none}
.xaxx-sfw-hero{display:block;padding:22px 22px 20px;border:1px solid #dce9df;border-radius:20px;background:linear-gradient(145deg,#f8fbf8 0%,#eef6f0 100%);box-shadow:0 6px 20px rgba(24,39,29,.05)}
.xaxx-sfw-heading{width:100%;min-width:0}
.xaxx-sfw-heading h1{margin:0;min-width:0;color:var(--sf-ink);font-size:29px;line-height:1.12;font-weight:760;letter-spacing:-.3px}
.xaxx-sfw-heading p{margin:7px 0 0;max-width:570px;color:#4f585f;font-size:15px;line-height:1.5}
.xaxx-sfw-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 18px}
.xaxx-sfw-tabs{display:flex;gap:6px;overflow-x:auto;padding:1px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.xaxx-sfw-tabs::-webkit-scrollbar{display:none}
.xaxx-sfw-tabs button{appearance:none;border:1px solid #dce5de;border-radius:999px;background:#f8faf8;color:#6f7d74;min-height:39px;padding:8px 14px;font:inherit;font-size:13.5px;line-height:1;font-weight:700;white-space:nowrap;cursor:pointer}
.xaxx-sfw-tabs button.is-active{border-color:#76aa84;background:#eef7f0;color:#176834}
.xaxx-sfw-audience{margin-top:26px;scroll-margin-top:18px}
.xaxx-sfw-audience[hidden]{display:none!important}
.xaxx-sfw-audience-head{display:flex;align-items:end;justify-content:space-between;margin:0 2px 9px}
.xaxx-sfw-audience-head h2{margin:0;font-size:21px;line-height:1.2;font-weight:780}
.xaxx-sfw-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.xaxx-sfw-category{--tone:#6c8f83;overflow:hidden;border:1px solid var(--sf-line);border-radius:16px;background:#fff;box-shadow:0 3px 14px rgba(24,39,29,.035)}
.xaxx-sfw-category.tone-teal{--tone:#7f9b8f}.xaxx-sfw-category.tone-rose{--tone:#b78995}.xaxx-sfw-category.tone-amber{--tone:#b69a6d}.xaxx-sfw-category.tone-violet{--tone:#9a91a3}.xaxx-sfw-category.tone-blue{--tone:#819689}.xaxx-sfw-category.tone-green{--tone:#7f9d84}.xaxx-sfw-category.tone-brown{--tone:#9b8878}
.xaxx-sfw-category>h3{margin:0;padding:11px 14px 10px;background:color-mix(in srgb,var(--tone) 12%,white);border-bottom:1px solid color-mix(in srgb,var(--tone) 22%,white);color:color-mix(in srgb,var(--tone) 76%,#26322b);font-size:13px;line-height:1.22;font-weight:800;letter-spacing:.5px}
.xaxx-sfw-subgroups{padding:5px 12px 10px}
.xaxx-sfw-subgroup{padding:9px 0 7px;border-bottom:1px solid #edf0ed}
.xaxx-sfw-subgroup:last-child{border-bottom:0;padding-bottom:2px}
.xaxx-sfw-subgroup h4{margin:0 0 7px;color:#66736b;font-size:13.2px;line-height:1.32;font-weight:730}
.xaxx-sfw-pair{display:grid;grid-template-columns:1fr;gap:5px;align-items:start}
.xaxx-sfw-fragrance{min-width:0;border:1px solid #e5e9e5;border-radius:11px;background:#fff;color:var(--sf-ink);overflow:hidden}
.xaxx-sfw-fragrance.has-details{display:grid;grid-template-columns:minmax(0,1fr) 35px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.xaxx-sfw-fragrance.has-details:hover{border-color:#bad0c0;box-shadow:0 4px 12px rgba(28,61,37,.07);transform:translateY(-1px)}
.xaxx-sfw-fragrance-main{appearance:none;display:grid;grid-template-columns:30px minmax(0,1fr) 14px;align-items:center;gap:7px;width:100%;min-width:0;padding:8px;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}
.xaxx-sfw-number{display:flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:50%;background:var(--tone);color:#fff;font-size:12px;line-height:1;font-weight:800}
.xaxx-sfw-copy{display:flex;align-items:baseline;gap:7px;min-width:0;overflow:hidden}
.xaxx-sfw-copy strong{display:block;flex:0 0 auto;min-width:0;max-width:none;overflow:visible;text-overflow:clip;color:var(--sf-ink);font-size:13.5px;line-height:1.25;font-weight:800;white-space:nowrap}
.xaxx-sfw-copy small{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--sf-muted);font-size:11.8px;line-height:1.35;white-space:nowrap}
.xaxx-sfw-copy small:before{content:"—";margin-right:7px;color:#a0a6a2}
.xaxx-sfw-chevron{color:var(--tone);font-size:15px;line-height:1;font-weight:800;transform:translateY(-1px);transition:transform .18s ease}
.xaxx-sfw-fragrance.is-open .xaxx-sfw-chevron{transform:rotate(180deg) translateY(1px)}
.xaxx-sfw-shop-shortcut{display:flex;align-items:center;justify-content:center;border-left:1px solid #edf0ed;color:#4f8e62!important;font-size:16px;font-weight:800;transition:background .16s ease}
.xaxx-sfw-shop-shortcut:hover{background:#f0f7f2}
.xaxx-sfw-details{grid-column:1/-1;padding:0 10px 10px;border-top:1px solid #edf0ed;background:#fbfcfb}
.xaxx-sfw-character{padding:10px 0 7px;color:#66736b;font-size:12px;line-height:1.4;font-weight:700}
.xaxx-sfw-details dl{margin:0;padding:0}
.xaxx-sfw-details dl>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:7px;padding:4px 0;border-top:1px solid #eef1ee}
.xaxx-sfw-details dt{color:#475149;font-size:11.3px;line-height:1.4;font-weight:800}
.xaxx-sfw-details dd{margin:0;color:#718078;font-size:11.5px;line-height:1.4}
.xaxx-sfw-fragrance.is-empty{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:7px;padding:8px;opacity:.62}
.xaxx-sfw-footer{margin-top:22px;color:#838a90;font-size:11px;text-align:right}

@media(max-width:720px){
  .xaxx-sfw{padding:12px 10px 28px}
  .xaxx-sfw-hero{padding:19px 16px 17px;border-radius:17px;gap:12px}
  .xaxx-sfw-heading h1{font-size:25px}
  .xaxx-sfw-heading p{font-size:14px;line-height:1.48}
  .xaxx-sfw-toolbar{align-items:flex-start;margin:13px 0 16px}
  .xaxx-sfw-tabs{width:100%}
  .xaxx-sfw-tabs button{min-height:38px;padding:8px 13px;font-size:13px}
  .xaxx-sfw-audience{margin-top:21px}
  .xaxx-sfw-audience-head h2{font-size:20px}
  .xaxx-sfw-category-grid{grid-template-columns:1fr;gap:9px}
  .xaxx-sfw-category{border-radius:14px}
  .xaxx-sfw-category>h3{padding:10px 13px 9px;font-size:12.5px}
  .xaxx-sfw-subgroups{padding:4px 10px 8px}
  .xaxx-sfw-pair{gap:5px}
  .xaxx-sfw-fragrance-main{grid-template-columns:30px minmax(0,1fr) 12px;padding:9px 8px;gap:6px}
  .xaxx-sfw-number{width:28px;height:28px;font-size:11.5px}
  .xaxx-sfw-copy strong{font-size:13.3px;max-width:none}
  .xaxx-sfw-copy small{font-size:11.5px}
}

@media(max-width:390px){
  .xaxx-sfw-pair{grid-template-columns:1fr}
  .xaxx-sfw-fragrance-main{grid-template-columns:31px minmax(0,1fr) 14px;padding:8px 9px}
  .xaxx-sfw-number{width:29px;height:29px}
  .xaxx-sfw-copy{gap:6px}
  .xaxx-sfw-copy strong{font-size:13.2px;max-width:none;white-space:nowrap}
  .xaxx-sfw-copy small{font-size:11.3px}
  .xaxx-sfw-copy small:before{margin-right:6px}
}

@media print{
  @page{size:A4 landscape;margin:8mm}
  body *{visibility:hidden!important}
  .xaxx-sfw,.xaxx-sfw *{visibility:visible!important}
  .xaxx-sfw{position:absolute;left:0;top:0;max-width:none;width:100%;padding:0;color:#000}
  .xaxx-sfw-hero{padding:0 0 4mm;border:0;border-radius:0;background:none;box-shadow:none}
  .xaxx-sfw-heading h1{font-size:18pt}
  .xaxx-sfw-heading p{margin-top:2mm;font-size:8pt}
  .xaxx-sfw-audience{display:block!important;margin:0;padding-top:3mm;break-inside:avoid}
  .xaxx-sfw-audience[data-sf-audience="damen"]{break-after:page}
  .xaxx-sfw-audience-head{margin:0 0 2mm}
  .xaxx-sfw-audience-head h2{font-size:12pt}
  .xaxx-sfw-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.2mm}
  .xaxx-sfw-category{border:1px solid #bfc3bf;border-radius:2.5mm;box-shadow:none;break-inside:avoid}
  .xaxx-sfw-category>h3{padding:2mm 2.2mm;font-size:7.4pt;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .xaxx-sfw-subgroups{padding:1mm 1.8mm 1.5mm}
  .xaxx-sfw-subgroup{padding:1.4mm 0 1.2mm}
  .xaxx-sfw-subgroup h4{margin-bottom:1mm;font-size:6.9pt}
  .xaxx-sfw-pair{grid-template-columns:1fr;gap:.8mm}
  .xaxx-sfw-fragrance{border:0;border-radius:0;box-shadow:none;transform:none!important;overflow:visible}
  .xaxx-sfw-fragrance.has-details{display:grid;grid-template-columns:1fr}
  .xaxx-sfw-fragrance-main{grid-template-columns:6mm minmax(0,1fr);gap:1.2mm;padding:1mm 1.2mm;text-align:left}
  .xaxx-sfw-number{width:5.5mm;height:5.5mm;font-size:6.8pt;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .xaxx-sfw-copy strong{font-size:6.8pt}
  .xaxx-sfw-copy small{margin-top:.4mm;font-size:5.8pt}
  .xaxx-sfw-chevron,.xaxx-sfw-shop-shortcut,.xaxx-sfw-details{display:none!important}
}

/* 0.14.50: Schnellfinder-Farben gegen Theme-Overrides absichern */
.xaxx-sfw .xaxx-sfw-tabs button,
.xaxx-sfw .xaxx-sfw-tabs button:not(.is-active){
  border-color:#dce5de !important;
  background:#f8faf8 !important;
  color:#6f7d74 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}
.xaxx-sfw .xaxx-sfw-tabs button:hover,
.xaxx-sfw .xaxx-sfw-tabs button:focus-visible{
  border-color:#b9d0bf !important;
  background:#f2f7f3 !important;
  color:#476351 !important;
}
.xaxx-sfw .xaxx-sfw-tabs button.is-active{
  border-color:#76aa84 !important;
  background:#eef7f0 !important;
  color:#176834 !important;
  box-shadow:none !important;
}
.xaxx-sfw .xaxx-sfw-category>h3{
  color:#4f6757 !important;
}
.xaxx-sfw .xaxx-sfw-subgroup h4{
  color:#66736b !important;
}
.xaxx-sfw .xaxx-sfw-fragrance,
.xaxx-sfw .xaxx-sfw-fragrance-main,
.xaxx-sfw .xaxx-sfw-copy strong{
  color:#2f3832 !important;
}
.xaxx-sfw .xaxx-sfw-copy small,
.xaxx-sfw .xaxx-sfw-character,
.xaxx-sfw .xaxx-sfw-details dd{
  color:#718078 !important;
}


/* 0.14.51: Vollstaendige Farbsicherung des Web-Schnellfinders.
   Verhindert Theme-/Browser-Blau in normalen, inaktiven, besuchten und Fokus-Zustaenden. */
.xaxx-sfw{
  --sf-ink:#334038 !important;
  --sf-muted:#718078 !important;
  --sf-green:#2f8a4b !important;
  color:#334038 !important;
  -webkit-text-fill-color:currentColor;
}
.xaxx-sfw button,
.xaxx-sfw button:link,
.xaxx-sfw button:visited,
.xaxx-sfw button:hover,
.xaxx-sfw button:active,
.xaxx-sfw button:focus,
.xaxx-sfw a,
.xaxx-sfw a:link,
.xaxx-sfw a:visited,
.xaxx-sfw a:hover,
.xaxx-sfw a:active,
.xaxx-sfw a:focus{
  -webkit-text-fill-color:currentColor;
  text-decoration:none !important;
}
.xaxx-sfw .xaxx-sfw-tabs button,
.xaxx-sfw .xaxx-sfw-tabs button:not(.is-active),
.xaxx-sfw .xaxx-sfw-tabs button[aria-pressed="false"]{
  border-color:#dce5de !important;
  background:#f7faf7 !important;
  color:#647269 !important;
  -webkit-text-fill-color:#647269 !important;
}
.xaxx-sfw .xaxx-sfw-tabs button.is-active,
.xaxx-sfw .xaxx-sfw-tabs button[aria-pressed="true"]{
  border-color:#76aa84 !important;
  background:#eef7f0 !important;
  color:#176834 !important;
  -webkit-text-fill-color:#176834 !important;
}
.xaxx-sfw .xaxx-sfw-fragrance,
.xaxx-sfw .xaxx-sfw-fragrance-main,
.xaxx-sfw .xaxx-sfw-fragrance-main:visited,
.xaxx-sfw .xaxx-sfw-copy,
.xaxx-sfw .xaxx-sfw-copy strong,
.xaxx-sfw .xaxx-sfw-copy strong:visited{
  color:#334038 !important;
  -webkit-text-fill-color:#334038 !important;
}
.xaxx-sfw .xaxx-sfw-copy small,
.xaxx-sfw .xaxx-sfw-copy small:visited,
.xaxx-sfw .xaxx-sfw-character,
.xaxx-sfw .xaxx-sfw-details dd,
.xaxx-sfw .xaxx-sfw-details dt{
  color:#718078 !important;
  -webkit-text-fill-color:#718078 !important;
}
.xaxx-sfw .xaxx-sfw-chevron{
  color:#6f8d78 !important;
  -webkit-text-fill-color:#6f8d78 !important;
}
.xaxx-sfw .xaxx-sfw-shop-shortcut,
.xaxx-sfw .xaxx-sfw-shop-shortcut:link,
.xaxx-sfw .xaxx-sfw-shop-shortcut:visited,
.xaxx-sfw .xaxx-sfw-shop-shortcut:hover,
.xaxx-sfw .xaxx-sfw-shop-shortcut:active,
.xaxx-sfw .xaxx-sfw-shop-shortcut:focus{
  color:#4f8e62 !important;
  -webkit-text-fill-color:#4f8e62 !important;
}
/* Die ehemalige blaue Kategorie wird bewusst salbeigruen ausgegeben. */
.xaxx-sfw .xaxx-sfw-category.tone-blue{--tone:#879d8c !important}
.xaxx-sfw .xaxx-sfw-category.tone-teal{--tone:#849b8d !important}
.xaxx-sfw .xaxx-sfw-category.tone-violet{--tone:#99959b !important}
.xaxx-sfw .xaxx-sfw-number{
  background:var(--tone) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.xaxx-sfw .xaxx-sfw-category>h3{
  color:#4f6757 !important;
  -webkit-text-fill-color:#4f6757 !important;
}
.xaxx-sfw .xaxx-sfw-subgroup h4,
.xaxx-sfw .xaxx-sfw-audience-head h2,
.xaxx-sfw .xaxx-sfw-heading h1,
.xaxx-sfw .xaxx-sfw-heading p{
  color:#4f5f54 !important;
  -webkit-text-fill-color:#4f5f54 !important;
}

/* 0.14.52: Kadence/Theme-Regel fuer aria-expanded neutralisieren.
   Geoeffnete Duftzeilen bleiben bewusst hell und passen zum XAXX-Gruen. */
.xaxx-sfw button.xaxx-sfw-fragrance-main,
.xaxx-sfw button.xaxx-sfw-fragrance-main[aria-expanded="false"],
.xaxx-sfw button.xaxx-sfw-fragrance-main:hover,
.xaxx-sfw button.xaxx-sfw-fragrance-main:focus,
.xaxx-sfw button.xaxx-sfw-fragrance-main:focus-visible,
.xaxx-sfw button.xaxx-sfw-fragrance-main:active{
  background:#fff !important;
  background-color:#fff !important;
  color:#334038 !important;
  -webkit-text-fill-color:#334038 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}
.xaxx-sfw button.xaxx-sfw-fragrance-main[aria-expanded="true"],
.xaxx-sfw .xaxx-sfw-fragrance.is-open button.xaxx-sfw-fragrance-main,
.xaxx-sfw .xaxx-sfw-fragrance.is-open button.xaxx-sfw-fragrance-main:hover,
.xaxx-sfw .xaxx-sfw-fragrance.is-open button.xaxx-sfw-fragrance-main:focus,
.xaxx-sfw .xaxx-sfw-fragrance.is-open button.xaxx-sfw-fragrance-main:active{
  background:#f1f7f2 !important;
  background-color:#f1f7f2 !important;
  color:#334038 !important;
  -webkit-text-fill-color:#334038 !important;
  box-shadow:inset 3px 0 0 #74a982 !important;
}
.xaxx-sfw button.xaxx-sfw-fragrance-main[aria-expanded="true"] .xaxx-sfw-copy strong,
.xaxx-sfw button.xaxx-sfw-fragrance-main[aria-expanded="true"] .xaxx-sfw-copy small{
  -webkit-text-fill-color:currentColor !important;
}

/* 0.14.70: einheitliche Duftzeile mit Duftuebersicht + kraeftige Zielgruppenfarben. */
.xaxx-sfw-fragrance.has-details{grid-template-columns:minmax(0,1fr) 38px !important;border-radius:12px !important}
.xaxx-sfw-fragrance-main{grid-template-columns:34px minmax(0,1fr) 16px !important;gap:8px !important;padding:10px 10px !important}
.xaxx-sfw-number{width:32px !important;height:32px !important;font-size:12px !important;border:1px solid rgba(0,0,0,.06) !important;box-shadow:0 2px 6px rgba(32,36,43,.10) !important}
.xaxx-sfw-fragrance.audience-herren .xaxx-sfw-number{background:#0f5fd3 !important}
.xaxx-sfw-fragrance.audience-damen .xaxx-sfw-number{background:#cc1f3f !important}
.xaxx-sfw-fragrance.audience-unisex .xaxx-sfw-number{background:#7a34c2 !important}
.xaxx-sfw-fragrance.audience-herren .xaxx-sfw-chevron{color:#0f5fd3 !important;-webkit-text-fill-color:#0f5fd3 !important}
.xaxx-sfw-fragrance.audience-damen .xaxx-sfw-chevron{color:#cc1f3f !important;-webkit-text-fill-color:#cc1f3f !important}
.xaxx-sfw-fragrance.audience-unisex .xaxx-sfw-chevron{color:#7a34c2 !important;-webkit-text-fill-color:#7a34c2 !important}
.xaxx-sfw-shop-shortcut{width:38px;min-width:38px;border-left:1px solid #edf0ed !important;color:#718078 !important;-webkit-text-fill-color:#718078 !important;background:#fff !important}
.xaxx-sfw-shop-shortcut:hover{background:#f5f8f5 !important;color:#176834 !important}
.xaxx-sfw-shop-shortcut svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:720px){.xaxx-sfw-fragrance-main{grid-template-columns:34px minmax(0,1fr) 16px !important;padding:9px 9px !important}.xaxx-sfw-shop-shortcut{width:38px;min-width:38px}}

/* 0.14.71: Zielgruppenfarben exakt wie im Duftberater; Spalten wachsen unabhaengig. */
.xaxx-sfw-category-grid{align-items:start !important}
.xaxx-sfw-fragrance.audience-herren .xaxx-sfw-number{
  background:#dbe8f6 !important;color:#365f8b !important;-webkit-text-fill-color:#365f8b !important;
}
.xaxx-sfw-fragrance.audience-damen .xaxx-sfw-number{
  background:#f2dce2 !important;color:#925367 !important;-webkit-text-fill-color:#925367 !important;
}
.xaxx-sfw-fragrance.audience-unisex .xaxx-sfw-number{
  background:#e7dff1 !important;color:#6d5689 !important;-webkit-text-fill-color:#6d5689 !important;
}
.xaxx-sfw-fragrance.audience-herren .xaxx-sfw-chevron{color:#365f8b !important;-webkit-text-fill-color:#365f8b !important}
.xaxx-sfw-fragrance.audience-damen .xaxx-sfw-chevron{color:#925367 !important;-webkit-text-fill-color:#925367 !important}
.xaxx-sfw-fragrance.audience-unisex .xaxx-sfw-chevron{color:#6d5689 !important;-webkit-text-fill-color:#6d5689 !important}

/* 0.14.72: Kopf-, Herz- und Basisnote wie in der Duftuebersicht farbig hervorheben. */
.xaxx-sfw .xaxx-sfw-details dl>div:nth-child(1) dt{color:#b78995 !important;-webkit-text-fill-color:#b78995 !important}
.xaxx-sfw .xaxx-sfw-details dl>div:nth-child(2) dt{color:#879d8c !important;-webkit-text-fill-color:#879d8c !important}
.xaxx-sfw .xaxx-sfw-details dl>div:nth-child(3) dt{color:#99959b !important;-webkit-text-fill-color:#99959b !important}

/* Das JS-Masonry wird im Druck vollstaendig neutralisiert. */
@media print{
  .xaxx-sfw-category-grid{display:grid !important;height:auto !important;position:static !important}
  .xaxx-sfw-category-grid>.xaxx-sfw-category{position:static !important;left:auto !important;top:auto !important;width:auto !important}
}


/* 0.14.73: Schnellfinder-Zeilen an die Duftuebersicht angeglichen.
   Duftname oben, vollstaendige Duftbeschreibung darunter. */
.xaxx-sfw-copy{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:2px !important;
  min-width:0 !important;
  overflow:visible !important;
}
.xaxx-sfw-copy strong{
  width:100% !important;
  min-width:0 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.25 !important;
}
.xaxx-sfw-copy small{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.35 !important;
}
.xaxx-sfw-copy small:before{
  content:none !important;
  margin:0 !important;
}
.xaxx-sfw-fragrance-main{
  align-items:center !important;
}

/* 0.14.74: Testerstatus, gemeinsame Testset-Auswahl und Betriebsmodus. */
.xaxx-sfw-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.xaxx-operating-mode{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.xaxx-operating-mode button{appearance:none;border:1px solid #d7e2d9;border-radius:7px;background:#fff;color:#526159;padding:4px 9px;font:inherit;font-size:11.5px;font-weight:700;line-height:1.2;cursor:pointer;min-height:28px;box-shadow:0 1px 5px rgba(24,39,29,.045)}
.xaxx-operating-mode button.is-active{border-color:#6fa27c;background:#edf6ef;color:#176834;box-shadow:inset 0 0 0 1px rgba(23,104,52,.06)}
.xaxx-operating-mode [data-mode-count]{color:#748078;font-size:10.5px;font-weight:650;margin-left:3px;white-space:nowrap}
.xaxx-sfw-fragrance.has-details{grid-template-columns:minmax(0,1fr) 38px 38px !important}
html[data-xaxx-operating-mode="tester"] .xaxx-sfw-fragrance.has-details{grid-template-columns:minmax(0,1fr) 16px 38px 38px !important}
.xaxx-tester-status{align-self:center;justify-self:center;width:9px;height:9px;border-radius:50%;background:#b63232;box-shadow:0 0 0 2px rgba(182,50,50,.12)}
.xaxx-tester-status.is-active{background:#21864b;box-shadow:0 0 0 2px rgba(33,134,75,.12)}
.xaxx-sfw-testset-shortcut{appearance:none;display:flex;align-items:center;justify-content:center;width:38px;min-width:38px;border:0;border-left:1px solid #edf0ed;background:#fff!important;color:#718078!important;-webkit-text-fill-color:#718078!important;font-size:18px;font-weight:800;cursor:pointer;padding:0}
.xaxx-sfw-testset-shortcut:hover{background:#f4f8f4!important;color:#176834!important;-webkit-text-fill-color:#176834!important}
.xaxx-sfw-testset-shortcut.is-selected{background:#edf7ef!important;color:#176834!important;-webkit-text-fill-color:#176834!important}
.xaxx-testset-button-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:720px){.xaxx-sfw-hero{display:flex;gap:10px}.xaxx-sfw-mode{width:100%}.xaxx-operating-mode [data-mode-count]{margin-left:auto}.xaxx-sfw-fragrance.has-details{grid-template-columns:minmax(0,1fr) 38px 38px !important}html[data-xaxx-operating-mode="tester"] .xaxx-sfw-fragrance.has-details{grid-template-columns:minmax(0,1fr) 16px 38px 38px !important}}
@media print{.xaxx-operating-mode,.xaxx-tester-status,.xaxx-sfw-testset-shortcut{display:none!important}}


/* 0.17.08 – Kategorie-Buttons „Alle / Damen / Herren / Unisex“ kompakter und kantiger. */
.xaxx-sfw-tabs button,
.xaxx-sfw-tabs a,
.xaxx-sfw-filter button,
.xaxx-sfw-filters button{
  border-radius:7px !important;
  min-height:30px !important;
  padding:5px 10px !important;
  box-shadow:0 1px 5px rgba(24,39,29,.04) !important;
}


/* 0.17.17 – Einheitliche, gut lesbare Buttons; Farben unverändert. */
.xaxx-sfw-tabs button,
.xaxx-sfw-tabs a,
.xaxx-sfw-filter button,
.xaxx-sfw-filters button{
  min-height:30px !important;
  height:30px !important;
  padding:5px 10px !important;
  border-radius:7px !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
}
.xaxx-operating-mode button{
  min-height:28px !important;
  height:28px !important;
  padding:4px 9px !important;
  border-radius:7px !important;
  font-size:11.5px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
}
