/* ============================================================
   PEPWERK — CUSTOMIZER CSS
   Customizer > Zusätzliches CSS — ALLES ersetzen durch diese Datei
   ------------------------------------------------------------
   Breakpoints (Flatsome):
     small   <= 549px
     medium  <= 849px

   Gegenüber der Vorversion:
   - Doppelte Blöcke zusammengeführt (Produktkarten, CoA-Galerie mobil,
     Endotoxin-Icon)
   - Toter Code entfernt (.pw-et-*, .pw-faq-more, .pw-hero-mini-trust)
   - Fallbacks für alle var()-Aufrufe ergänzt
   - Startseiten-Blöcke am Ende gebündelt
   ============================================================ */


/* ============================================================
   0 — TOKENS (Fallback, falls pepwerk-base.css nicht lädt)
   ============================================================ */

:root {
  --pw-teal:     #03A7B6;
  --pw-teal-d:   #0594A2;
  --pw-teal-bdr: rgba(3,167,182,0.30);
  --pw-navy:     #0B2F4A;
  --pw-navy-dk:  #0A1628;
  --pw-grey:     #F4F7F8;
  --pw-rule:     #E2E8EC;
  --pw-muted:    #64748B;
  --pw-font:     'Inter', Arial, sans-serif;
  --pw-mono:     'Space Mono', monospace;
}


/* ============================================================
   1 — GLOBAL
   ============================================================ */

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ============================================================
   2 — FREE SHIPPING BAR
   ============================================================ */

.free-shipping-msg {
  padding: 10px 16px 4px;
  text-align: center;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  color: var(--pw-muted, #64748b);
  background: #ffffff;
}

.free-shipping-msg strong {
  color: var(--pw-navy, #0B2F4A);
  font-weight: 700;
}

.free-shipping-bar-wrap {
  height: 5px;
  margin: 8px 16px 12px;
  background: #e2e8ec;
  border-radius: 99px;
  overflow: hidden;
}

.free-shipping-bar-fill {
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #03A7B6, #0B2F4A);
  border-radius: 99px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.free-shipping-bar-fill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  animation: pw-shimmer 2s infinite;
}

@keyframes pw-shimmer {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}


/* ============================================================
   3 — WHATSAPP FLOAT BUTTON
   ============================================================ */

.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .wa-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(37,211,102,0.5);
  }
}

.wa-float:active  { transform: scale(0.96); }

.wa-float:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 849px) {
  .wa-float {
    bottom: 90px;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 10px rgba(37,211,102,0.28);
  }

  .wa-float svg {
    width: 22px;
    height: 22px;
  }

  /* Produktseiten: Abstand vergrößern, damit der Button nicht auf
     Höhe von "In den Warenkorb" / COA-Verifizierungslink liegt */
  .single-product .wa-float { bottom: 110px; }
}


/* ============================================================
   4 — COOKIEBOT
   ============================================================ */

#CookiebotWidget,
.CookiebotWidget,
#CookiebotWidget *,
div[id="CookiebotWidget"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 849px) {
  #CybotCookiebotDialog,
  #CybotCookiebotDialog *,
  .CybotCookiebotDialogActive {
    box-sizing: border-box !important;
  }
}


/* ============================================================
   5 — HERO SLIDER
   ============================================================ */

.pw-hero-image-col,
.pw-hero-image-col > .col-inner {
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.pw-hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 720px;
  overflow: hidden;
  background: #ffffff;
}

.pw-hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.82) 5%,
    rgba(255,255,255,0.56) 10%,
    rgba(255,255,255,0.30) 15%,
    rgba(255,255,255,0.10) 20%,
    rgba(255,255,255,0.02) 24%,
    transparent 30%
  );
}

.pw-slide { display: none; width: 100%; height: 100%; }
.pw-slide.active { display: block; }

.pw-slide .img,
.pw-slide .img-inner,
.pw-slide .image-cover,
.pw-slide .image-zoom {
  width: 100% !important;
  height: 100% !important;
}

.pw-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 720px;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.pw-slider-dots { display: none !important; }

@media (max-width: 849px) {

  .pw-hero-image-col,
  .pw-hero-image-col > .col-inner { height: auto; }

  .pw-hero-slider {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .pw-hero-slider::before {
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0.52) 0%,
      rgba(255,255,255,0.24) 8%,
      rgba(255,255,255,0.07) 15%,
      rgba(255,255,255,0) 22%
    );
  }

  .pw-slide,
  .pw-slide .img,
  .pw-slide .img-inner,
  .pw-slide .image-cover,
  .pw-slide .image-zoom { height: 100% !important; }

  .pw-slide img {
    height: 100% !important;
    min-height: 0;
    object-fit: cover !important;
  }
}


/* ============================================================
   6 — HERO + SORTIMENT: MOBILE ABSTÄNDE
   ============================================================ */

@media (max-width: 849px) {

  .col:has(.pw-hero-h1) > .col-inner {
    padding: 36px 22px 28px !important;
  }

  .col:has(.pw-hero-h1) .button {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    text-align: center !important;
  }

  section:has(.pw-hero-slider) { padding-bottom: 0 !important; }

  section:has(ul.products) { padding-top: 48px !important; }
}


/* ============================================================
   7 — HERO ANALYSE-LEISTE
   ============================================================ */

.pw-analysis-row {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  max-width: 560px;
}

.pw-analysis-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}

.pw-analysis-node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 14px;
}

.pw-analysis-line {
  flex: 1 1 auto;
  position: relative;
  height: 2px;
  max-width: 34px;
  opacity: 0.55;
  background: var(--pw-teal, #03A7B6);
}

.pw-analysis-line-left::before,
.pw-analysis-line-right::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pw-teal, #03A7B6);
  transform: translateY(-50%);
}

.pw-analysis-line-left::before  { left: 0; }
.pw-analysis-line-right::after  { right: 0; }

