/** Shopify CDN: Minification failed

Line 3974:10 Unexpected "="

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
} 

/* ============================================
   WELLNESS ANARCHY — Design System Tokens
   Component Library v1.2
   ============================================ */

:root {
  /* Produktfarben */
--color-lion-mane: #6E4B8A;
--color-cordyceps: #C4501A;
--color-reishi: #2B4A6E;
--color-chaga: #3A3028;
--color-tremella: #C46B7A;

  /* Brand Colors */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-bg-subtle: #F5F5F5;
  --color-border: #eeeeee;
  --color-text-muted: #999999;
  --color-text-secondary: #666666;
  --color-error: #CC0000;

  /* Border Radius System */
  --radius-container: 12px;
  --radius-card: 8px;
  --radius-button: 3px;
  --radius-pill: 100px;
  --radius-avatar: 10px;
  --radius-image: 6px;

  /* Spacing */
  --space-section-top: 56px;
  --space-section-bot: 64px;
  --space-section-gap: 160px;
  --space-content: 24px;
  --space-component: 40px;

  /* Container */
  --container-max: 1280px;
}
/* Transitions (I03) */
:root {
  --transition-fast: 150ms ease-out;
  --transition-medium: 200ms ease-out;
  --transition-slow: 300ms ease-out;
}

/* Scroll Behavior (I08) */
html {
  scroll-behavior: smooth;
}

/* Focus Ring (I04) */
*:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

[data-dark] *:focus-visible {
  outline-color: #fff;
}

/* Z-Index Skala */
:root {
  --z-skip: 9999;
  --z-toast: 700;
  --z-cart-overlay: 600;
  --z-mobile-nav: 500;
  --z-newsletter: 400;
  --z-lightbox: 400;
  --z-sticky-atc: 300;
  --z-cookie: 200;
  --z-nav: 100;
  --z-topbar: 100;
}

/* Typografie-Klassen */
.font-display {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.font-h2 {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.font-body {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  max-width: 65ch;
}

.font-label {
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #999;
}

.font-data {
  font-family: 'Space Mono', monospace;
  font-variant-numeric: tabular-nums;
  color: #000;
}

/* Mobile Spacing (L04) */
@media (max-width: 767px) {
  :root {
    --space-section-top: 36px;
    --space-section-bot: 44px;
    --space-section-gap: 96px;
  }
}

@media (max-width: 767px) {
  :root {
    --space-section-top: 36px;
    --space-section-bot: 44px;
    --space-section-gap: 96px;
  }
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

/* Skip-to-Content Wellness Anarchy Style (I09) */
.skip-to-content-link {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  transition: top var(--transition-fast);
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

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

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 10;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 10;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 10;
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: none;
}

.header__icon:hover {
  color: rgb(var(--color-foreground)) !important;
}

.header__icon:hover .icon {
  stroke: rgb(var(--color-foreground)) !important;
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

/* ============================================
   N01 Top Bar (Announcement Bar)
   Component Library v1.2
   ============================================ */

.utility-bar {
  background-color: #000000 !important;
  min-height: 36px;
}

.announcement-bar {
  padding: 8px 24px;
}

.announcement-bar__link,
.announcement-bar p {
  font-family: 'Space Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #999999 !important;
  text-decoration: none !important;
}

.announcement-bar__link span,
.announcement-bar a {
  color: #ffffff !important;
}

.announcement-bar a:hover {
  text-decoration: underline !important;
}

/* ============================================
   N02 Hauptnavigation Desktop
   Component Library v1.2
   ============================================ */

.header {
  background-color: #fff !important;
  padding: 14px 32px !important;
}

.header__heading-link,
.header__heading {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.header__menu-item a,
.header__menu-item span {
  font-family: 'Host Grotesk', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #000000 !important;
  transition: color var(--transition-fast) !important;
  text-decoration: none !important;
}

.header__menu-item a:hover,
.header__menu-item a[aria-current="page"] {
  color: #ffffff !important;
}

.header__icons .header__icon {
  color: #000000 !important;
}

.header__icons .header__icon:hover {
  color: #ffffff !important;
}

/* Header full-width fix */
.header-wrapper {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-wrapper > .header {
  max-width: 100% !important;
}

/* Logo Text Farbe fix */
.header__heading a,
.header__heading a:visited,
.header .h2,
.header__heading-link .h2 {
  color: #ffffff !important;
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* ============================================
   N03 Mobile Navigation
   Component Library v1.2
   ============================================ */

/* Mobile Header */
@media (max-width: 1023px) {
  .header {
    padding: 14px 20px !important;
  }

  .header__heading a,
  .header__heading-link .h2 {
    font-size: 12px !important;
  }
}

/* ===== MOBILE DRAWER (N03) ===== */
.menu-drawer {
  background-color: #000000 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.menu-drawer__inner-container {
  background-color: #000000 !important;
}

.menu-drawer .gradient {
  background: #000000 !important;
}

/* Konsistentes Spacing alle Ebenen via ID-Selektor */
#menu-drawer,
#menu-drawer .menu-drawer__submenu {
  padding: 0 !important;
}

#menu-drawer .menu-drawer__submenu .menu-drawer__submenu {
  padding: 24px 32px !important;
}

#menu-drawer .menu-drawer__inner-container,
#menu-drawer .menu-drawer__inner-submenu {
  padding: 24px 32px !important;
}

#menu-drawer .menu-drawer__navigation-container {
  padding: 0 !important;
}

#menu-drawer .menu-drawer__menu {
  padding: 0 !important;
  margin: 0 !important;
}

#menu-drawer .menu-drawer__menu-item,
#menu-drawer .menu-drawer__menu-item a,
#menu-drawer .menu-drawer__menu summary {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
  padding: 12px 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-decoration: none !important;
}

#menu-drawer .menu-drawer__menu-item a:hover {
  color: #999999 !important;
}

/* Back-Button */
#menu-drawer .menu-drawer__close-button {
  color: #ffffff !important;
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 0 16px 0 !important;
  margin: 0 !important;
}

/* Hamburger schwarz auf weissem Header */
.header__icon--menu svg {
  color: #000000 !important;
}

/* Close/Open Icon Toggle */
.header__icon--summary span > svg:first-child {
  display: block !important;
}

.header__icon--summary .icon-close {
  display: none !important;
}

details[open] > .header__icon--summary span > svg:first-child {
  display: none !important;
}

details[open] > .header__icon--summary .icon-close {
  display: block !important;
}

/* ===== END MOBILE DRAWER ===== */


/* Mobile Nav (N03) */
.header__heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

   KLAVIYO FORMS BRAND OVERRIDE
   WsTwwx = Pre-Launch Hero (auf dunklem Hero-BG)
   ============================================ */
 
/* Font-Basis */
.klaviyo-form-WsTwwx {
  font-family: 'Host Grotesk', sans-serif !important;
}
 
/* Container transparent — gezielt statt nuclear */
.klaviyo-form-WsTwwx,
.klaviyo-form-WsTwwx > div,
.klaviyo-form-WsTwwx form {
  background-color: transparent !important;
  background: transparent !important;
}
 
/* Alle Wrapper-Divs sichtbar und im Flow halten */
.klaviyo-form-WsTwwx div {
  background-color: transparent !important;
  background: transparent !important;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  clip: auto !important;
  clip-path: none !important;
}
 
/* Klaviyo versteckt Input-Wrapper — alles erzwingen */
.klaviyo-form-WsTwwx [data-testid="form-component"],
.klaviyo-form-WsTwwx [data-testid="form-row"],
.klaviyo-form-WsTwwx [data-testid="form-component"] > div,
.klaviyo-form-WsTwwx [data-testid="form-row"] > div {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  position: relative !important;
}
 
