*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Mulish, system-ui, -apple-system, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Mulish, system-ui, -apple-system, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Mulish, system-ui, -apple-system, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

h1 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    line-height: 26px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 34px;
    font-weight: 600;
  }
}

/* Hero Text Styles */

.hero-bold {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 40px;
  line-height: 0.7;
}

.hero-light {
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-size: 40px;
  line-height: 0.7;
  display: inline-block;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.hero-text {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 20px;
  line-height: 25px;
}

/* Hero Slider Mobile: linke/rechte Hälfte werden eigene Vollbild-Slides */
.hero-mobile-gradient,
.hero-mobile-content {
  display: none;
}

/* Spezifischer als .btn { display:inline-flex }, sonst erscheint der Mobile-CTA auf Desktop */
.hero-slider .hero-mobile-btn {
  display: none;
}

@media (max-width: 1023px) {
  .hero-slider .slider-track {
    width: calc(var(--hero-slides) * 200%) !important;
  }

  .hero-slider .slider-prev,
  .hero-slider .slider-next {
    top: 28%;
  }

  .hero-mobile-gradient {
    display: block;
  }

  /* Mobile: kein Teaser-Text unter der Headline */
  .hero-slider .hero-text {
    display: none !important;
  }

  /* Headline + Button nah am unteren Hero-Rand */
  .hero-left-content {
    padding-bottom: 1.25rem !important;
    padding-right: 1.5rem;
  }

  .hero-left-content h1 {
    margin-bottom: 0.75rem;
  }

  .hero-mobile-content {
    display: flex;
    padding-bottom: 5rem; /* Platz für den rechten CTA darunter */
  }

  .hero-mobile-content h1 {
    margin-bottom: 0.75rem;
  }

  .hero-slider .hero-mobile-btn {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin-top: 0.75rem;
  }

  .hero-right-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem !important;
  }

  .hero-right-content .btn {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    text-align: center;
  }

  .hero-bold,
  .hero-light {
    font-size: 28px;
    line-height: 1.1;
  }
}

/* Section Styles */

.section-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #E6503E;
}

.section-headline-wrapper {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-headline-bold {
  font-size: 28px;
  line-height: 31px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.section-headline-light {
  font-size: 28px;
  line-height: 31px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  display: inline;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #000;
}

/* Content-Pages: Unterstrich nur so breit wie der Text der letzten Zeile */
.cp-intro .section-headline-light.block {
  width: fit-content;
}

.section-headline-light.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .section-headline-bold,
  .section-headline-light {
    font-size: 22px;
    line-height: 26px;
  }
}

.section-text-bold {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}

.section-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}

/* Hautanalyse: kompaktere Schriftgrößen rechts (SOLL-Entwurf) */
.section-hautanalyse .section-text-bold {
  font-size: 15px;
  line-height: 1.45;
  margin-top: 30px;
  font-weight: 700;
}

.section-hautanalyse .section-text {
  font-size: 14px;
  line-height: 1.5;
}

.section-hautanalyse .btn-accent {
  background-color: #E6503E;
  border-color: #E6503E;
}

.section-hautanalyse .btn-accent:hover {
  background-color: #cf4634;
  border-color: #cf4634;
}

/* Container BH - Standard Container 1280px */
.container-bh {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Content Page Styles */
.cp-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cp-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cp-intro {
  background-color: #fff;
  padding: 4rem 0;
}

.cp-intro-headline {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.cp-intro-content {
  max-width: 900px;
  margin-top: 2rem;
}

.cp-intro-bold {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cp-intro-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 1.5rem;
}

.cp-intro-headline2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cp-intro-text2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 2rem;
}

.cp-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.cp-content-blocks {
  background-color: #FBF9F6;
  padding: 4rem 0;
}

.cp-section-header {
  margin-bottom: 3rem;
}

.cp-section-header h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Mulish', sans-serif;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
}

.cp-block-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 1.5rem;
}

/* WYSIWYG-Listen: Tailwind Preflight setzt ul/ol auf list-style:none */
.cp-block-text ul,
.cp-block-text ol,
.cp-extended-text ul,
.cp-extended-text ol {
  margin: 0 0 1.25rem 0;
  padding-left: 1.5rem;
}

.cp-block-text ul,
.cp-extended-text ul {
  list-style: disc;
}

.cp-block-text ol,
.cp-extended-text ol {
  list-style: decimal;
}

.cp-block-text li,
.cp-extended-text li {
  display: list-item;
  margin-bottom: 0.35rem;
}

.cp-block-text li p,
.cp-extended-text li p {
  margin-bottom: 0;
}

.cp-block-text li::marker,
.cp-extended-text li::marker {
  color: #000;
}

.cp-block-text ul ul,
.cp-extended-text ul ul {
  list-style: circle;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.cp-block-text ol ol,
.cp-extended-text ol ol {
  list-style: lower-alpha;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.cp-partnerstudio-icon {
  margin-left: 8px;
}

.cp-block-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
}

.cp-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}

.cp-block.cp-block-text-only {
  grid-template-columns: 1fr;
  max-width: 48rem;
}

.cp-block.cp-block-text-only .cp-block-content {
  padding-left: 0;
  padding-right: 0;
}

.cp-block-content {
  padding: 1rem;
}

@media (max-width: 1023px) {
  .cp-block-image {
    order: -1;
  }

  .cp-block-content {
    order: 1;
  }
}

.cp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
}