.pw-analysis-circle {
  flex: 0 0 auto;
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 6px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  box-shadow: 0 6px 18px rgba(11, 47, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-analysis-circle img {
  width: 40px;
  height: 40px;
  display: block;
}

.pw-analysis-copy .pw-stat-val { margin-bottom: 4px; }

.pw-analysis-circle-endotoxin::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 47%;
  border: 2px solid var(--pw-teal, #03A7B6);
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-sizing: border-box;
}

.pw-analysis-circle-endotoxin::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  left: 50%;
  top: 54%;
  background: var(--pw-teal, #03A7B6);
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: .75;
}

@media (max-width: 1023px) {
  .pw-analysis-row  { max-width: 100%; }
  .pw-analysis-line { max-width: 22px; }
}

@media (max-width: 768px) {
  .pw-analysis-row { gap: 4px; }
  .pw-analysis-circle { width: 60px; height: 60px; }
  .pw-analysis-circle img { width: 32px; height: 32px; }
  .pw-analysis-line { display: none; }
}


/* ============================================================
   8 — VERSAND & ZAHLUNG: STEPS (Contentseiten)
   ============================================================ */

.pw-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pw-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pw-step-num {
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(3,167,182,0.08);
  border: 1px solid rgba(3,167,182,0.2);
  border-radius: 50%;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: var(--pw-teal, #03A7B6);
}

.pw-step-body { flex: 1 1 auto; min-width: 0; }

.pw-step-title {
  margin: 6px 0 0 !important;
  font-weight: 800;
  line-height: 1.4;
  color: var(--pw-navy, #0B2F4A);
}

.pw-step-text { margin: 4px 0 0 !important; }

.pw-legal-content p:empty,
.pw-steps > p:empty { display: none; }


/* ============================================================
   9 — COA: PRODUKTSEITEN-BOX
   ============================================================ */

.pw-coa-product-box {
  position: relative;
  margin-top: 22px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  border: 1px solid rgba(3,167,182,0.22);
  border-radius: 12px;
  overflow: hidden;
}

.pw-coa-product-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, rgba(3,167,182,0));
}

.pw-coa-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.pw-coa-product-title {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6);
}

.pw-coa-product-charge {
  padding: 3px 10px;
  background: rgba(3,167,182,0.08);
  border: 1px solid rgba(3,167,182,0.18);
  border-radius: 6px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 10px;
  font-weight: 700;
  color: var(--pw-navy, #0B2F4A);
}

.pw-coa-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 12px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  color: var(--pw-muted, #64748b);
}

.pw-coa-product-meta strong {
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.pw-coa-product-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.pw-coa-product-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(3,167,182,0.35);
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6) !important;
  text-decoration: none !important;
  transition: color 0.15s ease, border-color 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
  .pw-coa-product-link:hover {
    color: var(--pw-teal-d, #0594A2) !important;
    border-bottom-color: var(--pw-teal-d, #0594A2);
  }
}

.pw-coa-product-link:focus-visible {
  outline: 2px solid var(--pw-teal, #03A7B6);
  outline-offset: 3px;
  border-radius: 2px;
}

.pw-coa-product-verify {
  color: var(--pw-navy, #0B2F4A) !important;
  border-bottom-color: rgba(11,47,74,0.35);
}

@media (hover: hover) and (pointer: fine) {
  .pw-coa-product-verify:hover {
    color: var(--pw-navy, #0B2F4A) !important;
    border-bottom-color: var(--pw-navy, #0B2F4A);
  }
}

@media (max-width: 849px) {
  .pw-coa-product-box { margin-top: 18px; padding: 16px; }
}


/* ============================================================
   10 — RATING SUMMARY
   ============================================================ */

.pw-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: -28px auto 40px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
}

.pw-rating-summary-score {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.pw-rating-summary-stars {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--pw-teal, #03A7B6);
}

.pw-rating-summary-count {
  font-size: 12px;
  font-weight: 600;
  color: var(--pw-muted, #64748b);
}


/* ============================================================
   11 — KONTRAST & LESBARKEIT (WCAG)
   ============================================================ */

section[label="about"] p[style*="font-weight:300"],
section[label="about"] p[style*="font-weight: 300"],
.pw-hero-sub { font-weight: 400 !important; }

.pw-hero-sub,
section[label="about"] p,
section[label="quality-intro"] p { color: #4a5b6b !important; }

section[label="purity"] p[style*="rgba(255,255,255,0.45)"],
section[label="cta"] p[style*="rgba(255,255,255,0.45)"] {
  color: rgba(255,255,255,0.62) !important;
}

section[label="purity"] p[style*="font-weight:300"],
section[label="purity"] p[style*="font-weight: 300"],
section[label="cta"] p[style*="font-weight:300"],
section[label="cta"] p[style*="font-weight: 300"] {
  font-weight: 400 !important;
}

section[label="newsletter"] p[style*="#94a3b8"] {
  color: var(--pw-muted, #64748b) !important;
}


/* ============================================================
   12 — COA-SEITE
   ============================================================ */

.pw-coa-page-title {
  max-width: 820px;
  margin: 0 auto 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2.3rem, 4.8vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--pw-navy, #0B2F4A) !important;
  text-align: center;
}

.pw-coa-page-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-coa-page-lead {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
  text-align: center;
}

.pw-coa-intro-box {
  padding: 38px 36px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(11,47,74,0.04);
}

.pw-coa-intro-box h2 {
  margin: 0 0 18px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-coa-intro-box > p:not(.pw-eyebrow) {
  margin-bottom: 16px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-coa-intro-box > p:last-of-type { margin-bottom: 0; }

.pw-coa-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin-top: 28px;
}

.pw-coa-method-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 28px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  border: 1px solid rgba(3,167,182,0.18);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(11,47,74,0.04);
}

.pw-coa-method-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, rgba(3,167,182,0));
}

.pw-coa-method-card .pw-eyebrow { margin-bottom: 18px !important; }

.pw-coa-method-title {
  display: block;
  margin: 0 0 12px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--pw-navy, #0B2F4A);
}

.pw-coa-method-text {
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-coa-gallery-title {
  max-width: 760px;
  margin: 0 auto 16px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  color: var(--pw-navy, #0B2F4A) !important;
  text-align: center;
}

.pw-coa-gallery-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-coa-gallery-copy {
  max-width: 700px;
  margin: 0 auto 38px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
  text-align: center;
}

.pw-coa-gallery .gallery-col { padding: 9px !important; }

.pw-coa-gallery .box {
  position: relative;
  overflow: hidden;
  padding: 8px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(11,47,74,0.055);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pw-coa-gallery .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, #08BDC9, rgba(3,167,182,0));
}

.pw-coa-gallery .box-image,
.pw-coa-gallery .image-cover,
.pw-coa-gallery .image-zoom {
  overflow: hidden !important;
  background: #ffffff;
  border-radius: 7px;
}

.pw-coa-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain !important;
  transform: none;
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1), filter 0.38s ease;
}

@media (hover: hover) and (pointer: fine) {
  .pw-coa-gallery .box:hover {
    transform: translateY(-5px);
    border-color: rgba(3,167,182,0.28);
    box-shadow: 0 20px 46px rgba(11,47,74,0.10);
  }
  .pw-coa-gallery .box:hover img {
    transform: scale(1.035);
    filter: contrast(1.015);
  }
}

.pw-coa-dark-eyebrow { color: rgba(3,167,182,0.8) !important; }

.pw-coa-dark-title {
  max-width: 780px;
  margin: 0 auto 20px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  color: #ffffff !important;
  text-align: center;
}

.pw-coa-dark-title em { display: block; color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-coa-dark-copy {
  max-width: 650px;
  margin: 0 auto 38px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: rgba(255,255,255,0.62);
  text-align: center;
}

.pw-coa-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
  margin: 38px auto 64px;
  text-align: left;
}

.pw-coa-result-card {
  background: var(--pw-grey, #f4f7f8);
  border: 1px solid var(--pw-rule, #e2e8ec);
  border-radius: 6px;
  padding: 26px 28px;
}

.pw-coa-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.pw-coa-result-product {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--pw-navy, #0B2F4A);
}

.pw-coa-result-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(3,167,182,0.28);
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #038b98;
  background: rgba(3,167,182,0.06);
}

.pw-coa-result-value {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--pw-navy, #0B2F4A);
  margin-bottom: 16px;
}

.pw-coa-result-value span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--pw-muted, #64748b);
}

.pw-coa-result-meta {
  font-size: 12px;
  line-height: 1.7;
  color: var(--pw-muted, #64748b);
}

.pw-coa-gallery-separator {
  width: 100%;
  height: 1px;
  background: var(--pw-rule, #e2e8ec);
  margin: 8px 0 64px;
}

.pw-coa-lib-link {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6);
  text-decoration: none;
  border-bottom: 1px solid rgba(3, 167, 182, 0.4);
  padding-bottom: 2px;
  transition: border-bottom-color 150ms ease;
}

.pw-coa-lib-link:hover {
  border-bottom-color: var(--pw-teal, #03A7B6);
  color: var(--pw-teal, #03A7B6);
}

.pw-coa-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: static !important;
  margin: 0 !important;
}

.pw-coa-badge::before,
.pw-coa-badge::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 849px) {

  .pw-coa-page-title {
    padding: 0 8px;
    font-size: 2.35rem !important;
    line-height: 1.02 !important;
  }

  .pw-coa-page-lead,
  .pw-coa-gallery-copy,
  .pw-coa-dark-copy {
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.72;
  }

  .pw-coa-intro-box { padding: 28px 24px; border-radius: 12px; }

  .pw-coa-method-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }

  .pw-coa-method-card { min-height: 0; padding: 24px 22px; border-radius: 12px; }

  .pw-coa-dark-title { padding: 0 8px; font-size: 2rem !important; line-height: 1.06 !important; }

  .pw-coa-gallery .ux-gallery,
  #pw-coa-cards { grid-template-columns: 1fr !important; }
}

/* CoA-Galerie mobil: zwei Spalten */
@media (max-width: 549px) {

  .pw-coa-page-title { font-size: 2rem !important; }

  .pw-coa-intro-box h2,
  .pw-coa-gallery-title { font-size: 1.7rem !important; }

  .pw-coa-gallery .gallery-col {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important;
    padding: 5px !important;
  }

  .pw-coa-gallery .box {
    padding: 5px !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 22px rgba(11,47,74,0.055);
  }

  .pw-coa-gallery .box-image,
  .pw-coa-gallery .image-cover,
  .pw-coa-gallery .image-zoom { border-radius: 5px !important; }

  .pw-coa-gallery img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .pw-coa-result-grid { grid-template-columns: 1fr; gap: 12px; margin: 28px auto 48px; }
  .pw-coa-result-card { padding: 22px 20px; }
  .pw-coa-result-value { font-size: 2rem; }
  .pw-coa-gallery-separator { margin-bottom: 48px; }
}


/* ============================================================
   13 — VERSAND & ZAHLUNG (Seite)
   ============================================================ */

.pw-shipping-page-title {
  max-width: 820px;
  margin: 0 0 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2.3rem, 4.8vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-shipping-page-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-shipping-page-lead {
  max-width: 700px;
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-shipping-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pw-shipping-fact {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 27px 24px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.045);
}

.pw-shipping-fact::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, rgba(3,167,182,0));
}

.pw-shipping-fact .pw-eyebrow { margin-bottom: 18px !important; }

.pw-shipping-fact-value {
  margin: 0 0 10px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--pw-navy, #0B2F4A);
}

.pw-shipping-fact-text {
  margin: 0 !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 13px;
  line-height: 1.65;
  color: var(--pw-muted, #64748b);
}

.pw-shipping-content { display: flex; flex-direction: column; gap: 22px; }

.pw-shipping-panel {
  padding: 36px 34px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(11,47,74,0.035);
}

.pw-shipping-panel > .pw-eyebrow { margin-bottom: 12px !important; }

.pw-shipping-panel h2 {
  margin: 0 0 18px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-shipping-panel > p:not(.pw-eyebrow),
.pw-shipping-step-text {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-shipping-panel > p:not(.pw-eyebrow) { margin-bottom: 15px; }
.pw-shipping-panel > p:last-child { margin-bottom: 0; }

.pw-shipping-table-heading {
  margin: 28px 0 10px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.4;
  font-weight: 800 !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-shipping-table {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(110px, 0.6fr);
  border-top: 1px solid var(--pw-rule, #E2E8EC);
}

.pw-shipping-table-label,
.pw-shipping-table-value {
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--pw-rule, #E2E8EC);
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.pw-shipping-table-label { padding-right: 14px; color: var(--pw-muted, #64748b); }

.pw-shipping-table-value {
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
  text-align: right;
}

.pw-shipping-table-free { color: var(--pw-teal, #03A7B6); }

.pw-shipping-small-note {
  margin: 16px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  color: #94a3b8 !important;
}

.pw-shipping-delivery-table {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(0, 1.5fr);
  margin-top: 20px;
  border-top: 1px solid var(--pw-rule, #E2E8EC);
}

.pw-shipping-delivery-region,
.pw-shipping-delivery-time {
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--pw-rule, #E2E8EC);
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.pw-shipping-delivery-region {
  padding-right: 16px;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.pw-shipping-delivery-time { color: var(--pw-muted, #64748b); }

.pw-shipping-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 26px;
}

.pw-shipping-step { display: flex; align-items: flex-start; gap: 14px; }

.pw-shipping-step-number {
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(3,167,182,0.08);
  border: 1px solid rgba(3,167,182,0.20);
  border-radius: 50%;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: var(--pw-teal, #03A7B6);
}

.pw-shipping-step-body { flex: 1 1 auto; min-width: 0; }

.pw-shipping-step-title {
  margin: 5px 0 !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.pw-shipping-step-text { margin: 0 0 8px !important; }
.pw-shipping-step-text:last-child { margin-bottom: 0 !important; }

.pw-shipping-payment-notice {
  margin-top: 28px;
  padding: 18px 20px;
  background: rgba(3,167,182,0.07);
  border: 1px solid rgba(3,167,182,0.18);
  border-radius: 10px;
}

.pw-shipping-payment-notice p {
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 13px;
  line-height: 1.75;
  color: var(--pw-muted, #64748b);
}

.pw-shipping-payment-notice strong { color: var(--pw-navy, #0B2F4A); }

@media (max-width: 849px) {
  .pw-shipping-page-title { font-size: 2.35rem !important; }
  .pw-shipping-page-lead { font-size: 14px; line-height: 1.72; }
  .pw-shipping-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pw-shipping-fact { min-height: 170px; padding: 24px 20px; }
  .pw-shipping-panel { padding: 28px 24px; border-radius: 12px; }
}

@media (max-width: 549px) {
  .pw-shipping-page-title { font-size: 2rem !important; }
  .pw-shipping-facts { gap: 10px; }
  .pw-shipping-fact { min-height: 150px; padding: 20px 16px; border-radius: 10px; }
  .pw-shipping-fact .pw-eyebrow { font-size: 8px !important; margin-bottom: 13px !important; }
  .pw-shipping-fact-value { font-size: 16px; }
  .pw-shipping-fact-text { font-size: 11px; line-height: 1.55; }
  .pw-shipping-panel { padding: 24px 20px; }
  .pw-shipping-panel h2 { font-size: 1.55rem !important; }

  .pw-shipping-table,
  .pw-shipping-delivery-table {
    grid-template-columns: minmax(0, 1.15fr) minmax(105px, 0.85fr);
  }

  .pw-shipping-table-label,
  .pw-shipping-table-value,
  .pw-shipping-delivery-region,
  .pw-shipping-delivery-time { font-size: 12px; line-height: 1.5; }

  .pw-shipping-table-label,
  .pw-shipping-delivery-region { padding-right: 10px; }

  .pw-shipping-step { gap: 11px; }
  .pw-shipping-step-number { flex-basis: 32px; width: 32px; height: 32px; }
  .pw-shipping-payment-notice { padding: 16px; }
}


/* ============================================================
   14 — KONTAKTSEITE
   ============================================================ */

.pw-contact-page-title {
  max-width: 820px;
  margin: 0 0 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2.3rem, 4.8vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--pw-navy, #0B2F4A) !important;
  text-align: left;
}

.pw-contact-page-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-contact-page-lead {
  max-width: 700px;
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
  text-align: left;
}

.pw-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}

.pw-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 34px 32px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.045);
  text-align: left;
}

.pw-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, rgba(3,167,182,0));
}

.pw-contact-card > .pw-eyebrow { margin-bottom: 14px !important; }

.pw-contact-card-title {
  margin: 0 0 18px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-contact-card-main {
  margin: 0 0 14px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
  overflow-wrap: anywhere;
}

.pw-contact-card-text {
  margin: 0 0 14px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-contact-card-note {
  margin: 0 0 24px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 400;
  color: #94a3b8;
}

.pw-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 4px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pw-contact-button-whatsapp { background: var(--pw-teal, #03A7B6); color: #ffffff !important; }
.pw-contact-button-navy     { background: var(--pw-navy, #0B2F4A); color: #ffffff !important; }

@media (hover: hover) and (pointer: fine) {
  .pw-contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11,47,74,0.12);
  }
}

.pw-contact-form-head { max-width: 760px; margin: 0 auto 38px; text-align: left; }
.pw-contact-form-head > .pw-eyebrow { margin-bottom: 14px !important; }

.pw-contact-form-title {
  margin: 0 0 14px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  color: var(--pw-navy, #0B2F4A) !important;
  text-align: left;
}

.pw-contact-form-lead {
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
  text-align: left;
}

.pw-contact-form-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 38px;
  background: var(--pw-grey, #f4f7f8);
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(11,47,74,0.035);
  text-align: left;
}

.pw-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.pw-contact-field { min-width: 0; }

.pw-contact-label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pw-navy, #0B2F4A);
}

.pw-contact-label-optional {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #94a3b8;
}

.pw-contact-input,
.pw-contact-select {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  box-sizing: border-box;
  border: 1.5px solid var(--pw-rule, #E2E8EC);
  border-radius: 5px;
  outline: none;
  background: #ffffff;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  font-weight: 400;
  color: var(--pw-navy, #0B2F4A);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pw-contact-input::placeholder { color: #94a3b8; }

.pw-contact-input:focus,
.pw-contact-select:focus {
  border-color: var(--pw-teal, #03A7B6);
  box-shadow: 0 0 0 3px rgba(3,167,182,0.09);
}

.pw-contact-select-wrap { position: relative; }

.pw-contact-select {
  padding-right: 42px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.pw-contact-select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 9px;
  color: var(--pw-teal, #03A7B6);
}

.pw-contact-message-field { margin-bottom: 24px; }

.pw-contact-textarea { min-height: 160px; resize: vertical; line-height: 1.65; }

.pw-contact-submit,
.pw-contact-whatsapp-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 24px;
  border-radius: 5px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.pw-contact-submit {
  margin: 0 0 18px;
  border: none;
  cursor: pointer;
  background: var(--pw-teal, #03A7B6);
  color: #ffffff;
}

.pw-contact-whatsapp-large { background: var(--pw-navy, #0B2F4A); color: #ffffff !important; }

.pw-contact-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.pw-contact-divider span { flex: 1; height: 1px; background: var(--pw-rule, #E2E8EC); }

.pw-contact-divider small {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.pw-contact-response-note {
  margin: 14px 0 0 !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 11px;
  line-height: 1.65;
  color: #94a3b8;
  text-align: center;
}

@media (max-width: 849px) {
  .pw-contact-page-title { font-size: 2.35rem !important; }
  .pw-contact-page-lead { font-size: 14px; line-height: 1.72; }
  .pw-contact-cards { grid-template-columns: 1fr; gap: 14px; max-width: none; }
  .pw-contact-card { min-height: 0; padding: 28px 24px; }
  .pw-contact-form-head { max-width: none; }
  .pw-contact-form-box { max-width: none; padding: 30px 26px; border-radius: 12px; }
}

@media (max-width: 549px) {
  .pw-contact-page-title { font-size: 2rem !important; }
  .pw-contact-card { padding: 25px 20px; border-radius: 12px; }
  .pw-contact-card-title { font-size: 1.55rem !important; }
  .pw-contact-form-title { font-size: 1.7rem !important; }
  .pw-contact-form-box { padding: 24px 18px; }
  .pw-contact-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
  .pw-contact-submit,
  .pw-contact-whatsapp-large { padding-right: 16px; padding-left: 16px; font-size: 10px; }
}


/* ============================================================
   15 — WISSENSHUB
   ============================================================ */

.pw-knowledge-page-title {
  max-width: 820px;
  margin: 0 auto 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2.3rem, 4.8vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--pw-navy, #0B2F4A) !important;
  text-align: center;
}

.pw-knowledge-page-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-knowledge-page-lead {
  max-width: 700px;
  margin: 0 auto;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
  text-align: center;
}

.pw-knowledge-wrap { display: flex; flex-direction: column; gap: 72px; }
.pw-knowledge-section { display: block; min-width: 0; }
.pw-knowledge-section-head { max-width: 720px; margin: 0 0 30px; }
.pw-knowledge-section-head > .pw-eyebrow { margin-bottom: 14px !important; }

.pw-knowledge-section-title {
  margin: 0 0 14px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-knowledge-section-copy {
  max-width: 650px;
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-knowledge-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}

.pw-knowledge-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  min-height: 290px;
  padding: 30px 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.04);
  color: inherit !important;
  text-decoration: none !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pw-knowledge-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, rgba(3,167,182,0));
}

.pw-knowledge-card > .pw-eyebrow { margin-bottom: 16px !important; }

.pw-knowledge-card-title {
  margin: 0 0 14px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.025em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-knowledge-card-text {
  margin: 0 0 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-knowledge-card-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(3,167,182,0.35);
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6) !important;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .pw-knowledge-card:hover {
    transform: translateY(-5px);
    border-color: rgba(3,167,182,0.28);
    box-shadow: 0 20px 46px rgba(11,47,74,0.09);
  }
  .pw-knowledge-card-link:hover {
    color: var(--pw-teal-d, #0594A2) !important;
    border-bottom-color: var(--pw-teal-d, #0594A2);
  }
}

.pw-knowledge-dark-eyebrow { color: rgba(3,167,182,0.82) !important; }

.pw-knowledge-dark-title {
  max-width: 760px;
  margin: 0 auto 20px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  color: #ffffff !important;
  text-align: center;
}

.pw-knowledge-dark-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-knowledge-dark-copy {
  max-width: 650px;
  margin: 0 auto 36px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: rgba(255,255,255,0.62);
  text-align: center;
}

@media (max-width: 849px) {
  .pw-knowledge-page-title { font-size: 2.35rem !important; }
  .pw-knowledge-page-lead { padding: 0 8px; font-size: 14px; line-height: 1.72; }
  .pw-knowledge-wrap { gap: 54px; }
  .pw-knowledge-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .pw-knowledge-card { min-height: 0; padding: 26px 24px; }
  .pw-knowledge-dark-title { font-size: 2rem !important; line-height: 1.06 !important; }
}

@media (max-width: 549px) {
  .pw-knowledge-page-title { font-size: 2rem !important; }
  .pw-knowledge-section-title { font-size: 1.7rem !important; }
  .pw-knowledge-card { padding: 24px 20px; border-radius: 12px; }
  .pw-knowledge-card-title { font-size: 17px !important; }
  .pw-knowledge-dark-title { font-size: 1.85rem !important; }
}


/* ============================================================
   16 — ÜBER UNS (V1)
   ============================================================ */

.pw-about-page-title {
  max-width: 900px;
  margin: 0 auto 24px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2.7rem, 5.3vw, 4.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--pw-navy, #0B2F4A) !important;
  text-align: center;
}

.pw-about-page-title em,
.pw-about-section-title em,
.pw-about-dark-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-about-page-lead {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: #4a5b6b;
  text-align: center;
}

.pw-about-copy-block > .pw-eyebrow,
.pw-about-section-head > .pw-eyebrow { margin-bottom: 14px !important; }

.pw-about-section-title {
  margin: 0 0 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-about-copy-block > p:not(.pw-eyebrow),
.pw-about-section-copy {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: #4a5b6b;
}

.pw-about-copy-block > p:not(.pw-eyebrow) { margin-bottom: 17px; }
.pw-about-copy-block > p:last-child { margin-bottom: 0; }

.pw-about-section-head { max-width: 720px; margin-bottom: 38px; }
.pw-about-section-copy { max-width: 650px; margin: 0; }

.pw-about-dark-eyebrow { color: rgba(3,167,182,0.82) !important; }

.pw-about-dark-title {
  max-width: 780px;
  margin: 0 auto 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  color: #ffffff !important;
  text-align: center;
}

.pw-about-dark-copy {
  max-width: 650px;
  margin: 0 auto 40px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: rgba(255,255,255,0.62);
  text-align: center;
}

.pw-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.pw-about-principle-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 34px 26px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  text-align: center;
}

.pw-about-principle-value {
  margin: 0 0 14px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--pw-teal, #03A7B6);
}

.pw-about-principle-label {
  margin: 0 !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  color: rgba(255,255,255,0.68);
}

.pw-about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.pw-about-process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 28px 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.04);
}

.pw-about-process-card::before,
.pw-about-value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #03A7B6, rgba(3,167,182,0));
}

.pw-about-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 1px solid rgba(3,167,182,0.2);
  border-radius: 12px;
  background: rgba(3,167,182,0.08);
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  font-weight: 800;
  color: var(--pw-teal, #03A7B6);
}

.pw-about-process-card h3 {
  margin: 0 0 12px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 17.5px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-about-process-card p {
  margin: 0 !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 13.5px;
  line-height: 1.72;
  font-weight: 400;
  color: #4a5b6b;
}

.pw-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}

.pw-about-value-card {
  position: relative;
  min-height: 235px;
  padding: 32px 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.04);
}

.pw-about-value-card > .pw-eyebrow { margin-bottom: 16px !important; }

.pw-about-value-card h3 {
  margin: 0 0 12px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-about-value-card > p:not(.pw-eyebrow) {
  margin: 0 !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  color: #4a5b6b;
}

@media (hover: hover) and (pointer: fine) {
  .pw-about-process-card,
  .pw-about-value-card {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .pw-about-process-card:hover,
  .pw-about-value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(3,167,182,0.28);
    box-shadow: 0 20px 46px rgba(11,47,74,0.09);
  }
}

section[label="about-footer-separator"] {
  min-height: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

@media (max-width: 849px) {
  .pw-about-page-title { font-size: 2.35rem !important; }
  .pw-about-page-lead { padding: 0 8px; font-size: 14px; line-height: 1.72; }
  .pw-about-principles-grid,
  .pw-about-values-grid { grid-template-columns: 1fr; gap: 14px; }
  .pw-about-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .pw-about-process-card,
  .pw-about-value-card { min-height: 0; padding: 26px 24px; }
  .pw-about-principle-card { min-height: 135px; }
  .pw-about-dark-title { font-size: 2rem !important; line-height: 1.06 !important; }
}

@media (max-width: 549px) {
  .pw-about-page-title { font-size: 2rem !important; }
  .pw-about-section-title { font-size: 1.7rem !important; }
  .pw-about-process-grid { grid-template-columns: 1fr; }
  .pw-about-process-card,
  .pw-about-value-card,
  .pw-about-principle-card { padding: 24px 20px; border-radius: 12px; }
  .pw-about-process-card h3 { font-size: 17px !important; }
  .pw-about-process-card p { font-size: 13px; }
  .pw-about-values-grid { margin-top: 16px; }
  .pw-about-dark-title { font-size: 1.85rem !important; }
}


/* ============================================================
   17 — ÜBER UNS (V2)
   ============================================================ */

.pw-about-v2-title {
  margin: 0 0 24px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--pw-navy, #0B2F4A);
}

.pw-about-v2-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-about-v2-lead {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-about-v2-h2 {
  margin: 0 0 22px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--pw-navy, #0B2F4A);
}

.pw-about-v2-h2 em { color: var(--pw-teal, #03A7B6); font-style: normal; }
.pw-about-v2-h2-center { text-align: center; margin-bottom: 44px; }

.pw-about-v2-copy {
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-about-v2-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(11,47,74,.10);
}

.pw-about-v2-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.pw-about-v2-principle {
  min-height: 185px;
  padding: 26px 24px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 7px;
  box-shadow: 0 10px 26px rgba(11,47,74,.045);
}

.pw-about-v2-principle-k {
  display: block;
  margin-bottom: 10px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6);
}

.pw-about-v2-principle strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.pw-about-v2-principle p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--pw-muted, #64748b);
}

.pw-about-v2-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--pw-rule, #E2E8EC);
  border-bottom: 1px solid var(--pw-rule, #E2E8EC);
}

.pw-about-v2-step { position: relative; padding: 30px 28px 34px; }
.pw-about-v2-step + .pw-about-v2-step { border-left: 1px solid var(--pw-rule, #E2E8EC); }

.pw-about-v2-step-number {
  display: block;
  margin-bottom: 20px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--pw-teal, #03A7B6);
}

.pw-about-v2-step h3 {
  margin: 0 0 10px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.pw-about-v2-step p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--pw-muted, #64748b);
}

.pw-about-v2-report {
  overflow: hidden;
  border: 1px solid rgba(3,167,182,.24);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.03), 0 20px 50px rgba(0,0,0,.20);
}

.pw-about-v2-dark-title {
  margin: 0 0 22px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.035em;
  color: #ffffff;
}

.pw-about-v2-dark-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-about-v2-dark-copy {
  max-width: 520px;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,.60);
}

.pw-about-v2-proof { border-top: 1px solid rgba(255,255,255,.11); }

.pw-about-v2-proof-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.pw-about-v2-proof-row span {
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(3,167,182,.85);
}

.pw-about-v2-proof-row strong {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
  color: rgba(255,255,255,.78);
}

.pw-about-v2-cta-title {
  margin: 0 0 18px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.035em;
  color: var(--pw-navy, #0B2F4A);
}

.pw-about-v2-cta-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-about-v2-cta-copy {
  max-width: 540px;
  margin: 0 auto 32px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--pw-muted, #64748b);
}

@media (max-width: 849px) {
  .pw-about-v2-principles { gap: 12px; }
  .pw-about-v2-principle { padding: 22px 18px; }
  .pw-about-v2-process { grid-template-columns: repeat(2, 1fr); }
  .pw-about-v2-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--pw-rule, #E2E8EC); }
  .pw-about-v2-step:nth-child(4) { border-top: 1px solid var(--pw-rule, #E2E8EC); }
}

@media (max-width: 549px) {
  .pw-about-v2-title { font-size: 2.25rem; }
  .pw-about-v2-lead { font-size: 14px; line-height: 1.7; }
  .pw-about-v2-image { margin-top: 30px; }
  .pw-about-v2-principles { grid-template-columns: 1fr; gap: 10px; margin-top: 38px; }
  .pw-about-v2-principle { min-height: 0; padding: 20px; }
  .pw-about-v2-h2-center { margin-bottom: 28px; }
  .pw-about-v2-process { grid-template-columns: 1fr; border-bottom: 0; }
  .pw-about-v2-step { padding: 22px 4px; }
  .pw-about-v2-step + .pw-about-v2-step { border-left: 0; border-top: 1px solid var(--pw-rule, #E2E8EC); }
  .pw-about-v2-step-number { margin-bottom: 10px; }
  .pw-about-v2-report { margin-bottom: 34px; }
  .pw-about-v2-proof-row { gap: 12px; }
  .pw-about-v2-proof-row strong { max-width: 62%; font-size: 11px; }
}


/* ============================================================
   18 — RECHTSTEXTE / AGB
   ============================================================ */

.pw-legal-page-title {
  max-width: 900px;
  margin: 0 0 22px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(2.4rem, 5vw, 4.1rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-legal-page-title em { color: var(--pw-teal, #03A7B6); font-style: normal; }

.pw-legal-page-lead {
  max-width: 750px;
  margin: 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--pw-muted, #64748b);
}

.pw-legal-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.pw-legal-sidebar {
  position: sticky;
  top: 110px;
  padding: 27px 24px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.04);
}

.pw-legal-sidebar > .pw-eyebrow { margin-bottom: 17px !important; }

.pw-legal-nav { display: flex; flex-direction: column; }

.pw-legal-nav a {
  padding: 10px 0;
  border-bottom: 1px solid #EDF1F3;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--pw-muted, #64748b) !important;
  text-decoration: none !important;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.pw-legal-nav a:last-child { border-bottom: none; }

@media (hover: hover) and (pointer: fine) {
  .pw-legal-nav a:hover { padding-left: 4px; color: var(--pw-teal, #03A7B6) !important; }
}

.pw-legal-content {
  padding: 44px 44px 34px;
  background: #ffffff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(11,47,74,0.04);
}

.pw-legal-section {
  position: relative;
  scroll-margin-top: 120px;
  padding: 0 0 38px;
  margin: 0 0 38px;
  border-bottom: 1px solid var(--pw-rule, #E2E8EC);
}

.pw-legal-section:last-of-type { margin-bottom: 0; }

.pw-legal-number {
  margin: 0 0 8px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--pw-teal, #03A7B6);
}

.pw-legal-section h2 {
  margin: 0 0 18px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: var(--pw-navy, #0B2F4A) !important;
}

.pw-legal-section p:not(.pw-legal-number) {
  margin: 0 0 15px !important;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
  color: #4a5b6b;
}

.pw-legal-section p:last-child { margin-bottom: 0 !important; }

.pw-legal-section a,
.pw-legal-address a {
  color: var(--pw-teal, #03A7B6) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(3,167,182,0.32);
}

.pw-legal-address {
  padding: 20px 22px;
  background: var(--pw-grey, #F4F7F8);
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 10px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 14px;
  line-height: 1.75;
  color: #4a5b6b;
}

.pw-legal-address strong { color: var(--pw-navy, #0B2F4A); }

.pw-legal-section-highlight {
  padding: 28px 30px;
  margin-right: -4px;
  margin-left: -4px;
  background: rgba(3,167,182,0.055);
  border: 1px solid rgba(3,167,182,0.18);
  border-radius: 12px;
}

.pw-legal-section-highlight h2 { color: var(--pw-navy, #0B2F4A) !important; }

.pw-legal-update {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--pw-rule, #E2E8EC);
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
}

.pw-legal-update span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.pw-legal-update strong { font-size: 13px; color: var(--pw-navy, #0B2F4A); }

@media (max-width: 849px) {
  .pw-legal-page-title { font-size: 2.35rem !important; }
  .pw-legal-page-lead { font-size: 14px; line-height: 1.72; }
  .pw-legal-layout { grid-template-columns: 1fr; gap: 20px; }
  .pw-legal-sidebar { position: static; padding: 22px; }
  .pw-legal-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .pw-legal-content { padding: 34px 28px 28px; border-radius: 14px; }
}

@media (max-width: 549px) {
  .pw-legal-page-title { font-size: 2rem !important; }
  .pw-legal-nav { grid-template-columns: 1fr; }
  .pw-legal-sidebar { padding: 20px 18px; border-radius: 12px; }
  .pw-legal-content { padding: 28px 20px 24px; border-radius: 12px; }
  .pw-legal-section { padding-bottom: 30px; margin-bottom: 30px; }
  .pw-legal-section h2 { font-size: 1.4rem !important; }
  .pw-legal-section p:not(.pw-legal-number),
  .pw-legal-address { font-size: 13px; line-height: 1.78; }
  .pw-legal-section-highlight { padding: 24px 18px; margin-right: -2px; margin-left: -2px; }
}


/* ============================================================
   19 — CONSENT-CHECKBOX IM CHECKOUT
   ============================================================ */

.pw-consent-row {
  position: relative;
  margin: 22px 0 24px !important;
  padding: 14px 16px;
  background: var(--pw-grey, #F4F7F8);
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 10px;
}

.pw-consent-row::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--pw-teal-bdr, rgba(3,167,182,0.30));
}

.pw-consent-row label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: var(--pw-muted, #64748b) !important;
  cursor: pointer;
}

.pw-consent-row input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 !important;
  accent-color: var(--pw-teal, #03A7B6);
  cursor: pointer;
}

.pw-consent-row input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--pw-teal, #03A7B6);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .pw-consent-row:hover { border-color: var(--pw-teal-bdr, rgba(3,167,182,0.30)); }
}

@media (max-width: 768px) {
  .pw-consent-row { padding: 12px 14px; }
  .pw-consent-row label { font-size: 11px !important; }
}


/* ============================================================
   20 — TOTE SOCIAL-LINKS IM MOBILE-MENÜ
   ============================================================ */

.mfp-content .off-canvas-social,
.off-canvas-center .social-icons,
#main-menu .social-icons,
.mobile-sidebar-menu .social-icons,
.nav-sidebar .social-icons { display: none !important; }

a[href="http://url"],
a[href="https://url"],
a[href="mailto:your@email"],
a[href="#"].icon,
.social-icons a[href="http://url"],
.social-icons a[href="mailto:your@email"] { display: none !important; }


/* ============================================================
   21 — PREMIUM LAYER (Buttons, Reveal, Slider)
   ============================================================ */

.button {
  transition: transform 150ms cubic-bezier(0.23, 1, 0.32, 1),
              background-color 150ms ease,
              border-color 150ms ease,
              color 150ms ease;
}

.button:active {
  transform: scale(0.97);
  transition: transform 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pw-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: var(--pw-delay, 0ms);
}

.pw-reveal.pw-in { opacity: 1; transform: translateY(0); }

.pw-coa {
  transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media (hover: hover) and (pointer: fine) {
  .pw-coa:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px -18px rgba(3, 167, 182, 0.35),
                0 8px 24px -12px rgba(0, 0, 0, 0.4);
  }
}

.pw-newsletter-anchor { scroll-margin-top: 110px; }

.pw-native-hero-slider .ux-slider img {
  animation: pwKenBurns 9s cubic-bezier(0.4, 0, 0.6, 1) both;
  transform-origin: center;
}

@keyframes pwKenBurns {
  from { transform: scale(1.05); }
  to   { transform: scale(1.0); }
}

@media (prefers-reduced-motion: reduce) {
  .pw-reveal { transform: none; transition: opacity 200ms ease; }
  .pw-native-hero-slider .ux-slider img { animation: none; }
  .button:active { transform: none; }
}


/* ============================================================
   22 — PRODUKTBESCHREIBUNGEN (pw-prod / pw-short)
   ============================================================ */

.pw-prod,
.pw-short {
  --f: var(--pw-font, 'Inter', Arial, sans-serif);
  --teal: var(--pw-teal, #03A7B6);
  --teal-d: var(--pw-teal-d, #0594A2);
  --navy: var(--pw-navy, #0B2F4A);
  --grey: var(--pw-grey, #F4F7F8);
  --rule: var(--pw-rule, #E2E8EC);
  --muted: var(--pw-muted, #64748b);
}

.pw-prod{font-family:var(--f)!important;color:var(--navy);line-height:1.7;font-size:14px;max-width:800px;margin:0 auto}
.pw-prod *{box-sizing:border-box}

.pw-prod h1{font-family:var(--f)!important;font-size:25px!important;font-weight:800!important;letter-spacing:-.035em!important;color:var(--navy)!important;text-align:center;margin:0 0 6px!important;text-transform:none!important;line-height:1.14!important}
.pw-prod h2{font-family:var(--f)!important;font-size:18px!important;font-weight:800!important;letter-spacing:-.035em!important;color:var(--navy)!important;margin:28px 0 12px!important;text-transform:none!important;line-height:1.2!important}
.pw-prod h3{font-family:var(--f)!important;font-size:15px!important;font-weight:800!important;letter-spacing:-.03em!important;color:var(--navy)!important;margin:20px 0 8px!important;text-transform:none!important}

.pw-prod .pw-subtitle{text-align:center;font-family:var(--f)!important;font-size:10px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:var(--teal);margin:0 0 26px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.pw-prod .pw-subtitle::before,.pw-prod .pw-subtitle::after{content:'';display:inline-block;width:28px;height:1px;background:var(--teal);flex-shrink:0}

.pw-prod .pw-notice{background:var(--navy);color:#fff;border-radius:6px;padding:12px 20px;text-align:center;font-family:var(--f)!important;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.6;margin:0 0 26px}

.pw-prod .pw-box{background:var(--grey);border:1px solid var(--rule);border-radius:6px;padding:22px 26px;margin:0 0 22px}
.pw-prod .pw-box-title{font-family:var(--f)!important;font-size:10px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:var(--teal);margin:0 0 14px;display:flex;align-items:center;gap:10px}
.pw-prod .pw-box-title::before{content:'';display:inline-block;width:28px;height:1px;background:var(--teal);flex-shrink:0}

.pw-prod p{color:var(--muted);margin:0 0 14px;line-height:1.8;font-size:14px}
.pw-prod strong{color:var(--navy);font-weight:700}
.pw-prod .pw-highlight{color:var(--teal);font-weight:700}

.pw-prod ul{margin:0 0 14px!important;padding:0!important;list-style:none!important}
.pw-prod ul li{color:var(--muted);padding:7px 0 7px 22px!important;position:relative;border-bottom:1px solid #f0f4f6;font-size:13px;list-style:none!important;margin:0!important;line-height:1.65}
.pw-prod ul li:last-child{border-bottom:none}
.pw-prod ul li::before{content:'→';position:absolute;left:0;top:7px;color:var(--teal);font-size:11px}
.pw-prod ul li::marker{content:''}

.pw-prod table{width:100%!important;border-collapse:collapse!important;border:0!important;font-size:13px;margin:0 0 8px!important;background:transparent!important}
.pw-prod table tr{border-bottom:1px solid #e8eef2!important;background:transparent!important}
.pw-prod table tr:last-child{border-bottom:none!important}
.pw-prod table tr:nth-child(even){background:rgba(3,167,182,.03)!important}
.pw-prod table td{padding:11px 16px!important;vertical-align:top!important;border:0!important;line-height:1.6}
.pw-prod table td:first-child{color:#94a3b8!important;font-family:var(--f)!important;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;width:40%}
.pw-prod table td:last-child{color:var(--navy)!important;font-weight:500}

.pw-prod .pw-faq-item{border-bottom:1px solid #e8eef2;padding:14px 0}
.pw-prod .pw-faq-item:last-child{border-bottom:none}
.pw-prod .pw-faq-q{font-weight:700;color:var(--navy);font-size:13px;margin:0 0 6px}
.pw-prod .pw-faq-a{color:var(--muted);font-size:13px;margin:0;line-height:1.7}

.pw-prod .pw-divider{border:none;border-top:1px solid #e8eef2;margin:26px 0}
.pw-prod a.pw-ref-link{color:var(--teal-d)!important;text-decoration:none;font-size:12px;font-weight:500;border-bottom:1px solid rgba(3,167,182,.3)}
.pw-prod a.pw-ref-link:hover{border-bottom-color:var(--teal)}
.pw-prod .pw-sequence{font-family:var(--f)!important;font-size:12px;font-weight:600;color:var(--teal-d);background:rgba(3,167,182,.08);border:1px solid rgba(3,167,182,.2);padding:10px 16px;border-radius:6px;letter-spacing:.02em;display:inline-block;margin:0 0 14px;word-break:break-word;max-width:100%}
.pw-prod .pw-sourcenote{font-size:11px;color:#94a3b8;line-height:1.7;border-top:1px solid #e8eef2;padding-top:16px;margin-top:4px}
.pw-prod .pw-sourcenote a{color:var(--teal-d);text-decoration:none;border-bottom:1px solid rgba(3,167,182,.3)}

.pw-short{font-family:var(--f)!important;color:var(--navy);line-height:1.65;font-size:14px}
.pw-short *{box-sizing:border-box}
.pw-short .pw-s-lede{color:var(--muted);font-size:14px;line-height:1.75;margin:0 0 16px}
.pw-short .pw-s-lede strong{color:var(--navy);font-weight:700}
.pw-short .pw-s-facts{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}
.pw-short .pw-s-chip{font-family:var(--f)!important;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-d);background:rgba(3,167,182,.08);border:1px solid rgba(3,167,182,.2);border-radius:6px;padding:6px 11px;white-space:nowrap}
.pw-short ul.pw-s-list{margin:0 0 16px!important;padding:0!important;list-style:none!important}
.pw-short ul.pw-s-list li{color:var(--muted);font-size:13px;padding:5px 0 5px 20px;position:relative;list-style:none!important;margin:0!important;line-height:1.6}
.pw-short ul.pw-s-list li::before{content:'→';position:absolute;left:0;top:5px;color:var(--teal);font-size:11px}
.pw-short ul.pw-s-list li strong{color:var(--navy);font-weight:600}
.pw-short .pw-s-note{background:var(--navy);color:#fff;border-radius:6px;padding:10px 14px;font-family:var(--f)!important;font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.6;text-align:center;margin:0}

@media(max-width:600px){
  .pw-prod .pw-box{padding:18px 16px}
  .pw-prod h1{font-size:20px!important}
  .pw-prod h2{font-size:17px!important}
  .pw-prod table td{display:block!important;width:100%!important;padding:4px 0!important}
  .pw-prod table td:first-child{width:100%!important;padding-top:12px!important}
  .pw-prod table td:last-child{padding-bottom:12px!important}
  .pw-prod table tr:nth-child(even){background:transparent!important}
  .pw-prod .pw-subtitle::before,.pw-prod .pw-subtitle::after{display:none}
}


/* ============================================================
   23 — RUO-PRODUKTSEITE
   ============================================================ */

.pw-ruo-page { max-width: 740px; margin: 0 auto; padding: 36px 0 20px; }

.pw-ruo-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6);
  margin-bottom: 18px;
}

.pw-ruo-badge::before,
.pw-ruo-badge::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--pw-teal, #03A7B6);
  flex-shrink: 0;
}

.pw-ruo-page .pw-ruo-text {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif) !important;
  font-size: 13.5px !important;
  line-height: 1.80 !important;
  color: var(--pw-muted, #64748b) !important;
  margin: 0 0 24px !important;
  padding: 22px 26px;
  background: var(--pw-grey, #F4F7F8);
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-left: 3px solid var(--pw-navy, #0B2F4A);
  border-radius: 0 6px 6px 0;
}

.pw-ruo-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.pw-ruo-links a {
  color: var(--pw-teal, #03A7B6) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(3,167,182,0.3);
  transition: border-color 0.15s ease;
}

.pw-ruo-links a:hover { border-bottom-color: var(--pw-teal, #03A7B6); }
.pw-ruo-links span { color: var(--pw-rule, #E2E8EC); }

.pw-ruo-short { font-family: var(--pw-font, 'Inter', Arial, sans-serif); }

.pw-ruo-short p {
  font-size: 12.5px !important;
  line-height: 1.75 !important;
  color: var(--pw-muted, #64748b) !important;
  margin: 0 !important;
}


/* ============================================================
   24 — SHOP: TRUST-ICONS (pwsv3)
   ============================================================ */

.pwsv3-proofline {
  margin: 0 auto 24px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 8px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(11,47,74,.42);
  text-align: center;
}

.pwsv3-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 76px;
  width: 100%;
  margin: 0 auto;
}

.pwsv3-item {
  width: 165px;
  flex: 0 0 165px;
  text-align: center;
  animation: pwsv3FadeUp .5s ease both;
}

.pwsv3-item:nth-child(2) { animation-delay: .08s; }
.pwsv3-item:nth-child(3) { animation-delay: .16s; }

.pwsv3-circle {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 11px;
  border: 1px solid rgba(3,167,182,.30);
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pwsv3-item:hover .pwsv3-circle {
  transform: translateY(-2px);
  border-color: rgba(3,167,182,.60);
  box-shadow: 0 0 0 6px rgba(3,167,182,.055), 0 9px 22px rgba(11,47,74,.07);
}

.pwsv3-hplc {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 44px !important;
  height: 44px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
  object-fit: contain !important;
}

.pwsv3-drop {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 21px;
  height: 21px;
  border: 2px solid var(--pw-teal, #03A7B6);
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-sizing: border-box;
}

.pwsv3-drop::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  left: 8px;
  top: 13px;
  background: var(--pw-teal, #03A7B6);
  border-radius: 2px;
}

.pwsv3-truck-body {
  position: absolute;
  left: 18px;
  top: 27px;
  width: 25px;
  height: 16px;
  border: 2px solid var(--pw-teal, #03A7B6);
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
}

.pwsv3-truck-cab {
  position: absolute;
  left: 42px;
  top: 29px;
  width: 15px;
  height: 14px;
  border: 2px solid var(--pw-teal, #03A7B6);
  border-left: 0;
  border-radius: 0 4px 2px 0;
  box-sizing: border-box;
}

.pwsv3-truck-cab::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 6px;
  height: 4px;
  border-top: 1.5px solid var(--pw-teal, #03A7B6);
  border-right: 1.5px solid var(--pw-teal, #03A7B6);
  box-sizing: border-box;
}

.pwsv3-wheel {
  position: absolute;
  top: 41px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--pw-teal, #03A7B6);
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
  z-index: 2;
}

.pwsv3-wheel-left  { left: 24px; }
.pwsv3-wheel-right { left: 48px; }

.pwsv3-title {
  margin: 0 0 3px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--pw-navy, #0B2F4A);
  text-align: center;
}

.pwsv3-sub {
  max-width: 145px;
  margin: 0 auto;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  color: #7B8794;
  text-align: center;
}

@keyframes pwsv3FadeUp {
  from { opacity: 0; transform: translateY(7px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 849px) {
  .pwsv3-wrap { gap: 42px; }
  .pwsv3-item { width: 150px; flex: 0 0 150px; }
}

@media (max-width: 549px) {
  .pwsv3-proofline { max-width: 310px; margin-bottom: 20px; font-size: 7px; line-height: 1.5; }
  .pwsv3-wrap { justify-content: space-between; gap: 3px; width: 100%; }
  .pwsv3-item { width: 33.333%; flex: 0 0 33.333%; padding: 0 3px; box-sizing: border-box; }
  .pwsv3-circle { width: 58px; height: 58px; margin-bottom: 10px; }
  .pwsv3-hplc { width: 38px !important; height: 38px !important; }
  .pwsv3-drop { width: 18px; height: 18px; }
  .pwsv3-drop::after { width: 5px; left: 7px; top: 11px; }
  .pwsv3-title { font-size: 12px; }
  .pwsv3-sub { max-width: 105px; font-size: 9px; line-height: 1.3; }
  .pwsv3-truck-body { left: 15px; top: 22px; width: 21px; height: 14px; }
  .pwsv3-truck-cab  { left: 35px; top: 24px; width: 12px; height: 12px; }
  .pwsv3-wheel { top: 34px; width: 6px; height: 6px; }
  .pwsv3-wheel-left  { left: 20px; }
  .pwsv3-wheel-right { left: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .pwsv3-item { animation: none; }
  .pwsv3-circle { transition: none; }
}


/* ============================================================
   25 — PRODUKTKARTEN (Shop + Shortcode)
   ============================================================ */

.shop-container .product-small,
.shop-container .product-small .col-inner,
.shop-container .product-small .box { height: 100%; }

.shop-container .product-small .col-inner {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #E7EDF0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shop-container .product-small:hover .col-inner {
  transform: translateY(-3px);
  border-color: rgba(3,167,182,.25);
  box-shadow: 0 12px 28px rgba(11,47,74,.08);
}

.shop-container .product-small .box { display: flex; flex-direction: column; }

.shop-container .product-small .box-image {
  height: 260px;
  background: #F8FAFB;
}

.shop-container .product-small .box-image .image-fade_in_back,
.shop-container .product-small .box-image .image-none,
.shop-container .product-small .box-image .image-zoom { height: 100%; }

.shop-container .product-small .box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  box-sizing: border-box;
  transition: transform .25s ease;
}

.shop-container .product-small:hover .box-image img { transform: scale(1.025); }

.shop-container .product-small .box-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 16px 16px 18px !important;
  text-align: left !important;
}

.shop-container .product-small .category { display: none !important; }

.shop-container .product-small .name {
  min-height: 38px;
  margin-bottom: 5px;
}

.shop-container .product-small .name a {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--pw-navy, #0B2F4A);
  text-decoration: none;
}

.shop-container .product-small .name a:hover { color: var(--pw-teal, #03A7B6); }

.shop-container .product-small .star-rating {
  min-height: 18px;
  margin: 0 0 6px;
}

.shop-container .product-small:not(:has(.star-rating)) .price-wrapper {
  padding-top: 24px;
}

.shop-container .product-small .price-wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: 5px;
}

.shop-container .product-small .price {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14px;
  font-weight: 800;
  color: var(--pw-navy, #0B2F4A);
}

.shop-container .product-small .woocommerce-de_price_taxrate,
.shop-container .product-small .woocommerce_de_versandkosten {
  font-size: 9px !important;
  line-height: 1.35 !important;
  color: #94A3B8 !important;
}

.shop-container .product-small .delivery-time-info {
  margin-top: 5px !important;
  font-size: 9px !important;
  line-height: 1.35 !important;
  color: var(--pw-muted, #64748b) !important;
}

@media (max-width: 549px) {
  .shop-container .product-small .box-image { height: 190px; }
  .shop-container .product-small .box-image img { padding: 12px; }
  .shop-container .product-small .box-text { min-height: 165px; padding: 12px 11px 14px !important; }
  .shop-container .product-small .name { min-height: 34px; }
  .shop-container .product-small .name a { font-size: 13px; }
  .shop-container .product-small .price { font-size: 13px; }
  .shop-container .product-small:not(:has(.star-rating)) .price-wrapper { padding-top: 20px; }
}


/* ============================================================
   26 — SHOP-GRID + PREISDARSTELLUNG
   ============================================================ */

.woocommerce ul.products,
.woocommerce-page ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ux-products .product-col,
[class*="col-"] .ux-products .product-col {
  width: 33.333% !important;
  flex: 0 0 33.333% !important;
}

@media (max-width: 849px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .ux-products .product-col { width: 50% !important; flex: 0 0 50% !important; }
}

.woocommerce ul.products li.product .price + .tax_label,
.woocommerce ul.products li.product .price ~ .tax_label:last-of-type {
  display: none !important;
}

.woocommerce ul.products li.product .price .tax_label,
.woocommerce ul.products li.product .tax_label,
.woocommerce ul.products li.product .woocommerce-price-suffix {
  display: block !important;
  font-size: 10px !important;
  color: #94a3b8 !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
  line-height: 1.4 !important;
}

.woocommerce ul.products li.product .germanized-product-delivery-time,
.woocommerce ul.products li.product .wc-gzd-additional-info {
  font-size: 10px !important;
  color: #94a3b8 !important;
  margin-top: 2px !important;
  line-height: 1.4 !important;
}

.woocommerce ul.products li.product .wc-gzd-additional-info + .wc-gzd-additional-info {
  display: none !important;
}


/* ============================================================
   27 — EINZELPRODUKTSEITE
   ============================================================ */

.pw-product-payment-note {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--pw-rule, #e2e8ec);
  border-left: 3px solid var(--pw-teal, #03a7b6);
  border-radius: 10px;
  background: #fbfdfe;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  line-height: 1.55;
  color: var(--pw-muted, #64748b);
}

.pw-product-payment-note-title {
  margin-bottom: 4px;
  color: var(--pw-navy, #0b2f4a);
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 800;
}

.pw-product-payment-note-text { color: var(--pw-muted, #64748b); }

.single-product form.cart .pw-coa-product-box {
  flex-basis: 100%;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 14px;
  clear: both;
}

.single-product .pw-product-shortcopy { margin: 14px 0 16px; }

.single-product .pw-product-shortcopy p {
  margin: 0;
  max-width: 620px;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--pw-muted, #64748b);
}

.single-product .pw-product-longcopy {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
}

.single-product .pw-product-ruo-box {
  padding: 22px 26px;
  border: 1px solid var(--pw-rule, #e2e8ec);
  border-left: 3px solid var(--pw-navy, #0b2f4a);
  border-radius: 12px;
  background: #f8fafb;
  margin-bottom: 26px;
}

.single-product .pw-product-section-label,
.single-product .pw-product-card-label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 8px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--pw-teal, #03a7b6);
}

.single-product .pw-product-ruo-box p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--pw-muted, #64748b);
}

.single-product .pw-product-ruo-box p:last-child { margin-bottom: 0; }

.single-product .pw-product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.single-product .pw-product-info-card {
  padding: 18px 18px 16px;
  border: 1px solid var(--pw-rule, #e2e8ec);
  border-radius: 12px;
  background: #ffffff;
}

.single-product .pw-product-info-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--pw-navy, #0b2f4a);
}

.single-product .pw-product-info-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--pw-muted, #64748b);
}

.single-product .pw-short {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  color: var(--pw-navy, #0B2F4A);
  margin: 14px 0 18px;
}

.single-product .pw-short .pw-short-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6);
}

.single-product .pw-short .pw-short-label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--pw-teal, #03A7B6);
  flex: 0 0 auto;
}

.single-product .pw-short p {
  margin: 0 0 14px;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--pw-muted, #64748b);
}

.single-product .pw-short .pw-seq {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--pw-teal, #03A7B6);
  background: rgba(3,167,182,0.08);
  border: 1px solid rgba(3,167,182,0.20);
  border-radius: 5px;
}

.single-product .pw-short .pw-short-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.single-product .pw-short .pw-short-spec {
  padding: 4px 10px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 8.5px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a6070;
  background: var(--pw-grey, #F4F7F8);
  border: 1px solid var(--pw-rule, #e2e8ec);
  border-radius: 6px;
}

.single-product .pw-short .pw-short-notice {
  display: inline-block;
  padding: 5px 12px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 8.5px;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--pw-navy, #0B2F4A);
  border-radius: 6px;
}

.pw-qty-progress { margin-top: 32px !important; }

@media (max-width: 849px) {
  .single-product .pw-product-info-grid { grid-template-columns: 1fr; }
  .single-product .pw-product-ruo-box { padding: 18px; }

  /* Leerfläche zwischen Schlagwörtern und den Tabs ("Zusätzliche
     Informationen") verkleinern: doppeltes Bottom-Padding von
     .product-info.summary + .product-main abbauen */
  .single-product .product-info.summary { padding-bottom: 10px; }
  .single-product .product-main { padding-bottom: 20px; }
}

@media (max-width: 768px) {
  .product-gallery .nav-prev,
  .product-gallery .nav-next,
  .product-images .nav-prev,
  .product-images .nav-next,
  .woo-product-gallery--with-thumbnails .flex-direction-nav {
    display: none !important;
  }
}


/* ============================================================
   28 — STARTSEITE: TRUST-ZEILEN
   ============================================================ */

.pw-hero-trust,
.pw-pay-trust {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--pw-muted, #64748b);
}

.pw-hero-trust { margin-top: 16px; }
.pw-pay-trust  { text-align: center; }

.pw-hero-trust__sep,
.pw-pay-trust__sep {
  color: #cbd5dd;
  font-style: normal;
  margin: 0 7px;
}

@media (max-width: 549px) {

  .pw-hero-trust,
  .pw-pay-trust {
    display: grid;
    gap: 6px;
    font-size: 12px;
  }

  .pw-hero-trust { justify-items: start; }
  .pw-pay-trust  { justify-items: center; text-align: left; }

  .pw-hero-trust__sep,
  .pw-pay-trust__sep { display: none; }

  .pw-hero-trust span,
  .pw-pay-trust span {
    position: relative;
    padding-left: 13px;
  }

  .pw-hero-trust span::before,
  .pw-pay-trust span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pw-teal, #03A7B6);
  }
}


/* ============================================================
   29 — STARTSEITE: DUNKLE ANALYSE-SEKTION
   ============================================================ */

.pw-section-dark .pw-dark-h2,
.pw-section-dark .pw-dark-h3 { color: #ffffff !important; }

.pw-section-dark .pw-dark-h2 {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin-bottom: 20px;
}

.pw-section-dark .pw-dark-h2 em {
  font-style: normal;
  color: var(--pw-teal, #03A7B6) !important;
}

.pw-section-dark .pw-dark-h3 {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin-bottom: 10px;
}

.pw-section-dark .pw-dark-h3 span { color: var(--pw-teal, #03A7B6) !important; }

.pw-section-dark .pw-dark-lead {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(255, 255, 255, .64) !important;
  max-width: 520px;
  margin-bottom: 34px;
}

.pw-section-dark .pw-dark-lead-sm {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .55) !important;
  max-width: 420px;
  margin-bottom: 22px;
}

.pw-section-dark .pw-dark-note {
  margin: 15px 0 0;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 10.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .5) !important;
}

/* Reinheitsbalken */

.pw-pb-row { margin-bottom: 18px; }

.pw-pb-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 7px;
}

.pw-pb-name {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, .72);
}

.pw-pb-pct {
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.pw-pb-track {
  position: relative;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .09);
  overflow: hidden;
}

.pw-pb-fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #03A7B6, #06c3d4);
  box-shadow: 0 0 14px rgba(3, 167, 182, .25);
  transition: width 900ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Endotoxin-Zeile */

.pw-endo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 20px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.pw-endo__label {
  margin-bottom: 6px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--pw-teal, #03A7B6);
}

.pw-endo__batch {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(255, 255, 255, .72);
}

.pw-endo__val {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 549px) {
  .pw-endo { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .pw-pb-fill { transition: none; }
}


/* ============================================================
   30 — STARTSEITE: CoA-GALERIE
   ============================================================ */

.pw-coa-gallery-home .gallery-col .box {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(11,47,74,0.14);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 10px 28px rgba(11,47,74,0.08);
  overflow: hidden;
}

.pw-coa-gallery-home .gallery-col .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  background: var(--pw-teal, #03A7B6);
}

.pw-coa-gallery-home .box-image {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}

.pw-coa-gallery-home img { display: block; width: 100%; height: auto; }

.pw-coa-gallery-home .gallery-col:hover .box {
  border-color: rgba(3,167,182,0.35);
  box-shadow: 0 14px 34px rgba(11,47,74,0.12);
}

@media (max-width: 549px) {
  .pw-coa-gallery-home .gallery-col .box { padding: 7px; border-radius: 6px; }
  .pw-coa-gallery-home .gallery-col .box::before { height: 2px; }
}


/* ============================================================
   31 — STARTSEITE: FAQ
   ============================================================ */

.pw-faq-sticky { position: sticky; top: 110px; }

.pw-faq-h2 {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1.08;
  color: var(--pw-navy, #0B2F4A);
  margin-bottom: 14px;
}

.pw-faq-h2 em {
  font-style: normal;
  color: var(--pw-teal, #03A7B6);
  display: block;
}

.pw-faq-intro {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--pw-muted, #64748b);
  max-width: 300px;
  margin-bottom: 0;
}

.pw-faq .accordion {
  counter-reset: pwfaq;
  border: 0;
  margin: 0;
}

.pw-faq .accordion-item {
  counter-increment: pwfaq;
  background: #fff;
  border: 1px solid var(--pw-rule, #E2E8EC);
  border-radius: 12px;
  margin-bottom: 9px;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.pw-faq .accordion-item:has(.accordion-title.active) {
  border-color: rgba(3, 167, 182, .5);
  box-shadow: 0 6px 22px rgba(11, 47, 74, .07);
}

@media (hover: hover) and (pointer: fine) {
  .pw-faq .accordion-item:hover { border-color: #cbd5dd; }
  .pw-faq .accordion-item:has(.accordion-title.active):hover {
    border-color: rgba(3, 167, 182, .5);
  }
}

.pw-faq .accordion-title {
  position: relative;
  display: block;
  padding: 21px 58px;
  border: 0;
  background: none;
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.45;
  color: var(--pw-navy, #0B2F4A);
  transition: color 160ms ease;
}

.pw-faq .accordion-title:hover,
.pw-faq .accordion-title:focus { background: none; }

@media (hover: hover) and (pointer: fine) {
  .pw-faq .accordion-title:hover { color: var(--pw-teal, #03A7B6); }
}

.pw-faq .accordion-title.active { color: var(--pw-teal, #03A7B6); }

.pw-faq .accordion-title::before {
  content: counter(pwfaq, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 23px;
  font-family: var(--pw-mono, 'Space Mono', monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--pw-teal, #03A7B6);
  opacity: .85;
}

.pw-faq .accordion-title::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background:
    linear-gradient(#03A7B6, #03A7B6) center/13px 1.6px no-repeat,
    linear-gradient(#03A7B6, #03A7B6) center/1.6px 13px no-repeat;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pw-faq .accordion-title.active::after { transform: rotate(45deg); }

.pw-faq .accordion-title .toggle { display: none; }

.pw-faq .accordion-inner {
  font-family: var(--pw-font, 'Inter', Arial, sans-serif);
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--pw-muted, #64748b);
  padding: 0 58px 22px;
  border: 0;
}

.pw-faq .accordion-inner a { color: var(--pw-teal, #03A7B6); font-weight: 600; }

@media (max-width: 849px) {
  .pw-faq-sticky { position: static; }
  .pw-faq-intro { max-width: none; }
  .pw-faq .accordion-title { padding: 19px 50px; font-size: 14px; }
  .pw-faq .accordion-title::before { left: 18px; top: 21px; }
  .pw-faq .accordion-title::after { right: 18px; }
  .pw-faq .accordion-inner { padding: 0 50px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .pw-faq .accordion-title::after,
  .pw-faq .accordion-item { transition: none; }
}

/* ============================================================
   PEPWERK — PRODUKTSEITE FEINSCHLIFF
   ============================================================
   WPCode > Add Snippet > Add Your Custom Code > CSS Snippet
   Insertion: "Site Wide Header"

   Ergänzt das PHP-Snippet pw-quantity-tiers-v5.
   Enthält keine PHP-Logik, kann also gefahrlos an- und
   abgeschaltet werden.
   ============================================================ */


/* ------------------------------------------------------------
   1 — MENGEN-STEPPER ZURÜCKNEHMEN
   ------------------------------------------------------------
   Minus, Plus und "In den Warenkorb" sind im Theme alle teal
   und etwa gleich groß. Drei gleichwertige Flächen nebeneinander
   -> das Auge findet den Hauptweg nicht.

   Der Stepper ist Hilfsbedienung, der CTA ist das Ziel. Also
   Stepper auf Outline, damit genau EINE teale Fläche in der
   Zeile bleibt.

   Die Selektorliste deckt die üblichen Theme-Varianten ab
   (button, input[type=button], a). Wenn nichts passiert:
   Rechtsklick auf den Minus-Button > Untersuchen, die dort
   gezeigte Klasse unten ergänzen.
   ------------------------------------------------------------ */

.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus,
form.cart .quantity .minus,
form.cart .quantity .plus,
form.cart .quantity .qty-minus,
form.cart .quantity .qty-plus,
form.cart .quantity button.minus,
form.cart .quantity button.plus,
form.cart .quantity input.minus,
form.cart .quantity input.plus,
form.cart .quantity input[type="button"] {
    background: #ffffff !important;
    background-image: none !important;
    color: #0B2F4A !important;
    border: 1px solid #E2E8EC !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    transition: border-color 160ms cubic-bezier(0.23, 1, 0.32, 1),
                color 160ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 100ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

@media (hover: hover) and (pointer: fine) {
    .woocommerce div.product form.cart .quantity .minus:hover,
    .woocommerce div.product form.cart .quantity .plus:hover,
    form.cart .quantity .minus:hover,
    form.cart .quantity .plus:hover,
    form.cart .quantity .qty-minus:hover,
    form.cart .quantity .qty-plus:hover,
    form.cart .quantity button.minus:hover,
    form.cart .quantity button.plus:hover,
    form.cart .quantity input[type="button"]:hover {
        border-color: #03A7B6 !important;
        color: #03A7B6 !important;
        background: #ffffff !important;
    }
}

form.cart .quantity .minus:active,
form.cart .quantity .plus:active,
form.cart .quantity button.minus:active,
form.cart .quantity button.plus:active,
form.cart .quantity input[type="button"]:active {
    transform: scale(0.94) !important;
}

form.cart .quantity input.qty,
form.cart .quantity input[type="number"] {
    border-top: 1px solid #E2E8EC !important;
    border-bottom: 1px solid #E2E8EC !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    color: #0B2F4A !important;
}

.woocommerce div.product form.cart button.single_add_to_cart_button,
form.cart .single_add_to_cart_button {
    background: #03A7B6 !important;
    color: #ffffff !important;
    border-color: #03A7B6 !important;
}

.single-product .pw-trust-bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px 20px !important;
}

.single-product .pw-trust-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
    width: 100% !important;
    min-width: 0 !important;
}

.single-product .pw-trust-icon {
    display: flex !important;
    flex: 0 0 auto !important;
    margin-top: 1px !important;
}

.single-product .pw-trust-text {
    display: block !important;
    min-width: 0 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.single-product .pw-trust-sub {
    display: block !important;
    margin-top: 2px !important;
    white-space: normal !important;
}

.pw-sticky-copy-hidden {
    display: none !important;
}

@media (max-width: 549px) {
    .single-product .pw-trust-bar {
        padding: 14px 16px !important;
        gap: 12px !important;
    }

    .single-product .pw-trust-text {
        font-size: 11.5px !important;
    }
}

.single-product .pw-trust-item::before,
.single-product .pw-trust-item::after {
    content: none !important;
    display: none !important;
}

.single-product .pw-lab-doc-v2 .pw-lab-item-coa {
    padding-left: 9px !important;
    padding-right: 7px !important;
}

.single-product .pw-lab-doc-v2 .pw-lab-item-coa .pw-lab-value {
    font-size: 12px !important;
    letter-spacing: -0.03em !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}

.single-product .next-prev-thumbs {
    display: none !important;
    visibility: hidden !important;
}

@media screen and (max-width: 849px) {
    .single-product .pw-qty {
        margin-top: 24px !important;
    }

    .single-product .pw-coa-product-box + .pw-qty {
        margin-top: 24px !important;
    }
}

.single-product .pw-qty {
    margin-top: 32px !important;
}

@media screen and (max-width: 849px) {
    .single-product .pw-qty {
        margin-top: 24px !important;
    }
}

body.woocommerce-checkout .pw-checkout-disclaimer--slim {
    background: #F4F7F8 !important;
    border: 1px solid #E2E8EC !important;
    border-left: 3px solid #03A7B6 !important;
    color: #64748b !important;
}

.pw-checkout-disclaimer--slim {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   HERO TRUST – DESKTOP + FLATSOME MOBILE
   ========================================================= */

.pw-hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 850px) {

  .pw-hero-trust {
    flex-direction: row;
    gap: 0;
  }

  .pw-hero-trust > span {
    display: inline-block;
  }

  .pw-hero-trust__sep {
    display: inline-block;
    margin: 0 8px;
  }

}

@media (max-width: 849px) {

  body .pw-hero-trust {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;

    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
  }

  body .pw-hero-trust > span {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    font-size: 11px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
  }

  body .pw-hero-trust > .pw-hero-trust__sep {
    display: none !important;
  }

}

/* ==========================================
   BESTELLVORTEILE FINAL
   kompakt, sauber, Desktop präsenter
   ========================================== */

.pw-order-benefits {
  max-width: 940px;
  margin: 0 auto;
  font-family: 'Inter', Arial, sans-serif;
}

.pw-order-benefits__title {
  margin: 0 0 20px !important;
  color: #0B2F4A;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-align: center;
}

.pw-order-benefits__title span {
  color: #03A7B6;
}

.pw-order-benefits__grid {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;

  width: 100%;
  max-width: 800px;
  margin: 0 auto;

  background: #fff;
  border: 1px solid #E2E8EC;
  border-radius: 14px;
  overflow: hidden;
}

.pw-order-benefit {
  flex: 1 1 50% !important;
  width: 50% !important;
  max-width: 50% !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  padding: 22px 26px 24px !important;
  margin: 0 !important;
  text-align: center;
}

.pw-order-benefit + .pw-order-benefit {
  border-left: 1px solid #E2E8EC;
}

.pw-order-benefit__image {
  width: 100% !important;
  height: 175px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 0 10px !important;
  padding: 0 !important;
}

.pw-order-benefit__image img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 175px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
}

.pw-order-benefit--bac .pw-order-benefit__image img {
  max-height: 170px !important;
}

.pw-order-benefit--box .pw-order-benefit__image img {
  max-height: 165px !important;
  max-width: 310px !important;
}

.pw-order-benefit__threshold {
  margin: 0 0 5px !important;
  color: #03A7B6;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.pw-order-benefit__name {
  margin: 0 !important;
  color: #0B2F4A;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.pw-order-benefit__free {
  display: block;
  color: #03A7B6;
  font-weight: 800;
}

.pw-order-benefits__shipping {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 12px 0 0 !important;
  color: #52687A;
  font-size: 12.5px;
  line-height: 1.45;
  text-align: center;
}

.pw-order-benefits__shipping strong {
  color: #0B2F4A;
  font-weight: 600;
}

@media (min-width: 850px) {

  .pw-order-benefits {
    max-width: 1060px;
  }

  .pw-order-benefits__grid {
    max-width: 920px;
  }

  .pw-order-benefit {
    padding: 22px 32px 24px !important;
  }

  .pw-order-benefit__image {
    height: 195px !important;
    margin-bottom: 10px !important;
  }

  .pw-order-benefit__image img {
    max-height: 195px !important;
  }

  .pw-order-benefit--bac .pw-order-benefit__image img {
    max-height: 190px !important;
  }

  .pw-order-benefit--box .pw-order-benefit__image img {
    max-height: 185px !important;
    max-width: 350px !important;
  }

  .pw-order-benefit__threshold {
    font-size: 22px;
  }

  .pw-order-benefit__name {
    font-size: 15px;
  }

  .pw-order-benefits__shipping {
    margin-top: 12px !important;
    font-size: 13.5px;
    color: #3F5568;
  }

  .pw-order-benefits__shipping strong {
    color: #0B2F4A;
    font-weight: 600;
  }
}

@media (max-width: 849px) {

  .pw-order-benefits {
    padding: 0 12px;
  }

  .pw-order-benefits__title {
    margin-bottom: 18px !important;
    font-size: 1.9rem;
  }

  .pw-order-benefits__grid {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
  }

  .pw-order-benefit {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important;
    padding: 17px 7px 19px !important;
  }

  .pw-order-benefit__image {
    height: 125px !important;
    margin-bottom: 9px !important;
  }

  .pw-order-benefit__image img {
    max-height: 125px !important;
  }

  .pw-order-benefit--bac .pw-order-benefit__image img {
    max-height: 122px !important;
  }

  .pw-order-benefit--box .pw-order-benefit__image img {
    max-height: 112px !important;
    max-width: 175px !important;
  }

  .pw-order-benefit__threshold {
    font-size: 17px;
  }

  .pw-order-benefit__name {
    font-size: 12px;
  }

  .pw-order-benefits__shipping {
    margin-top: 11px !important;
    padding: 0 5px;
    font-size: 11px;
  }
}

/* ============================================================
   PEPWERK — PRODUKTBESCHREIBUNG FINAL
   Nur Single Product
   ============================================================ */

.single-product .pw-legal-content {
  font-family: var(--pw-font) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: var(--pw-muted) !important;
}

.single-product .pw-legal-content > p:first-of-type {
  max-width: 900px;
  font-size: 14px !important;
  line-height: 1.75 !important;
  margin-bottom: 30px !important;
}

.single-product .pw-legal-content .pw-eyebrow {
  margin-bottom: 18px !important;
}

.single-product .pw-legal-content h2 {
  font-size: 1.3rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: var(--pw-navy) !important;

  margin-top: 34px !important;
  margin-bottom: 14px !important;
}

.single-product .pw-legal-content > h2:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.single-product .pw-quality-points {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;

  max-width: none !important;
  width: 100% !important;

  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.single-product .pw-quality-points > div {
  min-height: 220px !important;
  padding: 27px 24px 26px !important;

  border-radius: 10px !important;
  border: 1px solid rgba(3,167,182,0.20) !important;

  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%) !important;

  box-shadow: 0 14px 36px rgba(11,47,74,0.055) !important;
}

.single-product .pw-quality-points span {
  margin-bottom: 20px !important;
}

.single-product .pw-quality-points strong {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
}

.single-product .pw-quality-points p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: var(--pw-muted) !important;
}

.single-product .pw-legal-content ul {
  margin: 0 0 30px 0 !important;
  padding-left: 22px !important;
}

.single-product .pw-legal-content li {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--pw-muted) !important;
  margin-bottom: 8px !important;
}

.single-product .pw-legal-content li::marker {
  color: var(--pw-navy);
}

.single-product .pw-legal-content li strong {
  font-weight: 800 !important;
  color: var(--pw-teal) !important;
}

.single-product .pw-legal-content li:has(strong)::marker {
  color: var(--pw-teal) !important;
}

.single-product .pw-legal-content h2:last-of-type {
  margin-top: 32px !important;
}

.single-product .pw-legal-content > p:last-child {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  color: #94a3b8 !important;
}

@media (max-width: 900px) {

  .single-product .pw-quality-points {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

}

@media (max-width: 600px) {

  .single-product .pw-legal-content {
    font-size: 14px !important;
  }

  .single-product .pw-quality-points {
    grid-template-columns: 1fr !important;
    gap: 14px !important;

    margin-top: 26px !important;
    margin-bottom: 30px !important;
  }

  .single-product .pw-quality-points > div {
    min-height: 0 !important;
    padding: 24px 22px !important;
  }

  .single-product .pw-quality-points strong {
    font-size: 15px !important;
  }

  .single-product .pw-quality-points p {
    font-size: 14px !important;
  }

  .single-product .pw-legal-content h2 {
    font-size: 1.18rem !important;
    margin-top: 30px !important;
  }

}


/* ============================================================
   32 — HINWEISSTREIFEN (MARQUEE): MOBILE OVERFLOW-FIX
   ------------------------------------------------------------
   Bug: Die mobile Spalte (.show-for-medium.flex-grow) ist ein
   Flex-Item ohne min-width. Weil der Marquee-Inhalt "nowrap"
   gesetzt ist, verweigert der Flex-Item das Schrumpfen (Flexbox-
   Default: min-width:auto = Content-Breite) und wird so breit wie
   der gesamte (verdoppelte) Marquee-Text – mehrere 1000px statt
   390px. Dadurch läuft der Streifen rechts aus dem Bildschirm statt
   sauber abgeschnitten zu werden ("BERICHTE ANSEHEN" wirkt
   abgeschnitten). Fix: min-width:0 zulassen, damit die Spalte auf
   Viewport-Breite schrumpft und #pwNotifBar (overflow:hidden) den
   Rest wie vorgesehen kappt.
   ============================================================ */

#top-bar .flex-col.show-for-medium.flex-grow,
#top-bar .flex-col.show-for-medium.flex-grow ul.mobile-nav,
#top-bar .flex-col.show-for-medium.flex-grow ul.mobile-nav > li,
#top-bar #pwNotifBar {
  min-width: 0;
}


/* ============================================================
   33 — ÄHNLICHE PRODUKTE: SLIDER-KOLLAPS-FIX
   ------------------------------------------------------------
   Bug: Der Produkt-Slider (Flickity) misst die Zellenhöhe beim
   Initialisieren. Weil Produktbilder "loading=lazy" sind und noch
   nicht geladen sind, ist die gemessene Höhe nur wenige Pixel groß
   ("nur Trennlinien" statt Bilder/Preise). Flickity rechnet danach
   nicht automatisch neu. Fix: den Zellen eine verlässliche
   Mindesthöhe geben, die schon vor dem Laden der Bilder greift –
   Flickity misst dann von Anfang an richtig.
   ============================================================ */

@media (max-width: 549px) {
  .row.slider .product-small.col { min-height: 400px; }
}

@media (min-width: 550px) and (max-width: 849px) {
  .row.slider .product-small.col { min-height: 480px; }
}

/* Absicherung: Falls für ein Produkt wirklich keine ähnlichen
   Produkte existieren, den ganzen Block (inkl. Überschrift und
   Trennlinien) ausblenden statt eine leere Sektion zu zeigen. */
.related-products-wrapper:not(:has(.product-small)) {
  display: none !important;
}


/* ============================================================
   34 — WARENKORB-DIALOG (MINI-CART): LEERFLÄCHE + BUTTONS
   ------------------------------------------------------------
   a) .woocommerce-mini-cart ist per Theme-Flexbox (flex:1) auf
      volle Resthöhe der Drawer gestreckt. Bei wenigen Artikeln
      entsteht dadurch eine große weiße Lücke vor der Zwischensumme.
      Fix: nicht wachsen lassen, Höhe richtet sich nach den
      tatsächlichen Artikeln.
   b) "Warenkorb anzeigen" und "Kasse" sahen identisch aus (beide
      gefüllt/teal). Kasse bleibt die gefüllte Hauptaktion,
      "Warenkorb anzeigen" wird zur Outline-Sekundäraktion.
   ============================================================ */

.widget_shopping_cart .woocommerce-mini-cart {
  flex-grow: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--pw-teal, #03A7B6) !important;
  border: 2px solid var(--pw-teal, #03A7B6) !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
    background: rgba(3,167,182,0.08) !important;
    color: var(--pw-teal-d, #0594A2) !important;
    border-color: var(--pw-teal-d, #0594A2) !important;
  }
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout.wc-forward {
  background: var(--pw-teal, #03A7B6) !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 2px solid var(--pw-teal, #03A7B6) !important;
}