/* Gesamte Form-Breite begrenzen */
.klaviyo-form-WsTwwx,
.klaviyo-form-WsTwwx > div {
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
 
/* Form-Container */
.klaviyo-form-WsTwwx form {
  max-width: 420px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 20px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
 
/* Abstände zwischen Form-Elementen erzwingen */
.klaviyo-form-WsTwwx form > div,
.klaviyo-form-WsTwwx form > fieldset,
.klaviyo-form-WsTwwx [data-testid="form-row"] {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
 
.klaviyo-form-WsTwwx form > div:first-child,
.klaviyo-form-WsTwwx form > fieldset:first-child,
.klaviyo-form-WsTwwx [data-testid="form-row"]:first-child {
  margin-top: 0 !important;
}
 
/* Row-Container column statt row */
.klaviyo-form-WsTwwx [data-testid="form-row"],
.klaviyo-form-WsTwwx div[style*="flex-direction: row"],
.klaviyo-form-WsTwwx div[style*="flex-direction:row"] {
  flex-direction: column !important;
  align-items: stretch !important;
}
 
/* Component-Container Padding reset + sichtbar */
.klaviyo-form-WsTwwx [data-testid="form-component"] {
  padding: 0 !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}
 
/* Headlines */
.klaviyo-form-WsTwwx h1,
.klaviyo-form-WsTwwx h2,
.klaviyo-form-WsTwwx h3,
.klaviyo-form-WsTwwx [data-testid="form-title"] {
  font-family: 'Geist', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
}
 
/* Alle Texte weiß */
.klaviyo-form-WsTwwx p,
.klaviyo-form-WsTwwx span,
.klaviyo-form-WsTwwx label {
  color: rgba(255, 255, 255, 0.7) !important;
}
 
/* E-Mail Input */
.klaviyo-form-WsTwwx input[type="email"],
.klaviyo-form-WsTwwx input[type="text"] {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 16px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 150ms ease-out !important;
  height: auto !important;
  min-height: 48px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
 
.klaviyo-form-WsTwwx input[type="email"]:focus,
.klaviyo-form-WsTwwx input[type="text"]:focus {
  border-color: #fff !important;
}
 
.klaviyo-form-WsTwwx input[type="email"]:focus-visible,
.klaviyo-form-WsTwwx input[type="text"]:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}
 
.klaviyo-form-WsTwwx input[type="email"]::placeholder,
.klaviyo-form-WsTwwx input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
 
/* Submit Button */
.klaviyo-form-WsTwwx button[type="button"],
.klaviyo-form-WsTwwx button[type="submit"] {
  font-family: 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 14px 32px !important;
  cursor: pointer !important;
  width: 100% !important;
  max-width: 420px !important;
  box-sizing: border-box !important;
  transition: background-color 150ms ease-out, transform 50ms ease-out !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
  height: auto !important;
}
 
.klaviyo-form-WsTwwx button[type="button"]:hover,
.klaviyo-form-WsTwwx button[type="submit"]:hover {
  background-color: #e5e5e5 !important;
}
 
.klaviyo-form-WsTwwx button[type="button"]:active,
.klaviyo-form-WsTwwx button[type="submit"]:active {
  transform: scale(0.98) translateY(1px) !important;
}
 
.klaviyo-form-WsTwwx button[type="button"]:focus-visible,
.klaviyo-form-WsTwwx button[type="submit"]:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}
 
/* Consent / Datenschutz */
.klaviyo-form-WsTwwx fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
 
.klaviyo-form-WsTwwx fieldset legend {
  display: none !important;
}
 
.klaviyo-form-WsTwwx fieldset label,
.klaviyo-form-WsTwwx [class*="consent"] label {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
  min-height: 44px !important;
  padding: 4px 0 !important;
  line-height: 1.5 !important;
}
 
.klaviyo-form-WsTwwx input[type="checkbox"] {
  accent-color: #fff !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 1px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  cursor: pointer !important;
}
 
/* Success State */
.klaviyo-form-WsTwwx [data-testid="form-success-message"] {
  color: #fff !important;
}
 
/* Klaviyo Branding dezent */
.klaviyo-form-WsTwwx [data-testid="powered-by"],
.klaviyo-form-WsTwwx .needsclick[href*="klaviyo"] {
  opacity: 0.2 !important;
}
 
/* Error Messages */
.klaviyo-form-WsTwwx [class*="error"],
.klaviyo-form-WsTwwx [data-testid*="error"] {
  color: #CC0000 !important;
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 12px !important;
}

/* ============================================
   WELLNESS ANARCHY — Article Template Styles
   Phase 2 / Schritt 2.1
   ============================================
   Diese Styles in base.css einfügen,
   NACH den bestehenden Design-System-Tokens.
   ============================================ */
 
/* ---- Article Container ---- */
.wa-article {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}
 
.wa-article__content {
  max-width: 65ch;
  margin: 0 auto;
}
 
/* ---- Layer 0: Meta Bar ---- */
.wa-article__meta {
  margin-top: 32px;
  margin-bottom: 40px;
}
 
.wa-article__cluster-tag {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}
 
.wa-article__title {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 16px;
}
 
.wa-article__subtitle {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 16px;
}
 
.wa-article__info {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.04em;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
 
/* ---- Layer 1: Hook ---- */
.wa-article__hook {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 8px;
}
 
.wa-article__hook strong,
.wa-article__hook b {
  font-weight: 600;
}
 
/* ---- Layer 2: Reframe (C02) ---- */
.article-reframe {
  border-left: 3px solid #000;
  padding-left: 24px;
  margin: 8px 0 40px;
}
 
.article-reframe p:first-child {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  color: #000;
  margin: 0 0 6px;
}
 
.article-reframe p:last-child {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
 
/* ---- Layer 4: Quick Answer (C03) ---- */
.article-quick-answer {
  background: #F5F5F5;
  padding: 24px 28px;
  border-radius: 4px;
  margin: 0 0 48px;
}
 
.article-quick-answer .label {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 10px;
  display: block;
}
 
.article-quick-answer p {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0;
}
 
.article-quick-answer p + p {
  margin-top: 8px;
}
 
/* ---- Layers 5-10: Body Sections (C04) ---- */
.wa-article__body h2 {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #000;
  margin: 48px 0 24px;
}
 
.wa-article__body h3 {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 36px 0 16px;
}
 
.wa-article__body p {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 16px;
}
 
.wa-article__body strong,
.wa-article__body b {
  font-weight: 600;
  color: #000;
}
 
.wa-article__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
 
.wa-article__body a:hover {
  color: #333;
}
 
/* Sci-Terms: fett, schwarz */
.wa-article__body em {
  font-style: normal;
  font-weight: 600;
  color: #000;
}
 
/* Zahlen und Daten in Body */
.wa-article__body code {
  font-family: 'Space Mono', monospace;
  font-size: 0.9em;
  color: #000;
  background: none;
  padding: 0;
}
 
/* Inline-Aufzählungen (EN01 Dash) */
.wa-article__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
 
.wa-article__body ul li {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 17px;
  color: #444;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
 
.wa-article__body ul li::before {
  content: '—';
  font-family: 'Space Mono', monospace;
  color: #999;
  position: absolute;
  left: 0;
}
 
/* Nummerierte Listen (EN01 Nummeriert) */
.wa-article__body ol {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  counter-reset: wa-counter;
}
 
.wa-article__body ol li {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 17px;
  color: #444;
  line-height: 1.75;
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px;
  counter-increment: wa-counter;
}
 
.wa-article__body ol li::before {
  content: counter(wa-counter, decimal-leading-zero);
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  position: absolute;
  left: 0;
  top: 3px;
}
 
/* Divider zwischen Body Sections */
.wa-article__body hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 48px 0;
}
 
/* ---- Studien-Zitat (T04) — eingebettet in Body ---- */
.article-study-cite {
  background: #F5F5F5;
  border-left: 3px solid #999;
  padding: 20px 24px;
  margin: 32px 0;
  border-radius: 0 4px 4px 0;
}
 
.article-study-cite p {
  font-family: 'Host Grotesk', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}
 
.article-study-cite .source {
  font-family: 'Space Mono', monospace;
  font-style: normal;
  font-size: 11px;
  color: #999;
  margin-top: 8px;
  display: block;
}
 
/* ---- Pullquote (T02) — eingebettet in Body ---- */
.article-pullquote {
  border-left: 3px solid #000;
  padding-left: 24px;
  margin: 32px 0;
}
 
.article-pullquote p {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}
 
/* ---- Stat Statement (T03) — eingebettet in Body ---- */
.article-stat {
  margin: 32px 0;
  text-align: left;
}
 
.article-stat .number {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  display: block;
  line-height: 1;
}
 
.article-stat .label {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 13px;
  color: #999;
  margin-top: 4px;
  display: block;
}
 
/* ---- Bilder im Artikel (SM01) ---- */
.wa-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 24px 0;
  display: block;
}
 
.wa-article__body figcaption,
.article-caption {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  color: #999;
  margin-top: -16px;
  margin-bottom: 24px;
}
 
/* ---- Layer 12: FAQ Inline offen (C06 V2, P04) ---- */
.article-faq-inline {
  margin: 48px 0;
}
 
.article-faq-inline h3 {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 8px;
}
 
.article-faq-inline p {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 24px;
}
 
/* ---- Layer 14: Mini Fazit (C09) ---- */
.article-fazit {
  border-top: 1px solid #eee;
  padding-top: 32px;
  margin-top: 48px;
}
 
.article-fazit p:first-child {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.4;
  color: #000 !important;
  margin: 0 0 6px;
}

.article-fazit p:last-child {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 15px !important;
  color: #999 !important;
  margin: 0;
}
 
/* ---- Product Bridge Section (C05) ---- */
.wa-product-bridge {
  background: #F5F5F5;
  padding: 28px;
  border-radius: 4px;
  margin: 48px 0 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
 
.wa-product-bridge__color {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  flex-shrink: 0;
}
 
.wa-product-bridge__content {
  flex: 1;
}
 
.wa-product-bridge__text {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 8px;
}
 
.wa-product-bridge__link {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
 
.wa-product-bridge__link:hover {
  color: #333;
}
 
.wa-product-bridge__link::after {
  content: ' →';
}
 
/* ---- Quiz CTA (C05 Quiz-Variante) ---- */
.wa-quiz-cta {
  border: 1px solid #eee;
  padding: 24px 28px;
  border-radius: 4px;
  margin: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
 
.wa-quiz-cta__text {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  color: #666;
  margin: 0;
  flex: 1;
}
 
.wa-quiz-cta__button {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--transition-fast, 150ms ease-out);
}
 
.wa-quiz-cta__button:hover {
  background: #333;
}
 
.wa-quiz-cta__button:active {
  transform: scale(0.98) translateY(1px);
}
 
/* ---- Internal Links (C07, P01 Stufe 1) ---- */
.wa-internal-links {
  border-top: 1px solid #eee;
  padding-top: 32px;
  margin: 48px 0;
}
 
.wa-internal-links__title {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 0 0 24px;
}
 
.wa-internal-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
 
.wa-internal-links__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
 
.wa-internal-links__item a {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
 
.wa-internal-links__item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
 
.wa-internal-links__item a::before {
  content: '→ ';
  color: #999;
}
 
.wa-internal-links__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
 
/* ---- Autor-Block (D06, P07 Squircle) ---- */
.wa-author {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 48px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 14px;
}
 
.wa-author__avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.wa-author__avatar span {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: #999;
}
 
.wa-author__info {
  display: flex;
  flex-direction: column;
}
 
.wa-author__name {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
 
.wa-author__bio {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
 
/* ---- Breadcrumbs (N04) ---- */
.wa-breadcrumbs {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 16px 24px 0;
}
 
.wa-breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
 
.wa-breadcrumbs__item {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
}
 
.wa-breadcrumbs__item a {
  color: #999;
  text-decoration: none;
}
 
.wa-breadcrumbs__item a:hover {
  color: #000;
}
 
.wa-breadcrumbs__separator {
  color: #ccc;
  margin: 0 8px;
  font-size: 10px;
}
 
.wa-breadcrumbs__item--active {
  color: #000;
}
 
/* ---- NEM Disclaimer ---- */
.wa-disclaimer {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
 
/* ---- Mobile Responsive ---- */
@media (max-width: 767px) {
  .wa-article__title {
    font-size: 28px;
  }
 
  .wa-article__body h2 {
    font-size: 20px;
    margin: 36px 0 16px;
  }
 
  .wa-article__body h3 {
    font-size: 16px;
  }
 
  .wa-article__hook {
    font-size: 17px;
  }
 
  .article-reframe p:first-child {
    font-size: 18px;
  }
 
  .article-pullquote p {
    font-size: 16px;
  }
 
  .article-stat .number {
    font-size: 28px;
  }
 
  .wa-product-bridge {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
 
  .wa-product-bridge__color {
    width: 56px;
    height: 56px;
  }
 
  .wa-quiz-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
 
  .wa-quiz-cta__button {
    width: 100%;
    text-align: center;
  }
 
  .wa-internal-links__item {
    flex-direction: column;
    gap: 4px;
  }
 
  .wa-internal-links__tag {
    padding-left: 18px;
  }
}

/* WA: Product Price Styling */
.price--large .price-item--regular,
.price--large .price-item--sale {
  font-family: 'Space Mono', monospace !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  color: #000 !important;
}

/* Ausverkauft-Badge Styling */
.price--large .badge {
  font-family: 'Space Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.06em !important;
}

/* ============================================
   WA Cart Drawer Styling
   ============================================ */

/* Drawer Breite */
.cart-drawer .drawer__inner {
  max-width: 380px !important;
}

/* Header */
.cart-drawer .drawer__heading {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

/* Produktname im Cart */
.cart-drawer .cart-item__name {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

/* Preis im Cart */
.cart-drawer .price,
.cart-drawer .cart-item__totals .price {
  font-family: 'Space Mono', monospace !important;
  font-size: 14px !important;
}

/* Summe */
.cart-drawer .totals__total {
  font-family: 'Host Grotesk', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #666 !important;
}

.cart-drawer .totals__total-value {
  font-family: 'Space Mono', monospace !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

/* Checkout Button */
.cart-drawer .cart__checkout-button {
  background: #000 !important;
  color: #fff !important;
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  height: 48px !important;
  transition: background 150ms ease-out !important;
}

.cart-drawer .cart__checkout-button:hover {
  background: #333 !important;
}

/* Empty State */
.cart-drawer .cart__empty-text {
  font-family: 'Host Grotesk', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

/* Quantity Buttons */
.cart-drawer .quantity__button {
  transition: background 150ms ease-out !important;
}

/* Free Shipping Bar */
.wa-shipping-bar {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.wa-shipping-bar__text {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.wa-shipping-bar__track {
  height: 3px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
}

.wa-shipping-bar__progress {
  height: 100%;
  background: #000;
  border-radius: 2px;
  transition: width 300ms ease-out;
}

/* Toast Notification */
.wa-toast {
  position: fixed;
  top: 16px;
  right: 16px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 3px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  z-index: 700;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 200ms ease-out;
  pointer-events: none;
}

.wa-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* ============================================
   WA Predictive Search Styling
   ============================================ */

.search-modal.gradient {
  background: #fff !important;
}

.search__input.field__input {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.search__input.field__input::placeholder {
  color: #999 !important;
}

.search__input.field__input:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}

.predictive-search--header {
  background: #fff !important;
}

.predictive-search__heading {
  font-family: 'Space Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #999 !important;
}

.predictive-search__item-heading {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.predictive-search__item .price {
  font-family: 'Space Mono', monospace !important;
  font-size: 13px !important;
}

.predictive-search__item.link--text:hover {
  background: #f5f5f5 !important;
}

.search-modal__close-button {
  color: #000 !important;
}

details[open] .modal-overlay::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Search Input */
.search__input.field__input {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.search__input.field__input::placeholder {
  color: #999 !important;
}

.search__input.field__input:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}

/* Predictive Search Dropdown */
.predictive-search--header {
  background: #fff !important;
  border-top: 1px solid #eee;
}

#predictive-search-results {
  background: #fff;
  padding: 8px 0 16px;
}

/* Gruppentitel (Vorschläge, Produkte, Seiten) */
.predictive-search__heading {
  font-family: 'Space Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #999 !important;
}

/* Produktname in Ergebnissen */
.predictive-search__item-heading {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* Preis in Ergebnissen */
.predictive-search__item .price {
  font-family: 'Space Mono', monospace !important;
  font-size: 13px !important;
}

/* Ergebnis-Items Hover */
.predictive-search__item.link--text:hover {
  background: #f5f5f5 !important;
}

/* "Suchen nach..."-Button */
.predictive-search__search-for-button .predictive-search__item--term {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Close Button */
.search-modal__close-button {
  color: #000 !important;
}

/* Beliebte Suchen: Container */
.wa-search-extras {
  border-top: 1px solid #eee;
  padding-bottom: 16px;
}

/* Beliebte Suchen: Label */
.wa-search-chips-label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #999;
  padding: 16px 24px 0;
  margin: 0;
}

/* Beliebte Suchen: Chips */
.wa-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 24px 0;
}

.wa-search-chip {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 7px 16px;
  text-decoration: none;
  transition: border-color 150ms ease-out;
  cursor: pointer;
}

.wa-search-chip:hover {
  border-color: #000;
}

/* Overlay */
details[open] .modal-overlay::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* ============================================
   WA Homepage — Phase 5.1
   ============================================ */

/* S1 Hero: Full Viewport Height (L02) */
#shopify-section-wa_hero .banner {
  min-height: 100dvh;
}

/* S1 Hero: Eyebrow "FUNKTIONALE VITALPILZE" via ::before */
#shopify-section-wa_hero .banner__heading {
  position: relative;
}
#shopify-section-wa_hero .banner__heading::before {
  content: 'FUNKTIONALE VITALPILZE';
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

/* S2 Reality Check: max-width 65ch centered */
#shopify-section-wa_reality_check .rich-text__text p {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Host Grotesk', sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

/* S5 Trust Bar: #F5F5F5 Background */
#shopify-section-wa_trust_bar {
  background: var(--color-bg-subtle, #F5F5F5);
}
#shopify-section-wa_trust_bar .multicolumn-card__info .h3,
#shopify-section-wa_trust_bar .multicolumn-card__info h3 {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
}
#shopify-section-wa_trust_bar .multicolumn-card__info p {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 13px;
  color: #666;
}

/* S6 Brand Statement: Geist 700, großzügig */
#shopify-section-wa_brand_statement .rich-text__heading {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.2;
}

/* S7 Magazin-Teaser: Article Card Styling */
#shopify-section-wa_magazin_teaser .blog-posts__heading {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
}

/* Manifest Section Spacing Override */
[class*="wa_manifest"] > div > div {
  padding-top: var(--space-section-top) !important;
  padding-bottom: var(--space-section-bot) !important;
}

/* === WA: Mega Menu Dropdown Styling (N02) === */

/* Container */
.header-wrapper .mega-menu__content.color-scheme-1 {
  background-color: #fff !important;
  border: none !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  box-shadow: none !important;
  padding: 32px 0 !important;
}

/* 3-Spalten Grid */
.header-wrapper .mega-menu__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 48px !important;
}

/* Kategorie-Überschriften: Space Mono Label */
.header-wrapper a.mega-menu__link.mega-menu__link--level-2 {
  font-family: 'Space Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #999 !important;
  padding-bottom: 12px !important;
}

/* Unterlinks: Host Grotesk 14px */
.header-wrapper .mega-menu__link:not(.mega-menu__link--level-2) {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
  padding: 6px 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.header-wrapper .mega-menu__link:not(.mega-menu__link--level-2):hover {
  color: #666 !important;
}

/* Top-Level Nav: Host Grotesk 500 */
.header-wrapper .header__menu-item.list-menu__item {
  font-family: 'Host Grotesk', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.header-wrapper .header__menu-item.list-menu__item:hover {
  color: #666 !important;
}

.header-wrapper .header__menu-item .svg-wrapper {
  color: #999 !important;
}

/* === WA: Header Icons — Hover bleibt schwarz === */
.header-wrapper .header__icon.link:hover,
.header-wrapper summary.header__icon:hover,
.header-wrapper a.header__icon:hover {
  color: #000 !important;
  opacity: 0.7;
}

.header-wrapper .header__icon .icon,
.header-wrapper .header__icon svg,
.header-wrapper .header__icon path {
  fill: currentColor !important;
  color: inherit !important;
}

/* === WA: Mobile Header Fix === */

/* Hamburger Icon schwarz auf weiß */
header-drawer .header__icon,
header-drawer .header__icon svg,
header-drawer .header__icon .svg-wrapper,
header-drawer summary.header__icon {
  color: #000 !important;
}

/* Gesamter Mobile Header weiß */
@media screen and (max-width: 989px) {
  .header-wrapper {
    background-color: #fff !important;
  }

  .header,
  .header a,
  .header .header__heading-link,
  .header .header__icon {
    color: #000 !important;
  }

  .header .header__icon svg,
  .header .svg-wrapper svg {
    color: #000 !important;
  }
}

/* ============================================
   WELLNESS ANARCHY â€” Blog Hub Styles (Rebuild)
   Append to base.css AFTER existing article styles
   ============================================ */

/* ---- Section 1: Hero ---- */
.wa-hub-hero {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 80px 24px 64px;
}

.wa-hub-hero__inner {
  max-width: 720px;
}

.wa-hub-hero__title {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 24px;
}

.wa-hub-hero__body {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: #444;
  margin: 0 0 32px;
  max-width: 560px;
}

.wa-hub-hero__cta {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  transition: color 150ms ease-out;
}

.wa-hub-hero__cta:hover {
  color: #666;
  border-color: #666;
}

/* ---- Section 2: Cluster Grid ---- */
.wa-hub-clusters {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 0 24px 64px;
}

.wa-hub-clusters__label {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 24px;
}

.wa-hub-clusters__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #eee;
  border: 1px solid #eee;
}

.wa-hub-cluster-card {
  background: #fff;
  padding: 32px 28px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  transition: background 150ms ease-out;
  position: relative;
  overflow: hidden;
}

.wa-hub-cluster-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--cluster-color, #000);
  opacity: 0;
  transition: opacity 150ms ease-out;
}

.wa-hub-cluster-card:hover {
  background: #FAFAFA;
}

.wa-hub-cluster-card:hover::before {
  opacity: 1;
}

.wa-hub-cluster-card__title {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 1.25;
  margin: 0 0 6px;
}

.wa-hub-cluster-card__sub {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.wa-hub-cluster-card__pilz {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  color: #999;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

/* ---- Section 3: Featured Articles ---- */
.wa-hub-featured {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 0 24px 64px;
}

.wa-hub-featured__label {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 24px;
}

.wa-hub-featured__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1px;
  background: #eee;
  border: 1px solid #eee;
}

.wa-hub-featured__card {
  background: #fff;
  text-decoration: none;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 150ms ease-out;
}

.wa-hub-featured__card:hover {
  background: #FAFAFA;
}

.wa-hub-featured__card--main {
  grid-row: 1 / 3;
  min-height: 280px;
}

.wa-hub-featured__card--side {
  min-height: 130px;
}

.wa-hub-featured__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.wa-hub-featured__title {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.25;
  margin: 0 0 8px;
}

.wa-hub-featured__card--side .wa-hub-featured__title {
  font-size: 16px;
}

.wa-hub-featured__excerpt {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 12px;
}

.wa-hub-featured__read {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.04em;
}

/* ---- Section 4: Filter Chips ---- */
.wa-hub-filters {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 0 24px 48px;
}

.wa-hub-filters__label {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  color: #666;
  margin: 0 0 16px;
}

.wa-hub-filters__chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wa-hub-filters__chip {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 150ms ease-out;
}

.wa-hub-filters__chip:hover {
  border-color: #999;
  color: #000;
}

.wa-hub-filters__chip.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* ---- Section 5: Content Feed ---- */
.wa-hub-feed {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 0 24px 48px;
}

.wa-hub-feed__label {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 24px;
}

.wa-hub-feed__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wa-hub-feed__item {
  border-bottom: 1px solid #eee;
}

.wa-hub-feed__item:first-child {
  border-top: 1px solid #eee;
}

.wa-hub-feed__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  text-decoration: none;
  color: inherit;
  transition: padding-left 150ms ease-out;
}

.wa-hub-feed__link:visited,
.wa-hub-feed__link:active {
  color: inherit;
}

.wa-hub-feed__link:hover {
  padding-left: 8px;
}

.wa-hub-feed__content {
  flex: 1;
}

.wa-hub-feed__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.wa-hub-feed__title {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin: 0;
}

.wa-hub-feed__excerpt {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  color: #666 !important;
  line-height: 1.5;
  margin: 6px 0 0;
}

.wa-hub-feed__meta {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  padding-top: 4px;
}

/* Load More Button */
.wa-hub-feed__load-wrap {
  padding: 32px 0 0;
}

.wa-hub-feed__load-btn {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #000;
  background: none;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 12px 28px;
  cursor: pointer;
  transition: all 150ms ease-out;
  display: block;
  width: 100%;
  text-align: center;
}

.wa-hub-feed__load-btn:hover {
  background: #000;
  color: #fff;
}

/* ---- Section 6: Trust Block ---- */
.wa-hub-trust {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 80px 24px;
  border-top: 1px solid #eee;
}

.wa-hub-trust__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.wa-hub-trust__headline {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1.25;
  margin: 0 0 16px;
}

.wa-hub-trust__body {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.65;
  margin: 0 0 24px;
}

.wa-hub-trust__author {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.04em;
  margin: 0;
}

/* ---- Section 7: Soft CTA ---- */
.wa-hub-cta {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.wa-hub-cta__inner {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.wa-hub-cta__text {
  font-family: 'Geist Sans', 'Geist', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 6px;
}

.wa-hub-cta__sub {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 16px;
  color: #666;
  margin: 0 0 28px;
}

.wa-hub-cta__button {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 3px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background 150ms ease-out;
  display: inline-block;
}

.wa-hub-cta__button:hover {
  background: #333;
}

/* ---- Section 8: Footer Links ---- */
.wa-hub-footer-links {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 48px 24px 64px;
  border-top: 1px solid #eee;
}

.wa-hub-footer-links__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.wa-hub-footer-links__label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 16px;
}

.wa-hub-footer-links__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wa-hub-footer-links__tags a {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
}

.wa-hub-footer-links__tags a:hover {
  border-color: #000;
}

.wa-hub-footer-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wa-hub-footer-links__list a {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.wa-hub-footer-links__list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- Mobile ---- */
@media (max-width: 767px) {
  .wa-hub-hero {
    padding: 48px 20px 40px;
  }

  .wa-hub-hero__title {
    font-size: 28px;
  }

  .wa-hub-hero__body {
    font-size: 16px;
  }

  .wa-hub-clusters {
    padding: 0 20px 48px;
  }

  .wa-hub-clusters__grid {
    grid-template-columns: 1fr;
  }

  .wa-hub-cluster-card {
    min-height: 120px;
    padding: 24px 20px;
  }

  .wa-hub-featured {
    padding: 0 20px 48px;
  }

  .wa-hub-featured__grid {
    grid-template-columns: 1fr;
  }

  .wa-hub-featured__card--main {
    grid-row: auto;
    min-height: 200px;
  }

  .wa-hub-filters {
    padding: 0 20px 32px;
  }

  .wa-hub-filters__chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .wa-hub-filters__chip {
    flex-shrink: 0;
  }

  .wa-hub-feed {
    padding: 0 20px 32px;
  }

  .wa-hub-feed__link {
    flex-direction: column;
    gap: 8px;
  }

  .wa-hub-trust {
    padding: 48px 20px;
  }

  .wa-hub-trust__headline {
    font-size: 20px;
  }

  .wa-hub-cta {
    padding: 40px 20px 48px;
  }

  .wa-hub-footer-links {
    padding: 32px 20px 48px;
  }

  .wa-hub-footer-links__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ============================================
   WELLNESS ANARCHY — Policy Pages Styling
   Impressum, AGB, Datenschutz, Widerruf, Versand
   ============================================ */

.shopify-policy__container {
  max-width: var(--container-max, 1280px);
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.shopify-policy__title {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 32px;
  max-width: 65ch;
}

.shopify-policy__body {
  max-width: 65ch;
  margin: 0;
}

.shopify-policy__body h2 {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.25;
  color: #000;
  margin: 40px 0 16px;
}

.shopify-policy__body h3 {
  font-family: 'Geist Sans', 'Geist', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #000;
  margin: 32px 0 12px;
}

.shopify-policy__body p {
  font-family: 'Host Grotesk', sans-serif !important;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 1.7;
  color: #444;
  margin: 0 0 16px;
}

.shopify-policy__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shopify-policy__body a:hover {
  color: #666;
}

.shopify-policy__body ul,
.shopify-policy__body ol {
  font-family: 'Host Grotesk', sans-serif !important;
  font-size: 15px !important;
  color: #444;
  line-height: 1.5;
  padding-left: 20px;
  margin: 0 0 16px;
  list-style-position: outside;
}

.shopify-policy__body li {
  margin-bottom: 4px;
  padding-left: 4px;
}

.shopify-policy__body li p {
  margin: 0;
  display: inline;
}

.shopify-policy__body strong,
.shopify-policy__body b {
  font-weight: 600;
  color: #000;
}

.shopify-policy__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
}

.shopify-policy__body th,
.shopify-policy__body td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #444;
}

.shopify-policy__body th {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #999;
}

@media (max-width: 767px) {
  .shopify-policy__container {
    padding: 32px 20px 48px;
  }

  .shopify-policy__title {
    font-size: 24px !important;
  }
}

/* ========================================================================
   WELLNESS ANARCHY — BLOG HUB / MAGAZIN (v2)
   An das Ende von assets/base.css anhängen.
   Überschreibt bestehende .wa-blog-* Styles via Cascade-Reihenfolge.
   ======================================================================== */

/* --- Shared Label (Space Mono) --- */
.wa-blog-hub-section .wa-label {
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 400;
}

/* ========== HERO ========== */
.wa-blog-hero {
  padding: 64px 24px 32px;
}
.wa-blog-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wa-blog-hero__title {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  max-width: 820px;
  color: #000;
}
.wa-blog-hero__body {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #444;
  max-width: 580px;
  margin: 0 0 24px;
}
.wa-blog-hero__cta {
  display: inline-block;
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: text-underline-offset 150ms ease-out;
}
.wa-blog-hero__cta:hover {
  text-underline-offset: 6px;
}

@media (max-width: 749px) {
  .wa-blog-hero { padding: 40px 20px 24px; }
  .wa-blog-hero__body { font-size: 15px; }
}

/* ========== CLUSTER GRID (S01) ========== */
.wa-blog-clusters {
  padding: 32px 24px 48px;
  scroll-margin-top: 80px;
}
.wa-blog-clusters__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wa-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.wa-cluster {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  padding: 24px 22px 26px;
  text-decoration: none;
  color: #000;
  transition: background-color 200ms ease-out;
}
.wa-cluster:hover { background: #fafafa; }
.wa-cluster:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
  background: #fafafa;
}
.wa-cluster__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wa-cluster__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.wa-cluster__title {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  color: #000;
}
.wa-cluster__sub {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  margin: 0 0 0 20px;
}
.wa-cluster__meta {
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #999;
  text-transform: uppercase;
  margin: 6px 0 0 20px;
}

@media (max-width: 999px) {
  .wa-cluster-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 599px) {
  .wa-cluster-grid { grid-template-columns: 1fr; }
  .wa-blog-clusters { padding: 24px 20px 36px; }
  .wa-cluster { padding: 20px 18px 22px; }
}

/* ========== FILTER CHIPS (S02) ========== */
.wa-blog-filters {
  padding: 24px 24px 32px;
  scroll-margin-top: 80px;
}
.wa-blog-filters__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wa-blog-filters__label {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0 0 14px;
}
.wa-blog-filters__chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wa-chip {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 16px;
  border: 1px solid #ddd;
  border-radius: 100px;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.wa-chip:hover { border-color: #000; }
.wa-chip.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.wa-chip:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (max-width: 599px) {
  .wa-blog-filters { padding: 20px 20px 24px; }
}

/* ========== FEATURED ARTICLE (S03 Featured, 16:9) ========== */
.wa-blog-featured {
  padding: 16px 24px 48px;
}
.wa-blog-featured__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wa-featured-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  align-items: start;
  text-decoration: none;
  color: #000;
}
.wa-featured-card__media {
  width: 100%;
}
.wa-featured-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #f5f5f5;
  transition: opacity 200ms ease-out;
}
.wa-featured-card__img--fallback {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-featured-card__img--fallback span {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.22em;
}
.wa-featured-card__body { padding-top: 4px; }
.wa-featured-card__tag {
  display: inline-block;
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.wa-featured-card__title {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  color: #000;
}
.wa-featured-card__excerpt {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #444;
  margin: 0 0 24px;
}
.wa-featured-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.wa-featured-card__info {
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 10px;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wa-featured-card__cta {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.wa-featured-card:hover .wa-featured-card__img { opacity: 0.96; }
.wa-featured-card:hover .wa-featured-card__title { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 749px) {
  .wa-featured-card { grid-template-columns: 1fr; gap: 18px; }
  .wa-featured-card__excerpt { margin-bottom: 16px; }
  .wa-blog-featured { padding: 12px 20px 36px; }
}

/* ========== ARTICLE FEED / LISTE MIT THUMBNAILS ========== */
.wa-blog-feed {
  padding: 16px 24px 56px;
  border-top: 1px solid #eee;
}
.wa-blog-feed__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wa-feed-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wa-feed-item {
  border-bottom: 1px solid #f0f0f0;
}
.wa-feed-item:first-child { border-top: 1px solid #f0f0f0; }
.wa-feed-link {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  padding: 20px 0;
  align-items: start;
  text-decoration: none;
  color: #000;
}
.wa-feed-thumb-wrap {
  width: 160px;
  flex-shrink: 0;
}
.wa-feed-thumb {
  width: 160px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  background: #f5f5f5;
  transition: opacity 150ms ease-out;
}
.wa-feed-thumb--fallback {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-feed-thumb--fallback span {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.22em;
}
.wa-feed-content {
  min-width: 0;
  padding-top: 2px;
}
.wa-feed-tag {
  display: block;
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.wa-feed-title {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: #000;
  transition: text-decoration 150ms ease-out;
}
.wa-feed-excerpt {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}
.wa-feed-meta {
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 10px;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 4px;
}
.wa-feed-link:hover .wa-feed-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wa-feed-link:hover .wa-feed-thumb { opacity: 0.95; }
.wa-feed-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
  border-radius: 4px;
}

@media (max-width: 749px) {
  .wa-blog-feed { padding: 12px 20px 40px; }
  .wa-feed-link {
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
    padding: 16px 0;
  }
  .wa-feed-thumb-wrap,
  .wa-feed-thumb { width: 120px; }
  .wa-feed-thumb { height: 68px; }
  .wa-feed-title { font-size: 15px; margin-bottom: 4px; }
  .wa-feed-excerpt { display: none; }
  .wa-feed-meta {
    grid-column: 2;
    padding-top: 2px;
    font-size: 9px;
  }
}

/* ========== LOAD MORE ========== */
.wa-load-more {
  text-align: center;
  padding: 40px 0 8px;
}
.wa-load-more__btn {
  display: inline-block;
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 12px 28px;
  border: 1px solid #000;
  border-radius: 3px;
  text-decoration: none;
  background: #fff;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.wa-load-more__btn:hover {
  background: #000;
  color: #fff;
}

/* ========== TRUST STATEMENT ========== */
.wa-blog-trust {
  padding: 80px 24px 40px;
  text-align: center;
}
.wa-blog-trust__inner {
  max-width: 640px;
  margin: 0 auto;
}
.wa-blog-trust__headline {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  color: #000;
}
.wa-blog-trust__body {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  margin: 0 0 20px;
}
.wa-blog-trust__author {
  font-family: 'Space Mono', 'SF Mono', Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #999;
  margin: 0;
}

@media (max-width: 599px) {
  .wa-blog-trust { padding: 56px 20px 24px; }
}

/* ========== TOP ARTIKEL LINKS ========== */
.wa-blog-top {
  padding: 24px 24px 56px;
}
.wa-blog-top__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wa-top-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.wa-top-link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  color: #000;
  text-decoration: none;
  transition: color 150ms ease-out;
}
.wa-top-link__arrow {
  color: #999;
  flex-shrink: 0;
}
.wa-top-link:hover .wa-top-link__title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 749px) {
  .wa-top-list { grid-template-columns: 1fr; gap: 14px; }
  .wa-blog-top { padding: 16px 20px 40px; }
}

/* ========== FINAL CTA ========== */
.wa-blog-cta {
  padding: 72px 24px 120px;
  text-align: center;
  border-top: 1px solid #eee;
}
.wa-blog-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}
.wa-blog-cta__text {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: #000;
}
.wa-blog-cta__sub {
  font-family: 'Host Grotesk', -apple-system, sans-serif;
  font-size: 15px;
  color: #666;
  margin: 0 0 28px;
  line-height: 1.5;
}
.wa-blog-cta__btn {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background-color 150ms ease-out;
}
.wa-blog-cta__btn:hover { background: #333; }
.wa-blog-cta__btn:active { transform: scale(0.98) translateY(1px); }

@media (max-width: 599px) {
  .wa-blog-cta { padding: 56px 20px 80px; }
}

/* ========================================================================
   ENDE WELLNESS ANARCHY BLOG HUB (v2)
   ======================================================================== */

   /* ============================================================ */
/* === WELLNESS ANARCHY — V3 PRODUCT SECTIONS ================== */
/* ============================================================ */

/* === SHARED TOKENS (used by all WA sections) ================= */

:root {
  --wa-bg: #FFFFFF;
  --wa-text: #000000;
  --wa-text-secondary: #444;
  --wa-text-muted: #666;
  --wa-text-hint: #999;
  --wa-border: #EEEEEE;
  --wa-border-soft: #F0F0F0;
  --wa-surface: #F5F5F5;

  --wa-lions-mane: #6E4B8A;
  --wa-cordyceps: #C4501A;
  --wa-cordyceps-soft: #FBEEE3;
  --wa-reishi: #2B4A6E;
  --wa-chaga: #3A3028;
  --wa-tremella: #C46B7A;

  --wa-font-display: 'Geist', 'Geist Sans', -apple-system, system-ui, sans-serif;
  --wa-font-body: 'Host Grotesk', sans-serif;
  --wa-font-mono: 'Space Mono', monospace;
}

/* === SHARED CONTAINER & TYPOGRAPHY =========================== */

.wa-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wa-eyebrow {
  font-family: var(--wa-font-mono);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin: 0 0 16px;
  display: block;
}

.wa-eyebrow--accent {
  color: var(--wa-lions-mane);
}

.wa-h2 {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--wa-text);
  margin: 0 0 24px;
}

.wa-body {
  font-family: var(--wa-font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--wa-text-secondary);
  max-width: 65ch;
}

.wa-body p {
  margin: 0 0 1em;
}

.wa-body p:last-child {
  margin-bottom: 0;
}

/* === WA-OUTCOME SECTION ====================================== */

.wa-outcome-section {
  border-top: 1px solid var(--wa-border);
  background: #fff;
}

.wa-outcome-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.wa-outcome-head .wa-eyebrow {
  margin-bottom: 18px;
}

.wa-outcome-head .wa-eyebrow--accent {
  color: var(--wa-outcome-accent, var(--wa-lions-mane));
}

.wa-outcome-head .wa-h2 {
  margin-bottom: 0;
}

.wa-outcome-grid {
  display: grid;
  grid-template-columns: repeat(var(--wa-outcome-cols, 3), 1fr);
  gap: 48px;
}

.wa-outcome-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wa-outcome-num {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 13px;
  color: var(--wa-outcome-accent, var(--wa-lions-mane));
  letter-spacing: 0.06em;
  margin: 0 0 12px;
}

.wa-outcome-title {
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--wa-text);
  margin: 0 0 16px;
}

.wa-outcome-body {
  font-family: var(--wa-font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--wa-text-secondary);
  margin: 0 0 22px;
}

.wa-outcome-experience {
  font-family: var(--wa-font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--wa-text);
  margin: 0;
  padding: 4px 0 4px 18px;
  background: transparent;
  border-left: 3px solid var(--wa-outcome-accent, var(--wa-lions-mane));
}

.wa-outcome-experience strong {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wa-outcome-accent, var(--wa-lions-mane));
  display: block;
  margin-bottom: 6px;
}

.wa-outcome-experience p {
  margin: 0;
}

.wa-outcome-hedge {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin-top: auto;
  padding-top: 18px;
  margin-top: 24px;
  border-top: 1px solid var(--wa-border);
}

/* === WA-ANTI-MECHANISM SECTION =============================== */

.wa-anti-section {
  border-top: 1px solid var(--wa-border);
  background: #fff;
}

.wa-anti-head {
  max-width: 720px;
  margin: 0 0 40px;
}

.wa-anti-head .wa-eyebrow--accent {
  color: var(--wa-anti-accent, var(--wa-lions-mane));
}

.wa-anti-grid {
  display: grid;
  grid-template-columns: repeat(var(--wa-anti-cols, 4), 1fr);
  gap: 16px;
  margin-top: 32px;
}

.wa-anti-card {
  border: 1px solid var(--wa-border);
  border-radius: 10px;
  padding: 24px 22px;
  background: #fff;
  transition: border-color 0.2s ease;
}

.wa-anti-card:hover {
  border-color: #DDD;
}

.wa-anti-cross {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 22px;
  color: #CCC;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}

.wa-anti-title {
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--wa-text);
  margin: 0 0 10px;
}

.wa-anti-text {
  font-family: var(--wa-font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--wa-text-secondary);
  margin: 0;
}

.wa-anti-closer {
  margin-top: 48px;
  padding: 28px 32px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  max-width: 760px;
}

.wa-anti-closer span {
  color: var(--wa-text-hint);
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

/* === WA-DAY SECTION ========================================== */

.wa-day-section {
  border-top: 1px solid var(--wa-border);
}

.wa-day-head {
  margin-bottom: 24px;
}

.wa-day-intro {
  font-family: var(--wa-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--wa-text-muted);
  margin: 0;
  max-width: 65ch;
}

.wa-day {
  display: grid;
  grid-template-columns: repeat(var(--wa-day-cols, 4), 1fr);
  gap: 0;
  border-top: 1px solid #DDD;
  margin-top: 32px;
}

.wa-day-cell {
  padding: 32px 26px;
  border-right: 1px solid #DDD;
  position: relative;
}

.wa-day-cell:last-child {
  border-right: 0;
}

.wa-day-cell::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wa-text);
}

.wa-day-time {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--wa-text);
  margin: 0 0 6px;
  font-feature-settings: "tnum";
}

.wa-day-label {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wa-day-accent, var(--wa-lions-mane));
  margin: 0 0 16px;
  font-weight: 700;
}

.wa-day-text {
  font-family: var(--wa-font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--wa-text-secondary);
  margin: 0;
}

.wa-day-text strong {
  color: var(--wa-text);
  font-weight: 600;
}

.wa-day-spec {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--wa-border);
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  text-align: center;
}

.wa-day-spec p {
  margin: 0;
}

.wa-day-spec span {
  color: var(--wa-text);
  font-weight: 700;
}

/* === WA-TIMELINE SECTION ===================================== */

.wa-timeline-section {
  border-top: 1px solid var(--wa-border);
  background: #fff;
}

.wa-timeline-head {
  max-width: 720px;
  margin: 0 0 8px;
}

.wa-timeline-head .wa-eyebrow--accent {
  color: var(--wa-timeline-accent, var(--wa-lions-mane));
}

.wa-timeline {
  display: grid;
  grid-template-columns: repeat(var(--wa-timeline-cols, 3), 1fr);
  gap: 0;
  position: relative;
  margin-top: 32px;
}

.wa-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 9px;
  height: 1px;
  background: #DDD;
}

.wa-timeline-step {
  padding-right: 32px;
  position: relative;
}

.wa-timeline-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wa-text);
  z-index: 1;
}

.wa-timeline-week {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wa-timeline-accent, var(--wa-lions-mane));
  margin: 28px 0 8px;
}

.wa-timeline-title {
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.wa-timeline-body {
  font-family: var(--wa-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--wa-text-secondary);
  margin: 0;
}

/* === WA-SUBSTANCE SECTIONS (Wirkstoffe / Vergleich / Studien) */

.wa-substance-section {
  border-top: 1px solid var(--wa-border);
  background: #fff;
}

.wa-substance-head,
.wa-compare-head,
.wa-studies-head {
  max-width: 720px;
  margin: 0 0 48px;
}

.wa-substance--ingredients .wa-eyebrow,
.wa-substance--comparison .wa-eyebrow,
.wa-substance--studies .wa-eyebrow {
  color: var(--wa-text-hint);
}

/* 4a Wirkstoffe */

.wa-ingredients {
  display: grid;
  grid-template-columns: repeat(var(--wa-ingredients-cols, 3), 1fr);
  gap: 24px;
}

.wa-ingredient {
  padding: 0;
}

.wa-ingredient-name {
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
  color: var(--wa-text);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wa-border);
}

.wa-ingredient-hero {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--wa-substance-accent, var(--wa-lions-mane));
  margin: 0 0 14px;
  display: block;
  font-feature-settings: "tnum";
  min-height: 42px;
}

.wa-ingredient-value {
  font-family: var(--wa-font-mono);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin: 0 0 18px;
  display: block;
}

.wa-ingredient-fn {
  font-family: var(--wa-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--wa-text-secondary);
  margin: 0;
}

/* 4b Vergleich */

.wa-compare-table {
  width: 100%;
  border-collapse: collapse;
}

.wa-compare-table thead th {
  text-align: left;
  padding: 12px 16px;
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  border-bottom: 1px solid var(--wa-text);
  font-weight: 400;
}

.wa-compare-table thead th:first-child {
  color: var(--wa-text);
  font-weight: 700;
}

.wa-compare-table tbody td {
  padding: 14px 16px;
  font-family: var(--wa-font-body);
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid var(--wa-border);
  vertical-align: top;
}

.wa-compare-table tbody td:first-child {
  font-weight: 600;
}

.wa-compare-table tbody td:last-child {
  color: var(--wa-text-muted);
}

/* ============================================================
   WA Comparison Table — SVG Check & Cross Icons
   Anhängen ans Ende von base.css ODER bestehende
   .wa-compare-check / .wa-compare-cross Regeln ersetzen
   ============================================================ */
 
.wa-compare-check,
.wa-compare-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
  /* alte Punkt-Styles neutralisieren */
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
  font-size: inherit;
  line-height: 1;
}
 
.wa-compare-check {
  /* Haken in voller Schrift-Schwarz — "haben wir" */
  color: var(--wa-text, #000);
}
 
.wa-compare-cross {
  /* X in gedämpftem Grau — "haben die nicht" */
  color: var(--wa-text-muted, #999);
}
 
.wa-compare-check svg,
.wa-compare-cross svg {
  display: block;
  width: 14px;
  height: 14px;
}

/* 4c Studien */

.wa-studies-grid {
  display: grid;
  grid-template-columns: repeat(var(--wa-studies-cols, 3), 1fr);
  gap: 16px;
}

.wa-study {
  background: var(--wa-surface);
  border-left: 3px solid var(--wa-text-hint);
  border-radius: 0 8px 8px 0;
  padding: 20px 22px;
}

.wa-study-badge {
  display: inline-block;
  font-family: var(--wa-font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin-bottom: 12px;
}

.wa-study-quote {
  font-family: var(--wa-font-body);
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wa-text);
  margin: 0 0 12px;
}

.wa-study-source {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--wa-text-hint);
}

.wa-studies-note {
  margin-top: 28px;
  font-family: var(--wa-font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--wa-text-muted);
  max-width: 65ch;
}

/* === WA-QUALITY SECTION ====================================== */

.wa-quality-section {
  border-top: 1px solid var(--wa-border);
  background: #fff;
}

.wa-quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.wa-quality-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wa-quality-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--wa-border);
}

.wa-quality-list li:last-child {
  border-bottom: 0;
}

.wa-quality-num {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 13px;
  color: var(--wa-quality-accent, var(--wa-lions-mane));
  padding-top: 2px;
}

.wa-quality-text strong {
  display: block;
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}

.wa-quality-text span {
  font-family: var(--wa-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--wa-text-secondary);
}

.wa-quality-cert {
  background: var(--wa-surface);
  border-radius: 10px;
  padding: 28px 32px;
}

.wa-quality-cert-eyebrow {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin: 0 0 14px;
}

.wa-quality-cert h3 {
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 1.3;
}

.wa-quality-cert-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.wa-quality-cert-list li {
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
  font-family: var(--wa-font-body);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

.wa-quality-cert-list li:last-child {
  border-bottom: 0;
}

.wa-quality-cert-list li span:last-child {
  font-family: var(--wa-font-mono);
  color: var(--wa-text-muted);
}

.wa-quality-cert-link {
  display: inline-block;
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wa-text);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wa-quality-cert-footnote {
  margin-top: 12px;
  font-family: var(--wa-font-body);
  font-size: 11px;
  color: var(--wa-text-hint);
  line-height: 1.4;
}

/* === WA-STACK SECTION ======================================== */

.wa-stack-section {
  background: #000;
  color: #fff;
}

.wa-stack-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wa-stack-eyebrow {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 18px;
}

.wa-stack-h2 {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 24px;
  color: #fff;
  max-width: 22ch;
}

.wa-stack-body {
  font-family: var(--wa-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60ch;
  margin: 0 0 48px;
}

.wa-stack-body p {
  margin: 0 0 1em;
}

.wa-stack-body p:last-child {
  margin-bottom: 0;
}

.wa-stack-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.wa-stack-pill {
  background: #0a0a0a;
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
  position: relative;
}

.wa-stack-pill:hover {
  transform: translateY(-2px);
}

/* Pills Glow per Pilz */
.wa-stack-pill--lm {
  box-shadow:
    0 0 60px -20px rgba(110, 75, 138, 0.4) inset,
    0 0 0 1px rgba(110, 75, 138, 0.15);
}
.wa-stack-pill--lm:hover {
  box-shadow:
    0 0 80px -10px rgba(110, 75, 138, 0.6) inset,
    0 0 0 1px rgba(110, 75, 138, 0.3),
    0 12px 40px -12px rgba(110, 75, 138, 0.35);
}

.wa-stack-pill--cordyceps {
  box-shadow:
    0 0 60px -20px rgba(196, 80, 26, 0.4) inset,
    0 0 0 1px rgba(196, 80, 26, 0.15);
}
.wa-stack-pill--cordyceps:hover {
  box-shadow:
    0 0 80px -10px rgba(196, 80, 26, 0.6) inset,
    0 0 0 1px rgba(196, 80, 26, 0.3),
    0 12px 40px -12px rgba(196, 80, 26, 0.35);
}

.wa-stack-pill--reishi {
  box-shadow:
    0 0 60px -20px rgba(43, 74, 110, 0.4) inset,
    0 0 0 1px rgba(43, 74, 110, 0.15);
}
.wa-stack-pill--reishi:hover {
  box-shadow:
    0 0 80px -10px rgba(43, 74, 110, 0.6) inset,
    0 0 0 1px rgba(43, 74, 110, 0.3),
    0 12px 40px -12px rgba(43, 74, 110, 0.35);
}

.wa-stack-pill--tremella {
  box-shadow:
    0 0 60px -20px rgba(196, 107, 122, 0.4) inset,
    0 0 0 1px rgba(196, 107, 122, 0.15);
}
.wa-stack-pill--tremella:hover {
  box-shadow:
    0 0 80px -10px rgba(196, 107, 122, 0.6) inset,
    0 0 0 1px rgba(196, 107, 122, 0.3),
    0 12px 40px -12px rgba(196, 107, 122, 0.35);
}

.wa-stack-pill--chaga {
  box-shadow:
    0 0 60px -20px rgba(140, 100, 70, 0.4) inset,
    0 0 0 1px rgba(140, 100, 70, 0.15);
}
.wa-stack-pill--chaga:hover {
  box-shadow:
    0 0 80px -10px rgba(140, 100, 70, 0.6) inset,
    0 0 0 1px rgba(140, 100, 70, 0.3),
    0 12px 40px -12px rgba(140, 100, 70, 0.35);
}

.wa-stack-pill--current::before {
  content: "Du bist hier";
  position: absolute;
  top: -10px;
  right: 16px;
  background: #fff;
  color: #000;
  font-family: var(--wa-font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
}

.wa-stack-pill-time {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 16px;
}

.wa-stack-pill-name {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.wa-stack-pill-fn {
  font-family: var(--wa-font-body);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.wa-stack-buy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.wa-stack-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wa-stack-price-label {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.wa-stack-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.wa-stack-price-now {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}

.wa-stack-price-old {
  font-family: var(--wa-font-mono);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

.wa-stack-price-saved {
  font-family: var(--wa-font-body);
  font-size: 13px;
  color: var(--wa-cordyceps);
  font-weight: 500;
}

.wa-stack-cta {
  background: #fff;
  color: #000;
  border: 0;
  padding: 18px 32px;
  border-radius: 8px;
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.wa-stack-cta:hover {
  background: #f0f0f0;
}

/* === WA-FINAL CTA SECTION ==================================== */

.wa-final-section {
  border-top: 1px solid var(--wa-border);
  background: #fff;
}

.wa-final-container {
  max-width: 720px;
  text-align: center;
}

.wa-final-tag {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wa-final-accent, var(--wa-lions-mane));
  margin: 0 0 24px;
}

.wa-final-h2 {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 auto 12px;
  max-width: 18ch;
  color: var(--wa-text);
}

.wa-final-detail {
  font-family: var(--wa-font-body);
  font-size: 15px;
  color: var(--wa-text-muted);
  margin: 0 0 36px;
}

.wa-final-cta {
  display: inline-block;
  background: var(--wa-text);
  color: #fff;
  border: 0;
  padding: 20px 48px;
  border-radius: 8px;
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
}

.wa-final-cta:hover {
  background: #1a1a1a;
}

.wa-final-closer {
  margin-top: 36px;
  font-family: var(--wa-font-body);
  font-size: 14px;
  font-style: italic;
  color: var(--wa-text-muted);
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

/* === WA HERO SNIPPETS (Bundle / Trust-Pair / Collapsible) ==== */

.wa-bundle {
  border: 1px solid var(--wa-border);
  border-radius: 10px;
  padding: 6px;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wa-bundle-option {
  border: 1.5px solid transparent;
  background: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
  position: relative;
  font-family: var(--wa-font-body);
}

.wa-bundle-option:hover {
  background: #FAFAFA;
}

.wa-bundle-option.is-selected {
  border-color: var(--wa-text);
  background: #fff;
}

.wa-bundle-radio {
  width: 18px;
  height: 18px;
  border: 1.5px solid #CCC;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.wa-bundle-option.is-selected .wa-bundle-radio {
  border-color: var(--wa-text);
}

.wa-bundle-option.is-selected .wa-bundle-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--wa-text);
  border-radius: 50%;
}

.wa-bundle-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.wa-bundle-title {
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--wa-text);
  line-height: 1.3;
}

.wa-bundle-meta {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--wa-text-hint);
  text-transform: uppercase;
}

.wa-bundle-savings {
  color: var(--wa-cordyceps);
  text-transform: none;
  letter-spacing: 0.02em;
}

.wa-bundle-price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
}

.wa-bundle-price-now {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 17px;
  color: var(--wa-text);
}

.wa-bundle-price-old {
  font-family: var(--wa-font-mono);
  font-size: 12px;
  color: var(--wa-text-hint);
  text-decoration: line-through;
}

.wa-bundle-flag {
  position: absolute;
  top: -10px;
  right: 14px;
  background: var(--wa-text);
  color: #fff;
  font-family: var(--wa-font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
}


/* Collapsible Rows */

.wa-collapse-list {
  border-top: 1px solid var(--wa-border);
  margin-bottom: 16px;
}

.wa-collapse-row {
  border-bottom: 1px solid var(--wa-border);
}

.wa-collapse-summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--wa-font-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--wa-text);
}

.wa-collapse-summary::-webkit-details-marker {
  display: none;
}

.wa-collapse-summary::after {
  content: "+";
  font-family: var(--wa-font-mono);
  font-size: 18px;
  color: var(--wa-text-hint);
  transition: transform 0.2s ease;
}

details[open] .wa-collapse-summary::after {
  content: "−";
}

.wa-collapse-body {
  padding: 0 0 18px;
  font-family: var(--wa-font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--wa-text-secondary);
}

.wa-collapse-body p {
  margin: 0 0 8px;
}

.wa-collapse-body p:last-child {
  margin-bottom: 0;
}

.wa-collapse-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wa-collapse-body li {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--wa-border-soft);
  font-size: 12px;
}

.wa-collapse-body li:last-child {
  border-bottom: 0;
}

.wa-collapse-body li span:last-child {
  font-family: var(--wa-font-mono);
  color: var(--wa-text);
}

/* Hero Disclaimers */

.wa-hero-legal {
  margin-top: 0;
  font-family: var(--wa-font-body);
  font-size: 11px;
  color: var(--wa-text-hint);
  line-height: 1.55;
}

.wa-hero-legal p {
  margin: 0 0 8px;
}

.wa-hero-legal p:last-child {
  margin-bottom: 0;
}

/* === RESPONSIVE — alle WA-V3-Sections ======================== */

@media (max-width: 980px) {
  .wa-outcome-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wa-anti-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .wa-day {
    grid-template-columns: 1fr;
  }
  .wa-day-cell {
    border-right: 0;
    border-bottom: 1px solid #DDD;
    padding: 24px 0;
  }
  .wa-day-cell:last-child {
    border-bottom: 0;
  }
  .wa-day-cell::before {
    display: none;
  }
  .wa-timeline {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wa-timeline::before {
    display: none;
  }
  .wa-ingredients {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wa-studies-grid {
    grid-template-columns: 1fr;
  }
  .wa-quality-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wa-stack-pills {
    grid-template-columns: 1fr;
  }
  .wa-stack-buy {
    grid-template-columns: 1fr;
  }
}

/* === END WA V3 PRODUCT SECTIONS ============================== */

/* ============================================
   WELLNESS ANARCHY — Product Hero Redesign
   CSS-Patch für base.css
   ============================================
   ANLEITUNG:
   1. Öffne base.css
   2. SUCHE und LÖSCHE alle alten Regeln zwischen den Markern
      "Trust Pair (Pro Tag + 60 Tage Garantie)"
      und dem nächsten Section-Marker
      (das sind die Klassen .wa-trust-pair, .wa-perday, .wa-guarantee
      und ihre Varianten — komplett raus)
   3. Füge diesen kompletten Block am Ende der Datei ein.
   ============================================ */

/* === WA HERO REDESIGN ====================== */

/* --- Eyebrow (Kategorie-Label über H1) --- */
.wa-product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--wa-accent, var(--wa-text));
  margin: 0 0 8px;
}

.wa-product-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wa-accent, currentColor);
  display: inline-block;
}

/* --- Intro (Erklärtext + 3 Vorteile) --- */
.wa-product-intro {
  margin: 12px 0 32px;
}
.wa-product-intro__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--wa-text-secondary, #444);
  margin: 0 0 20px;
}