@media (min-width: 1024px) {
  .cp-block:not(.cp-block-text-only) {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  /* Bild rechts: Text optisch links (order), Bild bleibt DOM-first für Float */
  .cp-block--image-right .cp-block-content {
    order: 1;
  }
  .cp-block--image-right .cp-block-image {
    order: 2;
  }
  .cp-block--image-left .cp-block-image {
    order: 1;
  }
  .cp-block--image-left .cp-block-content {
    order: 2;
  }

  /* Text links (neben Bild rechts) = Abstand rechts zum Bild */
  .cp-text-left {
    padding: 2rem 6rem 2rem 60px;
  }
  /* Text rechts (neben Bild links) = Abstand links zum Bild */
  .cp-text-right {
    padding: 2rem 0 2rem 6rem;
  }
}

/* Aufklappbare Blöcke */
.cp-block-wrapper {
  margin-bottom: 4rem;
}

.cp-block-wrapper.cp-expanded {
  background-color: #fff;
  padding: 2rem 2.5rem 2.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.cp-block-wrapper.cp-expanded .cp-block {
  margin-bottom: 0;
  align-items: start;
}

/*
 * Aufgeklappt (Desktop): Text fließt ums Bild (auch darunter).
 * Bild ~ halbe Breite wie im Grid; Außenabstand über Wrapper-Padding.
 */
@media (min-width: 1024px) {
  .cp-block-wrapper.cp-expanded .cp-block:not(.cp-block-text-only) {
    display: block;
  }

  .cp-block-wrapper.cp-expanded .cp-block:not(.cp-block-text-only)::after {
    content: "";
    display: table;
    clear: both;
  }

  .cp-block-wrapper.cp-expanded .cp-block-image {
    float: left;
    width: calc(50% - 1.75rem);
    max-width: none;
    margin: 0 3.5rem 1.75rem 0;
    order: unset;
  }

  .cp-block-wrapper.cp-expanded .cp-block--image-right .cp-block-image {
    float: right;
    margin: 0 0 1.75rem 3.5rem;
  }

  .cp-block-wrapper.cp-expanded .cp-block-content {
    display: block;
    order: unset;
    /* Außenrand kommt vom Wrapper; neben dem Bild reicht der Float-Abstand */
    padding: 0.5rem 0 0;
  }

  .cp-block-wrapper.cp-expanded .cp-text-left,
  .cp-block-wrapper.cp-expanded .cp-text-right {
    padding: 0.5rem 0 0;
  }

  .cp-block-wrapper.cp-expanded .cp-block-image img {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1023px) {
  .cp-block-wrapper.cp-expanded {
    padding: 1.25rem 1.25rem 1.75rem;
  }
}

.cp-close-btn {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.cp-close-btn:hover {
  background: #f5f5f5;
}

.cp-block-image {
  position: relative;
}

.cp-extended-text {
  display: none;
  margin-top: 1.5rem;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.cp-extended-text p {
  margin-bottom: 1rem;
}

/* Aufklappbarer Bereich */
.cp-expanded-area {
  display: none;
  padding-top: 2rem;
}

.cp-partnerstudio-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}

/* Produktempfehlungen */
.cp-product-recommendations {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  padding-left: 30px;
  padding-right: 30px;
}

.cp-recommendations-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.cp-recommendations-icon {
  font-size: 24px;
}

.cp-recommendations-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  color: #000;
}

.cp-recommendations-category {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E6503E;
}

.cp-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .cp-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cp-products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cp-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cp-product-card .cp-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cp-product-card .cp-add-to-cart {
  margin-top: auto;
}

.cp-product-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.cp-product-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cp-product-category {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cp-product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.cp-product-title a {
  color: #000;
  text-decoration: none;
}

.cp-product-title a:hover {
  text-decoration: underline;
}

.cp-product-excerpt {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.cp-product-price {
  font-size: 14px;
  font-weight: 600;
}

.cp-add-to-cart {
  margin-top: 0.5rem;
  font-size: 12px;
  padding: 0.5rem 1.15rem;
}

.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-weight: 600;
  font-size: 12px;
  border-radius: 31px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-accent:hover {
  opacity: 0.85;
}

/* Bestseller Section */
.section-bestseller {
  overflow: hidden;
}

/* Hautanalyse: mobil ohne Hintergrundbild, hellgrau, Bild unter dem Text */
@media (max-width: 1023px) {
  .section-hautanalyse {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-image: none !important;
    background-color: #f4f4f4;
  }

  .section-hautanalyse .min-h-\[600px\] {
    min-height: 0;
  }

  .section-hautanalyse .max-w-xl {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-hautanalyse .btn-accent {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    text-align: center;
    padding: 0.5rem 1.15rem;
  }

  .section-hautanalyse .hautanalyse-mobile-image {
    margin-top: 2rem;
  }
}

/* Bestseller-Pfeile: nur mobil sichtbar (Desktop zeigt 4er-Grid ohne Pfeile) */
.bestseller-arrow {
  display: none;
  position: absolute;
  top: 140px;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 0;
}

.bestseller-arrow svg {
  width: 32px;
  height: 32px;
}

.bestseller-prev {
  left: 0;
}

.bestseller-next {
  right: 0;
}

/* Bestseller: nur mobil als Slider (1 Produkt pro Screen, per Pfeil weiterschalten) */
@media (max-width: 1023px) {
  .section-bestseller .bestseller-arrow {
    display: flex;
  }

  .section-bestseller .bestseller-track {
    overflow: hidden;
  }

  .section-bestseller .bestseller-slides {
    display: flex;
    gap: 0;
    transition: transform 0.4s ease-in-out;
  }

  .section-bestseller .bestseller-slide {
    flex: 0 0 100%;
    min-width: 0;
  }

  .section-bestseller .section-headline-bold,
  .section-bestseller .section-headline-light {
    font-size: 22px;
    line-height: 26px;
    white-space: nowrap;
  }

  .section-bestseller .bestseller-header h2 {
    line-height: 26px;
  }

  .section-bestseller .section-headline-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-bestseller .bestseller-badge {
    position: absolute;
    right: 0;
    top: -44px;
  }

  .section-bestseller {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section-bestseller .bestseller-header {
    margin-bottom: 2rem;
  }

  .section-bestseller .bestseller-track {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section-bestseller .bestseller-add-to-cart {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    text-align: center;
    padding: 0.5rem 1.15rem;
  }
}

.bestseller-header {
  position: relative;
}

.bestseller-badge {
  margin-top: 1.5rem;
}

.bestseller-track {
  margin-left: 3rem;
  margin-right: 3rem;
}

.bestseller-product {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bestseller-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;

}

.bestseller-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bestseller-product-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bestseller-product-info .mt-auto {
  margin-top: auto;
}

.bestseller-product-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
}

.bestseller-product-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}

.bestseller-product-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.bestseller-product-title a {
  color: inherit;
  text-decoration: none;
}

.bestseller-product-title a:hover {
  text-decoration: underline;
}

.bestseller-product-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.bestseller-product-price {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35rem;
}

.bestseller-product-price .woocommerce-Price-amount {
  font-weight: 700;
  order: 1;
}

.bestseller-product-price small {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-left: 0;
  order: 2;
}

.bestseller-add-to-cart {
  padding: 0.5rem 1.15rem;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}

.bestseller-wishlist {
  padding: 0.25rem;
  flex-shrink: 0;
}

.bestseller-product-rating {
  font-size: 14px;
  margin-top: 0.5rem;
}

.bestseller-product-rating span {
  font-size: 16px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-weight: 600;
  font-size: 14px;
  border-radius: 31px;
  background-color: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-outline:hover {
  opacity: 0.85;
}

/* Partner Text */
.partner-bereich .section-text-bold {
  margin-top: 20px;
}

.partner-bereich .btn-primary {
  background-color: #E6503E;
  text-transform: uppercase;
}

.partner-bereich .section-headline-light {
  display: inline-block;
}

.partner-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.partner-text p {
  margin-bottom: 1rem;
}

/* Blog Section */
.blog-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.blog-filter::-webkit-scrollbar {
  display: none;
}

/* Mittig wenn Platz reicht, scrollbar ab Ueberlauf */
.blog-filter .blog-filter-btn:first-child {
  margin-left: auto;
}

.blog-filter .blog-filter-btn:last-child {
  margin-right: auto;
}

.blog-filter-btn {
  padding: 0.4rem 1.1rem;
  border: 1px solid #d1d1d1;
  border-radius: 25px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.blog-filter-btn[hidden] {
  display: none !important;
}

.blog-filter-btn:hover {
  border-color: #000;
}

.blog-filter-btn.active {
  background: #F0E6D8;
  color: #000;
  border-color: #F0E6D8;
}

/* Blog Section - Container 1280px */
.section-blog > .max-w-\[1280px\] {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 4-spaltig auf Produktseite, zentriert wenn weniger Artikel */
.section-blog .blog-grid.lg\:grid-cols-3 {
  grid-template-columns: repeat(4, 1fr) !important;
  justify-content: center !important;
}

/* Bei weniger als 4 Artikeln: auto-fit für Zentrierung */
.section-blog .blog-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 2rem !important;
}

.section-blog .blog-grid .blog-card {
  flex: 0 0 calc(25% - 1.5rem) !important;
  max-width: calc(25% - 1.5rem) !important;
}

/* Blog: mobil untereinander statt 4 Spalten */
@media (max-width: 1023px) {
  .section-blog .blog-grid .blog-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .section-blog .blog-grid {
    gap: 2.5rem !important;
  }

  .section-blog .section-headline-light {
    font-size: 24px;
    line-height: 28px;
  }

  .section-blog .blog-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    gap: 0.5rem;
    width: 100%;
  }

  /* Auto-Margins der Desktop-Zentrierung würden die Pillen nach rechts schieben */
  .section-blog .blog-filter .blog-filter-btn:first-child,
  .section-blog .blog-filter .blog-filter-btn:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-card-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-content {
  padding: 1.5rem;
}

.blog-card-title {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.blog-card-excerpt {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.blog-card-link {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.blog-card-link:hover {
  background: #000;
  color: #fff;
}

.blog-mehr-wrapper {
  margin-top: 1rem;
}

.blog-mehr-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-mehr-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 16px;
}

/* Bewertungen Section — Kreis-CTA links + Spalten rechts */
.bewertungen-layout {
  align-items: center;
}

.bewertungen-cta {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.bewertungen-cta-circle {
  width: min(100%, 380px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #F0E6D8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.75rem 2.25rem 2.5rem;
  box-sizing: border-box;
}

.bewertungen-reviews {
  align-self: center;
  width: 100%;
}

.bewertungen-quote-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.bewertungen-quote-icon img {
  width: 48px;
  height: auto;
}

.bewertungen-headline {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0.85rem;
  color: #000;
}

.bewertungen-cta-circle .bewertungen-text {
  font-size: 13px;
  line-height: 1.55;
  color: #222;
  margin: 0 0 0.65rem;
  max-width: 16.5rem;
}

.bewertungen-cta-circle .bewertungen-text strong {
  font-weight: 700;
}

.bewertungen-text-note {
  font-size: 11px;
  line-height: 1.45;
  color: #555;
  margin: 0 0 1.15rem;
  max-width: 15rem;
}

.bewertungen-cta-btn {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.bewertung-card {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: 0;
}

/* Spalten: Inhalts­höhe (~½ Kreis), Namen unten bündig; Haarlinien */
.bewertungen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  height: auto !important;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .bewertungen-grid .bewertung-card {
    padding: 0 1.15rem;
    border-right: 1px solid #e5e5e5;
  }

  .bewertungen-grid .bewertung-card:first-child {
    padding-left: 0;
  }

  .bewertungen-grid .bewertung-card:last-child {
    border-right: none;
    padding-right: 0;
  }
}

.bewertung-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  margin-top: auto;
  padding-top: 0.85rem;
}

.bewertung-text {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  font-style: italic;
  font-weight: 500;
}

.bewertung-name {
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
  min-width: 0;
  color: #000;
}

.bewertung-sterne {
  font-size: 13px;
  letter-spacing: 2px;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
}

.bewertung-sterne .stern.gefuellt {
  color: #6b6b6b;
}

.bewertung-sterne .stern.leer {
  color: #c8c8c8;
}

@media (max-width: 1023px) {
  .bewertungen-cta-circle {
    --bh-bewertungen-kreis: min(85vw, 320px);
    width: var(--bh-bewertungen-kreis);
    height: var(--bh-bewertungen-kreis);
    max-width: var(--bh-bewertungen-kreis);
    max-height: var(--bh-bewertungen-kreis);
    aspect-ratio: 1 / 1;
    min-height: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 1.6rem 1.35rem 1.5rem;
  }

  /* Mobil: zwei Karten sichtbar, Rest per Seitwärts-Scroll */
  .bewertungen-grid {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    align-items: stretch;
    gap: 0.75rem !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
  }

  .bewertungen-grid::-webkit-scrollbar {
    display: none;
  }

  .bewertungen-grid .bewertung-card {
    flex: 0 0 calc((100% - 0.75rem) / 2 - 10px);
    width: calc((100% - 0.75rem) / 2 - 10px);
    min-width: 0;
    scroll-snap-align: start;
    border-right: none;
    padding: 0;
  }
}

/* Newsletter Section */
.section-newsletter {
  background-color: #fff;
}

.newsletter-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: none;
}

@media (min-width: 1024px) {
  .newsletter-wrapper {
    flex-direction: row;
  }
}

.newsletter-left {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 3rem;
  background-color: #FFFEFE;

}

@media (min-width: 1024px) {
  .newsletter-left {
    width: 50%;
  }
}

.newsletter-image {
  flex-shrink: 0;
  width: 200px;
}

.newsletter-image img {
  width: 100%;
  height: auto;
}

.newsletter-content {
  flex: 1;
}

.newsletter-headline {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.newsletter-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 320px;
  width: 100%;
}

.newsletter-input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  background: #fff;
  width: 77%;
}

.newsletter-input:focus {
  outline: none;
  border-color: #000;
}

.newsletter-btn {
  padding: 0.5rem 1.15rem !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 30px;
  margin-top: 0rem;
  max-width: 77%;
}

.newsletter-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.newsletter-success {
  font-size: 14px;
  font-weight: 600;
  color: #2e7d32;
  margin: 0;
}

.newsletter-error {
  font-size: 13px;
  color: #c62828;
  margin: 0.5rem 0 0;
}

.newsletter-right {
  padding: 2.5rem 0rem;
  background: #fff;
}

/* Newsletter: mobil ohne Overflow */
@media (max-width: 1023px) {
  .newsletter-left {
    padding: 2rem 1.5rem;
    gap: 1.25rem;
  }

  .newsletter-image {
    width: 110px;
  }

  .newsletter-content {
    min-width: 0;
  }

  .newsletter-form {
    max-width: none;
  }

  .newsletter-right {
    padding: 2rem 1.5rem;
  }

  .newsletter-usps {
    gap: 1.75rem 1rem;
  }

  .newsletter-usp-headline {
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-hyphens: manual;
    hyphens: manual;
  }

  .newsletter-usp-text {
    font-size: 12px;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

@media (min-width: 1024px) {
  .newsletter-right {
    width: 50%;
    border-left: 0px solid #d5cdc0;
  }
}

.newsletter-usps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 3rem;
}

.newsletter-usp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.newsletter-usp-content {
  min-width: 0;
}

.newsletter-usp-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 0.1rem;
}

.newsletter-usp-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsletter-usp-headline {
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.35rem;
  line-height: 1.3;
  white-space: normal;
}

.newsletter-usp-text {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

/* Sitemap Section */
.section-sitemap {
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  padding: 2.5rem 0 2.5rem 0;
  background: #fff;
}

@media (max-width: 1023px) {
  .section-sitemap {
    padding-top: 2rem;
  }
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1rem;
}

.sitemap-spalte-header {
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .sitemap-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem 0.75rem;
  }
}

@media (min-width: 1024px) {
  /* Über uns etwas breiter, Partner schmaler – Summe bleibt 2 Spalten */
  .sitemap-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(0, 1.4fr) minmax(0, 0.6fr) repeat(3, minmax(0, 1fr));
    gap: 0.5rem 0.35rem;
  }

  .sitemap-spalte {
    padding-right: 0.35rem;
  }

  .sitemap-spalte-header {
    border-bottom: none;
    padding: 0.35rem 0px 0rem;
    margin-bottom: 0rem;
  }
}

.sitemap-titel {
  font-family: 'Mulish', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  color: #000;
}

.sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-links li {
  margin-bottom: 0;
  line-height: 1.6;
}

.sitemap-links li.sitemap-spacer {
  display: block;
  height: 1em;
}

.sitemap-link {
  font-size: 13px;
  color: #333;
  transition: color 0.2s ease;
  display: block;
}

.sitemap-link:hover {
  color: #000;
}

@media (min-width: 1024px) {
  .sitemap-spalte--about .sitemap-link {
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }
}

/* Footer: Widerrufs-CTA unter „Rechtliches“ (Button, kein Textlink) */
.sitemap-widerruf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  padding: 0.5rem 1.15rem;
  border: 1.5px solid #000;
  border-radius: 9999px;
  background: #000;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.sitemap-widerruf-btn:hover {
  background: #fff;
  color: #000 !important;
}

/* Pflegestufen Section */
.section-pflegestufen {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-pflegestufen .section-headline-wrapper {
  margin-bottom: 1.1rem;
}

.pflegestufen-slider {
  position: relative;
}

.pflegestufen-slide {
  /* Padding wird inline gesetzt für erste/letzte Slide */
}

.pflegestufen-slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pflegestufen-box {
  text-align: center;
  position: relative;
}

.pflegestufen-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.pflegestufen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pflegestufen-label {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.pflegestufen-prev,
.pflegestufen-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: color 0.2s;
  cursor: pointer;
  background: none;
  border: none;
}

.pflegestufen-prev {
  left: 10px;
}

.pflegestufen-next {
  right: 10px;
}

.pflegestufen-prev:hover,
.pflegestufen-next:hover {
  color: #000;
}

.pflegestufen-nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.pflegestufen-titel {
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}

/* Pflegestufen: mobil gestapelt (1. Slide volle Breite, Rest 2er-Grid), kein Slider */
@media (max-width: 1023px) {
  .section-pflegestufen .pflegestufen-prev,
  .section-pflegestufen .pflegestufen-next {
    display: none;
  }

  .section-pflegestufen .pflegestufen-track {
    width: 100% !important;
    flex-wrap: wrap;
    transform: none !important;
  }

  .section-pflegestufen .pflegestufen-slide {
    width: 50% !important;
    padding: 0 2px !important;
    margin-bottom: 4px;
  }

  .section-pflegestufen .pflegestufen-slide:first-child,
  .section-pflegestufen .pflegestufen-slide:last-child {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .section-pflegestufen .pflegestufen-slide:first-child .pflegestufen-image,
  .section-pflegestufen .pflegestufen-slide:last-child .pflegestufen-image {
    aspect-ratio: 16/10;
  }

  .section-pflegestufen .pflegestufen-label {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 0.5rem;
  }

  .section-pflegestufen .pflegestufen-titel {
    font-size: 16px;
  }

  .section-pflegestufen .section-headline-bold {
    font-size: 22px;
    line-height: 26px;
  }

  .section-pflegestufen .section-headline-light {
    font-size: 22px;
    line-height: 26px;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
  }

  .section-pflegestufen .section-text {
    margin-bottom: 2rem;
  }
}

/* Über uns Section */
@media (max-width: 1023px) {
  .ueber-uns-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ueber-uns-container {
  max-width: 1280px;
  margin: 0 auto;
}

.ueber-uns-text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

.ueber-uns-text ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.ueber-uns-text li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

.ueber-uns-text li::before {
  content: '–';
  position: absolute;
  left: 0;
}

.ueber-uns-bild-container {
  position: relative;
}

.ueber-uns-bild-container img {
  aspect-ratio: 695 / 557;
  object-fit: cover;
  display: block;
}

@media (min-width: 1024px) {
  .section-ueber-uns .ueber-uns-container > .flex {
    gap: 5rem;
  }
}

.ueber-uns-captions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.ueber-uns-caption-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 0.75rem 1rem;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  max-width: 45%;
}

.ueber-uns-caption-left {
  text-align: left;
}

.ueber-uns-caption-right {
  text-align: right;
  margin-left: auto;
}

.ueber-uns-usps-wrapper {
  margin-top: 0rem;
  padding-top: 2rem;
}

.ueber-uns-usps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  border-right: 1px solid #e5e5e5;
}

.usp-item:last-child {
  border-right: none;
}

.usp-icon {
  flex-shrink: 0;
}

.usp-icon img {
  height: 40px;
  width: auto;
}

/* Mengen-Staffeln (App-Style) */
.quantity-tiers {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  margin: 1.25rem 0;
}

.tier-min-notice {
  background: #f6f6f6;
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}

.tier-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background 0.2s;
  margin: 0;
}

.tier-card:last-child {
  border-bottom: none;
}

.tier-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tier-radio {
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s;
}

.tier-card.is-active {
  background: #eef3fb;
  box-shadow: inset 0 0 0 2px #000;
  border-radius: 12px;
}

.tier-card.is-active .tier-radio {
  border-color: #000;
}

.tier-card.is-active .tier-radio::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}

.tier-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tier-pricing {
  margin-left: auto;
  text-align: right;
}

.tier-unit-price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.tier-total {
  display: block;
  font-size: 13px;
  color: #999;
}

.tier-badge {
  position: absolute;
  top: -1px;
  right: 1rem;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
}

/* Gratis-Position im Warenkorb */
.gratis-badge {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  vertical-align: middle;
}

.gratis-qty {
  font-weight: 600;
}

/* Vollbild Banner: mobiles Bild unter 1024px */
.vollbild-img-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .vollbild-img-desktop {
    display: none;
  }

  .vollbild-img-mobile {
    display: block;
  }
}

/* USPs: mobil 2 pro Reihe */
@media (max-width: 1023px) {
  .ueber-uns-usps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
    justify-content: stretch;
  }

  .usp-item {
    flex: none;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    border-right: none;
    gap: 0.5rem;
  }

  .usp-content {
    min-width: 0;
  }

  .usp-icon img {
    height: 28px;
  }

  .usp-titel {
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-hyphens: manual;
    hyphens: manual;
  }

  .usp-text {
    font-size: 11px;
  }
}

.usp-content {
  text-align: left;
  min-width: 0;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-weight: 600;
  font-size: 14px;
  border-radius: 31px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.btn-dark:hover {
  opacity: 0.85;
}

.usp-titel {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.25rem;
  white-space: normal;
}

.usp-text {
  font-size: 13px;
  color: #000;
}

a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

a:hover {
  opacity: 0.7;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* Buttons - BeautyHills Style (Mulish 12px SemiBold, 31px border-radius) */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-size: 12px;
  border-radius: 31px;
}

/* Systemweit: gleiches Button-Padding wie Shop-Pills / Bestseller */
.btn,
.btn-accent,
.btn-dark,
.btn-primary,
.btn-secondary,
.btn-outline,
.newsletter-btn,
.cp-add-to-cart,
.bestseller-add-to-cart,
.add-to-cart-btn,
.single_add_to_cart_button,
.woocommerce-button,
.woocommerce .button,
.woocommerce ul.products li.product .button,
.related.products ul.products li.product .button,
.upsell-product .button,
.upsell-product a.button,
.sitemap-widerruf-btn,
.product-detail-page form.cart .added_to_cart.wc-forward,
.woocommerce div.product form.cart .added_to_cart.wc-forward,
form.cart .added_to_cart.wc-forward,
.bh-checkout-page .checkout_coupon button.button,
.bh-checkout-page form.login button.button,
.bh-account-content table.shop_table .button,
.bh-account-content .woocommerce-Button,
.bh-account-content button.button,
.bh-account-page .woocommerce-form button.button,
.faq-contact .btn,
.bh-cart-summary .wc-proceed-to-checkout .checkout-button,
.bh-cart-coupon-btn,
.bh-cart-update-btn,
.partner-submit-btn,
.bh-lang-modal-btn,
.hero-slider .hero-mobile-btn,
.hero-right-content .btn,
.section-hautanalyse .btn-accent,
.section-bestseller .bestseller-add-to-cart,
.blog-card-link,
.bh-magazin-reco-btn,
.bh-magazin-hero-cta,
.search-modal-submit,
.about-hero-actions .btn,
.bh-become-partner .btn,
.product-tab-btn,
.bh-blog-catnav-pill,
.shop-subcategory-chip,
.reviews-write-btn {
  padding: 0.5rem 1.15rem !important;
}

/* Hero: einziger Button +30% gegenüber System-Buttons */
.hero-slider .hero-right-content .btn,
.hero-slider .hero-mobile-btn {
  padding: calc(0.5rem * 1.3) calc(1.15rem * 1.3) !important;
  font-size: calc(12px * 1.3) !important;
}


.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
}


.btn-primary:hover {
  opacity: 0.85;
}

.btn-secondary {
  background-color: #E6503E;
  color: #fff;
}

.btn-secondary:hover {
  opacity: 0.85;
}

.btn-outline {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn-outline:hover {
  background-color: #000;
  color: #fff;
}

/* Navigation Styles */

.nav-link {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.topbar-link {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #6b6b6b;
  transition: color 0.15s ease;
}

.topbar-link:hover,
.topbar-link a:hover,
.topbar-link span:hover {
  color: #E6503E;
}

.topbar-link a,
.topbar-link span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.topbar-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.65;
  transition: opacity 0.15s ease;
}

.topbar-link:hover .topbar-icon {
  opacity: 1;
}

/* Desktop Topbar: weniger dominant */
.topbar {
  background-color: rgba(248, 247, 245, 0.95);
  border-bottom: 1px solid #ededed;
}

.topbar .container {
  height: auto;
  min-height: 2.5rem;
  padding-top: 0.35rem;
  padding-bottom: 0.3rem;
  overflow: visible;
}

/* Hauptnavigation - aktiver Menüpunkt */
#primary-menu > li.current-menu-item > a .nav-link,
#primary-menu > li.current_page_item > a .nav-link,
#primary-menu > li.current-menu-ancestor > a .nav-link,
#primary-menu > li.current_page_parent > a .nav-link {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

/* Mobile Burger-Menü: größere Schrift + Trennlinien zwischen den Punkten */
#mobile-menu nav ul {
  display: flex;
  flex-direction: column;
}

#mobile-menu nav ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

#mobile-menu nav ul > li:last-child {
  border-bottom: none;
}

#mobile-menu nav ul > li > a {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 0.75rem;
  padding: 1.2rem 0.5rem;
  margin: 0 -0.5rem;
  border-radius: 8px;
  transition: color 0.15s ease, background-color 0.15s ease;
}

#mobile-menu nav ul > li > a:active,
#mobile-menu nav ul > li > a:hover {
  color: #E6503E;
  background-color: #FBF3F1;
}

#mobile-menu nav .nav-link {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: inherit;
}

/* Mobile Submenu Toggle */
.mobile-submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-left: 0.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-submenu-toggle::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #c9c9c9;
  border-right: 2px solid #c9c9c9;
  transform: rotate(45deg);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.mobile-submenu-toggle[aria-expanded="true"]::after {
  transform: rotate(135deg);
}

.mobile-submenu-toggle:active::after,
.mobile-submenu-toggle:hover::after {
  border-color: #E6503E;
}

/* Mobile Submenu (Akkordeon) */
.mobile-submenu {
  flex: 1 1 100%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding-left: 0.5rem;
}

.mobile-submenu.is-open {
  max-height: 80rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
}

.mobile-submenu-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-submenu-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* Mobile Subnav: Hover/Active nur schwarz unterstrichen (wie Hauptnavi) */
.mobile-submenu-list li a:active,
.mobile-submenu-list li a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.mobile-submenu-list li a.active {
  background-color: transparent;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

/* Hauptnavigation - Untermenüs ausblenden (werden im Mega-Menü gezeigt) */
#primary-menu > li > ul,
#primary-menu .sub-menu {
  display: none !important;
}

#primary-menu > li {
  position: relative;
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #F6F2EA;
  z-index: 40;
  overflow: hidden;
  padding-bottom: 2rem;
}

.mega-menu.hidden {
  display: none;
}

.mega-menu-inner {
  width: 100%;
  height: 100%;
  padding: 2.5rem 0;
}

.mega-menu-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  gap: 3rem;
}

.mega-menu-nav {
  width: 220px;
  flex-shrink: 0;
}

.mega-menu-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b6b6b;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mega-menu-list li {
  margin: 0;
}

.mega-menu-loading {
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  padding: 5px 0;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* Mega-Menü: Hover/Active nur schwarz unterstrichen (wie Hauptnavi) */
.mega-menu-link:hover,
.mega-menu-link:focus-visible {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.mega-menu-link.active,
.mega-menu-link.active:hover {
  background-color: transparent;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.mega-menu-content {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}

.mega-menu-cards {
  display: flex;
  gap: 1.5rem;
}

.mega-menu-card {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
}

.mega-menu-card-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.mega-menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kein Deckkraft-Hover auf dem Link selbst (Safari-Rendering-Bug: Bild verschwindet).
   Stattdessen: milchiger Overlay-Effekt über dem Bild via ::after */
.mega-menu-card a,
.mega-menu-card a:hover {
  opacity: 1;
  transition: none;
}

.mega-menu-card-image {
  position: relative;
}

.mega-menu-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.mega-menu-card-image:hover::after {
  opacity: 0.3;
}

.mega-menu-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
}

.mega-menu-card-title a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.mega-menu-card-title svg {
  width: 16px;
  height: 16px;
}

.mega-menu-card-desc {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}

/* Product Detail Page */
.product-detail-page {
  background: #fff;
  margin-top: 50px;
}

.breadcrumb {
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  transition: color 0.2s;
}

.breadcrumb span:last-child,
.breadcrumb strong {
  color: #E6503E;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .product-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3rem;
    align-items: start;
  }
}

/* Product Gallery */
@media (min-width: 1024px) {
  .product-gallery {
    position: sticky;
    top: 2rem;
  }
}

.product-main-image {
  position: relative;
  background: #F6F2EA;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  max-width: 520px;
}

.main-product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1;
}

/* Gallery Navigation */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.2s;
  z-index: 10;
}

.gallery-nav:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gallery-nav svg {
  color: #333;
}

.gallery-prev {
  left: 1rem;
}

.gallery-next {
  right: 1rem;
}

.product-gallery-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

@media (min-width: 768px) {
  .product-gallery-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.product-thumbnails {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
}

.product-thumb {
  flex: 0 0 80px;
  height: 80px;
  background: #F6F2EA;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.product-thumb:hover,
.product-thumb.active {
  opacity: 1;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Share Button */
.share-button-wrapper {
  position: relative;
  flex-shrink: 0;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .share-button-wrapper {
    align-self: flex-start;
  }
}

.share-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  padding: 0.5rem 0;
}

.share-btn:hover {
  color: #000;
}

.share-btn img {
  width: 20px;
  height: 20px;
}

/* Share Popup */
.share-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 1rem;
  min-width: 200px;
  z-index: 100;
}

.share-popup.active {
  display: block;
}

.share-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 14px;
}

.share-popup-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  line-height: 1;
}

.share-popup-close:hover {
  color: #000;
}

.share-popup-options {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.share-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.share-option:hover {
  color: #000;
}

.share-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-icon.whatsapp {
  background: #E8F5E9;
}

.share-icon.link {
  background: #F5F5F5;
}

.share-icon.share {
  background: #F5F5F5;
}

/* Product Info */
.product-info {
  padding-top: 1rem;
}

.product-rating .rating-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.product-rating .rating-link:hover {
  opacity: 0.7;
}

.product-rating .stars {
  display: flex;
  gap: 2px;
}

.product-rating .star {
  color: #ddd;
  font-size: 16px;
}

.product-rating .star.filled {
  color: #000;
}

.product-category-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.35rem;
  transition: color 0.2s;
}

.product-category-label:hover {
  color: #000;
}

.product-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 0rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}

.product-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.wishlist-btn {
  flex-shrink: 0;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  transition: color 0.2s;
}

.wishlist-btn:hover {
  color: #E63946;
}

.product-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 1rem;
}

/* Product Badges */
.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #333;
  background: #F0F0F0;
}

.product-badge-time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
}

.product-badge-time .time-icon {
  width: 20px;
  height: 20px;
}

.product-benefits {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0 0 1.5rem 0;
}

.product-benefits li {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  padding-left: 0;
  margin-bottom: 0;
}

.product-short-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}

.product-short-desc p {
  margin-bottom: 0.5rem;
}

.product-price-box {
  margin-bottom: 2rem;
}

.product-price-box .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.bh-unit-price {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  color: #888;
  white-space: nowrap;
  margin-top: 0.15rem;
}

.product-price-box .main-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.product-price-box .bh-unit-price {
  font-size: 15px;
  flex: 0 0 100%;
  order: 3;
  margin-left: 0;
  margin-top: 0.25rem;
}

.bestseller-product-price .bh-unit-price,
.upsell-product .price .bh-unit-price,
.related.products ul.products li.product .price .bh-unit-price,
ul.products li.product .price .bh-unit-price {
  font-size: 12px;
  flex: 0 0 100%;
  order: 3;
  margin-left: 0;
  margin-top: 0.2rem;
}

.upsell-product .price,
.related.products ul.products li.product .price,
ul.products li.product .price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35rem;
}

.upsell-product .price .woocommerce-Price-amount,
.related.products ul.products li.product .price .woocommerce-Price-amount,
ul.products li.product .price .woocommerce-Price-amount {
  order: 1;
}

.upsell-product .price::after,
.related.products ul.products li.product .price::after {
  order: 2;
}

.product-price-box .tax-info {
  display: block;
  font-size: 13px;
  color: #000;
  margin-top: 0.25rem;
}

.product-price-box .tax-shipping-info {
  display: block;
  font-size: 14px;
  color: #333;
  margin-top: 0.5rem;
}

.product-price-box .shipping-link {
  color: #333;
  text-decoration: underline;
}

.product-price-box .shipping-link:hover {
  color: #000;
}

.bh-product-unavailable {
  margin: 1.25rem 0 0;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.product-price-box {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

/* Variation Buttons (Size Selection) */
.variations {
  margin-bottom: 1rem;
}

.variation-row {
  margin-bottom: 0.5rem;
}

.variation-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.variation-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.variation-btn {
  flex: 1;
  min-width: 80px;
  padding: 1rem 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.variation-btn:hover {
  border-color: #999;
}

.variation-btn.selected {
  border-color: #333;
  background: #f5f5f5;
  font-weight: 700;
}

/* Quantity Row — 50% Breite, CTA darunter */
.quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 50%;
  max-width: 50%;
  padding: 0.85rem 1.15rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}

.quantity-row .quantity-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.quantity-row .quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.quantity-row .qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.quantity-row .qty-btn:hover {
  background: #e0e0e0;
  color: #333;
}

.quantity-row .qty-input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity-row .qty-input::-webkit-outer-spin-button,
.quantity-row .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Quantity Selector (simple products - legacy) */
.quantity-selector {
  margin-bottom: 1.5rem;
}

.quantity-selector label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.quantity-input-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
}

.qty-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  transition: background 0.2s;
}

.qty-btn:hover {
  background: #f5f5f5;
}

.qty-input {
  width: 60px;
  height: 40px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Volume Discount */
.volume-discount {
  background: #F6F2EA;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discount-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.discount-info {
  font-size: 14px;
  color: #000;
}

/* Vorteilspreis Selection */
.vorteilspreis-selection {
  margin-bottom: 1.5rem;
}

.vorteilspreis-headline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.vorteilspreis-icon {
  width: 20px;
  height: 20px;
}

.vorteilspreis-option {
  display: block;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.vorteilspreis-option input[type="radio"] {
  display: none;
}

.vorteilspreis-option .option-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border: 1px dashed #e0e0e0;
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s;
}

.vorteilspreis-option:hover .option-content {
  border-color: #ccc;
}

.vorteilspreis-option.selected .option-content {
  border-style: solid;
  border-color: #333;
  background: #f5f5f5;
}

.vorteilspreis-option .option-image,
.vorteilspreis-option .option-images {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.vorteilspreis-option .option-image img,
.vorteilspreis-option .option-images img {
  width: 70px;
  height: 90px;
  object-fit: contain;
  border-radius: 4px;
}

.vorteilspreis-option .option-title {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.vorteilspreis-option .option-price,
.vorteilspreis-option .single-price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.vorteilspreis-option .option-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}

.vorteilspreis-option .option-old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.vorteilspreis-option .option-discount {
  font-size: 12px;
  font-weight: 600;
  color: #E6503E;
  background: #FEF2F2;
  padding: 2px 6px;
  border-radius: 4px;
}

.vorteilspreis-option .option-price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/* Legacy Product Bundles (simple products) */
.product-bundles {
  margin-bottom: 1.5rem;
}

.bundles-headline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.bundles-headline svg {
  width: 20px;
  height: 20px;
}

.bundle-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: none;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  background: #F5F5F5;
}

.bundle-images {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.bundle-images img {
  width: 60px;
  height: 80px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

.bundle-plus {
  font-size: 18px;
  font-weight: 500;
  color: #999;
}

.bundle-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bundle-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.bundle-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.bundle-old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  order: 2;
}

.bundle-price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  order: 1;
}

/* Add to Cart Button */
.add-to-cart-btn,
.single_add_to_cart_button {
  display: inline-block;
  width: auto;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.2s;
}

.add-to-cart-btn:hover,
.single_add_to_cart_button:hover {
  background: #333;
}

/* Nach Add-to-Cart: „Zum Warenkorb“ als Secondary-Button neben dem CTA
   (nur PDP — in Produktlisten öffnet sich der Mini-Cart rechts) */
.product-detail-page form.cart,
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.75rem;
}