.wa-product-intro__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wa-product-intro__benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wa-text);
}

.wa-product-intro__check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--wa-text);
}

.wa-product-intro__benefit-text {
  flex: 1;
}

/* --- Bundle Selector (überschreibt alte Regeln) --- */
.wa-bundle {
  border: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wa-bundle-option {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 14px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
  position: relative;
  font-family: var(--wa-font-body);
  width: 100%;
  display: block;
}

.wa-bundle-option:hover {
  background: #FAFAFA;
}

.wa-bundle-option.is-selected {
  border: 2px solid var(--wa-text, #000);
  background: var(--color-bg-subtle, #F5F5F5);
  padding: 13px;  /* compensate for thicker border */
}

.wa-bundle-row {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 12px;
  align-items: flex-start;
}

.wa-bundle-radio {
  width: 18px;
  height: 18px;
  border: 1.5px solid #999;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-top: 1px;
}

.wa-bundle-option.is-selected .wa-bundle-radio {
  border-color: var(--wa-text, #000);
  border-width: 1.5px;
}

.wa-bundle-option.is-selected .wa-bundle-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--wa-text, #000);
  border-radius: 50%;
}

.wa-bundle-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.wa-bundle-title {
  font-family: var(--wa-font-display, var(--wa-font-body));
  font-weight: 700;
  font-size: 15px;
  color: var(--wa-text);
  line-height: 1.25;
}

.wa-bundle-meta {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--wa-text-hint, #999);
  text-transform: uppercase;
}

.wa-bundle-option.is-selected .wa-bundle-meta {
  color: var(--wa-text-secondary, #666);
}

.wa-bundle-price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  flex-shrink: 0;
}

.wa-bundle-price-line {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.wa-bundle-price-now {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 15px;
  color: var(--wa-text);
}

.wa-bundle-price-old {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  color: var(--wa-text-hint, #999);
  text-decoration: line-through;
}

.wa-bundle-flag {
  position: absolute;
  top: -10px;
  left: 14px;
  background: var(--wa-text, #000);
  color: #fff;
  font-family: var(--wa-font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
}

.wa-bundle-savings-line {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--wa-accent, var(--color-cordyceps, #C4501A));
  font-weight: 700;
  text-transform: uppercase;
}

/* ============================================
   WELLNESS ANARCHY — Product Hero Redesign
   CSS-Patch für base.css
   ============================================
   ANLEITUNG:
   1. Öffne base.css
   2. SUCHE und LÖSCHE alle alten Regeln zwischen den Markern
      "Trust Pair (Pro Tag + 60 Tage Garantie)"
      und dem nächsten Section-Marker
      (das sind die Klassen .wa-trust-pair, .wa-perday, .wa-guarantee
      und ihre Varianten — komplett raus)
   3. Füge diesen kompletten Block am Ende der Datei ein.
   ============================================ */
 
/* === WA HERO REDESIGN ====================== */
 
/* --- Eyebrow (Kategorie-Label über H1) --- */
.wa-product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--wa-accent, var(--wa-text));
  margin: 0 0 8px;
}
 
.wa-product-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wa-accent, currentColor);
  display: inline-block;
}
 
/* --- Intro (Erklärtext + 3 Vorteile) --- */
.wa-product-intro {
  margin: 8px 0 20px;
}
 
.wa-product-intro__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--wa-text-secondary, #444);
  margin: 0 0 16px;
}
 
.wa-product-intro__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.wa-product-intro__benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wa-text);
}
 
.wa-product-intro__check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--wa-text);
}
 