.product-detail-page form.cart > .quantity-row,
.woocommerce div.product form.cart > .quantity-row {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
  /* Rest der Zeile belegen → CTA springt in die nächste Zeile */
  margin-right: 50% !important;
}

.product-detail-page form.cart > .quantity-tiers,
.product-detail-page form.cart > .beautycoins-info,
.product-detail-page form.cart > .variations,
.product-detail-page form.cart > .single_variation_wrap,
.product-detail-page form.cart > .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart > .quantity-tiers,
.woocommerce div.product form.cart > .beautycoins-info,
.woocommerce div.product form.cart > .variations,
.woocommerce div.product form.cart > .single_variation_wrap,
.woocommerce div.product form.cart > .woocommerce-variation-add-to-cart {
  flex: 0 0 100%;
  width: 100%;
}

/* Warenkorb-Button: natürliche Pill-Breite unter der Anzahl
   (PDP nutzt .product-detail-page — oft OHNE WooCommerce-Wrapper div.product) */
.product-detail-page form.cart > .single_add_to_cart_button,
.product-detail-page form.cart > .add-to-cart-btn,
.product-detail-page form.cart .single_variation_wrap .single_add_to_cart_button,
.product-detail-page form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.product-detail-page form.cart .single_variation_wrap .add-to-cart-btn,
.product-detail-page form.cart .woocommerce-variation-add-to-cart .add-to-cart-btn,
.woocommerce div.product form.cart > .single_add_to_cart_button,
.woocommerce div.product form.cart > .add-to-cart-btn,
.woocommerce div.product form.cart .single_variation_wrap .single_add_to_cart_button,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
  align-self: flex-start !important;
  margin-top: 0;
}

.product-detail-page form.cart .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

/* Trust-Badges immer unter dem ATC (nicht daneben) */
.product-detail-page form.cart .woocommerce-variation-add-to-cart .trust-badges,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .trust-badges {
  flex: 0 0 auto;
  width: 100%;
  align-self: stretch;
}

@media (max-width: 640px) {
  .quantity-row,
  .product-detail-page form.cart > .quantity-row,
  .woocommerce div.product form.cart > .quantity-row {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}

/* Listen / Grids: „Zum Warenkorb“ ausblenden (Mini-Cart öffnet sich bereits) */
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.related.products ul.products li.product .added_to_cart.wc-forward,
ul.products .added_to_cart.wc-forward,
.product-actions .added_to_cart.wc-forward {
  display: none !important;
}

.product-detail-page form.cart .added_to_cart.wc-forward,
.woocommerce div.product form.cart .added_to_cart.wc-forward,
form.cart .added_to_cart.wc-forward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0.75rem !important;
  padding: 0.5rem 1.15rem !important;
  border: 1.5px solid #000 !important;
  border-radius: 9999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-detail-page form.cart .added_to_cart.wc-forward:hover,
.woocommerce div.product form.cart .added_to_cart.wc-forward:hover,
form.cart .added_to_cart.wc-forward:hover {
  background: #000 !important;
  color: #fff !important;
}

@media (max-width: 480px) {
  /* Nur „Zum Warenkorb“ stapeln — ATC bleibt Pill (natürliche Breite) */
  .product-detail-page form.cart .added_to_cart.wc-forward,
  .woocommerce div.product form.cart .added_to_cart.wc-forward {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
  }

  .product-detail-page form.cart .add-to-cart-btn,
  .product-detail-page form.cart .single_add_to_cart_button,
  .woocommerce div.product form.cart .add-to-cart-btn,
  .woocommerce div.product form.cart .single_add_to_cart_button {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    align-self: flex-start !important;
  }
}

/* BeautyCoins Info */
.beautycoins-info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.beautycoins-info .coins-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.beautycoins-info .coins-icon svg {
  width: 32px;
  height: 32px;
}

.beautycoins-info .coins-text {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.beautycoins-info .coins-amount {
  color: #E85A4F;
  font-weight: 700;
}

.beautycoins-info a {
  color: #333;
  text-decoration: underline;
}

.beautycoins-info a:hover {
  color: #E85A4F;
}

/* Trust Badges */
.trust-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0rem;
  margin-bottom: 4rem;
  padding-top: 1.5rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: #000;
}

.trust-badge svg {
  flex-shrink: 0;
  color: #999;
}
.trust-badge img {
  height: 20px;
}
/* Product Tabs */
.product-tabs-section {
  background: #fff;
  padding: 0;
}

.product-tabs-nav-wrapper {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
}

.product-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 2rem 0;
}

.product-tab-btn {
  padding: 0.5rem 1.15rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}

.product-tab-btn:hover {
  border-color: #000;
  color: #000;
}

.product-tab-btn.active {
  background: #F0E6D8;
  border-color: #F0E6D8;
  color: #000;
}

.product-tabs-content {
  min-height: 300px;
  padding: 3rem 0;
  background: #FBF9F7;
}

.product-tab-panel {
  display: none;
}

.product-tab-panel.active {
  display: block;
}

.product-tab-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  /* Two columns only when a second column (image) exists.
     Icon-only tabs (e.g. HAUTTYP) keep full available width. */
  .product-tab-inner--has-image,
  .product-tab-inner:has(.product-tab-image) {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

/* Tab-Überschriften = gleiche Größe wie „Unsere Empfehlung“ (.upsells-title / .woocommerce h2).
   Spezifität hoch genug gegen WooCommerce `.woocommerce h3`. */
.woocommerce .product-tab-title,
.product-tabs-section .product-tab-title,
h3.product-tab-title {
  font-family: 'Mulish', sans-serif;
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-tab-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.product-tab-text h4,
.product-tab-text strong {
  display: block;
  font-weight: 700;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.product-tab-text h4:first-of-type,
.product-tab-text strong:first-of-type {
  margin-top: 0;
}

.product-tab-text p {
  margin-bottom: 1rem;
}

.product-tab-text ul,
.product-tab-text ol {
  margin: 0 0 1.25rem 1.25rem;
  padding-left: 0.25rem;
}

.product-tab-text ul {
  list-style: disc;
}

.product-tab-text ol {
  list-style: decimal;
}

.product-tab-text li {
  margin-bottom: 0.35rem;
  padding-left: 0.15rem;
}

.product-tab-text li p {
  margin-bottom: 0;
}

.product-tab-text li::marker {
  color: #000;
}

/* Icon-Reihe: bewusst ohne Bullets (eigene Darstellung) */
.product-tab-text ul.hauttypen-icons {
  list-style: none;
  margin: 0 0 2rem;
  padding: 1rem 0;
}

.product-tab-image {
  display: flex;
  justify-content: flex-end;
}

.product-tab-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 0;
}

/* Upsells Section */
.upsells-section {
  background: #fff;
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
}

.upsells-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #000;
}

.upsells-icon {
  color: #000;
}

.upsells-title {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
}

.upsells-category {
  color: #E74C3C;
}

.upsells-slider-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.upsells-nav {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.upsells-nav.upsells-prev {
  left: -24px;
}

.upsells-nav.upsells-next {
  right: -24px;
}

.upsells-nav:hover {
  background: #f5f5f5;
  border-color: #000;
}

.upsells-products {
  display: flex !important;
  gap: 2rem !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  width: 100% !important;
}

.upsells-products::-webkit-scrollbar {
  display: none;
}

.upsell-product {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
  width: calc(50% - 1rem) !important;
  min-width: calc(50% - 1rem) !important;
}

.upsell-product-image {
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  min-height: auto !important;
}

.upsell-product-image a {
  display: block !important;
  width: 100% !important;
}

.upsell-product-image img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.upsell-product-info {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
}

.upsell-product .product-category {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #000 !important;
  margin-bottom: 0.25rem !important;
  display: block !important;
}

.upsell-product .product-title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  padding-bottom: 0rem !important;
  border-bottom: 1px solid #000 !important;
  margin-bottom: 0.75rem !important;
}

.upsell-product .woocommerce-loop-product__title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 0 !important;
  flex: 1 !important;
  padding: 0 !important;
}

.upsell-product .woocommerce-loop-product__title a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 16px!important;
  font-weight: 700!important;
}

.upsell-product .wishlist-heart {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: #000 !important;
  flex-shrink: 0 !important;
}

.upsell-product .wishlist-heart:hover {
  color: #E63946 !important;
}

.upsell-product .product-short-description {
  font-size: 13px !important;
  color: #000 !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.upsell-product .price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 1.25rem !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35rem;
}

.upsell-product .price::after {
  content: " inkl. MwSt" !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
  order: 2;
}

.upsell-product .product-actions {
  margin-top: auto !important;
}

.upsell-product .button,
.upsell-product a.button {
  display: inline-block !important;
  padding: 0.5rem 1.15rem !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  width: auto !important;
}

.upsell-product .button:hover,
.upsell-product a.button:hover {
  background: #333 !important;
}

.upsell-product .product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-bottom: 0.75rem !important;
  font-size: 12px !important;
  color: #000 !important;
}

.upsell-product .product-rating .stars {
  display: flex !important;
  gap: 2px !important;
  line-height: 1 !important;
}

.upsell-product .product-rating .star {
  color: #ddd !important;
  font-size: 14px !important;
}

.upsell-product .product-rating .star.filled {
  color: #000 !important;
}

.upsell-product .product-rating .star-rating {
  font-size: 12px !important;
  width: calc(5em + 8px) !important;
  height: 1.2em !important;
  position: relative !important;
  overflow: hidden !important;
  line-height: 1.2 !important;
}

.upsell-product .product-rating .star-rating::before {
  content: "★★★★★" !important;
  color: #ddd !important;
  float: left !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  letter-spacing: 2px !important;
}

.upsell-product .product-rating .star-rating span {
  overflow: hidden !important;
  float: left !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  padding-top: 1.5em !important;
}

.upsell-product .product-rating .star-rating span::before {
  content: "★★★★★" !important;
  color: #000 !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  letter-spacing: 2px !important;
}

.upsell-product .product-rating .rating-count {
  color: #000 !important;
}

@media (max-width: 1200px) {
  .upsells-products {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  .upsells-header {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .upsells-title {
    text-align: left !important;
  }

  .upsell-product {
    grid-template-columns: 1fr !important;
  }

  .upsell-product-image {
    min-height: auto !important;
  }

  .upsell-product-image img {
    max-width: 100% !important;
    width: 100% !important;
  }

  .upsell-product-info {
    padding: 1rem 0.25rem !important;
  }

  .upsell-product .button,
  .upsell-product a.button {
    display: block !important;
    width: 100% !important;
    padding: 0.5rem 1.15rem !important;
    font-size: 11px !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;
  }
}

/* Related Products */
.related-products-section {
  background: #fff;
  padding: 3rem 0;
}

.related.products {
  margin: 0;
}

.related.products > h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
text-align: left;
  font-family: 'Mulish', sans-serif;
  letter-spacing: 0em;
  color: #000;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .related.products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.related.products ul.products li.product {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related.products ul.products li.product .product-image-link {
  display: block;
  margin-bottom: 1rem;
}

.related.products ul.products li.product .product-image-link img {
  width: 100%;
  height: auto;
  background: #fff;
}

.related.products ul.products li.product .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.related.products ul.products li.product .product-category {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .related.products ul.products li.product .product-category {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

.related.products ul.products li.product .product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0rem;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
  flex: 1;
  min-width: 0;
  text-align: left;
}

.related.products ul.products li.product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
}

.related.products ul.products li.product .wishlist-heart {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #000;
  flex-shrink: 0;
}

.related.products ul.products li.product .wishlist-heart:hover {
  color: #E63946;
}

.related.products ul.products li.product .product-short-description {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.5em * 3);
}

.related.products ul.products li.product .price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: auto;
  margin-bottom: 0;
}

.related.products ul.products li.product .price::after {
  content: " inkl. MwSt";
  font-size: 12px;
  color: #000;
}

.related.products ul.products li.product .product-actions {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.related.products ul.products li.product .button {
  display: block;
  width: 100%;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .related.products ul.products li.product .button {
    display: inline-block;
    width: auto;
    padding: 0.5rem 1.15rem;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.related.products ul.products li.product .button:hover {
  background: #333;
}

.related.products ul.products li.product .product-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  min-height: 1.25em;
  font-size: 12px;
  color: #000;
}

/* Shop-Loop: Sterne über dem Button, feste Zeile für gleiche Button-Höhe */
.woocommerce ul.products li.product .product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  min-height: 1.25em;
}

.woocommerce ul.products li.product .star-rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
  line-height: 1.2;
  font-size: 16px;
  /* 5 Sterne + 4× letter-spacing — zu breit verzerrt die %-Füllung */
  width: calc(5em + 8px);
  font-family: inherit;
}

.woocommerce ul.products li.product .star-rating::before {
  content: "★★★★★";
  color: #ddd;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 2px;
}

.woocommerce ul.products li.product .star-rating span {
  overflow: hidden;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
}

.woocommerce ul.products li.product .star-rating span::before {
  content: "★★★★★";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 2px;
}

.woocommerce ul.products li.product .product-rating .stars {
  display: flex;
  gap: 2px;
  line-height: 1;
}

.woocommerce ul.products li.product .product-rating .star {
  color: #ddd;
  font-size: 16px;
}

.woocommerce ul.products li.product .product-rating .star.filled {
  color: #000;
}

.woocommerce ul.products li.product .product-rating .rating-count {
  color: #000;
  font-size: 14px;
}

.related.products ul.products li.product .product-rating .star-rating {
  font-size: 12px;
}

.related.products ul.products li.product .product-rating .rating-count {
  color: #000;
}

/* Cards */

/* Product Card */

/* Form Elements */

/* Product Grid */

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .woocommerce ul.products {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: none;
  border-radius: 0;
  outline: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: none;
}

.woocommerce ul.products li.product .product-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .product-short-description {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.5em * 3);
}

.woocommerce ul.products li.product .product-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce ul.products li.product a img {
  height: auto;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
  text-align: left;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  display: block;
  text-align: left;
}

.woocommerce ul.products li.product .price {
  font-weight: 700;
  margin-top: auto;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
  display: inline-flex;
  font-size: 12px!important;
  width: auto;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
  padding: 0.5rem 1.15rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Mobil: 2 Karten nebeneinander -> kompakteres Innenlayout */
@media (max-width: 639px) {
  .woocommerce ul.products li.product {
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .woocommerce ul.products li.product .product-info {
    padding: 0.75rem 0.75rem 1rem;
  }

  .woocommerce ul.products li.product .product-category {
    font-size: 10px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-bottom: 0.35rem;
  }

  .woocommerce ul.products li.product .price {
    font-size: 0.95rem;
  }

  .woocommerce ul.products li.product .product-short-description {
    display: none;
  }

  .woocommerce ul.products li.product .button {
    margin-top: 0.75rem;
    width: 100%;
    padding: 0.5rem 1.15rem;
  }

  .woocommerce ul.products li.product .wishlist-heart svg {
    width: 16px;
    height: 16px;
  }
}

/* Single Product */

.woocommerce div.product {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .woocommerce div.product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce div.product div.images {
  overflow: hidden;
  border-radius: 0.75rem;
}

.woocommerce div.product div.summary {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce div.product p.price {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.woocommerce div.product form.cart .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Cart */

.woocommerce-cart table.cart {
  width: 100%;
}

.woocommerce-cart table.cart th,
    .woocommerce-cart table.cart td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Checkout */

.woocommerce #place_order {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-right-2 {
  right: -0.5rem;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-9 {
  height: 2.25rem;
}

@media (min-width: 1024px) {
  .lg\:h-12 {
    height: 3rem;
  }
}

.site-branding {
  flex-shrink: 0;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

/* Main Content - Abstand für fixed Header */
main#content {
  padding-top: 120px;
}

/* Mobile Header: Logo kleiner, links neben dem Burger-Menü */
@media (max-width: 1023px) {
  main#content {
    padding-top: 72px;
  }

  #masthead .site-branding {
    margin-right: auto;
    margin-left: 0.5rem;
  }

  #masthead .site-branding img {
    height: 2.25rem;
  }

  #masthead .container > .flex {
    height: 4.5rem;
    overflow: visible;
  }
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-300 {
  background-color: #d1d5db;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-bh-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 1023px) {
  .py-16 {
    padding-bottom: 0;
  }

  /* Jede Content-Section mobil 4rem oben — auch ohne .py-16 (Hautanalyse, Vollbild-Banner) */
  .section-bestseller,
  .section-hautanalyse,
  .section-pflegestufen,
  .section-ueber-uns,
  .section-vollbild-banner,
  .section-blog,
  .section-bewertungen,
  .section-produkte {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-bh-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Google Fonts - Mulish */

/* Base Styles */

/* Component Styles */

/* WooCommerce Overrides */

/* Utility Classes */

.hover\:bg-bh-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }
}

/* ========================================
   Footer
   ======================================== */
.site-footer {
  background: #fff;
  border-top: none;
}

.footer-bar {
  padding: 0.75rem 0;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem; /* gleiche Innenbreite wie Sitemap (max-w-[1280px] + px-6) */
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  height: 37px;
  width: auto;
}

.footer-logo-sub {
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #000;
  margin-top: 2px;
}

.footer-address {
  font-size: 10px;
  line-height: 1.5;
  color: #333;
}

.footer-address strong {
  font-weight: 600;
}

.footer-contact {
  font-size: 10px;
  line-height: 1.5;
  color: #333;
}

.footer-contact a {
  color: #333;
  text-decoration: underline;
}

.footer-contact a:hover {
  text-decoration: none;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-social a {
  color: #333;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: #000;
}

.footer-social svg {
  width: 20px;
  height: 20px;
}

.footer-payments {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-payments img {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.footer-payments img.payment-applepay {
  height: 15px;
}

.footer-payments img.payment-klarna {
  height: 11px;
}

.footer-payments img.payment-paypal {
  height: 15px;
  margin-top:2px;
}

.footer-payments img.payment-visa {
  height: 12px;
}

.footer-payments img.payment-mastercard {
  height: 16px;
}

.footer-trust {
  flex-shrink: 0;
}

.footer-trust .trusted-badge {
  height: 110px;
  width: auto;
}

/* Footer Mobile */
@media (max-width: 1023px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-bar {
    padding: 1.5rem 0;
  }

  .footer-left {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-right {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-logo {
    align-items: center;
  }

  .footer-address,
  .footer-contact {
    font-size: 12px;
  }

  .footer-social,
  .footer-payments {
    justify-content: center;
  }
}

/* =====================================================
   MINI CART SLIDE-IN
   ===================================================== */

.mini-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  /* iOS: geschlossenes Panel nicht hit-testbar */
  pointer-events: none;
  visibility: hidden;
}

.mini-cart.active {
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  /* Über AICO-Chat-Launcher (z-index 2147483000) */
  z-index: 2147483646;
}

.mini-cart-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2147483645;
}

.mini-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.mini-cart-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mini-cart-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #E74C3C;
  padding: 0.25rem;
  transition: opacity 0.2s;
}

.mini-cart-close:hover {
  opacity: 0.7;
}

.mini-cart-content {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}

.mini-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  gap: 1rem;
  color: #000;
}

.mini-cart-items {
  padding: 0;
}

.mini-cart-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eee;
}

.mini-cart-item-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}

.mini-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mini-cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mini-cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mini-cart-item-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.mini-cart-item-name a {
  color: inherit;
  text-decoration: none;
}

.mini-cart-item-name a:hover {
  text-decoration: underline;
}

.mini-cart-item-category {
  font-size: 12px;
  color: #888;
}

.mini-cart-item-volume {
  font-size: 12px;
  color: #000;
  margin-top: 0.25rem;
}

.mini-cart-item-remove {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 0.25rem;
  transition: color 0.2s;
}

.mini-cart-item-remove:hover {
  color: #E74C3C;
}

.mini-cart-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
}

.mini-cart-item-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.qty-btn {
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: background 0.2s;
}

.qty-btn:hover {
  background: #f5f5f5;
}

.qty-value {
  width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.mini-cart-item-price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

/* Upsell Box */
.mini-cart-upsell {
  background: linear-gradient(135deg, #FDF5F3 0%, #F8E8E4 100%);
  margin: 1rem 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
}

.mini-cart-upsell::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: #E74C3C;
  border-radius: 0 8px 8px 0;
}

.mini-cart-upsell-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.mini-cart-upsell-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.mini-cart-upsell-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.mini-cart-upsell-text strong {
  font-weight: 700;
}

.mini-cart-upsell-product {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 0.75rem;
  border-radius: 6px;
}

/* Coupon */
.mini-cart-coupon {
  display: flex;
  gap: 0.5rem;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

.mini-cart-coupon-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

.mini-cart-coupon-input:focus {
  outline: none;
  border-color: #000;
}

.mini-cart-coupon-btn {
  padding: 0.75rem 1.25rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.mini-cart-coupon-btn:hover {
  background: #000;
  color: #fff;
}

.mini-cart-coupon-message {
  margin: 0 1.5rem 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 4px;
}

.mini-cart-coupon-message.is-error {
  background: #fff5f3;
  border: 1px solid #E6503E;
  color: #E6503E;
}

.mini-cart-coupon-message.is-success {
  background: #eef8ee;
  border: 1px solid #2e7d32;
  color: #1b5e20;
}

/* Totals */
.mini-cart-totals {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}

.mini-cart-subtotal,
.mini-cart-shipping {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #000;
  margin-bottom: 0.5rem;
}

.mini-cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  padding-top: 0.75rem;
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
}

/* Footer: CTA über Payment-Chips / externe Fixed-Widgets */
.mini-cart-footer {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  isolation: isolate;
}

/* Checkout Button */
.mini-cart-checkout {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}

.mini-cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #E74C3C;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
  z-index: 4;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(231, 76, 60, 0.25);
  touch-action: manipulation;
  cursor: pointer;
}

.mini-cart-checkout-btn:hover {
  background: #c0392b;
  color: #fff;
}

/*
 * AICO-Chat (Shadow-Host [data-aico-chat], Launcher z-index 2147483000)
 * blockiert unter iOS Mini-Cart „SICHER ZUR KASSE“ und Checkout
 * „Zahlungspflichtig bestellen“. display:none entfernt den Host aus dem
 * Hit-Test (visibility allein reicht bei Shadow/Fixed oft nicht).
 */
body.mini-cart-open [data-aico-chat],
body:has(.mini-cart.active) [data-aico-chat],
body.woocommerce-checkout [data-aico-chat],
body.woocommerce-order-pay [data-aico-chat],
body.mini-cart-open iframe[src*="aico"],
body:has(.mini-cart.active) iframe[src*="aico"],
body.woocommerce-checkout iframe[src*="aico"],
body.woocommerce-order-pay iframe[src*="aico"] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Payment Icons — Chips, Logos unverzerrt (wie Footer-Assets) */
.mini-cart-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.25rem 1.5rem;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}

.mini-cart-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.15rem;
  padding: 0.4rem 0.65rem;
  background: #fff;
  border: 1px solid #ece7df;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.mini-cart-payment img {
  display: block;
  width: auto !important;
  max-width: none;
  object-fit: contain;
  opacity: 1;
  flex-shrink: 0;
}

.mini-cart-payment img.payment-applepay {
  height: 14px;
}

.mini-cart-payment img.payment-klarna {
  height: 12px;
}

.mini-cart-payment img.payment-paypal {
  height: 14px;
}

.mini-cart-payment img.payment-visa {
  height: 12px;
}

.mini-cart-payment img.payment-mastercard {
  height: 18px;
}

/* Mobile */
@media (max-width: 480px) {
  .mini-cart {
    max-width: 100%;
  }
}

/* =====================================================
   WOOCOMMERCE MY ACCOUNT / LOGIN
   ===================================================== */

.woocommerce-account .page-content {
  min-height: 60vh;
}

.woocommerce-form-login,
.woocommerce-form-register {
  max-width: 450px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.woocommerce h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0rem;
  text-align: center;
}

.woocommerce-form-row {
  margin-bottom: 1.25rem;
}

.woocommerce-form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.woocommerce-form-row .input-text,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"] {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s;
}

.woocommerce-form-row .input-text:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus {
  outline: none;
  border-color: #000;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  cursor: pointer;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #000;
}

.woocommerce-button,
.woocommerce .button {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  text-decoration: none;
}

.woocommerce-button:hover,
.woocommerce .button:hover {
  background: #333;
  color: #fff;
}

.woocommerce-LostPassword {
  margin-top: 1rem;
  text-align: center;
}

.woocommerce-LostPassword a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}

.woocommerce-LostPassword a:hover {
  color: #000;
}

/* Two Column Layout for Login/Register */
.u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
}

.u-columns .u-column-1,
.u-columns .u-column-2 {
  width: 100%;
}