.wa-product-intro__benefit-text {
  flex: 1;
}
 
/* --- Bundle Selector (überschreibt alte Regeln) --- */
.wa-bundle {
  border: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.wa-bundle-option {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 14px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
  position: relative;
  font-family: var(--wa-font-body);
  width: 100%;
  display: block;
}
 
.wa-bundle-option:hover {
  background: #FAFAFA;
}
 
.wa-bundle-option.is-selected {
  border: 2px solid var(--wa-text, #000);
  background: var(--color-bg-subtle, #F5F5F5);
  padding: 13px;  /* compensate for thicker border */
}
 
.wa-bundle-row {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 12px;
  align-items: flex-start;
}
 
.wa-bundle-radio {
  width: 18px;
  height: 18px;
  border: 1.5px solid #999;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-top: 1px;
}
 
.wa-bundle-option.is-selected .wa-bundle-radio {
  border-color: var(--wa-text, #000);
  border-width: 1.5px;
}
 
.wa-bundle-option.is-selected .wa-bundle-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--wa-text, #000);
  border-radius: 50%;
}
 
.wa-bundle-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
 
.wa-bundle-title {
  font-family: var(--wa-font-display, var(--wa-font-body));
  font-weight: 700;
  font-size: 15px;
  color: var(--wa-text);
  line-height: 1.25;
}
 
.wa-bundle-meta {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--wa-text-hint, #999);
  text-transform: uppercase;
}
 
.wa-bundle-option.is-selected .wa-bundle-meta {
  color: var(--wa-text-secondary, #666);
}
 
.wa-bundle-price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  flex-shrink: 0;
}
 
.wa-bundle-price-line {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
 
.wa-bundle-price-now {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 15px;
  color: var(--wa-text);
}
 
.wa-bundle-price-old {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  color: var(--wa-text-hint, #999);
  text-decoration: line-through;
}
 
.wa-bundle-flag {
  position: absolute;
  top: -10px;
  left: 14px;
  background: var(--wa-text, #000);
  color: #fff;
  font-family: var(--wa-font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
}
 
.wa-bundle-savings-line {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--wa-accent, var(--color-cordyceps, #C4501A));
  font-weight: 700;
  text-transform: uppercase;
}
 
/* --- Pre-Launch Wartelisten-Embed (Klaviyo Inline-Form) --- */
.wa-waitlist-embed {
  margin: 8px 0 0;
  background: var(--wa-text, #000);
  border-radius: var(--radius-button, 3px);
  overflow: hidden;
}
 
.wa-waitlist-embed__header {
  padding: 18px 20px 14px;
  color: #fff;
  text-align: center;
}
 
.wa-waitlist-embed__title {
  font-family: var(--wa-font-display, var(--wa-font-body));
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 1.2;
}
 
.wa-waitlist-embed__subtitle {
  font-family: var(--wa-font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}
 
/* Klaviyo Form Wrapper — innerhalb des schwarzen Containers */
.wa-waitlist-embed [class^="klaviyo-form-"] {
  padding: 0 16px 16px;
  background: transparent;
}
 
/* Klaviyo-eigene Form-Elemente durchstylen falls Klaviyo-Defaults im Weg sind */
.wa-waitlist-embed [class^="klaviyo-form-"] form {
  background: transparent !important;
}
 
/* --- Garantie-Zeile unter dem Button --- */
.wa-guarantee-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--wa-text-secondary, #444);
}
 
.wa-guarantee-line__check {
  display: inline-flex;
  align-items: center;
  color: var(--wa-text, #000);
}
 
.wa-guarantee-line__text {
  line-height: 1.4;
}
 
/* --- Trust Strip (drei Spalten) --- */
.wa-trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--color-border, #eee);
  border-bottom: 1px solid var(--color-border, #eee);
  padding: 14px 0;
  margin: 20px 0 0;
}
 
.wa-trust-strip__col {
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--color-border, #eee);
}
 
.wa-trust-strip__col:last-child {
  border-right: none;
}
 
.wa-trust-strip__label {
  font-family: var(--wa-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--wa-text, #000);
  text-transform: uppercase;
}
 
.wa-trust-strip__meta {
  font-family: var(--wa-font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  color: var(--wa-text-hint, #999);
  text-transform: uppercase;
  margin-top: 5px;
}
 
/* --- Akkordeon (in rechter Hero-Spalte, kein eigenes max-width-Centering) --- */
.wa-collapse-list {
  padding: 24px 0 0;
  margin-top: 8px;
  border-top: 1px solid var(--color-border, #eee);
}
 
.wa-collapse-row {
  border-bottom: 1px solid var(--color-border, #f0f0f0);
}
 
.wa-collapse-row:first-child {
  border-top: none;
}
 
.wa-collapse-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  font-family: var(--wa-font-body);
  color: var(--wa-text, #000);
}
 
.wa-collapse-summary::-webkit-details-marker {
  display: none;
}
 
.wa-collapse-summary::after {
  content: "+";
  color: var(--wa-text-hint, #999);
  font-weight: 400;
  font-size: 18px;
  transition: transform 0.2s ease;
}
 
.wa-collapse-row[open] .wa-collapse-summary::after {
  content: "−";
}
 
.wa-collapse-body {
  padding: 0 4px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wa-text-secondary, #444);
}
 
.wa-collapse-body p {
  margin: 0 0 12px;
}
 
.wa-collapse-body p:last-child {
  margin-bottom: 0;
}
 
.wa-collapse-link {
  color: var(--wa-text, #000);
  text-decoration: underline;
  text-underline-offset: 3px;
}
 
.wa-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
.wa-spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border, #f0f0f0);
  font-size: 12px;
}
 
.wa-spec-list li:last-child {
  border-bottom: none;
}
 
.wa-spec-list li > span:first-child {
  color: var(--wa-text-secondary, #666);
}
 
.wa-spec-list li > span:last-child {
  font-family: var(--wa-font-mono);
  font-weight: 600;
  color: var(--wa-text, #000);
  text-align: right;
}
 
.wa-mini-faq p {
  margin: 0 0 14px;
}
 
.wa-mini-faq p:last-child {
  margin-bottom: 0;
}
 
.wa-mini-faq strong {
  color: var(--wa-text, #000);
}
 
/* --- Hero Disclaimers (in rechter Spalte unter dem Akkordeon) --- */
.wa-hero-legal {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--color-border, #eee);
  font-size: 11px;
  color: var(--wa-text-hint, #999);
  line-height: 1.6;
}
 
.wa-hero-legal p {
  margin: 0 0 8px;
}
 
.wa-hero-legal p:last-child {
  margin-bottom: 0;
}
 
/* --- Mobile Responsive --- */
@media screen and (max-width: 749px) {
  .wa-trust-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .wa-trust-strip__col {
    border-right: none;
    border-bottom: 1px solid var(--color-border, #eee);
    padding: 10px 0;
  }
 
  .wa-trust-strip__col:last-child {
    border-bottom: none;
  }
 
  .wa-bundle-row {
    grid-template-columns: 18px 1fr;
  }
 
  .wa-bundle-price {
    grid-column: 2 / 3;
    text-align: left;
    align-items: flex-start;
    margin-top: 6px;
  }
 
  .wa-product-intro__text {
    font-size: 14px;
  }
}
/* --- Garantie-Zeile unter dem Button --- */
.wa-guarantee-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--wa-text-secondary, #444);
}

.wa-guarantee-line__check {
  display: inline-flex;
  align-items: center;
  color: var(--wa-text, #000);
}

.wa-guarantee-line__text {
  line-height: 1.4;
}

/* --- Trust Strip (drei Spalten) --- */
.wa-trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--color-border, #eee);
  border-bottom: 1px solid var(--color-border, #eee);
  padding: 14px 0;
  margin: 20px 0 0;
}

.wa-trust-strip__col {
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--color-border, #eee);
}

.wa-trust-strip__col:last-child {
  border-right: none;
}

.wa-trust-strip__label {
  font-family: var(--wa-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--wa-text, #000);
  text-transform: uppercase;
}

.wa-trust-strip__meta {
  font-family: var(--wa-font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  color: var(--wa-text-hint, #999);
  text-transform: uppercase;
  margin-top: 5px;
}

/* --- Akkordeon (in rechter Hero-Spalte, kein eigenes max-width-Centering) --- */
.wa-collapse-list {
  padding: 24px 0 0;
  margin-top: 8px;
  border-top: 1px solid var(--color-border, #eee);
}

.wa-collapse-row {
  border-bottom: 1px solid var(--color-border, #f0f0f0);
}

.wa-collapse-row:first-child {
  border-top: none;
}

.wa-collapse-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  font-family: var(--wa-font-body);
  color: var(--wa-text, #000);
}

.wa-collapse-summary::-webkit-details-marker {
  display: none;
}

.wa-collapse-summary::after {
  content: "+";
  color: var(--wa-text-hint, #999);
  font-weight: 400;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.wa-collapse-row[open] .wa-collapse-summary::after {
  content: "−";
}

.wa-collapse-body {
  padding: 0 4px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--wa-text-secondary, #444);
}

.wa-collapse-body p {
  margin: 0 0 12px;
}

.wa-collapse-body p:last-child {
  margin-bottom: 0;
}

.wa-collapse-link {
  color: var(--wa-text, #000);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wa-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wa-spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border, #f0f0f0);
  font-size: 12px;
}

.wa-spec-list li:last-child {
  border-bottom: none;
}

.wa-spec-list li > span:first-child {
  color: var(--wa-text-secondary, #666);
}

.wa-spec-list li > span:last-child {
  font-family: var(--wa-font-mono);
  font-weight: 600;
  color: var(--wa-text, #000);
  text-align: right;
}

.wa-mini-faq p {
  margin: 0 0 14px;
}

.wa-mini-faq p:last-child {
  margin-bottom: 0;
}

.wa-mini-faq strong {
  color: var(--wa-text, #000);
}

/* --- Hero Disclaimers (in rechter Spalte unter dem Akkordeon) --- */
.wa-hero-legal {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--color-border, #eee);
  font-size: 11px;
  color: var(--wa-text-hint, #999);
  line-height: 1.6;
}

.wa-hero-legal p {
  margin: 0 0 8px;
}

.wa-hero-legal p:last-child {
  margin-bottom: 0;
}

/* --- Mobile Responsive --- */
@media screen and (max-width: 749px) {
  .wa-trust-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wa-trust-strip__col {
    border-right: none;
    border-bottom: 1px solid var(--color-border, #eee);
    padding: 10px 0;
  }

  .wa-trust-strip__col:last-child {
    border-bottom: none;
  }

  .wa-bundle-row {
    grid-template-columns: 18px 1fr;
  }

  .wa-bundle-price {
    grid-column: 2 / 3;
    text-align: left;
    align-items: flex-start;
    margin-top: 6px;
  }

  .wa-product-intro__text {
    font-size: 14px;
  }
}

/* ============================================================
   KLAVIYO NEWSLETTER FORM (Rr4Jsk) — Footer Override
   Wellness Anarchy Design System
   Selektoren basieren auf semantischen Klaviyo-Klassen,
   nicht auf dynamischen go*** oder kl-private-*** Klassen.
   ============================================================ */

/* === CONTAINER === */
.klaviyo-form-Rr4Jsk {
  font-family: 'Host Grotesk', Arial, Helvetica, sans-serif !important;
  max-width: 480px !important;
  margin: 0 !important;
}

/* === EMAIL INPUT === */
.klaviyo-form-Rr4Jsk .klaviyo-emailinput input[type="email"] {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  height: 50px !important;
  padding: 0 16px !important;
  font-family: 'Host Grotesk', Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  box-sizing: border-box !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-emailinput input[type="email"]::placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-emailinput input[type="email"]:focus {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 2px !important;
  border-color: #FFFFFF !important;
}

/* === CHECKBOX SVG (sichtbare Box) === */
.klaviyo-form-Rr4Jsk .klaviyo-checkboxes svg rect {
  fill: transparent !important;
  stroke: #FFFFFF !important;
  stroke-width: 1.5px !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-checkboxes svg {
  stroke: #FFFFFF !important;
}

/* Haken im Checked-State */
.klaviyo-form-Rr4Jsk .klaviyo-checkboxes svg polygon {
  fill: #FFFFFF !important;
}

/* === CHECKBOX-LABEL-TEXT === */
.klaviyo-form-Rr4Jsk .klaviyo-checkboxes label,
.klaviyo-form-Rr4Jsk .klaviyo-checkboxes label > div {
  color: #FFFFFF !important;
  font-family: 'Host Grotesk', Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-checkboxes label a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* === HINWEISTEXT (Du kannst dich jederzeit abmelden...) === */
.klaviyo-form-Rr4Jsk .klaviyo-form-richtext,
.klaviyo-form-Rr4Jsk .klaviyo-form-richtext p,
.klaviyo-form-Rr4Jsk .klaviyo-form-richtext span {
  color: #CCCCCC !important;
  font-family: 'Host Grotesk', Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-form-richtext a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* === SUBMIT-BUTTON === */
.klaviyo-form-Rr4Jsk .klaviyo-form-button {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  padding: 16px 32px !important;
  font-family: 'Geist', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-form-button:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  opacity: 0.85 !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-form-button:focus {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 4px !important;
}

/* === BÜNDIGKEIT: Klaviyo-Wrapper-Padding entfernen === */
.klaviyo-form-Rr4Jsk [data-testid="form-component"] {
  padding: 10px 0 !important;
}

/* === BUTTON-HÖHE === */
.klaviyo-form-Rr4Jsk .klaviyo-form-button {
  height: 48px !important;
  padding: 0 32px !important;
  line-height: 1 !important;
}

/* === CHECKBOX-AUSRICHTUNG: Box auf Höhe der ersten Zeile === */
.klaviyo-form-Rr4Jsk .klaviyo-checkboxes label {
  align-items: flex-start !important;
}

.klaviyo-form-Rr4Jsk .klaviyo-checkboxes label svg:first-of-type {
  margin-top: 1px !important;
  flex-shrink: 0 !important;
}

/* === WA-BUNDLE-HERO SECTION =================================== */

.wa-bundle-hero-section {
  background: #000;
  color: #fff;
}

.wa-bundle-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wa-bundle-hero-eyebrow {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 18px;
}

.wa-bundle-hero-h1 {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 24px;
  color: #fff;
  max-width: 22ch;
}

.wa-bundle-hero-body {
  font-family: var(--wa-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 60ch;
  margin: 0 0 48px;
}

.wa-bundle-hero-body p { margin: 0 0 1em; }
.wa-bundle-hero-body p:last-child { margin-bottom: 0; }

.wa-bundle-hero-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.wa-bundle-hero-pill {
  background: #0a0a0a;
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
  position: relative;
}

.wa-bundle-hero-pill:hover {
  transform: translateY(-2px);
}

.wa-bundle-hero-pill--lm {
  box-shadow: 0 0 0 1px rgba(110, 75, 138, 0.3),
              0 8px 32px rgba(110, 75, 138, 0.2);
}
.wa-bundle-hero-pill--lm:hover {
  box-shadow: 0 0 0 1px rgba(110, 75, 138, 0.5),
              0 16px 48px rgba(110, 75, 138, 0.35);
}

.wa-bundle-hero-pill--cordyceps {
  box-shadow: 0 0 0 1px rgba(196, 80, 26, 0.3),
              0 8px 32px rgba(196, 80, 26, 0.2);
}
.wa-bundle-hero-pill--cordyceps:hover {
  box-shadow: 0 0 0 1px rgba(196, 80, 26, 0.5),
              0 16px 48px rgba(196, 80, 26, 0.35);
}

.wa-bundle-hero-pill--reishi {
  box-shadow: 0 0 0 1px rgba(43, 74, 110, 0.3),
              0 8px 32px rgba(43, 74, 110, 0.2);
}
.wa-bundle-hero-pill--reishi:hover {
  box-shadow: 0 0 0 1px rgba(43, 74, 110, 0.5),
              0 16px 48px rgba(43, 74, 110, 0.35);
}

.wa-bundle-hero-pill--tremella {
  box-shadow: 0 0 0 1px rgba(196, 107, 122, 0.3),
              0 8px 32px rgba(196, 107, 122, 0.2);
}
.wa-bundle-hero-pill--tremella:hover {
  box-shadow: 0 0 0 1px rgba(196, 107, 122, 0.5),
              0 16px 48px rgba(196, 107, 122, 0.35);
}

.wa-bundle-hero-pill--chaga {
  box-shadow: 0 0 0 1px rgba(58, 48, 40, 0.4),
              0 8px 32px rgba(58, 48, 40, 0.3);
}
.wa-bundle-hero-pill--chaga:hover {
  box-shadow: 0 0 0 1px rgba(58, 48, 40, 0.6),
              0 16px 48px rgba(58, 48, 40, 0.45);
}

.wa-bundle-hero-pill--current::before {
  content: "Du bist hier";
  position: absolute;
  top: -10px;
  right: 16px;
  background: #fff;
  color: #000;
  font-family: var(--wa-font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
}

.wa-bundle-hero-pill-time {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 16px;
}

.wa-bundle-hero-pill-name {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.wa-bundle-hero-pill-fn {
  font-family: var(--wa-font-body);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.wa-bundle-hero-buy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.wa-bundle-hero-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wa-bundle-hero-price-label {
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.wa-bundle-hero-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.wa-bundle-hero-price-now {
  font-family: var(--wa-font-mono);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}

.wa-bundle-hero-price-old {
  font-family: var(--wa-font-mono);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

.wa-bundle-hero-price-saved {
  font-family: var(--wa-font-body);
  font-size: 13px;
  color: var(--wa-cordyceps);
  font-weight: 500;
}

.wa-bundle-hero-cta {
  background: #fff;
  color: #000;
  border: 0;
  padding: 18px 32px;
  border-radius: 8px;
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.wa-bundle-hero-cta:hover {
  background: #f0f0f0;
}

.wa-bundle-hero-guarantee {
  margin: 16px 0 0;
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
}

.wa-bundle-hero-trust-strip {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-family: var(--wa-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.wa-bundle-hero-trust-item::before {
  content: "—";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 749px) {
  .wa-bundle-hero-pills {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wa-bundle-hero-buy {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wa-bundle-hero-cta {
    width: 100%;
  }

  .wa-bundle-hero-trust-strip {
    gap: 14px;
  }
}

/* === WA-BUNDLE-COMPONENTS SECTION ============================= */

.wa-bc-section {
  background: var(--wa-surface);
}

.wa-bc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wa-bc-eyebrow {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin: 0 0 18px;
}

.wa-bc-h2 {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 24px;
  color: var(--wa-text);
  max-width: 22ch;
}

.wa-bc-body {
  font-family: var(--wa-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--wa-text-secondary);
  max-width: 60ch;
  margin: 0 0 48px;
}

.wa-bc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wa-bc-card {
  background: #fff;
  border: 1px solid var(--wa-border);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.wa-bc-card:hover {
  transform: translateY(-2px);
  border-color: var(--wa-text);
}

.wa-bc-pouch {
  width: 64px;
  height: 80px;
  border-radius: 6px 6px 2px 2px;
  margin-bottom: 24px;
}

.wa-bc-pouch--lm { background: linear-gradient(180deg, var(--wa-lions-mane) 0%, #4a3160 100%); }
.wa-bc-pouch--cordyceps { background: linear-gradient(180deg, var(--wa-cordyceps) 0%, #8a3812 100%); }
.wa-bc-pouch--reishi { background: linear-gradient(180deg, var(--wa-reishi) 0%, #1a3149 100%); }
.wa-bc-pouch--tremella { background: linear-gradient(180deg, var(--wa-tremella) 0%, #8a4a55 100%); }
.wa-bc-pouch--chaga { background: linear-gradient(180deg, var(--wa-chaga) 0%, #1f1812 100%); }

.wa-bc-name {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--wa-text);
  margin: 0 0 4px;
}

.wa-bc-latin {
  font-family: var(--wa-font-body);
  font-style: italic;
  font-size: 14px;
  color: var(--wa-text-hint);
  margin: 0 0 20px;
}

.wa-bc-actives {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--wa-text-secondary);
  line-height: 1.6;
  margin: 0 0 16px;
}

.wa-bc-role {
  font-family: var(--wa-font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--wa-text);
  margin: 0 0 24px;
  flex: 1;
}

.wa-bc-link {
  font-family: var(--wa-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wa-text);
  border-top: 1px solid var(--wa-border);
  padding-top: 16px;
  text-decoration: none;
  transition: color 0.2s;
}

.wa-bc-link:hover { color: var(--wa-text-secondary); }
.wa-bc-link::after { content: ' →'; }

@media screen and (max-width: 749px) {
  .wa-bc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* === WA-BUNDLE-FAQ SECTION ==================================== */

.wa-faq-section {
  background: #fff;
}

.wa-faq-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.wa-faq-eyebrow {
  font-family: var(--wa-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wa-text-hint);
  margin: 0 0 18px;
}

.wa-faq-h2 {
  font-family: var(--wa-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 40px;
  color: var(--wa-text);
}

.wa-faq-item {
  border-bottom: 1px solid var(--wa-border);
}

.wa-faq-q {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-family: var(--wa-font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--wa-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.wa-faq-q::-webkit-details-marker { display: none; }

.wa-faq-q::after {
  content: '+';
  font-family: var(--wa-font-display);
  font-weight: 400;
  font-size: 24px;
  color: var(--wa-text-hint);
  transition: transform 0.2s;
}

.wa-faq-item[open] .wa-faq-q::after {
  transform: rotate(45deg);
}

.wa-faq-a {
  padding: 0 0 24px 0;
  font-family: var(--wa-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--wa-text-secondary);
}

.wa-faq-a p {
  margin: 0 0 12px;
}

.wa-faq-a p:last-child {
  margin-bottom: 0;
}

/* === WA-BUNDLE-COMPONENTS · PRO-PILZ AKZENT ==================== */

.wa-bc-card--lm        { border-top: 3px solid var(--wa-lions-mane); }
.wa-bc-card--cordyceps { border-top: 3px solid var(--wa-cordyceps); }
.wa-bc-card--reishi    { border-top: 3px solid var(--wa-reishi); }
.wa-bc-card--tremella  { border-top: 3px solid var(--wa-tremella); }
.wa-bc-card--chaga     { border-top: 3px solid var(--wa-chaga); }

.wa-bc-card--lm:hover        { border-color: var(--wa-lions-mane); }
.wa-bc-card--cordyceps:hover { border-color: var(--wa-cordyceps); }
.wa-bc-card--reishi:hover    { border-color: var(--wa-reishi); }
.wa-bc-card--tremella:hover  { border-color: var(--wa-tremella); }
.wa-bc-card--chaga:hover     { border-color: var(--wa-chaga); }

/* Wirkstoffe-Zeile in Pilzfarbe */
.wa-bc-card--lm        .wa-bc-actives { color: var(--wa-lions-mane); }
.wa-bc-card--cordyceps .wa-bc-actives { color: var(--wa-cordyceps); }
.wa-bc-card--reishi    .wa-bc-actives { color: var(--wa-reishi); }
.wa-bc-card--tremella  .wa-bc-actives { color: var(--wa-tremella); }
.wa-bc-card--chaga     .wa-bc-actives { color: var(--wa-chaga); }

/* === EYEBROWS GLOBAL GRAU (überschreibt accent_color) =========== */

.wa-outcome-eyebrow,
.wa-day-eyebrow,
.wa-quality-eyebrow,
.wa-anti-eyebrow,
.wa-final-eyebrow,
.wa-final-tag,
.wa-stack-eyebrow {
  color: var(--wa-text-hint) !important;
}

/* === PRO-PILZ AKZENT · DAY-CELLS + OUTCOME-CARDS =============== */
/* Variable-Override: kaskadiert auf alle Akzent-Farben innerhalb */

.wa-day-cell--lm        { --wa-day-accent: var(--wa-lions-mane); }
.wa-day-cell--cordyceps { --wa-day-accent: var(--wa-cordyceps); }
.wa-day-cell--reishi    { --wa-day-accent: var(--wa-reishi); }
.wa-day-cell--tremella  { --wa-day-accent: var(--wa-tremella); }
.wa-day-cell--chaga     { --wa-day-accent: var(--wa-chaga); }

.wa-outcome-card--lm        { --wa-outcome-accent: var(--wa-lions-mane); }
.wa-outcome-card--cordyceps { --wa-outcome-accent: var(--wa-cordyceps); }
.wa-outcome-card--reishi    { --wa-outcome-accent: var(--wa-reishi); }
.wa-outcome-card--tremella  { --wa-outcome-accent: var(--wa-tremella); }
.wa-outcome-card--chaga     { --wa-outcome-accent: var(--wa-chaga); }