@media (max-width: 768px) {
  .u-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* My Account Dashboard */
.woocommerce-MyAccount-navigation {
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border-radius: 4px;
  transition: all 0.2s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #000;
  color: #fff;
}

.woocommerce-MyAccount-content {
  padding: 1.5rem 0;
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  font-size: 14px;
}

.woocommerce-message {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.woocommerce-info {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

.woocommerce-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  list-style: none;
  padding-left: 1.5rem;
}

.bh-account-page .woocommerce-error,
.bh-account-page .woocommerce-message,
.bh-account-page .woocommerce-info,
.bh-account-content .woocommerce-error {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.bh-password-intro {
  font-size: 14px;
  color: #555;
  margin: 0 0 1rem;
}

.bh-password-hint {
  display: block;
  color: #721c24;
  font-size: 13px;
  margin-top: 0.4rem;
}

.bh-password-hint[hidden] {
  display: none;
}

/* =====================================================
   STUDIOFINDER / PARTNERSTUDIOS
   ===================================================== */

.partnerstudios-page {
  min-height: 80vh;
  background-color: #fff;
}

.partnerstudios-page .page-header {
  padding-top: 2rem;
}

.partnerstudios-page .bh-become-partner {
  background-color: #FBF9F6;
  margin: 0;
  padding: 0 1.5rem 4rem;
}

.section-studiofinder {
  padding: 0;
}

.studiofinder-container {
  width: 100%;
  min-height: 700px;
}

#storepoint-container {
  width: 100%;
  min-height: 700px;
}

/* =====================================================
   REVIEWS / BEWERTUNGEN
   ===================================================== */

.reviews-section {
  padding: 2rem 0;
}

.reviews-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.reviews-title {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.reviews-write-btn {
  padding: 0.5rem 1.15rem;
  font-size: 12px;
}

.reviews-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
}

/* Reviews Summary - Linke Spalte */
.reviews-summary {
  padding-right: 2rem;
}

.reviews-average {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.reviews-stars-large {
  display: flex;
  gap: 0.25rem;
}

.reviews-stars-large .star {
  font-size: 1.5rem;
  color: #ccc;
}

.reviews-stars-large .star.filled {
  color: #000;
}

.reviews-stars-large .star.half {
  color: #000;
}

.reviews-average-number {
  font-size: 2rem;
  font-weight: 700;
}

.reviews-count {
  font-size: 14px;
  color: #000;
  margin-bottom: 2rem;
}

/* Rating Distribution Bars */
.reviews-distribution {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rating-bar-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rating-label {
  font-size: 13px;
  color: #000;
  width: 50px;
}

.rating-bar {
  flex: 1;
  height: 8px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.rating-bar-fill {
  height: 100%;
  background: #000;
  border-radius: 4px;
}

.rating-percentage {
  font-size: 13px;
  color: #000;
  width: 35px;
  text-align: right;
}

/* Reviews List - Rechte Spalte */
.reviews-list {
  border-left: 1px solid #e5e5e5;
  padding-left: 4rem;
}

.review-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}

.review-item:last-of-type {
  border-bottom: none;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.review-author {
  font-weight: 600;
  font-size: 15px;
}

.review-date {
  font-size: 13px;
  color: #888;
}

.review-stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.75rem;
}

.review-stars .star {
  font-size: 1rem;
  color: #ccc;
}

.review-stars .star.filled {
  color: #000;
}

.review-content {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.reviews-show-all {
  display: inline-block;
  margin-top: 1rem;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.reviews-show-all:hover {
  text-decoration: none;
}

.no-reviews {
  font-size: 14px;
  color: #000;
  font-style: italic;
}

/* Review Modal */
.review-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.review-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.review-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.review-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.review-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #000;
  line-height: 1;
}

.review-modal-close:hover {
  color: #000;
}

.review-modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.review-form-rating {
  margin-bottom: 1.5rem;
}

.review-form-rating label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.review-form-stars {
  display: flex;
  gap: 0.5rem;
}

.review-form-stars .star-select {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.review-form-stars .star-select:hover,
.review-form-stars .star-select.active {
  color: #000;
}

.review-form-field {
  margin-bottom: 1.25rem;
}

.review-form-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.review-form-field input,
.review-form-field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
}

.review-form-field input:focus,
.review-form-field textarea:focus {
  outline: none;
  border-color: #000;
}

.review-form-field textarea {
  resize: vertical;
  min-height: 100px;
}

.review-submit-btn {
  width: 100%;
  padding: 1rem;
  margin-top: 0.5rem;
}

/* Responsive Reviews */
@media (max-width: 768px) {
  .reviews-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .reviews-summary {
    padding-right: 0;
  }
  
  .reviews-list {
    border-left: none;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-top: 2rem;
  }
  
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/* =====================================================
   HAUTTYPEN ICONS
   ===================================================== */

.hauttypen-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem 1.75rem;
  width: auto;
  max-width: 100%;
  margin: 0 0 2rem;
  padding: 1rem 0;
  list-style: none;
}

.hauttyp-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  width: 4.5rem;
  min-width: 0;
  max-width: none;
}

.hauttyp-icon-svg {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hauttyp-icon-svg svg {
  width: 100%;
  height: 100%;
  stroke: #000;
}

.hauttyp-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 1.25;
}

/* =====================================================
   INCI SECTION
   ===================================================== */

.inci-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.inci-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #000;
}

.inci-list {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}

.inci-link {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.inci-explainer-link {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.inci-explainer-link:hover {
  text-decoration: underline;
}

.inci-disclaimer {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 4px;
}

/* =====================================================
   INHALTSSTOFFE EXPLAINER (Accordion)
   ===================================================== */

.ingredient-explainers {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0.5rem;
}

.ingredient-item {
  border-bottom: 1px solid #e5e5e5;
}

.ingredient-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.ingredient-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  list-style: none;
}

.ingredient-name::-webkit-details-marker {
  display: none;
}

.ingredient-name::after {
  content: "+";
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.ingredient-item[open] .ingredient-name::after {
  content: "−";
}

.ingredient-desc {
  padding: 0 0 1rem;
}

.ingredient-desc p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  font-style: italic;
}

/* =====================================================
   INCI EXPLAINER PAGE
   ===================================================== */

.inci-explainer-page {
  background: #fff;
}

.inci-explainer-hero {
  padding: 4rem 0 2rem;
}

.inci-explainer-title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.inci-explainer-hero .section-headline-light.block {
  width: fit-content;
}

.inci-explainer-intro {
  max-width: 720px;
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.inci-az {
  position: sticky;
  top: var(--bh-header-height, 120px);
  z-index: 40;
  background: #F7F2EA;
  border-top: 1px solid #ebe4d8;
  border-bottom: 1px solid #ebe4d8;
}

.inci-az-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding: 0.85rem 0;
}

.inci-az-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.55rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  text-decoration: none;
  border-radius: 999px;
}

.inci-az-link:hover,
.inci-az-link.is-active {
  background: #000;
  color: #fff;
}

.inci-explainer-list {
  padding: 2.5rem 0 5rem;
}

.inci-group {
  margin-bottom: 2.5rem;
  scroll-margin-top: calc(var(--bh-header-height, 120px) + var(--bh-inci-az-height, 56px) + 16px);
}

.inci-letter {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.inci-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .inci-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .inci-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.inci-card {
  padding: 1.25rem;
  background: #F7F2EA;
  border-radius: 4px;
}

.inci-card-name {
  margin: 0 0 0.5rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
}

.inci-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.inci-explainer-empty {
  padding: 3rem 0 5rem;
  color: #000;
}

/* =====================================================
   WISHLIST / MERKLISTE
   ===================================================== */

/* Herz-Buttons grundsaetzlich klickbar */
.bestseller-wishlist,
.wishlist-btn,
.wishlist-heart {
  cursor: pointer;
}

/* Aktiver Zustand: gefuelltes, rotes Herz */
.bestseller-wishlist.in-wishlist,
.wishlist-btn.in-wishlist,
.wishlist-heart.in-wishlist {
  color: #E53935;
}

.bestseller-wishlist.in-wishlist svg,
.wishlist-btn.in-wishlist svg,
.wishlist-heart.in-wishlist svg {
  fill: #E53935;
  stroke: #E53935;
}

/* Header-Herz: rot + gefüllt, wenn Merkliste nicht leer */
.header-wishlist.has-items {
  color: #E53935;
}

.header-wishlist.has-items svg {
  fill: #E53935;
  stroke: #E53935;
}

/* Warenkorb-/Merkliste-Badge: im Icon-Padding, nicht über den Viewport-Rand */
.header-wrapper,
.topbar,
#masthead,
#masthead .container > .flex {
  overflow: visible;
}

.mini-cart-toggle,
.header-wishlist {
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.4rem 0.1rem 0.15rem;
}

.mini-cart-count,
.wishlist-count {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  box-sizing: border-box;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #E6503E !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Merklisten-Seite */
.wishlist-page {
  padding: 2rem 0 4rem;
}

.wishlist-empty {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 3rem 0;
}

/* =====================================================
   BH-FAQ - Häufig gestellte Fragen
   Optik angeglichen an Magazin-FAQ (.bh-magazin-faq-*)
   ===================================================== */

.faq-page {
  /* Im Site-Container: linksbündig (nicht als schmale Spalte zentrieren) */
  max-width: 720px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.bh-faq__title {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #000;
  color: #000;
}

.bh-faq__search {
  position: relative;
  max-width: 280px;
  margin: 0 0 2.5rem;
}

.bh-faq__search-input {
  width: 100%;
  padding: 12px 45px 12px 20px;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.bh-faq__search-input::placeholder {
  color: #999;
}

.bh-faq__search-input:focus {
  border-color: #000;
}

.bh-faq__search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.bh-faq__category {
  margin-bottom: 2.5rem;
  max-width: 640px;
}

.bh-faq__category-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.875rem;
}

.bh-faq__category-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.bh-faq__category-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.bh-faq__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bh-faq__item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  box-shadow: none;
  overflow: hidden;
}

.bh-faq__item.is-open {
  border-radius: 1.25rem;
  background: #f8f8f8;
}

.bh-faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  transition: background-color 0.2s;
}

.bh-faq__question:hover {
  background: transparent;
}

.bh-faq__question span {
  flex: 1;
  padding-right: 0;
}

.bh-faq__arrow {
  color: #1f1f1f;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.bh-faq__question:hover .bh-faq__arrow {
  color: #1f1f1f;
}

.bh-faq__item.is-open .bh-faq__arrow {
  transform: rotate(180deg);
  color: #1f1f1f;
}

.bh-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.bh-faq__item.is-open .bh-faq__answer {
  max-height: 500px;
}

.bh-faq__answer-content {
  padding: 0 1.5rem 1.125rem;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

.bh-faq__answer-content p {
  margin: 0 0 0.625rem;
}

.bh-faq__answer-content p:last-child {
  margin-bottom: 0;
}

.bh-faq__answer-content ul,
.bh-faq__answer-content ol {
  margin: 0 0 0.625rem 0;
  padding-left: 1.5rem;
}

.bh-faq__answer-content ul {
  list-style: disc;
}

.bh-faq__answer-content ol {
  list-style: decimal;
}

.bh-faq__answer-content li {
  margin-bottom: 0.35rem;
}

.bh-faq__answer-content li::marker {
  color: #000;
}

/* FAQ Kontakt-Box */
.faq-contact {
  margin-top: 60px;
  padding: 40px;
  background: #f9f9f9;
  text-align: center;
}

.faq-contact h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.faq-contact p {
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact .btn {
  display: inline-block;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color 0.2s;
}

.faq-contact .btn:hover {
  background: #333;
}

/* ============================================
   Shop Archive (archive-product.php)
   ============================================ */

.shop-archive-header {
  text-align: center;
  margin-bottom: 2rem;
}

.shop-archive-description {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  max-width: 640px;
  margin: 1rem auto 0;
}

.shop-subcategories {
  margin-top: 1.35rem;
}

.shop-subcategories-label {
  display: none;
  margin: 0 0 0.55rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8178;
}

/* Eine Zeile, horizontal scrollbar (Desktop + Mobile) */
.shop-subcategories-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.65rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -1.5rem;
  padding: 0.15rem 1.5rem 0.55rem;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 1.75rem), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 1.75rem), transparent 100%);
}

.shop-subcategories-track::-webkit-scrollbar {
  display: none;
}

.shop-subcategory-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0.5rem 1.15rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.shop-subcategory-chip:hover {
  border-color: #1f1f1f;
  color: #000;
}

.shop-subcategory-chip.is-active {
  background: #EFE0CE;
  border-color: #EFE0CE;
  color: #000;
}

@media (max-width: 767px) {
  .shop-archive-header {
    margin-bottom: 0;
  }

  .shop-archive-header .section-label {
    margin-bottom: 0;
  }

  .shop-archive-header h1 {
    margin-top: 0.35rem !important;
  }

  .shop-archive-header h1 .section-headline-bold {
    font-size: 22px;
    line-height: 26px;
  }

  .shop-subcategories {
    margin-top: 1rem;
  }

  .shop-subcategories-label {
    display: block;
  }

  .shop-subcategory-chip {
    padding: 0.45rem 0.9rem;
    font-size: 11px;
  }
}

/* Filter Bar */
.shop-filter-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.shop-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #000;
}

.shop-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: #E6503E;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.shop-filter-results {
  font-size: 13px;
  color: #000;
  margin-left: auto;
}

.shop-filter-sort select {
  border: 1px solid #ddd;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  background: #fff;
  cursor: pointer;
}

/* Filter Panel */
.shop-filter-panel {
  display: none;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

.shop-filter-panel.is-open {
  display: block;
}

.shop-filter-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .shop-filter-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}

.shop-filter-group-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  color: #000;
}

.shop-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.shop-filter-option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.shop-filter-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #000;
  cursor: pointer;
}

.shop-filter-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.shop-filter-reset {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}

.shop-filter-reset:hover {
  color: #000;
}

.shop-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  flex: 1 1 auto;
}

.shop-filter-chip {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border: 1px solid #E6503E;
  color: #E6503E;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 999px;
  background: #FBF3F1;
}

.bh-become-partner {
  text-align: center;
  padding: 2.5rem 1.5rem 4rem;
}

.bh-become-partner .btn {
  display: inline-block;
}

.bh-magazin-section-body img,
.entry-content img,
.single-post .content img {
  max-width: 100%;
  height: auto;
}

.woocommerce-MyAccount-content mark,
.woocommerce-order-details mark,
.woocommerce-thankyou-order-details mark {
  background: transparent;
  color: inherit;
  padding: 0;
}

/* Pagination */
.shop-pagination {
  margin-top: 3rem;
}

.shop-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-pagination .page-numbers li a,
.shop-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}

.shop-pagination .page-numbers li a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.shop-pagination .page-numbers li span.current {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* No Products */
.shop-no-products {
  text-align: center;
  padding: 4rem 0;
  font-size: 16px;
  color: #000;
}

/* Screenreader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================
   Warenkorb-Seite (cart/cart.php)
   ============================================ */

.bh-cart-header {
  text-align: center;
  margin-bottom: 3rem;
}

.bh-cart-notices .woocommerce-error,
.bh-cart-notices ul.woocommerce-error,
.bh-cart-page .woocommerce-error {
  display: block !important;
  visibility: visible !important;
  background: #fff5f3;
  border: 1px solid #E6503E;
  color: #c0392b;
  list-style: none;
  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem;
}

.bh-cart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .bh-cart-layout {
    grid-template-columns: 1fr 380px;
  }
}

/* Artikel */
.bh-cart-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

.bh-cart-item:first-child {
  border-top: 1px solid #eee;
}

.bh-cart-item-image {
  flex-shrink: 0;
  width: 100px;
}

.bh-cart-item-image img {
  width: 100%;
  height: auto;
  background: #f8f8f8;
}

.bh-cart-item-details {
  flex: 1;
  min-width: 0;
}

.bh-cart-item-category {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 0.25rem;
}

.bh-cart-item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.bh-cart-item-title a {
  color: #000;
  text-decoration: none;
}

.bh-cart-item-title a:hover {
  text-decoration: underline;
}

.bh-cart-item-qty {
  margin-top: 0.75rem;
}

.bh-cart-item-qty .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
}

.bh-cart-item-qty .quantity .qty {
  width: 56px;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.bh-cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
}

.bh-cart-item-remove {
  font-size: 22px;
  line-height: 1;
  color: #999;
  text-decoration: none;
}

.bh-cart-item-remove:hover {
  color: #E6503E;
}

.bh-cart-item-subtotal {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* Aktionen (Gutschein + Update) */
.bh-cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
}

.bh-cart-coupon {
  display: flex;
  gap: 0.5rem;
}

.bh-cart-coupon input {
  border: 1px solid #ddd;
  padding: 0.625rem 1rem;
  font-size: 14px;
  min-width: 200px;
}

.bh-cart-coupon-btn,
.bh-cart-update-btn {
  padding: 0.5rem 1.15rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.2s;
}

.bh-cart-coupon-btn:hover,
.bh-cart-update-btn:hover {
  background: #000;
  color: #fff;
}

/* Zusammenfassung */
.bh-cart-summary .cart_totals {
  background: #f8f8f8;
  padding: 2rem;
  width: 100%;
}

.bh-cart-summary .cart_totals h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  color: #000;
}

.bh-cart-summary .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

.bh-cart-summary .cart_totals th,
.bh-cart-summary .cart_totals td {
  padding: 0.75rem 0;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.bh-cart-summary .cart_totals th {
  font-weight: 600;
  color: #000;
  padding-right: 1rem;
}

.bh-cart-summary .cart_totals td {
  text-align: right;
  font-weight: 600;
  color: #000;
}

.bh-cart-summary .cart_totals .order-total th,
.bh-cart-summary .cart_totals .order-total td {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-bottom: none;
  padding-top: 1rem;
}

.bh-cart-summary .wc-proceed-to-checkout {
  margin-top: 1.5rem;
  padding: 0;
}

.bh-cart-summary .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  padding: 0.5rem 1.15rem;
  background: #E6503E;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s;
}

.bh-cart-summary .wc-proceed-to-checkout .checkout-button:hover {
  background: #c93f2f;
}

.bh-cart-summary .woocommerce-shipping-destination,
.bh-cart-summary .woocommerce-shipping-calculator {
  font-size: 13px;
  color: #000;
}

/* Cross-Sells im Summary ausblenden */
.bh-cart-summary .cross-sells {
  display: none;
}

/* Leerer Warenkorb */
.bh-cart-empty {
  text-align: center;
  padding: 4rem 0;
  color: #999;
}

.bh-cart-empty svg {
  margin: 0 auto 1.5rem;
}

.bh-cart-empty-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .bh-cart-item {
    flex-wrap: wrap;
  }
  .bh-cart-item-right {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0.5rem;
  }
  .bh-cart-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .bh-cart-coupon input {
    flex: 1;
    min-width: 0;
  }
}

/* ============================================
   Checkout (checkout/form-checkout.php)
   ============================================ */

.bh-checkout-header {
  text-align: center;
  margin-bottom: 3rem;
}

.bh-headline-underline {
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
}

/* Abstand Label -> Headline verringern (wie Startseiten-Sektionen) */
.bh-checkout-header h1,
.bh-cart-header h1,
.bh-account-header h1,
.bh-thankyou-header h1,
.bh-search-header h1,
.bh-blog-archive-header h1,
.bh-blog-single-header h1,
.shop-archive-header h1,
.bh-404-content h1 {
  margin-top: 0.25rem;
  font-size: 32px;
  line-height: 35px;
}

/* Gutschein-/Login-Hinweis im Checkout */
.bh-checkout-page .woocommerce-form-coupon-toggle {
  max-width: 640px;
  margin: 0 auto 2rem;
}

.bh-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info,
.bh-checkout-page .woocommerce-info {
  background: #f8f8f8;
  border: none;
  border-left: 3px solid #E6503E;
  padding: 1rem 1.25rem;
  font-size: 14px;
  color: #333;
  margin: 0;
}

.bh-checkout-page .woocommerce-info::before {
  display: none;
}

.bh-checkout-page .woocommerce-info a {
  color: #E6503E;
  font-weight: 600;
  text-decoration: underline;
}

.bh-checkout-page .checkout_coupon.woocommerce-form-coupon {
  max-width: 640px;
  margin: 0 auto 2rem;
  border: 1px solid #eee;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.bh-checkout-page .checkout_coupon p {
  margin: 0;
}

.bh-checkout-page .checkout_coupon .form-row-first,
.bh-checkout-page .checkout_coupon .form-row-last {
  width: auto;
  flex: 1;
}

.bh-checkout-page .checkout_coupon input.input-text {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.625rem 1rem;
  font-size: 14px;
}

.bh-checkout-page .checkout_coupon button.button {
  padding: 0.5rem 1.15rem;
  background: #000;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.bh-checkout-page .checkout_coupon button.button:hover {
  background: #333;
}

@media (max-width: 640px) {
  .bh-checkout-page .checkout_coupon.woocommerce-form-coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .bh-checkout-page .checkout_coupon .form-row-first,
  .bh-checkout-page .checkout_coupon .form-row-last {
    width: 100%;
  }

  .bh-checkout-page .checkout_coupon button.button {
    width: 100%;
  }
}

/* Login-Hinweis + Formular im Checkout */
.bh-checkout-page .woocommerce-form-login-toggle {
  max-width: 640px;
  margin: 0 auto 2rem;
}

.bh-checkout-page form.login.woocommerce-form-login {
  max-width: 640px;
  margin: 0 auto 2rem;
  border: 1px solid #eee;
  padding: 1.5rem;
}

.bh-checkout-page form.login .form-row {
  margin-bottom: 1rem;
}

.bh-checkout-page form.login label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #333;
}

.bh-checkout-page form.login input.input-text {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  font-size: 14px;
}

.bh-checkout-page form.login button.button {
  padding: 0.5rem 1.15rem;
  background: #000;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.bh-checkout-page form.login button.button:hover {
  background: #333;
}

.bh-checkout-page form.login .lost_password {
  font-size: 13px;
  margin-top: 0.75rem;
}

/* "Konto erstellen"-Checkbox */
.bh-checkout-details .create-account {
  padding: 1rem 1.25rem;
  background: #f8f8f8;
  font-size: 14px;
}

.bh-checkout-details .create-account label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
}

.bh-checkout-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .bh-checkout-layout {
    grid-template-columns: 1fr 420px;
  }
}

/* Formularfelder */
.bh-checkout-details .woocommerce-billing-fields h3,
.bh-checkout-details .woocommerce-shipping-fields h3,
.bh-checkout-details .woocommerce-additional-fields h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2rem 0 1.25rem;
  color: #000;
}

.bh-checkout-details .woocommerce-billing-fields h3:first-child {
  margin-top: 0;
}

.bh-checkout-details .form-row {
  margin-bottom: 1rem;
}

.bh-checkout-details .form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #333;
}

.bh-checkout-details .form-row .required {
  color: #E6503E;
  text-decoration: none;
}

.bh-checkout-details .form-row input.input-text,
.bh-checkout-details .form-row textarea,
.bh-checkout-details .form-row select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  font-size: 14px;
  background: #fff;
  color: #000;
}

.bh-checkout-details .form-row input.input-text:focus,
.bh-checkout-details .form-row textarea:focus,
.bh-checkout-details .form-row select:focus {
  outline: none;
  border-color: #000;
}

/* Select2 Dropdowns (Land / Bundesland) */
.bh-checkout-details .form-row .select2-container {
  width: 100% !important;
}

.bh-checkout-details .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}

.bh-checkout-details .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  line-height: 1.4;
  font-size: 14px;
  color: #000;
}

.bh-checkout-details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0.75rem;
}

.bh-checkout-details .form-row .select2-container--focus .select2-selection--single,
.bh-checkout-details .form-row .select2-container--open .select2-selection--single {
  border-color: #000;
}

.select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
}

.bh-checkout-details .form-row-first,
.bh-checkout-details .form-row-last {
  float: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .bh-checkout-details .woocommerce-billing-fields__field-wrapper,
  .bh-checkout-details .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
  .bh-checkout-details .form-row-wide,
  .bh-checkout-details .form-row.notes {
    grid-column: 1 / -1;
  }
}

.bh-checkout-details #ship-to-different-address {
  font-size: 14px;
  font-weight: 600;
}

.bh-checkout-details #ship-to-different-address label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

/* Bestellübersicht rechts */
.bh-checkout-summary-box {
  background: #f8f8f8;
  padding: 2rem;
}

.bh-checkout-summary-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  color: #000;
}

.bh-checkout-summary table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.bh-checkout-summary table.shop_table th,
.bh-checkout-summary table.shop_table td {
  padding: 0.75rem 0;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.bh-checkout-summary table.shop_table td {
  text-align: right;
}

.bh-checkout-summary table.shop_table tbody {
  display: table-row-group;
}

.bh-checkout-summary table.shop_table tbody tr.cart_item {
  display: table-row;
}

.bh-checkout-summary table.shop_table .product-name {
  text-align: left;
  color: #111;
  font-weight: 600;
  padding-right: 1rem;
  visibility: visible;
}

.bh-checkout-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}

.bh-checkout-item-image {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #fff;
  overflow: hidden;
}

.bh-checkout-item-image img,
.bh-checkout-item-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  display: block;
}

.bh-checkout-item-meta {
  min-width: 0;
}

.bh-checkout-item-title {
  display: block;
  font-weight: 600;
  color: #111;
  line-height: 1.35;
}

.bh-checkout-summary table.shop_table .order-total th,
.bh-checkout-summary table.shop_table .order-total td {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-bottom: none;
}

/* Zahlungsarten */
.bh-checkout-summary #payment {
  background: transparent;
  margin-top: 1.5rem;
}

.bh-checkout-summary #payment ul.payment_methods {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border-bottom: none;
}

.bh-checkout-summary #payment ul.payment_methods li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.bh-checkout-summary #payment ul.payment_methods li label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  cursor: pointer;
}

.bh-checkout-summary #payment div.payment_box {
  background: #fff;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  font-size: 13px;
  color: #000;
}

.bh-checkout-summary #payment div.payment_box::before {
  display: none;
}

/* Bestell-Button — isoliert gegen Fixed-Overlays (AICO / Off-Canvas) auf iOS */
.bh-checkout-summary #payment {
  position: relative;
  z-index: 5;
  isolation: isolate;
}

.bh-checkout-summary #place_order {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #E6503E;
  border: none;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
  z-index: 6;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(230, 80, 62, 0.25);
  touch-action: manipulation;
}

@media (max-width: 400px) {
  .bh-checkout-summary #place_order {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

.bh-checkout-summary #place_order:hover {
  background: #c93f2f;
}

.bh-checkout-summary .woocommerce-terms-and-conditions-wrapper {
  font-size: 13px;
  color: #000;
  margin-bottom: 1rem;
}

/* ============================================
   Thankyou (checkout/thankyou.php)
   ============================================ */

.bh-thankyou-header {
  text-align: center;
  margin-bottom: 3rem;
}

.bh-thankyou-check {
  color: #4CAF50;
  margin-bottom: 1.5rem;
}

.bh-thankyou-check svg {
  margin: 0 auto;
}

.bh-thankyou-text {
  font-size: 15px;
  color: #000;
  margin-top: 1rem;
}

.bh-thankyou-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  background: #f8f8f8;
  margin-bottom: 3rem;
}

.bh-thankyou-overview-item {
  text-align: center;
}

.bh-thankyou-overview-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 0.25rem;
}

.bh-thankyou-overview-value {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.bh-thankyou-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.bh-thankyou-link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.bh-thankyou-details table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  margin-bottom: 2rem;
}

.bh-thankyou-details table.shop_table th,
.bh-thankyou-details table.shop_table td {
  padding: 0.75rem 1rem;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.bh-thankyou-details h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2rem 0 1rem;
  color: #000;
}

.bh-thankyou-details address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

/* ============================================
   Mein Konto (myaccount/my-account.php)
   ============================================ */

.bh-account-header {
  text-align: center;
  margin-bottom: 3rem;
}

.bh-account-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .bh-account-layout {
    grid-template-columns: 260px 1fr;
  }
}

/* Navigation */
.bh-account-nav .woocommerce-MyAccount-navigation ul {
  display: block;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  border: 1px solid #eee;
}

.bh-account-nav .woocommerce-MyAccount-navigation li {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.bh-account-nav .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}

.bh-account-nav .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0.875rem 1.25rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.bh-account-nav .woocommerce-MyAccount-navigation li a:hover {
  background: #f8f8f8;
  color: #000;
}

.bh-account-nav .woocommerce-MyAccount-navigation li.is-active a {
  background: #000;
  color: #fff;
}

/* Content */
.bh-account-content {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.bh-account-content a {
  color: #000;
  text-decoration: underline;
}

.bh-account-content h2,
.bh-account-content h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1.5rem 0 1rem;
  color: #000;
}

/* Tabellen (Bestellungen etc.) */
.bh-account-content table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}

.bh-account-content table.shop_table th,
.bh-account-content table.shop_table td {
  padding: 0.875rem 1rem;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.bh-account-content table.shop_table thead th {
  background: #f8f8f8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
}

.bh-account-content table.shop_table .button,
.bh-account-content .woocommerce-Button,
.bh-account-content button.button {
  display: inline-block;
  padding: 0.5rem 1.15rem;
  background: #000;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.bh-account-content table.shop_table .button:hover,
.bh-account-content .woocommerce-Button:hover,
.bh-account-content button.button:hover {
  background: #333;
}

/* Adressen */
.bh-account-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .bh-account-content .woocommerce-Addresses {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bh-account-content .woocommerce-Address {
  border: 1px solid #eee;
  padding: 1.5rem;
  max-width: none;
  width: 100%;
}

.bh-account-content .woocommerce-Address address {
  font-style: normal;
  line-height: 1.7;
}

/* Formulare (Konto bearbeiten, Login) */
.bh-account-content .form-row label,
.bh-account-page .woocommerce-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #333;
}

.bh-account-content .form-row input.input-text,
.bh-account-content .form-row select,
.bh-account-page .woocommerce-form input.input-text {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  font-size: 14px;
  background: #fff;
}

.bh-account-content .form-row input.input-text:focus,
.bh-account-page .woocommerce-form input.input-text:focus {
  outline: none;
  border-color: #000;
}

.bh-account-content fieldset {
  border: 1px solid #eee;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.bh-account-content fieldset legend {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0.5rem;
}

/* Login/Registrieren (ausgeloggt) */
.bh-account-page .u-columns.col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bh-account-page .u-columns.col2-set {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bh-account-page .u-columns.col2-set .u-column1,
.bh-account-page .u-columns.col2-set .u-column2 {
  width: 100%;
  max-width: none;
  float: none;
}

.bh-account-page .u-columns h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  color: #000;
}

.bh-account-page form.woocommerce-form-login,
.bh-account-page form.woocommerce-form-register {
  border: 1px solid #eee;
  padding: 2rem;
}

.bh-account-page .woocommerce-form .form-row {
  margin-bottom: 1rem;
}

.bh-account-page .woocommerce-form button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin-top: 1.25rem;
  padding: 0.5rem 1.35rem;
  background: #000;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s;
}

.bh-account-page .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
}

.bh-account-page .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) .woocommerce-form-login__submit {
  margin-top: 0;
}

.bh-account-page form.woocommerce-form-register > p:not(.form-row) {
  margin: 0 0 1.15rem;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}

.bh-account-page .woocommerce-form button.button:hover {
  background: #333;
}

.bh-account-page .woocommerce-LostPassword {
  font-size: 13px;
  margin-top: 1rem;
}

.bh-account-page .woocommerce-LostPassword a {
  color: #000;
  text-decoration: underline;
}

/* Lost / Reset Password */
.bh-account-page .bh-lost-password-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bh-account-page .bh-lost-password-wrap {
    max-width: 50%;
  }
}

/* WC-Notices auf Lost-Password ebenfalls auf 50% begrenzen */
body.woocommerce-lost-password .woocommerce-notices-wrapper,
body.woocommerce-lost-password > .woocommerce > .woocommerce-message,
body.woocommerce-lost-password .page-entry-content > .woocommerce > .woocommerce-message,
body.woocommerce-lost-password .page-entry-content > .woocommerce > .woocommerce-info,
body.woocommerce-lost-password .page-entry-content > .woocommerce > .woocommerce-error {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  body.woocommerce-lost-password .woocommerce-notices-wrapper,
  body.woocommerce-lost-password .page-entry-content > .woocommerce > .woocommerce-message,
  body.woocommerce-lost-password .page-entry-content > .woocommerce > .woocommerce-info,
  body.woocommerce-lost-password .page-entry-content > .woocommerce > .woocommerce-error {
    max-width: 50%;
  }
}

.bh-account-page form.woocommerce-ResetPassword,
.bh-account-page .bh-lost-password-confirm {
  border: 1px solid #eee;
  padding: 2rem;
  background: #fff;
}

.bh-account-page .bh-lost-password-success {
  margin: 0 0 1.25rem;
  padding: 0.875rem 1rem;
  background: #f3f8f4;
  border: 1px solid #d8e8dc;
  color: #1e4d2b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.bh-account-page .bh-lost-password-lead {
  margin: 0 0 1.5rem;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  max-width: 36em;
}

.bh-account-page form.woocommerce-ResetPassword .form-row-first,
.bh-account-page form.woocommerce-ResetPassword .form-row-last {
  float: none;
  width: 100%;
}

.bh-account-page .bh-lost-password-back {
  margin: 1rem 0 0;
  font-size: 13px;
  text-align: center;
}

.bh-account-page .bh-lost-password-back a {
  color: #666;
  text-decoration: underline;
}

.bh-account-page .bh-lost-password-back a:hover {
  color: #000;
}

/* ============================================
   Such-Modal (Header-Lupe)
   ============================================ */

.search-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
  z-index: 1000;
}

.search-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 4rem 1.5rem 3.5rem;
  transform: translateY(-100%);
  transition: transform 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
  pointer-events: none;
  visibility: hidden;
}

.search-modal.active {
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.search-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: none;
  border: none;
  padding: 0.25rem;
  color: #000;
  cursor: pointer;
}

.search-modal-close:hover {
  color: #E6503E;
}

.search-modal-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.search-modal-headline {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0.25rem 0 1.5rem;
}

.search-modal-form {
  display: flex;
  gap: 0.5rem;
}

.search-modal-form input[type="search"] {
  flex: 1;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0.75rem 0.25rem;
  font-size: 16px;
  background: transparent;
}

.search-modal-form input[type="search"]:focus {
  outline: none;
  border-bottom-color: #E6503E;
}

.search-modal-submit {
  padding: 0.5rem 1.15rem;
  background: #E6503E;
  border: none;
  border-radius: 31px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.search-modal-submit:hover {
  background: #c93f2f;
}

@media (max-width: 640px) {
  .search-modal {
    padding: 3.5rem 1.25rem 2.5rem;
  }
  .search-modal-form {
    flex-direction: column;
  }
}

/* ============================================
   Suche (search.php)
   ============================================ */

.bh-search-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.bh-search-form-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.bh-search-form {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  max-width: 480px;
}

.bh-search-form input[type="search"] {
  flex: 1;
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  font-size: 14px;
}

.bh-search-form input[type="search"]:focus {
  outline: none;
  border-color: #000;
}

.bh-search-section {
  margin-bottom: 3rem;
}

.bh-search-section-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}

.bh-search-results-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bh-search-result {
  padding: 1.5rem;
  border: 1px solid #eee;
}

.bh-search-result-type {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 0.5rem;
}

.bh-search-result-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.bh-search-result-title a {
  color: #000;
  text-decoration: none;
}

.bh-search-result-title a:hover {
  text-decoration: underline;
}

.bh-search-result-excerpt {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.bh-search-empty {
  text-align: center;
  padding: 3rem 0;
  font-size: 16px;
  color: #000;
}

/* ============================================
   404 (404.php)
   ============================================ */

.bh-404-content {
  text-align: center;
  padding: 3rem 0;
}

.bh-404-code {
  display: block;
  font-size: 96px;
  font-weight: 300;
  line-height: 1;
  color: #eee;
  margin-bottom: 1.5rem;
}

.bh-404-text {
  font-size: 15px;
  color: #000;
  max-width: 480px;
  margin: 1.5rem auto 2rem;
  line-height: 1.6;
}

.bh-404-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.bh-404-link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.bh-404-link:hover {
  color: #000;
}

/* ============================================
   Blog Archiv + Einzelbeitrag
   ============================================ */

.bh-blog-archive-header {
  text-align: center;
  margin-bottom: 3rem;
}

.bh-blog-archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .bh-blog-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .bh-blog-archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bh-blog-single-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.bh-blog-single-meta {
  margin-top: 1rem;
  font-size: 13px;
  color: #999;
}

.bh-blog-single-image {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.bh-blog-single-content {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.bh-blog-single-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: #000;
}

.bh-blog-single-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: #000;
}

.bh-blog-single-content p {
  margin-bottom: 1.25rem;
}

.bh-blog-single-content a {
  color: #000;
  text-decoration: underline;
}

.bh-blog-single-content ul,
.bh-blog-single-content ol {
  margin: 0 0 1.25rem 1.5rem;
}

.bh-blog-single-content ul {
  list-style: disc;
}

.bh-blog-single-content ol {
  list-style: decimal;
}

.bh-blog-single-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.bh-blog-single-content blockquote {
  border-left: 3px solid #000;
  padding-left: 1.5rem;
  font-style: italic;
  margin: 1.5rem 0;
  color: #000;
}

.bh-blog-single-related {
  max-width: 1100px;
  margin: 4rem auto 0;
}

/* =====================================================
   PARTNERANMELDUNG (Partnerstudio werden)
   ===================================================== */

.partner-signup-box {
  max-width: 720px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 2.5rem;
  background: #fff;
}

.partner-form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.partner-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.partner-form-group--plz {
  flex: 0 0 140px;
}

.partner-form-group label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #000;
}

.partner-form-group input {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}

.partner-form-group input:focus {
  outline: none;
  border-color: #000;
}

.partner-form-group .required,
.partner-checkbox-group .required {
  color: #E63946;
}

.partner-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
  font-size: 14px;
}

.partner-checkbox-group input {
  margin-top: 3px;
  flex-shrink: 0;
}

.partner-checkbox-group a {
  color: #000;
  text-decoration: underline;
}

.partner-submit-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.partner-submit-btn:hover {
  background: #333;
}

.partner-submit-btn:disabled {
  background: #999;
  cursor: not-allowed;
}

.partner-signup-message {
  display: none;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-size: 15px;
}

.partner-signup-message.is-visible {
  display: block;
}

.partner-signup-message.is-success {
  background: #e8f5e8;
  color: #1d6b2f;
}

.partner-signup-message.is-error {
  background: #fdeaea;
  color: #b3261e;
}

@media (max-width: 640px) {
  .partner-signup-box {
    padding: 1.5rem;
  }

  .partner-form-row {
    flex-direction: column;
    gap: 1.25rem;
  }

  .partner-form-group--plz {
    flex: 1;
  }
}

/* =====================================================
   TEAM-SEITE
   ===================================================== */

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.5rem;
}

.team-member {
  text-align: center;
}

.team-member-photo {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #f5f5f5;
}

.team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-member-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.25rem;
  color: #000;
}

.team-member-role {
  font-size: 14px;
  color: #000;
}

.team-cta-headline {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}

.team-cta-text {
  font-size: 16px;
  color: #000;
  max-width: 640px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
}

/* =====================================================
   PARTNER LOGIN (Hinweis-Seite)
   ===================================================== */

.partner-login {
  padding: 0 0 5rem;
}

.partner-login-banner {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 4rem 0;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.partner-login-banner .container-bh {
  width: 100%;
}

.partner-login-box {
  max-width: 560px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 3rem 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.partner-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #F0E6D8;
  color: #000;
  margin-bottom: 1.25rem;
}

.partner-login-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #000;
}

.partner-login-text {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 1.75rem;
}

.partner-login-btn {
  display: inline-block;
  padding: 0.95rem 2.5rem;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s;
}

.partner-login-btn:hover {
  background: #333;
  color: #fff;
}

.partner-login-note {
  margin-top: 1.5rem;
  font-size: 14px;
  color: #000;
}

.partner-login-note a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .partner-login-box {
    padding: 2rem 1.5rem;
  }
}

/* Kategorie-Navigation (Beitragsseite) */
.bh-blog-catnav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.bh-blog-catnav::-webkit-scrollbar {
  display: none;
}

/* Mittig wenn Platz reicht, scrollbar ab Ueberlauf */
.bh-blog-catnav .bh-blog-catnav-pill:first-child {
  margin-left: auto;
}

.bh-blog-catnav .bh-blog-catnav-pill:last-child {
  margin-right: auto;
}

.bh-blog-catnav-pill {
  display: inline-block;
  padding: 0.5rem 1.15rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  color: #1f1f1f;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s, border-color 0.2s;
}

.bh-blog-catnav-pill:hover {
  border-color: #1f1f1f;
  color: #1f1f1f;
}

.bh-blog-catnav-pill.is-active {
  background: #EFE0CE;
  border-color: #EFE0CE;
  font-weight: 600;
}

/* ============================================
   Magazin-Beitrag Detailseite (Skin Edit)
   ============================================ */

.bh-magazin-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.bh-magazin-topbar .breadcrumb {
  margin-bottom: 0;
}

.bh-breadcrumb-current {
  color: #E6503E;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.bh-magazin-postnav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 13px;
}

.bh-magazin-postnav-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bh-magazin-postnav-link:hover {
  color: #E6503E;
}

.bh-magazin-postnav-sep {
  color: #ccc;
}

/* Hero */
.bh-magazin-hero {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .bh-magazin-hero {
    grid-template-columns: 1fr 1fr;
  }
}

.bh-magazin-hero-text {
  /* Fallback; Inline-Style setzt ACF post_bg_color wie Blog-Karte */
  background: #E8F5E8;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bh-magazin-hero-headline {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .bh-magazin-hero-headline {
    font-size: 30px;
  }
}

.bh-magazin-hero-intro {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.bh-magazin-hero-intro p {
  margin-bottom: 0.875rem;
}

.bh-magazin-hero-cta {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 31px;
  transition: background-color 0.2s;
}

.bh-magazin-hero-cta:hover {
  background: #333;
  color: #fff;
}

.bh-magazin-hero-image {
  max-height: 520px;
  overflow: hidden;
}

.bh-magazin-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 1024px) {
  .bh-magazin-hero-image {
    height: 100%;
    max-height: none;
  }
}

/* Inhalts-Sektionen */
.bh-magazin-sections {
  max-width: 1100px;
  margin: 0 auto;
}

.bh-magazin-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .bh-magazin-section {
    grid-template-columns: 5fr 7fr;
  }
  .bh-magazin-section--img-right {
    grid-template-columns: 7fr 5fr;
  }
  .bh-magazin-section--img-right .bh-magazin-section-image {
    order: 2;
  }
}

.bh-magazin-section--textonly {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .bh-magazin-section--textonly {
    grid-template-columns: 1fr;
  }
}

.bh-magazin-section-image img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.bh-magazin-section-heading {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 1rem;
}

.bh-magazin-section-body {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.bh-magazin-section-body p {
  margin-bottom: 0.875rem;
}

.bh-magazin-section-body ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 0.875rem;
}

.bh-magazin-section-body ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 0.875rem;
}

.bh-magazin-section-body li {
  margin-bottom: 0.375rem;
}

/* Produktempfehlung */
.bh-magazin-reco {
  max-width: 1100px;
  margin: 0 auto 4rem;
}

.bh-magazin-reco .upsells-header {
  margin-bottom: 2.5rem;
}

/* Magazin liegt nicht in .woocommerce – gleiche berechnete Typo wie PDP (.woocommerce h2 = 18px/700). */
.bh-magazin-reco .upsells-title {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
  text-align: left;
}

.bh-magazin-reco-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .bh-magazin-reco-item {
    grid-template-columns: 4fr 8fr;
  }
}

.bh-magazin-reco-image img {
  width: 100%;
  height: auto;
  display: block;
}

.bh-magazin-reco-name {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 0.375rem;
}

.bh-magazin-reco-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 1rem;
}

.bh-magazin-reco-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.bh-magazin-reco-text p {
  margin-bottom: 0.75rem;
}

.bh-magazin-reco-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.75rem;
}

.bh-magazin-reco-text ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.375rem;
}

.bh-magazin-reco-text ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #000;
}

.bh-magazin-reco-btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.5rem 1.15rem;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 31px;
  transition: background-color 0.2s;
}

.bh-magazin-reco-btn:hover {
  background: #333;
  color: #fff;
}

/* FAQ — Überschrift wie Produktempfehlung (.upsells-header) */
.bh-magazin-faq {
  max-width: 1100px;
  margin: 0 auto 4rem;
}

.bh-magazin-faq .upsells-header {
  margin-bottom: 2rem;
}

.bh-magazin-faq .upsells-title {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
  text-align: left;
}

.bh-magazin-faq-list {
  max-width: 640px;
}

.bh-magazin-faq-item {
  border: 1px solid #ddd;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.bh-magazin-faq-item[open] {
  border-radius: 1.25rem;
  background: #f8f8f8;
}

.bh-magazin-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  cursor: pointer;
  list-style: none;
}

.bh-magazin-faq-question::-webkit-details-marker {
  display: none;
}

.bh-magazin-faq-chevron {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.bh-magazin-faq-item[open] .bh-magazin-faq-chevron {
  transform: rotate(180deg);
}

.bh-magazin-faq-answer {
  padding: 0 1.5rem 1.125rem;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.bh-magazin-faq-answer p {
  margin-bottom: 0.625rem;
}

/* ============================================
   Language Switcher + Coming-Soon Modal
   ============================================ */

.bh-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bh-lang-switch__active {
  font-weight: 600;
  color: #000;
}

.bh-lang-switch__sep {
  color: #c4c4c4;
}

.bh-lang-switch__btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
}

/* Sprache: kein Coral vom Topbar-Hover auf EN */
.topbar-link.bh-lang-switch:hover,
.topbar-link.bh-lang-switch:hover .bh-lang-switch__active,
.topbar-link.bh-lang-switch:hover .bh-lang-switch__btn {
  color: #000;
}

.bh-lang-switch__btn:hover,
.bh-lang-switch__btn:focus-visible {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  outline: none;
}

.bh-lang-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
  z-index: 1000;
}

.bh-lang-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bh-lang-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  width: calc(100% - 2rem);
  max-width: 440px;
  background: #fff;
  padding: 2.5rem 1.75rem 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 1001;
}

.bh-lang-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.bh-lang-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  padding: 0.25rem;
  color: #000;
  cursor: pointer;
}

.bh-lang-modal-close:hover {
  color: #000;
  text-decoration: underline;
}

.bh-lang-modal-inner {
  text-align: center;
}

.bh-lang-modal-title {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0.35rem 0 1rem;
}

.bh-lang-modal-text {
  margin: 0 0 1.5rem;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
}

.bh-lang-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 0.5rem 1.15rem;
  background: #000;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.bh-lang-modal-btn:hover {
  opacity: 0.85;
}

@media (max-width: 640px) {
  .bh-lang-modal {
    padding: 2.25rem 1.25rem 1.75rem;
  }

  .bh-lang-modal-title {
    font-size: 24px;
  }
}
