{"title":"Schweizer Luxus-Behandlungsmarke Biotonique","description":"","products":[{"product_id":"asset-pack-41329229826-example-product-3","title":"Synergie Anti-Rides 30ml","description":"\u003cstyle\u003e*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --white: #f8f6f2;\n  --off-white: #f2efe9;\n  --light: #e0dbd2;\n  --mid: #bab4a8;\n  --text: #1a1a18;\n  --muted: #3a3830;\n  --rose: #7a6248;\n  --rose-light: #edeae4;\n  --rose-mid: #bab4a8;\n  --sage: #5a5850;\n  --sage-light: #eae8e2;\n  --sage-mid: #b0aca4;\n  --gold: #7a7670;\n  --gold-light: #eae8e2;\n  --gold-mid: #b4b0a8;\n  --accent: #28271f;\n  --accent-light: #e8e6e0;\n  --accent-mid: #a0a098;\n  --r: 4px; --rm: 8px; --rl: 12px;\n  --font: 'Inter', sans-serif;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --mono: 'DM Mono', monospace;\n  --ease: cubic-bezier(.16,1,.3,1);\n  --nav-h: 56px;\n  \/* Palette farbig – für Synergie Anti-Rides angepasst *\/\n  --c-green:  #2d7a3a; --c-green-bg:  #daeeda; --c-green-bd:  #a8ccac;\n  --c-blue:   #1a3870; --c-blue-bg:   #dae4f4; --c-blue-bd:   #a8c0e0;\n  --c-red:    #8a1a30; --c-red-bg:    #f5dde2; --c-red-bd:    #e0b0bc;\n  --c-purple: #5a3a98; --c-purple-bg: #ede8f5; --c-purple-bd: #c8bae0;\n  --c-brown:  #6a5030; --c-brown-bg:  #e0dac8; --c-brown-bd:  #c0b498;\n  --c-pink:   #a8306a; --c-pink-bg:   #f5dde8; --c-pink-bd:   #e0b0c8;\n}\nhtml { scroll-behavior: smooth; }\nbody { font-family: var(--font); color: var(--text); background: var(--white);\n  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;\n  font-size: 16px; line-height: 1.8; font-weight: 400; }\nbody::before { content: ''; position: fixed; inset: 0; background: #f8f6f2; z-index: -1; }\nimg { display: block; max-width: 100%; }\na { color: inherit; text-decoration: none; }\n\n\/* NAV *\/\n.nav { position: sticky; top: 0; z-index: 200; height: var(--nav-h);\n  background: rgba(248,246,242,.97); backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 24px; gap: 16px; }\n.nav-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600;\n  color: var(--accent); letter-spacing: .06em; white-space: nowrap;\n  display: flex; align-items: center; gap: 8px; }\n.nav-links { display: flex; gap: 24px; list-style: none; }\n.nav-links a { font-size: 13px; color: var(--muted); transition: color .2s; font-weight: 500; }\n.nav-links a:hover { color: var(--text); }\n.nav-cta { background: var(--accent); color: #f8f6f2; font-size: 13px;\n  font-weight: 500; padding: 8px 18px; border-radius: var(--rm);\n  transition: opacity .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; }\n.nav-cta:hover { opacity: .82; }\n@media (max-width: 768px) { .nav-links { display: none; } }\n\n\/* BREADCRUMB *\/\n.breadcrumb { max-width: 1400px; margin: 0 auto;\n  padding: 12px 24px; font-size: 12px; color: var(--muted);\n  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }\n.breadcrumb a { color: var(--muted); transition: color .2s; }\n.breadcrumb a:hover { color: var(--text); }\n.breadcrumb span { opacity: .5; }\n\n\/* STAGE *\/\n.stage { max-width: 1400px; margin: 0 auto;\n  padding: 24px 24px 64px;\n  display: grid; grid-template-columns: minmax(0,1.1fr) 360px;\n  gap: 40px; align-items: start; }\n.stage-wrap { background: var(--white); border-bottom: 1px solid var(--light); padding-bottom: 8px; }\n@media (max-width: 900px) { .stage { grid-template-columns: 1fr; } .stage-spec { display: none; } }\n@media (max-width: 680px) { .stage { gap: 20px; padding: 0 16px 48px; } }\n\n\/* PRODUCT INFO *\/\n.product-info { display: flex; flex-direction: column; gap: 16px; padding-top: 16px; min-width: 0; }\n.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }\n.badge { display: inline-flex; align-items: center; gap: 4px;\n  font-family: var(--mono); font-size: 10px; letter-spacing: .03em;\n  padding: 3px 8px; border-radius: var(--r); white-space: nowrap;\n  flex-shrink: 0; border: 1px solid; }\n.badge-rose { background: var(--rose-light); border-color: var(--rose-mid); color: var(--rose); }\n.badge-sage { background: var(--sage-light); border-color: var(--sage-mid); color: var(--sage); }\n.badge-gold { background: var(--gold-light); border-color: var(--gold-mid); color: var(--gold); }\n.badge-grey { background: var(--off-white); border-color: var(--light); color: var(--muted); }\n.badge-ch { background: #fde8e8; border-color: #f5b8b8; color: #b01020;\n  display: inline-flex; align-items: center; gap: 5px; }\n\n\/* Award strip *\/\n.award-strip { display: flex; align-items: center; gap: 10px;\n  padding: 10px 14px; background: var(--off-white);\n  border: 1px solid var(--light); border-radius: var(--rm);\n  font-size: 13px; color: var(--muted); font-weight: 500;\n  font-family: var(--mono); letter-spacing: .03em; }\n\n.product-title { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500;\n  line-height: 1.1; letter-spacing: -.01em; color: var(--text);\n  word-break: break-word; overflow-wrap: break-word; hyphens: auto;\n  font-family: var(--font-display); }\n.product-title em { font-style: italic; opacity: .55; font-weight: 400; }\n.product-price { font-size: 32px; font-weight: 700; color: var(--text); }\n.product-price .tax-note { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 6px; }\n.divider { height: 1px; background: var(--light); }\n.product-desc { font-size: 16px; color: #2a2820; line-height: 1.85; font-weight: 400; }\n.product-desc strong { color: var(--text); font-weight: 700; }\n\n.ingr-bullets { display: flex; flex-direction: column; gap: 10px; }\n.ingr-bullet { display: flex; align-items: flex-start; gap: 10px;\n  font-size: 15px; color: var(--text); line-height: 1.8; font-weight: 400; }\n.ingr-bullet-icon { width: 26px; height: 26px; border-radius: 50%;\n  background: var(--accent-light); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.ingr-bullet em { font-style: italic; color: var(--rose); font-size: 12px;\n  font-family: var(--mono); font-weight: 600; }\n\n.info-tip { display: flex; align-items: flex-start; gap: 10px;\n  background: #fde8e8; border: 1px solid #f5b8b8;\n  border-left: 3px solid #c0202a;\n  border-radius: var(--rm); padding: 12px 16px;\n  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 500; }\n.info-tip svg { flex-shrink: 0; margin-top: 2px; }\n\n\/* ATC *\/\n.atc-row { display: flex; gap: 10px; }\n.btn-primary { flex: 1; padding: 14px 24px; background: var(--accent);\n  color: #f8f6f2; font-size: 15px; font-weight: 600;\n  border: none; border-radius: var(--rm); cursor: pointer;\n  text-align: center; display: inline-flex; align-items: center;\n  justify-content: center; gap: 8px; transition: opacity .2s; }\n.btn-primary:hover { opacity: .84; }\n.btn-ghost { padding: 14px 20px; background: transparent;\n  color: var(--text); font-size: 14px;\n  border: 1px solid var(--mid); border-radius: var(--rm);\n  display: inline-flex; align-items: center; gap: 7px;\n  transition: border-color .2s; white-space: nowrap; }\n.btn-ghost:hover { border-color: var(--text); }\n@media (max-width: 400px) { .atc-row { flex-direction: column; } }\n\n\/* Trust strip *\/\n.trust-strip { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;\n  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.trust-item { display: flex; align-items: center; gap: 7px;\n  font-size: 12px; color: #3a3830; font-family: var(--mono);\n  white-space: nowrap; font-weight: 600; letter-spacing: .03em; }\n.trust-item svg, .trust-item .ch-flag { flex-shrink: 0; }\n\n\/* Mini spec *\/\n.mini-spec { display: none; grid-template-columns: 1fr 1fr; gap: 1px;\n  background: var(--light); border: 1px solid var(--light);\n  border-radius: var(--rm); overflow: hidden; }\n.mini-spec-item { background: var(--white); padding: 12px 16px; }\n.mini-spec-key { font-size: 12px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }\n.mini-spec-val { font-size: 15px; font-weight: 700; color: var(--text); }\n@media (max-width: 900px) { .mini-spec { display: grid; } }\n\n\/* SPEC PANEL *\/\n.stage-spec { position: sticky; top: calc(var(--nav-h) + 16px);\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 20px;\n  box-shadow: 0 4px 20px rgba(40,39,31,.08); overflow: hidden; }\n.spec-label { font-family: var(--mono); font-size: 9px;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);\n  margin-bottom: 14px; }\n.spec-row { display: flex; justify-content: space-between; align-items: baseline;\n  padding: 9px 0; border-bottom: 1px solid var(--light); font-size: 13px; gap: 10px; }\n.spec-row:last-child { border-bottom: none; padding-bottom: 0; }\n.spec-key { color: var(--muted); flex-shrink: 0; font-weight: 500; font-size: 13px; }\n.spec-val { font-weight: 600; text-align: right; color: var(--text);\n  font-size: 13px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }\n\n\/* INGR BAND *\/\n.ingr-band { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.ingr-band-inner { max-width: 1400px; margin: 0 auto;\n  padding: 28px 24px; display: flex; align-items: center;\n  justify-content: center; gap: 32px; flex-wrap: wrap; }\n.ingr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n.ingr-item-icon { width: 40px; height: 40px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; }\n.ingr-name { font-family: var(--mono); font-size: 11px; font-weight: 700;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; }\n.ingr-effect { font-size: 12px; color: var(--muted); max-width: 130px; line-height: 1.4; }\n.ingr-sep { width: 1px; height: 48px; background: var(--light); }\n@media (max-width: 600px) { .ingr-sep { display: none; } .ingr-band-inner { gap: 20px; } }\n\n\/* SECTIONS *\/\n.section { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }\n@media (max-width: 480px) { .section { padding: 48px 16px; } }\n.section-tag { font-family: var(--mono); font-size: 10px;\n  letter-spacing: .18em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 14px; font-weight: 700;\n  border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block;\n  opacity: .8; }\n.section-title { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 32px;\n  color: var(--text); font-family: var(--font-display); }\n\n\/* Why heading *\/\n.why h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; color: var(--text);\n  font-family: var(--font-display); }\n\n\/* Features *\/\n.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }\n@media (max-width: 480px) { .features { grid-template-columns: 1fr; } }\n.feat { background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 28px 24px;\n  transition: border-color .2s, box-shadow .2s; }\n.feat:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.07); }\n.feat-icon { width: 52px; height: 52px; border-radius: var(--rm);\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--light); }\n.feat h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #1a1a18;\n  border-bottom: 1px solid var(--light); padding-bottom: 8px;\n  display: flex; align-items: center; gap: 8px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.feat p { font-size: 15px; color: #3a3830; line-height: 1.8; }\n.feat * { color: inherit; }\n.feat a { color: inherit !important; text-decoration: none !important; }\n.feat p a, .feat p a:visited { color: var(--muted) !important; text-decoration: none; }\n.section-divider { height: 1px; background: var(--light); max-width: 1400px; margin: 0 24px; }\n\n\/* Specs *\/\n.specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .specs-layout { grid-template-columns: 1fr; gap: 28px; } }\n.specs-table { width: 100%; border-collapse: collapse; }\n.specs-table tr { border-bottom: 1px solid var(--light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 13px 0; font-size: 15px; vertical-align: middle; }\n.specs-table .td-k { color: #5a5650; width: 46%; font-weight: 500; }\n.specs-table .td-v { font-weight: 700; color: var(--text); }\n\n\/* Ingredients grid *\/\n.ingr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 14px; }\n@media (max-width: 480px) { .ingr-grid { grid-template-columns: 1fr; } }\n.ingr-card { background: var(--off-white); border: 1px solid var(--light);\n  border-radius: var(--rm); padding: 20px 22px;\n  display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s; }\n.ingr-card:hover { border-color: var(--mid); }\n.ingr-card-icon { width: 44px; height: 44px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.ingr-dot { width: 9px; height: 9px; border-radius: 50%;\n  background: var(--accent); flex-shrink: 0; margin-top: 6px; }\n.ingr-sci { font-family: var(--mono); font-size: 11px; font-weight: 600;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; margin-bottom: 4px; }\n.ingr-common { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.ingr-desc { font-size: 14px; color: #3a3830; line-height: 1.8; }\n\n\/* Steps *\/\n.apply-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .apply-layout { grid-template-columns: 1fr; gap: 32px; } }\n.steps { display: flex; flex-direction: column; gap: 16px; }\n.step { display: flex; align-items: flex-start; gap: 16px; }\n.step-num { width: 36px; height: 36px; border-radius: 50%;\n  background: var(--accent); color: #f8f6f2;\n  font-family: var(--mono); font-size: 14px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.step-text { font-size: 15px; color: #3a3830; line-height: 1.85; padding-top: 7px; }\n.step-text strong { color: #1a1a18; font-weight: 700; display: block; margin-bottom: 4px; font-size: 16px; font-family: var(--font-display); }\n\n\/* Uses *\/\n.uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 8px; }\n@media (max-width: 480px) { .uses-grid { grid-template-columns: 1fr 1fr; } }\n.use { background: #edeae4; border: 1px solid #d0c8b8;\n  border-radius: var(--rm); padding: 12px 16px; font-size: 14px;\n  color: #1a1a18; font-weight: 500;\n  display: flex; align-items: center; gap: 10px;\n  transition: border-color .2s, background .2s, transform .15s; }\n.use:hover { transform: translateY(-2px); background: #e4ddd0; }\n.use-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }\n\n\/* Colorful borders and dots per nth-child *\/\n.use:nth-child(1)  { border-left: 3px solid #8a1a30; } .use:nth-child(1)  .use-dot { background: #8a1a30; }\n.use:nth-child(2)  { border-left: 3px solid #2d7a3a; } .use:nth-child(2)  .use-dot { background: #2d7a3a; }\n.use:nth-child(3)  { border-left: 3px solid #a8306a; } .use:nth-child(3)  .use-dot { background: #a8306a; }\n.use:nth-child(4)  { border-left: 3px solid #5a3a98; } .use:nth-child(4)  .use-dot { background: #5a3a98; }\n.use:nth-child(5)  { border-left: 3px solid #1a3870; } .use:nth-child(5)  .use-dot { background: #1a3870; }\n.use:nth-child(6)  { border-left: 3px solid #8a1a30; } .use:nth-child(6)  .use-dot { background: #8a1a30; }\n.use:nth-child(7)  { border-left: 3px solid #2d7a3a; } .use:nth-child(7)  .use-dot { background: #2d7a3a; }\n.use:nth-child(8)  { border-left: 3px solid #a8306a; } .use:nth-child(8)  .use-dot { background: #a8306a; }\n.use:nth-child(9)  { border-left: 3px solid #5a3a98; } .use:nth-child(9)  .use-dot { background: #5a3a98; }\n.use:nth-child(10) { border-left: 3px solid #1a3870; } .use:nth-child(10) .use-dot { background: #1a3870; }\n\n\/* Why *\/\n.why { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.why-inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 16px; } }\n.why h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 400;\n  letter-spacing: -.02em; line-height: 1.2; color: var(--text); }\n.why-sub { margin-top: 12px; font-size: 15px; color: var(--muted); line-height: 1.8; }\n.why-points { display: flex; flex-direction: column; gap: 18px; }\n.why-point { display: flex; align-items: flex-start; gap: 14px; }\n.why-check { width: 28px; height: 28px; border-radius: 50%;\n  background: #a8306a; border: 2px solid #7a1050; display: flex;\n  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n.why-text { font-size: 15px; color: #3a3830; line-height: 1.85; }\n.why-text strong { color: var(--text); font-weight: 700; }\n\n\/* FAQ *\/\n.faq-wrap { max-width: 760px; margin: 0 auto; }\n.faq-item { background: var(--white); border-radius: var(--rl);\n  border: 1px solid #d8d2c8; margin-bottom: 10px; overflow: hidden;\n  transition: border-color .2s, box-shadow .25s, transform .2s;\n  box-shadow: 0 1px 4px rgba(40,39,31,.05); }\n.faq-item:hover { border-color: #b0ccb4;\n  box-shadow: 0 6px 20px rgba(40,39,31,.10); transform: translateY(-2px); }\n.faq-item:nth-child(odd) { border-left: 3px solid #8a1a30; }\n.faq-item:nth-child(even) { border-left: 3px solid #a8306a; }\n.faq-q { display: flex; align-items: center; gap: 12px;\n  padding: 18px 20px 0; font-size: 18px; font-weight: 500;\n  font-family: var(--font-display); letter-spacing: .01em;\n  color: var(--text); line-height: 1.4; }\n@media (max-width: 480px) { .faq-q { font-size: 16px; } }\n.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: #f5dde2; border: 1px solid #e0b0bc; }\n.faq-item:nth-child(even) .faq-icon { background: #f5dde8; border-color: #e0b0c8; }\n.faq-a { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 400;\n  padding: 12px 22px 20px 56px; }\n@media (max-width: 480px) { .faq-a { padding-left: 20px; } }\n.faq-a a { color: var(--accent); text-decoration: underline; }\n\n\/* Anfrage *\/\n.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n@media (max-width: 640px) { .anfrage-grid { grid-template-columns: 1fr; gap: 28px; } }\n.anfrage-email-box { display: flex; align-items: center; gap: 16px;\n  padding: 20px 24px; background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); text-decoration: none;\n  transition: border-color .2s, box-shadow .2s; }\n.anfrage-email-box:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.08); }\n.anfrage-email-icon { width: 48px; height: 48px; border-radius: 50%;\n  background: var(--accent); display: flex; align-items: center;\n  justify-content: center; flex-shrink: 0; }\n.anfrage-topics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }\n.anfrage-topic { display: inline-block; padding: 7px 14px;\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: 20px; font-size: 13px; color: var(--muted);\n  text-decoration: none; font-weight: 500; transition: all .2s; }\n.anfrage-topic:hover { border-color: var(--mid); color: var(--text); }\n\n\/* CTA *\/\n.cta-bar { background: var(--white); border-top: 1px solid var(--light); }\n.cta-inner { max-width: 1400px; margin: 0 auto; padding: 48px 24px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 24px; flex-wrap: wrap; }\n@media (max-width: 600px) { .cta-inner { flex-direction: column; align-items: flex-start; } }\n.cta-inner h3 { font-size: 24px; font-weight: 500; font-family: var(--font-display); }\n.cta-inner p { margin-top: 5px; font-size: 14px; color: var(--muted); }\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }\n.cta-btns a { display: inline-flex; align-items: center; gap: 8px;\n  padding: 13px 24px; border-radius: var(--rm);\n  font-size: 14px; font-weight: 500; transition: opacity .2s; }\n.cta-btns .primary { background: var(--accent); color: #f8f6f2; }\n.cta-btns .primary:hover { opacity: .84; }\n.cta-btns .outline { background: transparent; color: var(--text);\n  border: 1px solid var(--mid); font-weight: 400; }\n.cta-btns .outline:hover { border-color: var(--text); }\n\n\/* Footer *\/\n.footer { border-top: 1px solid var(--light); background: var(--off-white); }\n.footer-inner { max-width: 1400px; margin: 0 auto;\n  padding: 24px; display: flex; align-items: center;\n  justify-content: space-between; flex-wrap: wrap; gap: 10px; }\n.footer-brand { font-family: var(--mono); font-size: 12px; color: var(--muted);\n  display: flex; align-items: center; gap: 6px; }\n.footer-link { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }\n.footer-link:hover { color: var(--text); }\n\n\/* Swiss flag inline SVG helper *\/\n.ch-flag { display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }\n\n@keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }\n.product-info { animation: fadeUp .55s .08s var(--ease) both; }\n.stage-spec { animation: fadeUp .6s .16s var(--ease) both; }\n\n\/* FAQ icon colors *\/\n.faq-item:nth-child(odd) .faq-icon svg { color: #8a1a30; }\n.faq-item:nth-child(even) .faq-icon svg { color: #a8306a; }\n\n\/* Ingr bullets – colored per wirkstoff (Rose \/ Grün \/ Pink) *\/\n.ingr-bullet:nth-child(1) .ingr-bullet-icon { background: var(--c-red-bg);   border-color: var(--c-red-bd);   color: var(--c-red); }\n.ingr-bullet:nth-child(2) .ingr-bullet-icon { background: var(--c-green-bg); border-color: var(--c-green-bd); color: var(--c-green); }\n.ingr-bullet:nth-child(3) .ingr-bullet-icon { background: var(--c-pink-bg);  border-color: var(--c-pink-bd);  color: var(--c-pink); }\n\n\/* Spec rows – subtle alternating *\/\n.spec-row:nth-child(odd)  { border-left: 2px solid var(--c-red);  padding-left: 8px; }\n.spec-row:nth-child(even) { border-left: 2px solid var(--c-pink); padding-left: 8px; }\n\n\/* Ingr cards – colored borders *\/\n.ingr-card:nth-child(1) { border-left: 3px solid var(--c-red); }\n.ingr-card:nth-child(2) { border-left: 3px solid var(--c-green); }\n.ingr-card:nth-child(3) { border-left: 3px solid var(--c-pink); }\n\n\/* Step numbers – colored *\/\n.step:nth-child(1) .step-num { background: var(--c-red);    }\n.step:nth-child(2) .step-num { background: var(--c-green);  }\n.step:nth-child(3) .step-num { background: var(--c-pink);   }\n.step:nth-child(4) .step-num { background: var(--c-purple); }\n.step:nth-child(5) .step-num { background: var(--c-blue);   }\n \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca class=\"nav-brand\" href=\"#\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7 L10 14 L14 7\" stroke=\"#28271f\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor \u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eSynergie Anti-Rides\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- STAGE --\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 16 16\" fill=\"#c8b490\" stroke=\"#7a7670\" stroke-width=\".8\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · 🌱 Bio-Retinol · Alpen-Rosenessenz · \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\" stroke=\"#7a6248\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anti-Aging \u0026amp; Straffung \u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\" stroke=\"#5a5850\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌹 Hagebutte · Myrte \u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\" stroke=\"#7a7670\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌸 Rosengeranie \u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"7\" r=\".6\" fill=\"#4a4840\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eSynergie Anti-Rides 30ml\u003cbr\u003e\u003cem\u003eStraffung · Regeneration · Glättung\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eSorgfältig ausgewählte Alpen-Rosenessenzen und Bio-Retinol\u003c\/strong\u003e unterstützen die Hautstruktur und fördern Elastizität und Festigkeit. Eine konzentrierte Öl-Synergie aus drei Naturessenzen – für Straffung, Regeneration und Glättung feiner Linien.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 4V7L9 8.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌹 Hagebuttenkernöl \u003cem\u003e(Rosa rubiginosa)\u003c\/em\u003e – Alpen-Rosenkernöl, Bio-Retinol, glättend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2L7 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 5C5 5 4 6 3.5 8\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 5C9 5 10 6 10.5 8\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8C5.5 8 4.5 9 4 10.5\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8C8.5 8 9.5 9 10 10.5\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌿 Myrtenöl \u003cem\u003e(Myrtus communis)\u003c\/em\u003e – straffend, tonisierend, festigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"2\" stroke=\"#a8306a\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 2C7 3.5 7 4 7 5\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 4C10 5 9.5 5.5 9 6\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 10C10 9 9.5 8.5 9 8\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 12C7 10.5 7 10 7 9\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 10C4 9 4.5 8.5 5 8\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 4C4 5 4.5 5.5 5 6\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌸 Rosengeranienöl \u003cem\u003e(Pelargonium graveolens)\u003c\/em\u003e – regenerierend, ausgleichend, feminin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#c0202a\" stroke-width=\"1.5\" fill=\"#fde8e8\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 7V11\" stroke=\"#c0202a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"5\" r=\".9\" fill=\"#c0202a\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Konzentriertes Anti-Falten-Serum mit natürlichem Bio-Retinol aus Hagebutte – stärkt die Hautstruktur, verbessert Elastizität und Festigkeit sichtbar ohne Reizungen.\u003c\/div\u003e\n\u003c!-- ATC --\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb \u003c\/a\u003e \u003ca class=\"btn-ghost\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Synergie%20Anti-Rides%2030ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Synergie%20Anti-Rides%2030ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d6e32\" stroke-width=\"1.5\" fill=\"#dde8dc\" fill-opacity=\".5\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7L7 11\" stroke=\"#2d6e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f5dde2\" fill-opacity=\".6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 4V7L9 8.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌱 Bio-Retinol\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f0dde0\" fill-opacity=\".6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Reife Haut ab 30+\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mini spec --\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e30 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTyp\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eAnti-Falten-Serum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eHauttypen\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eReife Haut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC PANEL --\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eSynergie Anti-Rides\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e30 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAnti-Falten Öl-Serum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkstoffbasis\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBio-Retinol (Hagebutte)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eStraffung · Regeneration · Glättung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHagebutte\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eRosa rubiginosa\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMyrte\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eMyrtus communis\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eRosengeranie\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003ePelargonium graveolens\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHautstruktur\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eElastizität \u0026amp; Festigkeit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eReife \u0026amp; anspruchsvolle Haut\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #f5dde2; border-color: #e0b0bc;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"4\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L11.5 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eRosa rubiginosa\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eHagebutte – Bio-Retinol, glättend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C7 6 6 7 5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C11 6 12 7 13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C7.5 10 6.5 11 6 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C10.5 10 11.5 11 12 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eMyrtus communis\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eMyrte – straffend, tonisierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #f5dde8; border-color: #e0b0c8;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" stroke=\"#a8306a\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 5.5L12 7\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 12.5L12 11\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 15V12\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12.5L6 11\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 5.5L6 7\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003ePelargonium graveolens\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eRosengeranie – regenerierend, ausgleichend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #ede8f5; border-color: #c8bae0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13V15\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9H5\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.5 4.5L6 6\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12L13.5 13.5\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eBio-Retinol\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eNatürlich aus Hagebutte – sanft, effektiv\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fde8e8; border-color: #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eStraffen. Regenerieren. Glätten.\u003cbr\u003eDie Anti-Falten Öl-Synergie.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde2; border: 1px solid #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"4\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Natürliches Bio-Retinol\u003c\/h3\u003e\n\u003cp\u003eHagebuttenkernöl liefert natürliches Provitamin A – regeneriert die Hautstruktur, glättet feine Linien und mindert sichtbar erste Zeichen der Hautalterung, ohne Reizungen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C7 6 6 7 5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C11 6 12 7 13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C7.5 10 6.5 11 6 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C10.5 10 11.5 11 12 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 6C6.5 6 5.5 7 5 8.5\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 6C9.5 6 10.5 7 11 8.5\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Myrte – Straffung \u0026amp; Tonus\u003c\/h3\u003e\n\u003cp\u003eMyrtenöl wirkt straffend, tonisiert die Haut und verbessert die Elastizität. Die feinen ätherischen Verbindungen unterstützen die natürliche Festigkeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde8; border: 1px solid #e0b0c8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"#a8306a\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6M9 12V15M3 9H6M12 9H15\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 5L6.5 6.5M11.5 11.5L13 13M13 5L11.5 6.5M5 13L6.5 11.5\" stroke=\"#a8306a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"2.5\" stroke=\"#a8306a\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 3V5M8 11V13M3 8H5M11 8H13\" stroke=\"#a8306a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Rosengeranie – Regeneration\u003c\/h3\u003e\n\u003cp\u003eRosengeranienöl regeneriert die Haut auf zellulärer Ebene, balanciert das Hautbild und wirkt harmonisierend. Ideal für reife und anspruchsvolle Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #ede8f5; border: 1px solid #c8bae0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 12C4 8 6 4 9 4 12 4 14 8 14 12\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12C4 14 6 15 9 15 12 15 14 14 14 12\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M3 11C3 7 5.5 3.5 8 3.5 10.5 3.5 13 7 13 11\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sichtbare Straffung\u003c\/h3\u003e\n\u003cp\u003eDie Synergie der drei Essenzen wirkt straffend auf Gesicht, Hals und Dekolleté – für sichtbar festere Konturen und einen jugendlichen Ausdruck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fbe4d0; border: 1px solid #e8b890;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L10.5 6.5L14.5 7L11.5 10L12.5 14L9 12L5.5 14L6.5 10L3.5 7L7.5 6.5Z\" stroke=\"#b0521a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3L9.5 6.5L13 7L10 9.5L11 13L8 11L5 13L6 9.5L3 7L6.5 6.5Z\" stroke=\"#b0521a\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für reife Haut\u003c\/h3\u003e\n\u003cp\u003eSpeziell entwickelt für Haut ab 30+, die neue Kraft, Struktur und Ausdruck braucht. Als Kur oder tägliche Pflege einsetzbar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fde8e8; border: 1px solid #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Konzentriert aus reinen Alpen-Rosenessenzen, nachhaltig gedacht und sorgfältig zusammengestellt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\" id=\"specs\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 20px;\"\u003eFormel \u0026amp;\u003cbr\u003eAnti-Aging Wirkung\u003c\/h2\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e🔬\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eSynergie Anti-Rides ist ein hochkonzentriertes Anti-Falten Öl-Serum mit drei sorgfältig ausgewählten Alpen-Rosenessenzen. Alpen-Rosenkernöl (Hagebutte) liefert natürliches Bio-Retinol für Zellregeneration, Myrte strafft und tonisiert die Haut, Rosengeranie regeneriert und balanciert. Eine ganzheitliche Anti-Aging-Behandlung für sichtbar festere, glattere Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hagebutte --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde2; border: 1px solid #e0b0bc; border-left: 3px solid #8a1a30; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" fill=\"#e8b8c4\" stroke=\"#8a1a30\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0810; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0810;\"\u003e🌹 Hagebuttenkernöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #8a1a30;\"\u003e(Rosa rubiginosa)\u003c\/em\u003e\u003cbr\u003eAlpen-Rosenkernöl mit natürlichem Bio-Retinol (Trans-Retinsäure), Omega-3 und Omega-6 – regeneriert Hautzellen, glättet feine Linien und stärkt die Hautstruktur nachhaltig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Myrte --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daeeda; border: 1px solid #a8ccac; border-left: 3px solid #2d7a3a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C7 6 6 7 5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C11 6 12 7 13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C7.5 10 6.5 11 6 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C10.5 10 11.5 11 12 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e🌿 Myrtenöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #2d7a3a;\"\u003e(Myrtus communis)\u003c\/em\u003e\u003cbr\u003estrafft die Haut, verbessert die Elastizität und tonisiert das Bindegewebe. Wirkt festigend auf Gesicht, Hals und Dekolleté.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Rosengeranie --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde8; border: 1px solid #e0b0c8; border-left: 3px solid #a8306a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" fill=\"#e8b8d0\" stroke=\"#a8306a\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 5.5L12 7\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 12.5L12 11\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 15V12\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12.5L6 11\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 5.5L6 7\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0818; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0818;\"\u003e🌸 Rosengeranienöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #a8306a;\"\u003e(Pelargonium graveolens)\u003c\/em\u003e\u003cbr\u003efördert die Zellregeneration, harmonisiert das Hautbild und wirkt balancierend. Ein wertvoller Klassiker der Anti-Aging-Pflege für reife Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Bio-Retinol Highlight --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #ede8f5; border: 1px solid #c8bae0; border-left: 3px solid #5a3a98; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"4\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5M9 13V15M3 9H5M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1e0e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1e0e40;\"\u003e🌱 Natürliches Bio-Retinol\u003c\/strong\u003e\u003cbr\u003eAus der Alpen-Hagebutte gewonnen – die sanfte Alternative zu synthetischem Retinol. Wirksam gegen Falten und Struktur-Verlust, ohne die typischen Reizungen zu verursachen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Geeignet für --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #fbe4d0; border: 1px solid #e8b890; border-left: 3px solid #b0521a; border-radius: var(--rm);\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L10.5 6.5L14.5 7L11.5 10L12.5 14L9 12L5.5 14L6.5 10L3.5 7L7.5 6.5Z\" fill=\"#f0c898\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1a05; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1a05;\"\u003e✨ Speziell für reife \u0026amp; anspruchsvolle Haut\u003c\/strong\u003e\u003cbr\u003eab 30+, mit ersten sichtbaren Zeichen der Hautalterung, Verlust an Festigkeit und Elastizität. Auch für Hals und Dekolleté ideal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eSynergie Anti-Rides\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e30 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAnti-Falten Öl-Serum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoffbasis\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBio-Retinol (natürlich)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌹 Hagebutte (Rosa rubiginosa)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌿 Myrte (Myrtus communis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌸 Rosengeranie (Pelargonium graveolens)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eStraffung \u0026amp; Regeneration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eGlättung, Elastizität, Festigkeit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eReife Haut ab 30+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"display: flex; align-items: center; gap: 6px;\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv id=\"inhaltsstoffe\" style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003e3 kraftvolle Alpenessenzen\u003cbr\u003eim Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #f5dde2; border-color: #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eRosa rubiginosa\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eHagebuttenkernöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eAlpen-Rosenkernöl mit natürlichem Bio-Retinol (Trans-Retinsäure) und essenziellen Fettsäuren. Regeneriert die Hautzellen, glättet feine Linien und mildert sichtbare Zeichen der Hautalterung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C7 6 6 7 5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C11 6 12 7 13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C7.5 10 6.5 11 6 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10C10.5 10 11.5 11 12 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eMyrtus communis\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eMyrtenöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eImmergrünes Mittelmeerkraut mit tonisierender, straffender Wirkung. Verbessert die Elastizität, festigt das Bindegewebe und wirkt aktivierend – auch für Hals und Dekolleté ideal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #f5dde8; border-color: #e0b0c8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" stroke=\"#a8306a\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6M9 12V15M3 9H6M12 9H15\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 5L6.5 6.5M11.5 11.5L13 13M13 5L11.5 6.5M5 13L6.5 11.5\" stroke=\"#a8306a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003ePelargonium graveolens\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eRosengeranienöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eKlassiker der Anti-Aging-Pflege – regeneriert die Haut auf zellulärer Ebene, balanciert das Hautbild und wirkt harmonisierend. Der weibliche, blumig-warme Duft macht die Anwendung zum kleinen Ritual.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv id=\"anwendung\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 14px;\"\u003eSo wird das Serum\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003eAls intensive Anti-Falten-Kur oder tägliche Pflege – wenige Tropfen genügen. Das Öl-Serum wird pur aufgetragen oder in die Tages-\/Nachtcreme eingemischt. Wegen des natürlichen Retinol-Effekts abends besonders empfohlen.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Am besten abends anwenden – über Nacht entfaltet das natürliche Bio-Retinol seine regenerierende Wirkung. Morgens danach unbedingt Sonnenschutz auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eHaut reinigen\u003c\/strong\u003e Gesicht gründlich reinigen und ggf. mit Essence Tonifiante vorbereiten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eDosierung\u003c\/strong\u003e 3–5 Tropfen genügen für Gesicht, Hals und Dekolleté.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAuftragen\u003c\/strong\u003e Zwischen den Handflächen anwärmen und mit sanften Aufwärtsbewegungen einmassieren – von unten nach oben.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAbends bevorzugt\u003c\/strong\u003e Retinol-Wirkung wirkt am besten über Nacht. Morgens: unbedingt SPF darüber auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eKur oder täglich\u003c\/strong\u003e Als intensive 6-Wochen-Kur oder Dauerpflege – erste Ergebnisse nach ca. 3–4 Wochen sichtbar.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv class=\"section\" id=\"einsatz\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003eFür alle, die Straffung,\u003cbr\u003eFestigkeit und Glättung suchen\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Erste feine Fältchen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 6C6.5 6 5.5 7 5 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 6C9.5 6 10.5 7 11 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Nachlassende Festigkeit\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"2.5\" fill=\"#f5dde8\" stroke=\"#a8306a\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 3V5M8 11V13M3 8H5M11 8H13\" stroke=\"#a8306a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Verlust an Elastizität\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"3\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 3V4M8 12V13M3 8H4M12 8H13\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Anspruchsvolle Haut 30+\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 1L9.5 5.5 14.5 5.9 10.8 9 12 13.8 8 11.3 4 13.8 5.2 9 1.5 5.9 6.5 5.5Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Reife Haut ab 40+\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Für Gesicht \u0026amp; Hals\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Dekolleté-Pflege\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"2.5\" fill=\"#f5dde8\" stroke=\"#a8306a\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Konturenverlust\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cellipse cx=\"8\" cy=\"8\" rx=\"5\" ry=\"3.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n      \u003c\/svg\u003e Als 6-Wochen-Kur\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M4 5L8 3l4 2v5c0 1.5-1.5 2.5-4 3-2.5-.5-4-1.5-4-3V5Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Wechseljahrs-Pflege\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum die Synergie\u003cbr\u003eAnti-Rides\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eKonzentrierte Anti-Falten Öl-Synergie mit natürlichem Bio-Retinol und drei Alpen-Rosenessenzen – für Straffung, Regeneration und Glättung. Schweizer Qualität ohne Kompromisse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eNatürliches Bio-Retinol\u003c\/strong\u003e – Alpen-Rosenkernöl aus der Hagebutte liefert echtes Bio-Retinol – wirksam gegen Falten, ohne die typischen Reizungen synthetischer Retinole.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Essenzen – eine Synergie\u003c\/strong\u003e – Hagebutte glättet, Myrte strafft, Rosengeranie regeneriert. Jede Essenz verstärkt die anderen für ein ganzheitliches Anti-Aging-Ergebnis.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSichtbare Straffung\u003c\/strong\u003e – bessere Elastizität, festere Konturen und ein glatteres Hautbild auf Gesicht, Hals und Dekolleté.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 1px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei der Wirksamkeit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" id=\"faq\" style=\"background: #f0ece4;\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 28px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWas ist der Unterschied zwischen Synergie Anti-Rides und Synergie Éclatante?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eBeide Seren enthalten Bio-Retinol aus Hagebutte. Synergie Éclatante fokussiert auf Leuchtkraft, Ausgleich und Ebenmäßigkeit (mit Palmarosa und Karottensamen). Synergie Anti-Rides ist auf Anti-Aging spezialisiert (mit Myrte und Rosengeranie) – für Straffung, Festigkeit und Glättung feiner Linien.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nAb welchem Alter empfiehlt sich das Serum?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDie Synergie Anti-Rides ist ideal ab 30+ als Präventionspflege bei ersten feinen Linien, ab 40+ als aktive Anti-Aging-Behandlung. Auch in den Wechseljahren wertvoll, wenn die Haut an Festigkeit und Elastizität verliert.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich das Serum morgens verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, aber morgens unbedingt einen Sonnenschutz darüber auftragen. Da natürliches Bio-Retinol die Zellerneuerung anregt, wird die Haut lichtempfindlicher. Ideal ist die abendliche Anwendung für optimale Regeneration über Nacht.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie kombiniere ich das Serum mit der Crème Anti Rides Raffermissante?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003ePerfekte Kombination: Reinigung → Essence Tonifiante → Synergie Anti-Rides (kurz einziehen lassen) → Crème Anti Rides Raffermissante. So potenziert sich die Anti-Aging-Wirkung von Serum und Creme. Alternativ: 2–3 Tropfen Serum in die Creme mischen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWann sind erste Ergebnisse sichtbar?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEin sofortiger Glow- und Weichheits-Effekt zeigt sich bereits nach der ersten Anwendung. Sichtbare Ergebnisse bezüglich Straffung, Festigkeit und Glättung feiner Linien nach 3–4 Wochen regelmäßiger Anwendung. Für maximale Anti-Aging-Wirkung: 6-Wochen-Kur.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 12px;\"\u003eFragen zur Synergie\u003cbr\u003eAnti-Rides?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Synergie%20Anti-Rides%2030ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Synergie%20Anti-Rides%2030ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"anfrage-email-box\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#f8f6f2\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 7l8 5 8-5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Synergie%20Anti-Rides\" class=\"anfrage-topic\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anwendung:%20Synergie%20Anti-Rides\" class=\"anfrage-topic\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Bestellung:%20Synergie%20Anti-Rides\" class=\"anfrage-topic\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Grossmengen:%20Synergie%20Anti-Rides\" class=\"anfrage-topic\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für sichtbar festere Haut?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; vertical-align: middle;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 30 ml · Swiss Made · Biotonique\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca class=\"primary\" href=\"#\"\u003e \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen \u003c\/a\u003e \u003ca class=\"outline\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Synergie%20Anti-Rides%2030ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Synergie%20Anti-Rides%2030ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#4a4840\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7L10 14L14 7\" stroke=\"#4a4840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor · Biotonique · Synergie Anti-Rides · \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003ca class=\"footer-link\" href=\"mailto:info@viodor.com\"\u003e \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":53983692095825,"sku":null,"price":92.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/68f9caac9ef1e_42e47d6a-c77b-4abc-a967-f5577e5b2288.jpg?v=1780914518"},{"product_id":"creme-universelle-reparatrice-50ml","title":"Crème Universelle Réparatrice 50ml","description":"\u003cstyle\u003e*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --white: #f8f6f2;\n  --off-white: #f2efe9;\n  --light: #e0dbd2;\n  --mid: #bab4a8;\n  --text: #1a1a18;\n  --muted: #3a3830;\n  --rose: #7a6248;\n  --rose-light: #edeae4;\n  --rose-mid: #bab4a8;\n  --sage: #5a5850;\n  --sage-light: #eae8e2;\n  --sage-mid: #b0aca4;\n  --gold: #7a7670;\n  --gold-light: #eae8e2;\n  --gold-mid: #b4b0a8;\n  --accent: #28271f;\n  --accent-light: #e8e6e0;\n  --accent-mid: #a0a098;\n  --r: 4px; --rm: 8px; --rl: 12px;\n  --font: 'Inter', sans-serif;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --mono: 'DM Mono', monospace;\n  --ease: cubic-bezier(.16,1,.3,1);\n  --nav-h: 56px;\n  \/* Palette farbig *\/\n  --c-green:  #2d7a3a; --c-green-bg:  #daeeda; --c-green-bd:  #a8ccac;\n  --c-blue:   #1a3870; --c-blue-bg:   #dae4f4; --c-blue-bd:   #a8c0e0;\n  --c-red:    #8a1a30; --c-red-bg:    #f5dde2; --c-red-bd:    #e0b0bc;\n  --c-purple: #5a3a98; --c-purple-bg: #ede8f5; --c-purple-bd: #c8bae0;\n  --c-brown:  #6a5030; --c-brown-bg:  #e0dac8; --c-brown-bd:  #c0b498;\n}\nhtml { scroll-behavior: smooth; }\nbody { font-family: var(--font); color: var(--text); background: var(--white);\n  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;\n  font-size: 16px; line-height: 1.8; font-weight: 400; }\nbody::before { content: ''; position: fixed; inset: 0; background: #f8f6f2; z-index: -1; }\nimg { display: block; max-width: 100%; }\na { color: inherit; text-decoration: none; }\n\n\/* NAV *\/\n.nav { position: sticky; top: 0; z-index: 200; height: var(--nav-h);\n  background: rgba(248,246,242,.97); backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 24px; gap: 16px; }\n.nav-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600;\n  color: var(--accent); letter-spacing: .06em; white-space: nowrap;\n  display: flex; align-items: center; gap: 8px; }\n.nav-links { display: flex; gap: 24px; list-style: none; }\n.nav-links a { font-size: 13px; color: var(--muted); transition: color .2s; font-weight: 500; }\n.nav-links a:hover { color: var(--text); }\n.nav-cta { background: var(--accent); color: #f8f6f2; font-size: 13px;\n  font-weight: 500; padding: 8px 18px; border-radius: var(--rm);\n  transition: opacity .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; }\n.nav-cta:hover { opacity: .82; }\n@media (max-width: 768px) { .nav-links { display: none; } }\n\n\/* BREADCRUMB *\/\n.breadcrumb { max-width: 1400px; margin: 0 auto;\n  padding: 12px 24px; font-size: 12px; color: var(--muted);\n  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }\n.breadcrumb a { color: var(--muted); transition: color .2s; }\n.breadcrumb a:hover { color: var(--text); }\n.breadcrumb span { opacity: .5; }\n\n\/* STAGE *\/\n.stage { max-width: 1400px; margin: 0 auto;\n  padding: 24px 24px 64px;\n  display: grid; grid-template-columns: minmax(0,1.1fr) 360px;\n  gap: 40px; align-items: start; }\n.stage-wrap { background: var(--white); border-bottom: 1px solid var(--light); padding-bottom: 8px; }\n@media (max-width: 900px) { .stage { grid-template-columns: 1fr; } .stage-spec { display: none; } }\n@media (max-width: 680px) { .stage { gap: 20px; padding: 0 16px 48px; } }\n\n\/* PRODUCT INFO *\/\n.product-info { display: flex; flex-direction: column; gap: 16px; padding-top: 16px; min-width: 0; }\n.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }\n.badge { display: inline-flex; align-items: center; gap: 4px;\n  font-family: var(--mono); font-size: 10px; letter-spacing: .03em;\n  padding: 3px 8px; border-radius: var(--r); white-space: nowrap;\n  flex-shrink: 0; border: 1px solid; }\n.badge-rose { background: var(--rose-light); border-color: var(--rose-mid); color: var(--rose); }\n.badge-sage { background: var(--sage-light); border-color: var(--sage-mid); color: var(--sage); }\n.badge-gold { background: var(--gold-light); border-color: var(--gold-mid); color: var(--gold); }\n.badge-grey { background: var(--off-white); border-color: var(--light); color: var(--muted); }\n.badge-ch { background: #fde8e8; border-color: #f5b8b8; color: #b01020;\n  display: inline-flex; align-items: center; gap: 5px; }\n\n\/* Award strip *\/\n.award-strip { display: flex; align-items: center; gap: 10px;\n  padding: 10px 14px; background: var(--off-white);\n  border: 1px solid var(--light); border-radius: var(--rm);\n  font-size: 13px; color: var(--muted); font-weight: 500;\n  font-family: var(--mono); letter-spacing: .03em; }\n\n.product-title { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500;\n  line-height: 1.1; letter-spacing: -.01em; color: var(--text);\n  word-break: break-word; overflow-wrap: break-word; hyphens: auto;\n  font-family: var(--font-display); }\n.product-title em { font-style: italic; opacity: .55; font-weight: 400; }\n.product-price { font-size: 32px; font-weight: 700; color: var(--text); }\n.product-price .tax-note { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 6px; }\n.divider { height: 1px; background: var(--light); }\n.product-desc { font-size: 16px; color: #2a2820; line-height: 1.85; font-weight: 400; }\n.product-desc strong { color: var(--text); font-weight: 700; }\n\n.ingr-bullets { display: flex; flex-direction: column; gap: 10px; }\n.ingr-bullet { display: flex; align-items: flex-start; gap: 10px;\n  font-size: 15px; color: var(--text); line-height: 1.8; font-weight: 400; }\n.ingr-bullet-icon { width: 26px; height: 26px; border-radius: 50%;\n  background: var(--accent-light); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.ingr-bullet em { font-style: italic; color: var(--rose); font-size: 12px;\n  font-family: var(--mono); font-weight: 600; }\n\n.info-tip { display: flex; align-items: flex-start; gap: 10px;\n  background: #fde8e8; border: 1px solid #f5b8b8;\n  border-left: 3px solid #c0202a;\n  border-radius: var(--rm); padding: 12px 16px;\n  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 500; }\n.info-tip svg { flex-shrink: 0; margin-top: 2px; }\n\n\/* ATC *\/\n.atc-row { display: flex; gap: 10px; }\n.btn-primary { flex: 1; padding: 14px 24px; background: var(--accent);\n  color: #f8f6f2; font-size: 15px; font-weight: 600;\n  border: none; border-radius: var(--rm); cursor: pointer;\n  text-align: center; display: inline-flex; align-items: center;\n  justify-content: center; gap: 8px; transition: opacity .2s; }\n.btn-primary:hover { opacity: .84; }\n.btn-ghost { padding: 14px 20px; background: transparent;\n  color: var(--text); font-size: 14px;\n  border: 1px solid var(--mid); border-radius: var(--rm);\n  display: inline-flex; align-items: center; gap: 7px;\n  transition: border-color .2s; white-space: nowrap; }\n.btn-ghost:hover { border-color: var(--text); }\n@media (max-width: 400px) { .atc-row { flex-direction: column; } }\n\n\/* Trust strip *\/\n.trust-strip { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;\n  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.trust-item { display: flex; align-items: center; gap: 7px;\n  font-size: 12px; color: #3a3830; font-family: var(--mono);\n  white-space: nowrap; font-weight: 600; letter-spacing: .03em; }\n.trust-item svg, .trust-item .ch-flag { flex-shrink: 0; }\n\n\/* Mini spec *\/\n.mini-spec { display: none; grid-template-columns: 1fr 1fr; gap: 1px;\n  background: var(--light); border: 1px solid var(--light);\n  border-radius: var(--rm); overflow: hidden; }\n.mini-spec-item { background: var(--white); padding: 12px 16px; }\n.mini-spec-key { font-size: 12px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }\n.mini-spec-val { font-size: 15px; font-weight: 700; color: var(--text); }\n@media (max-width: 900px) { .mini-spec { display: grid; } }\n\n\/* SPEC PANEL *\/\n.stage-spec { position: sticky; top: calc(var(--nav-h) + 16px);\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 20px;\n  box-shadow: 0 4px 20px rgba(40,39,31,.08); overflow: hidden; }\n.spec-label { font-family: var(--mono); font-size: 9px;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);\n  margin-bottom: 14px; }\n.spec-row { display: flex; justify-content: space-between; align-items: baseline;\n  padding: 9px 0; border-bottom: 1px solid var(--light); font-size: 13px; gap: 10px; }\n.spec-row:last-child { border-bottom: none; padding-bottom: 0; }\n.spec-key { color: var(--muted); flex-shrink: 0; font-weight: 500; font-size: 13px; }\n.spec-val { font-weight: 600; text-align: right; color: var(--text);\n  font-size: 13px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }\n\n\/* INGR BAND *\/\n.ingr-band { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.ingr-band-inner { max-width: 1400px; margin: 0 auto;\n  padding: 28px 24px; display: flex; align-items: center;\n  justify-content: center; gap: 32px; flex-wrap: wrap; }\n.ingr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n.ingr-item-icon { width: 40px; height: 40px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; }\n.ingr-name { font-family: var(--mono); font-size: 11px; font-weight: 700;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; }\n.ingr-effect { font-size: 12px; color: var(--muted); max-width: 130px; line-height: 1.4; }\n.ingr-sep { width: 1px; height: 48px; background: var(--light); }\n@media (max-width: 600px) { .ingr-sep { display: none; } .ingr-band-inner { gap: 20px; } }\n\n\/* SECTIONS *\/\n.section { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }\n@media (max-width: 480px) { .section { padding: 48px 16px; } }\n.section-tag { font-family: var(--mono); font-size: 10px;\n  letter-spacing: .18em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 14px; font-weight: 700;\n  border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block;\n  opacity: .8; }\n.section-title { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 32px;\n  color: var(--text); font-family: var(--font-display); }\n\n\/* Why heading *\/\n.why h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; color: var(--text);\n  font-family: var(--font-display); }\n\n\/* Features *\/\n.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }\n@media (max-width: 480px) { .features { grid-template-columns: 1fr; } }\n.feat { background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 28px 24px;\n  transition: border-color .2s, box-shadow .2s; }\n.feat:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.07); }\n.feat-icon { width: 52px; height: 52px; border-radius: var(--rm);\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--light); }\n.feat h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #1a1a18;\n  border-bottom: 1px solid var(--light); padding-bottom: 8px;\n  display: flex; align-items: center; gap: 8px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.feat p { font-size: 15px; color: #3a3830; line-height: 1.8; }\n.feat * { color: inherit; }\n.feat a { color: inherit !important; text-decoration: none !important; }\n.feat p a, .feat p a:visited { color: var(--muted) !important; text-decoration: none; }\n.section-divider { height: 1px; background: var(--light); max-width: 1400px; margin: 0 24px; }\n\n\/* Specs *\/\n.specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .specs-layout { grid-template-columns: 1fr; gap: 28px; } }\n.specs-table { width: 100%; border-collapse: collapse; }\n.specs-table tr { border-bottom: 1px solid var(--light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 13px 0; font-size: 15px; vertical-align: middle; }\n.specs-table .td-k { color: #5a5650; width: 46%; font-weight: 500; }\n.specs-table .td-v { font-weight: 700; color: var(--text); }\n\n\/* Ingredients grid *\/\n.ingr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 14px; }\n@media (max-width: 480px) { .ingr-grid { grid-template-columns: 1fr; } }\n.ingr-card { background: var(--off-white); border: 1px solid var(--light);\n  border-radius: var(--rm); padding: 20px 22px;\n  display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s; }\n.ingr-card:hover { border-color: var(--mid); }\n.ingr-card-icon { width: 44px; height: 44px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.ingr-dot { width: 9px; height: 9px; border-radius: 50%;\n  background: var(--accent); flex-shrink: 0; margin-top: 6px; }\n.ingr-sci { font-family: var(--mono); font-size: 11px; font-weight: 600;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; margin-bottom: 4px; }\n.ingr-common { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.ingr-desc { font-size: 14px; color: #3a3830; line-height: 1.8; }\n\n\/* Steps *\/\n.apply-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .apply-layout { grid-template-columns: 1fr; gap: 32px; } }\n.steps { display: flex; flex-direction: column; gap: 16px; }\n.step { display: flex; align-items: flex-start; gap: 16px; }\n.step-num { width: 36px; height: 36px; border-radius: 50%;\n  background: var(--accent); color: #f8f6f2;\n  font-family: var(--mono); font-size: 14px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.step-text { font-size: 15px; color: #3a3830; line-height: 1.85; padding-top: 7px; }\n.step-text strong { color: #1a1a18; font-weight: 700; display: block; margin-bottom: 4px; font-size: 16px; font-family: var(--font-display); }\n\n\/* Uses *\/\n.uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 8px; }\n@media (max-width: 480px) { .uses-grid { grid-template-columns: 1fr 1fr; } }\n.use { background: #edeae4; border: 1px solid #d0c8b8;\n  border-radius: var(--rm); padding: 12px 16px; font-size: 14px;\n  color: #1a1a18; font-weight: 500;\n  display: flex; align-items: center; gap: 10px;\n  transition: border-color .2s, background .2s, transform .15s; }\n.use:hover { transform: translateY(-2px); background: #e4ddd0; }\n.use-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }\n\n\/* Colorful borders and dots per nth-child *\/\n.use:nth-child(1)  { border-left: 3px solid #2d7a3a; } .use:nth-child(1)  .use-dot { background: #2d7a3a; }\n.use:nth-child(2)  { border-left: 3px solid #1a3870; } .use:nth-child(2)  .use-dot { background: #1a3870; }\n.use:nth-child(3)  { border-left: 3px solid #8a1a30; } .use:nth-child(3)  .use-dot { background: #8a1a30; }\n.use:nth-child(4)  { border-left: 3px solid #5a3a98; } .use:nth-child(4)  .use-dot { background: #5a3a98; }\n.use:nth-child(5)  { border-left: 3px solid #6a5030; } .use:nth-child(5)  .use-dot { background: #6a5030; }\n.use:nth-child(6)  { border-left: 3px solid #2d7a3a; } .use:nth-child(6)  .use-dot { background: #2d7a3a; }\n.use:nth-child(7)  { border-left: 3px solid #1a3870; } .use:nth-child(7)  .use-dot { background: #1a3870; }\n.use:nth-child(8)  { border-left: 3px solid #8a1a30; } .use:nth-child(8)  .use-dot { background: #8a1a30; }\n.use:nth-child(9)  { border-left: 3px solid #5a3a98; } .use:nth-child(9)  .use-dot { background: #5a3a98; }\n.use:nth-child(10) { border-left: 3px solid #6a5030; } .use:nth-child(10) .use-dot { background: #6a5030; }\n\n\/* Why *\/\n.why { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.why-inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 16px; } }\n.why h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 400;\n  letter-spacing: -.02em; line-height: 1.2; color: var(--text); }\n.why-sub { margin-top: 12px; font-size: 15px; color: var(--muted); line-height: 1.8; }\n.why-points { display: flex; flex-direction: column; gap: 18px; }\n.why-point { display: flex; align-items: flex-start; gap: 14px; }\n.why-check { width: 28px; height: 28px; border-radius: 50%;\n  background: #2d7a3a; border: 2px solid #1e6030; display: flex;\n  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n.why-text { font-size: 15px; color: #3a3830; line-height: 1.85; }\n.why-text strong { color: var(--text); font-weight: 700; }\n\n\/* FAQ *\/\n.faq-wrap { max-width: 760px; margin: 0 auto; }\n.faq-item { background: var(--white); border-radius: var(--rl);\n  border: 1px solid #d8d2c8; margin-bottom: 10px; overflow: hidden;\n  transition: border-color .2s, box-shadow .25s, transform .2s;\n  box-shadow: 0 1px 4px rgba(40,39,31,.05); }\n.faq-item:hover { border-color: #b0ccb4;\n  box-shadow: 0 6px 20px rgba(40,39,31,.10); transform: translateY(-2px); }\n.faq-item:nth-child(odd) { border-left: 3px solid #2d7a3a; }\n.faq-item:nth-child(even) { border-left: 3px solid #1a3870; }\n.faq-q { display: flex; align-items: center; gap: 12px;\n  padding: 18px 20px 0; font-size: 18px; font-weight: 500;\n  font-family: var(--font-display); letter-spacing: .01em;\n  color: var(--text); line-height: 1.4; }\n@media (max-width: 480px) { .faq-q { font-size: 16px; } }\n.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: #daeeda; border: 1px solid #a8ccac; }\n.faq-item:nth-child(even) .faq-icon { background: #dae4f4; border-color: #a8c0e0; }\n.faq-a { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 400;\n  padding: 12px 22px 20px 56px; }\n@media (max-width: 480px) { .faq-a { padding-left: 20px; } }\n.faq-a a { color: var(--accent); text-decoration: underline; }\n\n\/* Anfrage *\/\n.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n@media (max-width: 640px) { .anfrage-grid { grid-template-columns: 1fr; gap: 28px; } }\n.anfrage-email-box { display: flex; align-items: center; gap: 16px;\n  padding: 20px 24px; background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); text-decoration: none;\n  transition: border-color .2s, box-shadow .2s; }\n.anfrage-email-box:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.08); }\n.anfrage-email-icon { width: 48px; height: 48px; border-radius: 50%;\n  background: var(--accent); display: flex; align-items: center;\n  justify-content: center; flex-shrink: 0; }\n.anfrage-topics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }\n.anfrage-topic { display: inline-block; padding: 7px 14px;\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: 20px; font-size: 13px; color: var(--muted);\n  text-decoration: none; font-weight: 500; transition: all .2s; }\n.anfrage-topic:hover { border-color: var(--mid); color: var(--text); }\n\n\/* CTA *\/\n.cta-bar { background: var(--white); border-top: 1px solid var(--light); }\n.cta-inner { max-width: 1400px; margin: 0 auto; padding: 48px 24px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 24px; flex-wrap: wrap; }\n@media (max-width: 600px) { .cta-inner { flex-direction: column; align-items: flex-start; } }\n.cta-inner h3 { font-size: 24px; font-weight: 500; font-family: var(--font-display); }\n.cta-inner p { margin-top: 5px; font-size: 14px; color: var(--muted); }\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }\n.cta-btns a { display: inline-flex; align-items: center; gap: 8px;\n  padding: 13px 24px; border-radius: var(--rm);\n  font-size: 14px; font-weight: 500; transition: opacity .2s; }\n.cta-btns .primary { background: var(--accent); color: #f8f6f2; }\n.cta-btns .primary:hover { opacity: .84; }\n.cta-btns .outline { background: transparent; color: var(--text);\n  border: 1px solid var(--mid); font-weight: 400; }\n.cta-btns .outline:hover { border-color: var(--text); }\n\n\/* Footer *\/\n.footer { border-top: 1px solid var(--light); background: var(--off-white); }\n.footer-inner { max-width: 1400px; margin: 0 auto;\n  padding: 24px; display: flex; align-items: center;\n  justify-content: space-between; flex-wrap: wrap; gap: 10px; }\n.footer-brand { font-family: var(--mono); font-size: 12px; color: var(--muted);\n  display: flex; align-items: center; gap: 6px; }\n.footer-link { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }\n.footer-link:hover { color: var(--text); }\n\n\/* Swiss flag inline SVG helper *\/\n.ch-flag { display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }\n\n@keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }\n.product-info { animation: fadeUp .55s .08s var(--ease) both; }\n.stage-spec { animation: fadeUp .6s .16s var(--ease) both; }\n\n\/* FAQ icon colors *\/\n.faq-item:nth-child(odd) .faq-icon { background: #daeeda; border-color: #a8ccac; color: #1e6030; }\n.faq-item:nth-child(even) .faq-icon { background: #dae4f4; border-color: #a8c0e0; color: #1a3870; }\n.faq-item:nth-child(odd) .faq-icon svg { color: #1e6030; }\n.faq-item:nth-child(even) .faq-icon svg { color: #1a3870; }\n\n\/* Ingr bullets – colored per wirkstoff *\/\n.ingr-bullet:nth-child(1) .ingr-bullet-icon { background: var(--c-green-bg); border-color: var(--c-green-bd); color: var(--c-green); }\n.ingr-bullet:nth-child(2) .ingr-bullet-icon { background: var(--c-brown-bg); border-color: var(--c-brown-bd); color: var(--c-brown); }\n.ingr-bullet:nth-child(3) .ingr-bullet-icon { background: var(--c-blue-bg);  border-color: var(--c-blue-bd);  color: var(--c-blue); }\n\n\/* Spec rows – subtle alternating *\/\n.spec-row:nth-child(odd)  { border-left: 2px solid var(--c-green);  padding-left: 8px; }\n.spec-row:nth-child(even) { border-left: 2px solid var(--c-blue);   padding-left: 8px; }\n\n\/* Ingr cards – colored borders *\/\n.ingr-card:nth-child(1) { border-left: 3px solid var(--c-green); }\n.ingr-card:nth-child(2) { border-left: 3px solid var(--c-brown); }\n.ingr-card:nth-child(3) { border-left: 3px solid var(--c-blue);  }\n\n\/* Step numbers – colored *\/\n.step:nth-child(1) .step-num { background: var(--c-green);  }\n.step:nth-child(2) .step-num { background: var(--c-blue);   }\n.step:nth-child(3) .step-num { background: var(--c-brown);  }\n.step:nth-child(4) .step-num { background: var(--c-purple); }\n.step:nth-child(5) .step-num { background: var(--c-red);    }\n \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca class=\"nav-brand\" href=\"#\"\u003e \u003c!-- Viodor logo placeholder --\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7 L10 14 L14 7\" stroke=\"#28271f\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor \u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eCrème Universelle Réparatrice\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- STAGE --\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 16 16\" fill=\"#c8b490\" stroke=\"#7a7670\" stroke-width=\".8\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · ⚙️ Patentierte Ultraschalltechnologie · \u003c!-- CH FLAG --\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\" stroke=\"#7a6248\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Reparierend \u0026amp; regenerierend \u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\" stroke=\"#5a5850\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🟡 Jojobaöl · Avocadobutter \u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\" stroke=\"#7a7670\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🏔️ Edelweißextrakt \u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"7\" r=\".6\" fill=\"#4a4840\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eCrème Universelle Réparatrice 50ml\u003cbr\u003e\u003cem\u003eReparatur · Straffung · Antioxidation\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eEine reparierende Creme mit patentierter Ultraschalltechnologie\u003c\/strong\u003e – unterstützt die Regeneration der Haut, stärkt die Hautbarriere und verleiht neue Widerstandskraft. Formuliert mit drei kraftvollen Wirkstoffen für All-Pflege: Straffung und Antioxidation in einem.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\" style=\"background: #dde8dc; border-color: #b8ccb6;\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d5e32\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🟡 Jojobaöl \u003cem\u003e(Simmondsia chinensis)\u003c\/em\u003e – regulierend, feuchtigkeitsspendend, entzündungshemmend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\" style=\"background: #e0dac8; border-color: #c0b498;\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M4 3L7 1.5 10 3v5c0 1.5-1.5 2.5-3 3-1.5-.5-3-1.5-3-3V3Z\" stroke=\"#5a3a18\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🥑 Avocadobutter \u003cem\u003e(Persea gratissima)\u003c\/em\u003e – tief nährend, regenerierend, schützend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\" style=\"background: #dde2ec; border-color: #b0bcd0;\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 1L8.2 4.5 12 4.8 9.2 7.2 10.1 11 7 9.2 3.9 11 4.8 7.2 2 4.8 5.8 4.5Z\" stroke=\"#2a4070\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🏔️ Edelweißextrakt \u003cem\u003e(Leontopodium alpinum)\u003c\/em\u003e – antioxidativ, straffend, Alpinkraft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#c0202a\" stroke-width=\"1.5\" fill=\"#fde8e8\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 7V11\" stroke=\"#c0202a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"5\" r=\".9\" fill=\"#c0202a\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Patentierte ultrasonische Eindringtechnologie – die Wirkstoffe werden bis in die tiefen Hautschichten transportiert, wo sie Zellregeneration und Barrierestärkung direkt entfalten können.\u003c\/div\u003e\n\u003c!-- ATC --\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb \u003c\/a\u003e \u003ca class=\"btn-ghost\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice%2050ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d6e32\" stroke-width=\"1.5\" fill=\"#dde8dc\" fill-opacity=\".5\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7L7 11\" stroke=\"#2d6e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"6\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.5\" fill=\"#e4dded\" fill-opacity=\".6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 9 L7 12\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 12 L9 12\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e ⚙️ Patentierte Technologie\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f0dde0\" fill-opacity=\".6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mini spec --\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e50 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTechnologie\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eUltrasonisch patentiert\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eHauttypen\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eAlle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC PANEL --\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eCrème Universelle Réparatrice\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e50 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eReparierende Universalcreme\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTechnologie\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eUltrasonische Penetration (patentiert)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eReparierend · straffend · antioxidativ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eJojobaöl\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eSimmondsia chinensis\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAvocadobutter\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003ePersea gratissima\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eEdelweiß\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eLeontopodium alpinum\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHautbarriere\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eStärkt \u0026amp; schützt\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAlle Hauttypen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #dde8dc; border-color: #b8ccb6;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2C7.5 4 6 6 6 8.5 6 11 7.5 12.5 9 13 10.5 12.5 12 11 12 8.5 12 6 10.5 4 9 2Z\" stroke=\"#3d6e42\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8 L9 13\" stroke=\"#3d6e42\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSimmondsia chinensis\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eJojobaöl – regulierend, entzündungshemmend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #e0dac8; border-color: #c0b498;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M5 5L9 3l4 2v6c0 2-1.5 3-4 3.5C6.5 14 5 13 5 11V5Z\" stroke=\"#6a5030\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9l1.5 1.5L11 8\" stroke=\"#6a5030\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003ePersea gratissima\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eAvocadobutter – tief nährend, regenerierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #dde2ec; border-color: #b0bcd0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2L10.5 6.5 15.5 6.9 11.5 10.2 12.9 15 9 12.8 5.1 15 6.5 10.2 2.5 6.9 7.5 6.5Z\" stroke=\"#3a5080\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eLeontopodium alpinum\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eEdelweiß – antioxidativ, straffend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #e4dded; border-color: #c0aed4;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"8\" r=\"4\" stroke=\"#6040a0\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 12 L9 16\" stroke=\"#6040a0\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 16 L12 16\" stroke=\"#6040a0\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6 L14 4.5\" stroke=\"#6040a0\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13.5 4.5 L15.5 4.5 L15.5 6.5\" stroke=\"#6040a0\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eUltrasonische Penetration\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003ePatentiert – Tiefenwirkung in der Haut\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fde8e8; border-color: #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eReparieren. Stärken. Strahlen.\u003cbr\u003eDie universelle Alleskönner-Creme.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #ede8f5; border: 1px solid #c8bae0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"8\" r=\"4\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 12L9 16\" stroke=\"#28271f\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 16L11.5 16\" stroke=\"#28271f\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6L14 4\" stroke=\"#28271f\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13.5 4L15.5 4L15.5 6\" stroke=\"#28271f\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M3 8 C3 4.5 5.5 2.5 8 2.5 10.5 2.5 13 4.5 13 8 13 11 10.5 13 8 13 5.5 13 3 11 3 8Z\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M5.5 8 L7 9.5 L10.5 6\" stroke=\"#5a3a98\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Patentierte Tiefenwirkung\u003c\/h3\u003e\n\u003cp\u003eBiotoniques ultrasonische Eindringtechnologie transportiert Wirkstoffe direkt in die tieferen Hautschichten – für echte, sichtbare Regeneration statt oberflächlicher Pflege.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 5L9 3l5 2v6c0 2-2 3.5-5 4-3-.5-5-2-5-4V5Z\" stroke=\"#28271f\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 9.5L8 11L11 8\" stroke=\"#28271f\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 5L9 3l5 2v6c0 2-2 3.5-5 4-3-.5-5-2-5-4V5Z\" stroke=\"#1e6030\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Hautbarriere stärken\u003c\/h3\u003e\n\u003cp\u003eAvocadobutter repariert die Lipidbarriere, spendet tiefe Feuchtigkeit und schützt vor äusseren Einflüssen. Die Haut gewinnt neue Belastbarkeit und Dichte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #dae4f4; border: 1px solid #a8c0e0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2L10.5 6.5 15.5 7 11.5 10.5 13 15.5 9 12.8 5 15.5 6.5 10.5 2.5 7 7.5 6.5Z\" stroke=\"#28271f\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2L10.5 6.5 15.5 7 11.5 10.5 13 15.5 9 12.8 5 15.5 6.5 10.5 2.5 7 7.5 6.5Z\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Edelweiß – Antioxidation\u003c\/h3\u003e\n\u003cp\u003eEdelweißextrakt neutralisiert freie Radikale, schützt vor UV-Hautalterung und wirkt straffend – Alpenkraft für einen jugendlicheren Teint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2C7.5 4 6 5.5 6 8.5 6 11 7.5 12.5 9 13 10.5 12.5 12 11 12 8.5 12 5.5 10.5 4 9 2Z\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8L9 13\" stroke=\"#2d5e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2C7.5 4 6 5.5 6 8.5 6 11 7.5 12.5 9 13 10.5 12.5 12 11 12 8.5 12 5.5 10.5 4 9 2Z\" stroke=\"#2d5e32\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Jojobaöl – regulierend\u003c\/h3\u003e\n\u003cp\u003eÄhnelt dem natürlichen Sebum, reguliert Talgproduktion, wirkt entzündungshemmend und fördert Kollagen- und Hyaluronsäuresynthese.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde2; border: 1px solid #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#28271f\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für alle Hauttypen\u003c\/h3\u003e\n\u003cp\u003eAls Tagespflege, Nachtpflege, Körperpflege oder intensive Kur. Eine Creme für Gesicht, Hals, Dekolleté und beanspruchte Körperstellen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fde8e8; border: 1px solid #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Zu 98,5–100 % aus natürlichen Inhaltsstoffen, nachhaltig gedacht und sorgfältig zusammengestellt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\" id=\"specs\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 20px;\"\u003eFormel \u0026amp;\u003cbr\u003eTechnologie\u003c\/h2\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e🔬\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eDie Crème Universelle Réparatrice ist eine regenerierende Pflegecreme mit patentierter Ultraschalltechnologie zur Unterstützung der natürlichen Hautregeneration. Die Formulierung kombiniert drei pflanzliche Aktivstoffe mit pflegenden Lipiden, um die Hautbarriere zu stärken, den Feuchtigkeitshaushalt auszugleichen und die Widerstandskraft der Haut zu verbessern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Jojobaöl --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daeeda; border: 1px solid #a8ccac; border-left: 3px solid #2d7a3a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 2C7.5 4 6 5.5 6 8.5 6 11 7.5 12.5 9 13 10.5 12.5 12 11 12 8.5 12 5.5 10.5 4 9 2Z\" fill=\"#b8e0b8\" stroke=\"#2d7a3a\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8L9 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e🟡 Jojobaöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #2d7a3a;\"\u003e(Simmondsia chinensis)\u003c\/em\u003e\u003cbr\u003ereguliert den Hydrolipidfilm, spendet Feuchtigkeit und wirkt hautberuhigend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Avocadobutter --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #e0dac8; border: 1px solid #c0b498; border-left: 3px solid #6a5030; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M5 5L9 3l4 2v6c0 2-1.5 3-4 3.5C6.5 14 5 13 5 11V5Z\" fill=\"#c8b888\" stroke=\"#6a5030\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9l1.5 1.5L11 8\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1e08; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1e08;\"\u003e🥑 Avocadobutter\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #6a5030;\"\u003e(Persea gratissima)\u003c\/em\u003e\u003cbr\u003eversorgt die Haut intensiv mit wertvollen Lipiden, unterstützt die Regeneration und schützt vor Feuchtigkeitsverlust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Edelweiß --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #dae4f4; border: 1px solid #a8c0e0; border-left: 3px solid #1a3870; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 2L10.5 6.5 15.5 7 11.5 10.5 13 15.5 9 12.8 5 15.5 6.5 10.5 2.5 7 7.5 6.5Z\" fill=\"#b8c8e8\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #0e1e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #0e1e40;\"\u003e🏔️ Edelweißextrakt\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #1a3870;\"\u003e(Leontopodium alpinum)\u003c\/em\u003e\u003cbr\u003ebietet antioxidativen Schutz, trägt zur Verbesserung der Hautelastizität bei und hilft, die Haut vor oxidativem Stress zu bewahren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Ultraschall --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #ede8f5; border: 1px solid #c8bae0; border-left: 3px solid #5a3a98; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"8\" r=\"4\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 12L9 16\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 16L11.5 16\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6L14 4.5\" stroke=\"#5a3a98\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13.5 4.5L15.5 4.5L15.5 6.5\" stroke=\"#5a3a98\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1e0e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1e0e40;\"\u003e⚙️ Die patentierte Ultraschalltechnologie\u003c\/strong\u003e\u003cbr\u003eunterstützt eine gleichmäßige Verteilung der Wirkstoffe innerhalb der Formulierung und trägt zu einer optimierten Anwendung auf der Hautoberfläche bei.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Geeignet für --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde2; border: 1px solid #e0b0bc; border-left: 3px solid #8a1a30; border-radius: var(--rm);\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" fill=\"#e8b8c4\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 15L9 13.5L12 15\" stroke=\"#8a1a30\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0810; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0810;\"\u003e✨ Geeignet für die tägliche Pflege\u003c\/strong\u003e\u003cbr\u003ealler Hauttypen, insbesondere für trockene, empfindliche und regenerationsbedürftige Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100.041%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003eCrème Universelle Réparatrice\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003e50 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003eReparierende Universalpflege\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eTechnologie\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003ePatentierte ultrasonische Penetration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003e🟡 Jojobaöl (Simmondsia chinensis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003e🥑 Avocadobutter (Persea gratissima)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003e🏔️Edelweißextrakt(Leontopodium alpinum)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003eReparierend, Hautbarriere stärkend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003eStraffend, antioxidativ, regenerierend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003eAlle Hauttypen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"width: 54.0694%;\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\" style=\"width: 45.9116%;\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"display: flex; align-items: center; gap: 6px; width: 54.0694%;\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv id=\"inhaltsstoffe\" style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003e3 kraftvolle Naturwirkstoffe\u003cbr\u003eim Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #dde8dc; border-color: #b8ccb6;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2C7.5 4 6 5.5 6 8.5 6 11 7.5 12.5 9 13 10.5 12.5 12 11 12 8.5 12 5.5 10.5 4 9 2Z\" stroke=\"#2d5e32\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8L9 13\" stroke=\"#2d5e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eSimmondsia chinensis\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eJojobaöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eDas flüssige Wachs imitiert natürliches Hauttalg, reguliert die Talgproduktion, wirkt entzündungshemmend und fördert Kollagen-III- und Hyaluronsäuresynthese.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #e0dac8; border-color: #c0b498;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 5L9 3l5 2v6c0 2-2 3.5-5 4-3-.5-5-2-5-4V5Z\" stroke=\"#5a3a18\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9.5L8.5 11L11 8.5\" stroke=\"#5a3a18\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003ePersea gratissima\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eAvocadobutter\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eReich an essentiellen Fettsäuren und Vitaminen A, D, E. Repariert die Lipidbarriere, spendet tiefe Feuchtigkeit und unterstützt die Kollagenproduktion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #dde2ec; border-color: #b0bcd0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2L10.5 6.5 15.5 7 11.5 10.5 13 15.5 9 12.8 5 15.5 6.5 10.5 2.5 7 7.5 6.5Z\" stroke=\"#2a4070\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eLeontopodium alpinum\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eEdelweißextrakt\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eKraftvolle Antioxidantien aus den Alpen (Bisabolangelone, Leukodin) neutralisieren freie Radikale, verlangsamen UV-Hautalterung und straffen das Bindegewebe.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv id=\"anwendung\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 14px;\"\u003eSo wird die Creme\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003eMorgen- und Abendpflege für Gesicht, Hals, Dekolleté und beanspruchte Körperzonen. Wenig genügt – die Formel ist hochkonzentriert.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Morgens als Tagespflege unter Sonnenschutz, abends als intensive Reparaturpflege für optimale Regeneration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eHaut reinigen\u003c\/strong\u003e Gesicht gründlich reinigen und trockentupfen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eDosierung\u003c\/strong\u003e Eine erbsengrosse Menge genügt für das gesamte Gesicht.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAuftragen\u003c\/strong\u003e Sanft in kreisenden Bewegungen auf Gesicht, Hals und Dekolleté einmassieren.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eMorgens \u0026amp; abends\u003c\/strong\u003e Zweimal täglich – morgens vor Sonnenschutz, abends als Nachtpflege.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eKonsequenz\u003c\/strong\u003e Sichtbare Verbesserungen nach 3–4 Wochen regelmässiger Anwendung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv class=\"section\" id=\"einsatz\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003eFür alle, die Haut reparieren,\u003cbr\u003eschützen und stärken möchten\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 2C6.5 4 5 5.5 5 8.5 5 11 6.5 12.5 8 13 9.5 12.5 11 11 11 8.5 11 5.5 9.5 4 8 2Z\" fill=\"#daeeda\" stroke=\"#2d7a3a\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 8L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Trockene \u0026amp; sehr trockene Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 13C8 13 3 9.5 3 6.5 3 4.5 4.5 3 6 3 6.8 3 8 3.8 8 3.8S9.2 3 10 3C11.5 3 13 4.5 13 6.5 13 9.5 8 13 8 13Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Gestresste, gereizte Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 13C8 13 3 9.5 3 6.5 3 4.5 4.5 3 6 3 6.8 3 8 3.8 8 3.8S9.2 3 10 3C11.5 3 13 4.5 13 6.5 13 9.5 8 13 8 13Z\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Empfindliche Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"7\" r=\"4\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M5.5 13C5.5 11 10.5 11 10.5 13\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 5.5L7.5 7L10 5\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Erschlaffte, kraftlose Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 1L9.5 5.5 14.5 5.9 10.8 9 12 13.8 8 11.3 4 13.8 5.2 9 1.5 5.9 6.5 5.5Z\" fill=\"#e0dac8\" stroke=\"#6a5030\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Reife Haut ab 30+\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"5\" r=\"3\" fill=\"#daeeda\" stroke=\"#2d7a3a\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 8 L8 12\" stroke=\"#2d7a3a\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5.5 9.5 L8 8 L10.5 9.5\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Nach Sonneneinstrahlung\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M3 8 C3 5 5.5 3 8 3 10.5 3 13 5 13 8 13 10.5 10.5 12.5 8 13 5.5 12.5 3 10.5 3 8Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 6L8 9\" stroke=\"#1a3870\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 8L8 6L10 8\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Nach dem Winter \/ Kältepflege\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"7\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M5 13C5 11 11 11 11 13\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cellipse cx=\"8\" cy=\"8\" rx=\"5\" ry=\"3.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M8 4.5L8 11.5\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Gesicht, Hals \u0026amp; Dekolleté\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M4 5L8 3l4 2v5c0 1.5-1.5 2.5-4 3-2.5-.5-4-1.5-4-3V5Z\" fill=\"#e0dac8\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 8.5L7.5 10L10 7.5\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Beanspruchte Körperstellen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum die Crème Universelle\u003cbr\u003eRéparatrice\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eEchte Hautpflege muss tiefer gehen. Mit patentierter Ultraschalltechnologie, drei Alpenwirkstoffen und Schweizer Qualitätsversprechen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003ePatentierte Tiefenwirkung\u003c\/strong\u003e – Wirkstoffe werden dort hingebracht, wo sie wirklich reparieren können – nicht nur an der Oberfläche.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Wirkstoffe – eine Synergie\u003c\/strong\u003e – Jojobaöl reguliert, Avocadobutter repariert und Edelweiß schützt. Jeder Wirkstoff verstärkt den anderen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eWirklich universell\u003c\/strong\u003e – eine Creme für alle Hauttypen, alle Anlässe, Gesicht und Körper.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 1px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei der Wirksamkeit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" id=\"faq\" style=\"background: #f0ece4;\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 28px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWas bedeutet „reparierende Universalcreme\"?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDie Crème Universelle Réparatrice eignet sich für Gesicht, Hals, Dekolleté und beanspruchte Körperstellen. Als Tages- und Nachtpflege einsetzbar, für alle Hauttypen. Eine Creme, die die tägliche Routine vereinfacht ohne auf Wirkung zu verzichten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie funktioniert die patentierte ultrasonische Penetrationstechnologie?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eBiotoniques Ultraschalltechnologie nutzt Schallwellenfrequenzen, um Wirkstoffmoleküle durch die Hautbarriere in die tieferen Epidermis- und Dermisschichten zu transportieren – deutlich wirksamer als herkömmliche Cremes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nIst die Creme auch für fettige oder Mischhaut geeignet?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Jojobaöl ähnelt dem natürlichen Sebum und reguliert die Talgproduktion aktiv. Das macht die Creme auch für fettige und Mischhaut geeignet. Bei sehr öliger Haut morgens eine kleinere Menge verwenden.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWarum ist Edelweißextrakt so besonders?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEdelweiß wächst auf über 1800 Metern und hat kraftvolle Schutzmechanismen entwickelt. Es neutralisiert freie Radikale, verlangsamt lichtbedingte Hautalterung und wirkt straffend auf das Bindegewebe.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich die Creme unter Makeup oder Sonnenschutz verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Als Basis unter Sonnenschutz oder Foundation auftragen, kurz einziehen lassen (2–3 Minuten). Das Layering-Prinzip: Creme → Sonnenschutz → Makeup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 12px;\"\u003eFragen zur Crème\u003cbr\u003eUniverselle Réparatrice?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice%2050ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"anfrage-email-box\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#f8f6f2\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 7l8 5 8-5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice\" class=\"anfrage-topic\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anwendung:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice\" class=\"anfrage-topic\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Bestellung:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice\" class=\"anfrage-topic\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Grossmengen:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice\" class=\"anfrage-topic\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für Ihre Hautpflege-Routine?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; vertical-align: middle;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 50 ml · Swiss Made · Biotonique\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca class=\"primary\" href=\"#\"\u003e \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen \u003c\/a\u003e \u003ca class=\"outline\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Cr%C3%A8me%20Universelle%20R%C3%A9paratrice%2050ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#4a4840\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7L10 14L14 7\" stroke=\"#4a4840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor · Biotonique · Crème Universelle Réparatrice · \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003ca class=\"footer-link\" href=\"mailto:info@viodor.com\"\u003e \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":54178383757649,"sku":null,"price":84.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/creme_anti_rides_50ml.png?v=1782843228"},{"product_id":"synergie-eclatante-30ml","title":"Synergie Éclatante 30ml","description":"\u003cstyle\u003e*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --white: #f8f6f2;\n  --off-white: #f2efe9;\n  --light: #e0dbd2;\n  --mid: #bab4a8;\n  --text: #1a1a18;\n  --muted: #3a3830;\n  --rose: #7a6248;\n  --rose-light: #edeae4;\n  --rose-mid: #bab4a8;\n  --sage: #5a5850;\n  --sage-light: #eae8e2;\n  --sage-mid: #b0aca4;\n  --gold: #7a7670;\n  --gold-light: #eae8e2;\n  --gold-mid: #b4b0a8;\n  --accent: #28271f;\n  --accent-light: #e8e6e0;\n  --accent-mid: #a0a098;\n  --r: 4px; --rm: 8px; --rl: 12px;\n  --font: 'Inter', sans-serif;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --mono: 'DM Mono', monospace;\n  --ease: cubic-bezier(.16,1,.3,1);\n  --nav-h: 56px;\n  \/* Palette farbig – für Synergie Éclatante angepasst *\/\n  --c-green:  #2d7a3a; --c-green-bg:  #daeeda; --c-green-bd:  #a8ccac;\n  --c-blue:   #1a3870; --c-blue-bg:   #dae4f4; --c-blue-bd:   #a8c0e0;\n  --c-red:    #8a1a30; --c-red-bg:    #f5dde2; --c-red-bd:    #e0b0bc;\n  --c-purple: #5a3a98; --c-purple-bg: #ede8f5; --c-purple-bd: #c8bae0;\n  --c-brown:  #6a5030; --c-brown-bg:  #e0dac8; --c-brown-bd:  #c0b498;\n  --c-orange: #b0521a; --c-orange-bg: #fbe4d0; --c-orange-bd: #e8b890;\n}\nhtml { scroll-behavior: smooth; }\nbody { font-family: var(--font); color: var(--text); background: var(--white);\n  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;\n  font-size: 16px; line-height: 1.8; font-weight: 400; }\nbody::before { content: ''; position: fixed; inset: 0; background: #f8f6f2; z-index: -1; }\nimg { display: block; max-width: 100%; }\na { color: inherit; text-decoration: none; }\n\n\/* NAV *\/\n.nav { position: sticky; top: 0; z-index: 200; height: var(--nav-h);\n  background: rgba(248,246,242,.97); backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 24px; gap: 16px; }\n.nav-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600;\n  color: var(--accent); letter-spacing: .06em; white-space: nowrap;\n  display: flex; align-items: center; gap: 8px; }\n.nav-links { display: flex; gap: 24px; list-style: none; }\n.nav-links a { font-size: 13px; color: var(--muted); transition: color .2s; font-weight: 500; }\n.nav-links a:hover { color: var(--text); }\n.nav-cta { background: var(--accent); color: #f8f6f2; font-size: 13px;\n  font-weight: 500; padding: 8px 18px; border-radius: var(--rm);\n  transition: opacity .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; }\n.nav-cta:hover { opacity: .82; }\n@media (max-width: 768px) { .nav-links { display: none; } }\n\n\/* BREADCRUMB *\/\n.breadcrumb { max-width: 1400px; margin: 0 auto;\n  padding: 12px 24px; font-size: 12px; color: var(--muted);\n  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }\n.breadcrumb a { color: var(--muted); transition: color .2s; }\n.breadcrumb a:hover { color: var(--text); }\n.breadcrumb span { opacity: .5; }\n\n\/* STAGE *\/\n.stage { max-width: 1400px; margin: 0 auto;\n  padding: 24px 24px 64px;\n  display: grid; grid-template-columns: minmax(0,1.1fr) 360px;\n  gap: 40px; align-items: start; }\n.stage-wrap { background: var(--white); border-bottom: 1px solid var(--light); padding-bottom: 8px; }\n@media (max-width: 900px) { .stage { grid-template-columns: 1fr; } .stage-spec { display: none; } }\n@media (max-width: 680px) { .stage { gap: 20px; padding: 0 16px 48px; } }\n\n\/* PRODUCT INFO *\/\n.product-info { display: flex; flex-direction: column; gap: 16px; padding-top: 16px; min-width: 0; }\n.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }\n.badge { display: inline-flex; align-items: center; gap: 4px;\n  font-family: var(--mono); font-size: 10px; letter-spacing: .03em;\n  padding: 3px 8px; border-radius: var(--r); white-space: nowrap;\n  flex-shrink: 0; border: 1px solid; }\n.badge-rose { background: var(--rose-light); border-color: var(--rose-mid); color: var(--rose); }\n.badge-sage { background: var(--sage-light); border-color: var(--sage-mid); color: var(--sage); }\n.badge-gold { background: var(--gold-light); border-color: var(--gold-mid); color: var(--gold); }\n.badge-grey { background: var(--off-white); border-color: var(--light); color: var(--muted); }\n.badge-ch { background: #fde8e8; border-color: #f5b8b8; color: #b01020;\n  display: inline-flex; align-items: center; gap: 5px; }\n\n\/* Award strip *\/\n.award-strip { display: flex; align-items: center; gap: 10px;\n  padding: 10px 14px; background: var(--off-white);\n  border: 1px solid var(--light); border-radius: var(--rm);\n  font-size: 13px; color: var(--muted); font-weight: 500;\n  font-family: var(--mono); letter-spacing: .03em; }\n\n.product-title { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500;\n  line-height: 1.1; letter-spacing: -.01em; color: var(--text);\n  word-break: break-word; overflow-wrap: break-word; hyphens: auto;\n  font-family: var(--font-display); }\n.product-title em { font-style: italic; opacity: .55; font-weight: 400; }\n.product-price { font-size: 32px; font-weight: 700; color: var(--text); }\n.product-price .tax-note { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 6px; }\n.divider { height: 1px; background: var(--light); }\n.product-desc { font-size: 16px; color: #2a2820; line-height: 1.85; font-weight: 400; }\n.product-desc strong { color: var(--text); font-weight: 700; }\n\n.ingr-bullets { display: flex; flex-direction: column; gap: 10px; }\n.ingr-bullet { display: flex; align-items: flex-start; gap: 10px;\n  font-size: 15px; color: var(--text); line-height: 1.8; font-weight: 400; }\n.ingr-bullet-icon { width: 26px; height: 26px; border-radius: 50%;\n  background: var(--accent-light); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.ingr-bullet em { font-style: italic; color: var(--rose); font-size: 12px;\n  font-family: var(--mono); font-weight: 600; }\n\n.info-tip { display: flex; align-items: flex-start; gap: 10px;\n  background: #fde8e8; border: 1px solid #f5b8b8;\n  border-left: 3px solid #c0202a;\n  border-radius: var(--rm); padding: 12px 16px;\n  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 500; }\n.info-tip svg { flex-shrink: 0; margin-top: 2px; }\n\n\/* ATC *\/\n.atc-row { display: flex; gap: 10px; }\n.btn-primary { flex: 1; padding: 14px 24px; background: var(--accent);\n  color: #f8f6f2; font-size: 15px; font-weight: 600;\n  border: none; border-radius: var(--rm); cursor: pointer;\n  text-align: center; display: inline-flex; align-items: center;\n  justify-content: center; gap: 8px; transition: opacity .2s; }\n.btn-primary:hover { opacity: .84; }\n.btn-ghost { padding: 14px 20px; background: transparent;\n  color: var(--text); font-size: 14px;\n  border: 1px solid var(--mid); border-radius: var(--rm);\n  display: inline-flex; align-items: center; gap: 7px;\n  transition: border-color .2s; white-space: nowrap; }\n.btn-ghost:hover { border-color: var(--text); }\n@media (max-width: 400px) { .atc-row { flex-direction: column; } }\n\n\/* Trust strip *\/\n.trust-strip { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;\n  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.trust-item { display: flex; align-items: center; gap: 7px;\n  font-size: 12px; color: #3a3830; font-family: var(--mono);\n  white-space: nowrap; font-weight: 600; letter-spacing: .03em; }\n.trust-item svg, .trust-item .ch-flag { flex-shrink: 0; }\n\n\/* Mini spec *\/\n.mini-spec { display: none; grid-template-columns: 1fr 1fr; gap: 1px;\n  background: var(--light); border: 1px solid var(--light);\n  border-radius: var(--rm); overflow: hidden; }\n.mini-spec-item { background: var(--white); padding: 12px 16px; }\n.mini-spec-key { font-size: 12px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }\n.mini-spec-val { font-size: 15px; font-weight: 700; color: var(--text); }\n@media (max-width: 900px) { .mini-spec { display: grid; } }\n\n\/* SPEC PANEL *\/\n.stage-spec { position: sticky; top: calc(var(--nav-h) + 16px);\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 20px;\n  box-shadow: 0 4px 20px rgba(40,39,31,.08); overflow: hidden; }\n.spec-label { font-family: var(--mono); font-size: 9px;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);\n  margin-bottom: 14px; }\n.spec-row { display: flex; justify-content: space-between; align-items: baseline;\n  padding: 9px 0; border-bottom: 1px solid var(--light); font-size: 13px; gap: 10px; }\n.spec-row:last-child { border-bottom: none; padding-bottom: 0; }\n.spec-key { color: var(--muted); flex-shrink: 0; font-weight: 500; font-size: 13px; }\n.spec-val { font-weight: 600; text-align: right; color: var(--text);\n  font-size: 13px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }\n\n\/* INGR BAND *\/\n.ingr-band { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.ingr-band-inner { max-width: 1400px; margin: 0 auto;\n  padding: 28px 24px; display: flex; align-items: center;\n  justify-content: center; gap: 32px; flex-wrap: wrap; }\n.ingr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n.ingr-item-icon { width: 40px; height: 40px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; }\n.ingr-name { font-family: var(--mono); font-size: 11px; font-weight: 700;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; }\n.ingr-effect { font-size: 12px; color: var(--muted); max-width: 130px; line-height: 1.4; }\n.ingr-sep { width: 1px; height: 48px; background: var(--light); }\n@media (max-width: 600px) { .ingr-sep { display: none; } .ingr-band-inner { gap: 20px; } }\n\n\/* SECTIONS *\/\n.section { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }\n@media (max-width: 480px) { .section { padding: 48px 16px; } }\n.section-tag { font-family: var(--mono); font-size: 10px;\n  letter-spacing: .18em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 14px; font-weight: 700;\n  border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block;\n  opacity: .8; }\n.section-title { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 32px;\n  color: var(--text); font-family: var(--font-display); }\n\n\/* Why heading *\/\n.why h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; color: var(--text);\n  font-family: var(--font-display); }\n\n\/* Features *\/\n.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }\n@media (max-width: 480px) { .features { grid-template-columns: 1fr; } }\n.feat { background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 28px 24px;\n  transition: border-color .2s, box-shadow .2s; }\n.feat:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.07); }\n.feat-icon { width: 52px; height: 52px; border-radius: var(--rm);\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--light); }\n.feat h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #1a1a18;\n  border-bottom: 1px solid var(--light); padding-bottom: 8px;\n  display: flex; align-items: center; gap: 8px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.feat p { font-size: 15px; color: #3a3830; line-height: 1.8; }\n.feat * { color: inherit; }\n.feat a { color: inherit !important; text-decoration: none !important; }\n.feat p a, .feat p a:visited { color: var(--muted) !important; text-decoration: none; }\n.section-divider { height: 1px; background: var(--light); max-width: 1400px; margin: 0 24px; }\n\n\/* Specs *\/\n.specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .specs-layout { grid-template-columns: 1fr; gap: 28px; } }\n.specs-table { width: 100%; border-collapse: collapse; }\n.specs-table tr { border-bottom: 1px solid var(--light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 13px 0; font-size: 15px; vertical-align: middle; }\n.specs-table .td-k { color: #5a5650; width: 46%; font-weight: 500; }\n.specs-table .td-v { font-weight: 700; color: var(--text); }\n\n\/* Ingredients grid *\/\n.ingr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 14px; }\n@media (max-width: 480px) { .ingr-grid { grid-template-columns: 1fr; } }\n.ingr-card { background: var(--off-white); border: 1px solid var(--light);\n  border-radius: var(--rm); padding: 20px 22px;\n  display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s; }\n.ingr-card:hover { border-color: var(--mid); }\n.ingr-card-icon { width: 44px; height: 44px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.ingr-dot { width: 9px; height: 9px; border-radius: 50%;\n  background: var(--accent); flex-shrink: 0; margin-top: 6px; }\n.ingr-sci { font-family: var(--mono); font-size: 11px; font-weight: 600;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; margin-bottom: 4px; }\n.ingr-common { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.ingr-desc { font-size: 14px; color: #3a3830; line-height: 1.8; }\n\n\/* Steps *\/\n.apply-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .apply-layout { grid-template-columns: 1fr; gap: 32px; } }\n.steps { display: flex; flex-direction: column; gap: 16px; }\n.step { display: flex; align-items: flex-start; gap: 16px; }\n.step-num { width: 36px; height: 36px; border-radius: 50%;\n  background: var(--accent); color: #f8f6f2;\n  font-family: var(--mono); font-size: 14px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.step-text { font-size: 15px; color: #3a3830; line-height: 1.85; padding-top: 7px; }\n.step-text strong { color: #1a1a18; font-weight: 700; display: block; margin-bottom: 4px; font-size: 16px; font-family: var(--font-display); }\n\n\/* Uses *\/\n.uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 8px; }\n@media (max-width: 480px) { .uses-grid { grid-template-columns: 1fr 1fr; } }\n.use { background: #edeae4; border: 1px solid #d0c8b8;\n  border-radius: var(--rm); padding: 12px 16px; font-size: 14px;\n  color: #1a1a18; font-weight: 500;\n  display: flex; align-items: center; gap: 10px;\n  transition: border-color .2s, background .2s, transform .15s; }\n.use:hover { transform: translateY(-2px); background: #e4ddd0; }\n.use-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }\n\n\/* Colorful borders and dots per nth-child *\/\n.use:nth-child(1)  { border-left: 3px solid #8a1a30; } .use:nth-child(1)  .use-dot { background: #8a1a30; }\n.use:nth-child(2)  { border-left: 3px solid #2d7a3a; } .use:nth-child(2)  .use-dot { background: #2d7a3a; }\n.use:nth-child(3)  { border-left: 3px solid #b0521a; } .use:nth-child(3)  .use-dot { background: #b0521a; }\n.use:nth-child(4)  { border-left: 3px solid #5a3a98; } .use:nth-child(4)  .use-dot { background: #5a3a98; }\n.use:nth-child(5)  { border-left: 3px solid #1a3870; } .use:nth-child(5)  .use-dot { background: #1a3870; }\n.use:nth-child(6)  { border-left: 3px solid #8a1a30; } .use:nth-child(6)  .use-dot { background: #8a1a30; }\n.use:nth-child(7)  { border-left: 3px solid #2d7a3a; } .use:nth-child(7)  .use-dot { background: #2d7a3a; }\n.use:nth-child(8)  { border-left: 3px solid #b0521a; } .use:nth-child(8)  .use-dot { background: #b0521a; }\n.use:nth-child(9)  { border-left: 3px solid #5a3a98; } .use:nth-child(9)  .use-dot { background: #5a3a98; }\n.use:nth-child(10) { border-left: 3px solid #1a3870; } .use:nth-child(10) .use-dot { background: #1a3870; }\n\n\/* Why *\/\n.why { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.why-inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 16px; } }\n.why h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 400;\n  letter-spacing: -.02em; line-height: 1.2; color: var(--text); }\n.why-sub { margin-top: 12px; font-size: 15px; color: var(--muted); line-height: 1.8; }\n.why-points { display: flex; flex-direction: column; gap: 18px; }\n.why-point { display: flex; align-items: flex-start; gap: 14px; }\n.why-check { width: 28px; height: 28px; border-radius: 50%;\n  background: #8a1a30; border: 2px solid #6a0a20; display: flex;\n  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n.why-text { font-size: 15px; color: #3a3830; line-height: 1.85; }\n.why-text strong { color: var(--text); font-weight: 700; }\n\n\/* FAQ *\/\n.faq-wrap { max-width: 760px; margin: 0 auto; }\n.faq-item { background: var(--white); border-radius: var(--rl);\n  border: 1px solid #d8d2c8; margin-bottom: 10px; overflow: hidden;\n  transition: border-color .2s, box-shadow .25s, transform .2s;\n  box-shadow: 0 1px 4px rgba(40,39,31,.05); }\n.faq-item:hover { border-color: #b0ccb4;\n  box-shadow: 0 6px 20px rgba(40,39,31,.10); transform: translateY(-2px); }\n.faq-item:nth-child(odd) { border-left: 3px solid #8a1a30; }\n.faq-item:nth-child(even) { border-left: 3px solid #b0521a; }\n.faq-q { display: flex; align-items: center; gap: 12px;\n  padding: 18px 20px 0; font-size: 18px; font-weight: 500;\n  font-family: var(--font-display); letter-spacing: .01em;\n  color: var(--text); line-height: 1.4; }\n@media (max-width: 480px) { .faq-q { font-size: 16px; } }\n.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: #f5dde2; border: 1px solid #e0b0bc; }\n.faq-item:nth-child(even) .faq-icon { background: #fbe4d0; border-color: #e8b890; }\n.faq-a { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 400;\n  padding: 12px 22px 20px 56px; }\n@media (max-width: 480px) { .faq-a { padding-left: 20px; } }\n.faq-a a { color: var(--accent); text-decoration: underline; }\n\n\/* Anfrage *\/\n.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n@media (max-width: 640px) { .anfrage-grid { grid-template-columns: 1fr; gap: 28px; } }\n.anfrage-email-box { display: flex; align-items: center; gap: 16px;\n  padding: 20px 24px; background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); text-decoration: none;\n  transition: border-color .2s, box-shadow .2s; }\n.anfrage-email-box:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.08); }\n.anfrage-email-icon { width: 48px; height: 48px; border-radius: 50%;\n  background: var(--accent); display: flex; align-items: center;\n  justify-content: center; flex-shrink: 0; }\n.anfrage-topics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }\n.anfrage-topic { display: inline-block; padding: 7px 14px;\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: 20px; font-size: 13px; color: var(--muted);\n  text-decoration: none; font-weight: 500; transition: all .2s; }\n.anfrage-topic:hover { border-color: var(--mid); color: var(--text); }\n\n\/* CTA *\/\n.cta-bar { background: var(--white); border-top: 1px solid var(--light); }\n.cta-inner { max-width: 1400px; margin: 0 auto; padding: 48px 24px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 24px; flex-wrap: wrap; }\n@media (max-width: 600px) { .cta-inner { flex-direction: column; align-items: flex-start; } }\n.cta-inner h3 { font-size: 24px; font-weight: 500; font-family: var(--font-display); }\n.cta-inner p { margin-top: 5px; font-size: 14px; color: var(--muted); }\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }\n.cta-btns a { display: inline-flex; align-items: center; gap: 8px;\n  padding: 13px 24px; border-radius: var(--rm);\n  font-size: 14px; font-weight: 500; transition: opacity .2s; }\n.cta-btns .primary { background: var(--accent); color: #f8f6f2; }\n.cta-btns .primary:hover { opacity: .84; }\n.cta-btns .outline { background: transparent; color: var(--text);\n  border: 1px solid var(--mid); font-weight: 400; }\n.cta-btns .outline:hover { border-color: var(--text); }\n\n\/* Footer *\/\n.footer { border-top: 1px solid var(--light); background: var(--off-white); }\n.footer-inner { max-width: 1400px; margin: 0 auto;\n  padding: 24px; display: flex; align-items: center;\n  justify-content: space-between; flex-wrap: wrap; gap: 10px; }\n.footer-brand { font-family: var(--mono); font-size: 12px; color: var(--muted);\n  display: flex; align-items: center; gap: 6px; }\n.footer-link { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }\n.footer-link:hover { color: var(--text); }\n\n\/* Swiss flag inline SVG helper *\/\n.ch-flag { display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }\n\n@keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }\n.product-info { animation: fadeUp .55s .08s var(--ease) both; }\n.stage-spec { animation: fadeUp .6s .16s var(--ease) both; }\n\n\/* FAQ icon colors *\/\n.faq-item:nth-child(odd) .faq-icon svg { color: #8a1a30; }\n.faq-item:nth-child(even) .faq-icon svg { color: #b0521a; }\n\n\/* Ingr bullets – colored per wirkstoff (Rose \/ Grün \/ Orange) *\/\n.ingr-bullet:nth-child(1) .ingr-bullet-icon { background: var(--c-red-bg);    border-color: var(--c-red-bd);    color: var(--c-red); }\n.ingr-bullet:nth-child(2) .ingr-bullet-icon { background: var(--c-green-bg);  border-color: var(--c-green-bd);  color: var(--c-green); }\n.ingr-bullet:nth-child(3) .ingr-bullet-icon { background: var(--c-orange-bg); border-color: var(--c-orange-bd); color: var(--c-orange); }\n\n\/* Spec rows – subtle alternating *\/\n.spec-row:nth-child(odd)  { border-left: 2px solid var(--c-red);    padding-left: 8px; }\n.spec-row:nth-child(even) { border-left: 2px solid var(--c-orange); padding-left: 8px; }\n\n\/* Ingr cards – colored borders *\/\n.ingr-card:nth-child(1) { border-left: 3px solid var(--c-red); }\n.ingr-card:nth-child(2) { border-left: 3px solid var(--c-green); }\n.ingr-card:nth-child(3) { border-left: 3px solid var(--c-orange); }\n\n\/* Step numbers – colored *\/\n.step:nth-child(1) .step-num { background: var(--c-red);    }\n.step:nth-child(2) .step-num { background: var(--c-green);  }\n.step:nth-child(3) .step-num { background: var(--c-orange); }\n.step:nth-child(4) .step-num { background: var(--c-purple); }\n.step:nth-child(5) .step-num { background: var(--c-blue);   }\n \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca class=\"nav-brand\" href=\"#\"\u003e \u003c!-- Viodor logo placeholder --\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7 L10 14 L14 7\" stroke=\"#28271f\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor \u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eSynergie Éclatante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- STAGE --\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 16 16\" fill=\"#c8b490\" stroke=\"#7a7670\" stroke-width=\".8\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · 🌱 Bio-Retinol \u0026amp; Alpen-Rosenkernöl · \u003c!-- CH FLAG --\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\" stroke=\"#7a6248\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Leuchtkraft \u0026amp; Ausstrahlung \u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\" stroke=\"#5a5850\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌹 Hagebutte · Palmarosa \u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\" stroke=\"#7a7670\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🥕 Karottensamenöl \u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"7\" r=\".6\" fill=\"#4a4840\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eSynergie Éclatante 30ml\u003cbr\u003e\u003cem\u003eLeuchtkraft · Ausgleich · Geschmeidigkeit\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eAlpen-Rosenkernöl, Bio-Retinol und pflanzliche Extrakte\u003c\/strong\u003e verleihen der Haut neue Leuchtkraft, Ausgleich und Geschmeidigkeit. Eine kraftvolle Synergie aus drei Naturölen für Ausstrahlung, Feuchtigkeit und Ebenmässigkeit.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 4V7L9 8.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌹 Hagebuttenkernöl \u003cem\u003e(Rosa rubiginosa)\u003c\/em\u003e – Alpen-Rosenkernöl, Bio-Retinol-reich, revitalisierend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C6 3.5 4.5 4 3.5 6C2.5 8 3 10 4.5 11\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 2C8 3.5 9.5 4 10.5 6C11.5 8 11 10 9.5 11\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌾 Palmarosaöl \u003cem\u003e(Cymbopogon martinii)\u003c\/em\u003e – ausgleichend, feuchtigkeitsspendend, harmonisierend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 3L9 8L5 8Z\" stroke=\"#b0521a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8V12\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5.5 10L7 8.5L8.5 10\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🥕 Karottensamenöl \u003cem\u003e(Daucus carota sativa)\u003c\/em\u003e – Provitamin A, Ebenmässigkeit, Anti-Aging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#c0202a\" stroke-width=\"1.5\" fill=\"#fde8e8\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 7V11\" stroke=\"#c0202a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"5\" r=\".9\" fill=\"#c0202a\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Konzentriertes Serum mit natürlichem Bio-Retinol aus Hagebutte – regeneriert die Haut sanft und effektiv, ohne die für synthetisches Retinol typischen Reizungen zu verursachen.\u003c\/div\u003e\n\u003c!-- ATC --\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb \u003c\/a\u003e \u003ca class=\"btn-ghost\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Synergie%20%C3%89clatante%2030ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Synergie%20%C3%89clatante%2030ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d6e32\" stroke-width=\"1.5\" fill=\"#dde8dc\" fill-opacity=\".5\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7L7 11\" stroke=\"#2d6e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f5dde2\" fill-opacity=\".6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 4V7L9 8.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌱 Bio-Retinol\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f0dde0\" fill-opacity=\".6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mini spec --\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e30 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTyp\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eKonzentriertes Serum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eHauttypen\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eAlle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC PANEL --\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eSynergie Éclatante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e30 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eLeuchtkraft-Serum \u0026amp; Öl-Synergie\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkstoffbasis\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBio-Retinol (Hagebutte)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eLeuchtkraft · Ausgleich · Geschmeidigkeit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHagebutte\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eRosa rubiginosa\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003ePalmarosa\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eCymbopogon martinii\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eKarottensamen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eDaucus carota sativa\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTeint\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eEbenmäßig \u0026amp; strahlend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAlle Hauttypen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #f5dde2; border-color: #e0b0bc;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"4\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L11.5 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eRosa rubiginosa\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eHagebutte – Bio-Retinol, revitalisierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3C7.5 5 5.5 6 4.5 8.5C3.5 11 5 13 6.5 14\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 3C10.5 5 12.5 6 13.5 8.5C14.5 11 13 13 11.5 14\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eCymbopogon martinii\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003ePalmarosa – ausgleichend, harmonisierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fbe4d0; border-color: #e8b890;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L12 10L6 10Z\" stroke=\"#b0521a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10V15\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 13L9 11L11 13\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eDaucus carota sativa\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eKarottensamen – Provitamin A, ebenmäßig\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #ede8f5; border-color: #c8bae0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13V15\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9H5\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.5 4.5L6 6\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12L13.5 13.5\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eBio-Retinol\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eNatürlich aus Hagebutte – sanft, effektiv\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fde8e8; border-color: #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eLeuchten. Ausgleichen. Geschmeidig machen.\u003cbr\u003eDie konzentrierte Öl-Synergie.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde2; border: 1px solid #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"4\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Natürliches Bio-Retinol\u003c\/h3\u003e\n\u003cp\u003eHagebuttenkernöl liefert natürliches Provitamin A (Bio-Retinol) – regeneriert und glättet die Haut sanft, ohne die typischen Reizungen von synthetischem Retinol.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3C7.5 5 5.5 6 4.5 8.5C3.5 11 5 13 6.5 14\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 3C10.5 5 12.5 6 13.5 8.5C14.5 11 13 13 11.5 14\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3C7 4.5 5.5 5 4.5 7C3.5 9 4.5 11 6 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 3C9 4.5 10.5 5 11.5 7C12.5 9 11.5 11 10 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Palmarosa – Ausgleich\u003c\/h3\u003e\n\u003cp\u003ePalmarosaöl reguliert den Feuchtigkeitshaushalt und harmonisiert das Hautbild. Ideal für gestresste, unausgeglichene oder gemischte Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fbe4d0; border: 1px solid #e8b890;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L12 10L6 10Z\" stroke=\"#b0521a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10V15\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 13L9 11L11 13\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3L11 9L5 9Z\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 9V13\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Karotte – Ebenmäßigkeit\u003c\/h3\u003e\n\u003cp\u003eKarottensamenöl reich an Beta-Carotin verleiht der Haut einen ebenmäßigen, warmen Teint und wirkt der Bildung feiner Linien entgegen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #ede8f5; border: 1px solid #c8bae0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5M9 13V15M3 9H5M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 3V4M8 12V13M3 8H4M12 8H13\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sichtbare Leuchtkraft\u003c\/h3\u003e\n\u003cp\u003eDie Synergie der drei Öle verleiht der Haut sofort sichtbaren Glow und langfristig eine strahlende, gesunde Ausstrahlung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #dae4f4; border: 1px solid #a8c0e0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#1a3870\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für alle Hauttypen\u003c\/h3\u003e\n\u003cp\u003eDank sorgfältig abgestimmter Konzentration eignet sich das Serum für alle Hauttypen – von trockener bis zu reifer und empfindlicher Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fde8e8; border: 1px solid #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Konzentriert aus reinen Pflanzenölen, nachhaltig gedacht und sorgfältig zusammengestellt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\" id=\"specs\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 20px;\"\u003eFormel \u0026amp;\u003cbr\u003eWirkstoff-Synergie\u003c\/h2\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e🔬\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eSynergie Éclatante ist ein hochkonzentriertes Öl-Serum, das drei kraftvolle Pflanzenöle in perfekter Balance vereint. Alpen-Rosenkernöl (Hagebutte) liefert natürliches Bio-Retinol, Palmarosaöl reguliert die Feuchtigkeit und Karottensamenöl bringt Provitamin A für einen ebenmäßigen Teint. Eine intensive Regenerationskur für strahlende Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hagebutte --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde2; border: 1px solid #e0b0bc; border-left: 3px solid #8a1a30; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" fill=\"#e8b8c4\" stroke=\"#8a1a30\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0810; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0810;\"\u003e🌹 Hagebuttenkernöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #8a1a30;\"\u003e(Rosa rubiginosa)\u003c\/em\u003e\u003cbr\u003eAlpen-Rosenkernöl mit natürlichem Bio-Retinol (Provitamin A) und Trans-Retinsäure – regeneriert die Haut, glättet feine Linien und verleiht neue Ausstrahlung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Palmarosa --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daeeda; border: 1px solid #a8ccac; border-left: 3px solid #2d7a3a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3C7.5 5 5.5 6 4.5 8.5C3.5 11 5 13 6.5 14\" fill=\"none\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 3C10.5 5 12.5 6 13.5 8.5C14.5 11 13 13 11.5 14\" fill=\"none\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e🌾 Palmarosaöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #2d7a3a;\"\u003e(Cymbopogon martinii)\u003c\/em\u003e\u003cbr\u003ereguliert den Feuchtigkeitshaushalt, harmonisiert die Talgproduktion und wirkt hautberuhigend. Bringt Ausgleich und Geschmeidigkeit ins Hautbild.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Karottensamen --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #fbe4d0; border: 1px solid #e8b890; border-left: 3px solid #b0521a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L12 10L6 10Z\" fill=\"#f0c898\" stroke=\"#b0521a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10V15\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 13L9 11L11 13\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1a05; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1a05;\"\u003e🥕 Karottensamenöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #b0521a;\"\u003e(Daucus carota sativa)\u003c\/em\u003e\u003cbr\u003ereich an Beta-Carotin und Vitamin E – verleiht der Haut einen ebenmäßigen Teint, verlangsamt sichtbare Zeichen der Hautalterung und wirkt antioxidativ.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Bio-Retinol Highlight --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #ede8f5; border: 1px solid #c8bae0; border-left: 3px solid #5a3a98; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"4\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5M9 13V15M3 9H5M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1e0e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1e0e40;\"\u003e🌱 Natürliches Bio-Retinol\u003c\/strong\u003e\u003cbr\u003eAus der Hagebutte gewonnen – die sanfte, natürliche Alternative zu synthetischem Retinol. Wirksam regenerierend, ohne die typischen Reizungen zu verursachen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Geeignet für --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #dae4f4; border: 1px solid #a8c0e0; border-left: 3px solid #1a3870; border-radius: var(--rm);\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" fill=\"#b8c8e8\" stroke=\"#1a3870\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 15L9 13.5L12 15\" stroke=\"#1a3870\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #0e1e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #0e1e40;\"\u003e✨ Geeignet für die tägliche Pflege\u003c\/strong\u003e\u003cbr\u003ealler Hauttypen, insbesondere für müde, fahle und regenerationsbedürftige Haut mit Verlangen nach neuer Leuchtkraft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eSynergie Éclatante\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e30 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eÖl-Serum Konzentrat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoffbasis\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBio-Retinol (natürlich)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌹 Hagebutte (Rosa rubiginosa)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌾 Palmarosa (Cymbopogon martinii)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🥕 Karottensamen (Daucus carota sativa)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eLeuchtkraft \u0026amp; Ausstrahlung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAusgleich, Ebenmäßigkeit, Anti-Aging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAlle Hauttypen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"display: flex; align-items: center; gap: 6px;\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv id=\"inhaltsstoffe\" style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003e3 kraftvolle Öle\u003cbr\u003eim Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #f5dde2; border-color: #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eRosa rubiginosa\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eHagebuttenkernöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eAlpen-Rosenkernöl reich an Trans-Retinsäure (natürliches Bio-Retinol), essentiellen Fettsäuren und Provitamin A. Regeneriert Zellen, glättet feine Linien und verleiht der Haut neue Leuchtkraft.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3C7.5 5 5.5 6 4.5 8.5C3.5 11 5 13 6.5 14\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 3C10.5 5 12.5 6 13.5 8.5C14.5 11 13 13 11.5 14\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eCymbopogon martinii\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003ePalmarosaöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eÄtherisches Öl reich an Geraniol – hydratisiert und harmonisiert. Reguliert die Sebumproduktion, wirkt hautberuhigend und bringt Ausgleich in Gemisch- und beanspruchte Haut.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #fbe4d0; border-color: #e8b890;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L12 10L6 10Z\" stroke=\"#b0521a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10V15\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 13L9 11L11 13\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eDaucus carota sativa\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eKarottensamenöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eKonzentriertes Beta-Carotin und Vitamin E – wirkt antioxidativ, verleiht der Haut einen ebenmäßigen, warmen Teint und schützt vor vorzeitigen Alterungsspuren durch UV und Umwelt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv id=\"anwendung\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 14px;\"\u003eSo wird das Serum\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003eAls Kur oder tägliche Pflege – wenige Tropfen genügen. Das Öl-Serum wird pur oder gemischt mit der Tagescreme verwendet. Wegen des natürlichen Retinol-Effekts abends besonders empfohlen.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Am besten abends anwenden – über Nacht entfaltet das natürliche Bio-Retinol seine regenerierende Wirkung. Morgens danach unbedingt Sonnenschutz auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eHaut reinigen\u003c\/strong\u003e Gesicht gründlich reinigen und ggf. mit Essence Tonifiante vorbereiten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eDosierung\u003c\/strong\u003e 3–5 Tropfen genügen für Gesicht und Hals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAuftragen\u003c\/strong\u003e Zwischen den Handflächen anwärmen und sanft in die Haut einklopfen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAbends bevorzugt\u003c\/strong\u003e Retinol-Wirkung wirkt am besten über Nacht. Morgens: unbedingt SPF darüber auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eKur oder täglich\u003c\/strong\u003e Als 4-Wochen-Kur oder tägliche Pflege – erste Ergebnisse nach ca. 2–3 Wochen sichtbar.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv class=\"section\" id=\"einsatz\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003eFür alle, die neue Leuchtkraft,\u003cbr\u003eAusgleich und Ebenmäßigkeit suchen\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Müde \u0026amp; fahle Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3C6.5 5 5 6 5 8.5 5 10 6.5 11 8 11.5 9.5 11 11 10 11 8.5 11 6 9.5 5 8 3Z\" fill=\"#daeeda\" stroke=\"#2d7a3a\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Unausgeglichener Teint\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L10.5 8.5L5.5 8.5Z\" fill=\"#fbe4d0\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 8.5V13\" stroke=\"#b0521a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Erste feine Linien\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"3\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 3V4M8 12V13M3 8H4M12 8H13\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Verlust der Leuchtkraft\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 1L9.5 5.5 14.5 5.9 10.8 9 12 13.8 8 11.3 4 13.8 5.2 9 1.5 5.9 6.5 5.5Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Reife Haut ab 30+\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Hautbild-Ausgleich\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3C6.5 5 5 6 5 8.5 5 10 6.5 11 8 11.5 9.5 11 11 10 11 8.5 11 6 9.5 5 8 3Z\" fill=\"#daeeda\" stroke=\"#2d7a3a\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Trockene Areale\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L10.5 8.5L5.5 8.5Z\" fill=\"#fbe4d0\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Sonnenschäden mildern\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cellipse cx=\"8\" cy=\"8\" rx=\"5\" ry=\"3.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n      \u003c\/svg\u003e Als 4-Wochen-Kur\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M4 5L8 3l4 2v5c0 1.5-1.5 2.5-4 3-2.5-.5-4-1.5-4-3V5Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Anti-Aging-Routine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum die Synergie\u003cbr\u003eÉclatante\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eKonzentrierte Öl-Synergie mit natürlichem Bio-Retinol – für neue Leuchtkraft, Ausgleich und Ebenmäßigkeit. Schweizer Qualität, sanft und effektiv.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eNatürliches Bio-Retinol\u003c\/strong\u003e – Alpen-Rosenkernöl aus der Hagebutte liefert echtes Bio-Retinol – wirksam, ohne die typischen Reizungen synthetischer Retinole.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Öle – eine Synergie\u003c\/strong\u003e – Hagebutte revitalisiert, Palmarosa harmonisiert, Karottensamen macht ebenmäßig. Jedes Öl verstärkt das andere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSichtbare Leuchtkraft\u003c\/strong\u003e – sofortiger Glow und langfristig strahlend gesunde Haut mit neuer Ausstrahlung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 1px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei der Wirksamkeit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" id=\"faq\" style=\"background: #f0ece4;\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 28px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWas ist Bio-Retinol und wie unterscheidet es sich von Retinol?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eBio-Retinol ist natürliches Provitamin A aus der Hagebutte (Trans-Retinsäure). Es wirkt regenerierend und glättend wie synthetisches Retinol – aber sanft, ohne die typischen Rötungen, Trockenheit oder Reizungen. Ideal auch für empfindliche Haut.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich Synergie Éclatante morgens verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, das ist möglich – morgens jedoch unbedingt einen Sonnenschutz darüber auftragen. Da natürliches Bio-Retinol die Zellerneuerung anregt, ist die Haut lichtempfindlicher. Ideal ist die abendliche Anwendung für optimale Regeneration über Nacht.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nIst das Serum auch für empfindliche Haut geeignet?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Palmarosaöl wirkt beruhigend, das Bio-Retinol aus der Hagebutte ist die sanfteste Form von Provitamin A. Bei sehr empfindlicher Haut zunächst nur 2–3 Tropfen und alle 2 Tage anwenden, danach schrittweise steigern.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie kombiniere ich das Serum mit meiner Creme?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDas Serum wird vor der Creme aufgetragen. Layering: Reinigung → Essence → Synergie Éclatante (kurz einziehen lassen) → Crème Universelle Réparatrice oder Crème Anti Rides. Alternativ: 2–3 Tropfen mit der Creme mischen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWann sind erste Ergebnisse sichtbar?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eSofortiger Glow-Effekt bereits nach dem ersten Auftragen. Sichtbare Ergebnisse hinsichtlich Ebenmäßigkeit und feinen Linien nach 2–3 Wochen regelmäßiger Anwendung. Für maximale Wirkung empfiehlt sich eine 4–6-wöchige Kur.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 12px;\"\u003eFragen zur Synergie\u003cbr\u003eÉclatante?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Synergie%20%C3%89clatante%2030ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Synergie%20%C3%89clatante%2030ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"anfrage-email-box\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#f8f6f2\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 7l8 5 8-5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Synergie%20%C3%89clatante\" class=\"anfrage-topic\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anwendung:%20Synergie%20%C3%89clatante\" class=\"anfrage-topic\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Bestellung:%20Synergie%20%C3%89clatante\" class=\"anfrage-topic\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Grossmengen:%20Synergie%20%C3%89clatante\" class=\"anfrage-topic\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für neue Leuchtkraft?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; vertical-align: middle;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 30 ml · Swiss Made · Biotonique\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca class=\"primary\" href=\"#\"\u003e \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen \u003c\/a\u003e \u003ca class=\"outline\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Synergie%20%C3%89clatante%2030ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Synergie%20%C3%89clatante%2030ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#4a4840\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7L10 14L14 7\" stroke=\"#4a4840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor · Biotonique · Synergie Éclatante · \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003ca class=\"footer-link\" href=\"mailto:info@viodor.com\"\u003e \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":54178510242129,"sku":null,"price":92.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/synergieeclatante30ml.png?v=1782843462"},{"product_id":"essence-tonifiante-equilibrante-100ml","title":"Essence Tonifiante \u0026 Équilibrante 100ml","description":"\u003cstyle\u003e*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --white: #f8f6f2;\n  --off-white: #f2efe9;\n  --light: #e0dbd2;\n  --mid: #bab4a8;\n  --text: #1a1a18;\n  --muted: #3a3830;\n  --rose: #7a6248;\n  --rose-light: #edeae4;\n  --rose-mid: #bab4a8;\n  --sage: #5a5850;\n  --sage-light: #eae8e2;\n  --sage-mid: #b0aca4;\n  --gold: #7a7670;\n  --gold-light: #eae8e2;\n  --gold-mid: #b4b0a8;\n  --accent: #28271f;\n  --accent-light: #e8e6e0;\n  --accent-mid: #a0a098;\n  --r: 4px; --rm: 8px; --rl: 12px;\n  --font: 'Inter', sans-serif;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --mono: 'DM Mono', monospace;\n  --ease: cubic-bezier(.16,1,.3,1);\n  --nav-h: 56px;\n  \/* Palette farbig – für Essence Tonifiante angepasst *\/\n  --c-green:  #2d7a3a; --c-green-bg:  #daeeda; --c-green-bd:  #a8ccac;\n  --c-blue:   #1a3870; --c-blue-bg:   #dae4f4; --c-blue-bd:   #a8c0e0;\n  --c-red:    #8a1a30; --c-red-bg:    #f5dde2; --c-red-bd:    #e0b0bc;\n  --c-purple: #5a3a98; --c-purple-bg: #ede8f5; --c-purple-bd: #c8bae0;\n  --c-brown:  #6a5030; --c-brown-bg:  #e0dac8; --c-brown-bd:  #c0b498;\n  --c-pink:   #a8306a; --c-pink-bg:   #f5dde8; --c-pink-bd:   #e0b0c8;\n}\nhtml { scroll-behavior: smooth; }\nbody { font-family: var(--font); color: var(--text); background: var(--white);\n  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;\n  font-size: 16px; line-height: 1.8; font-weight: 400; }\nbody::before { content: ''; position: fixed; inset: 0; background: #f8f6f2; z-index: -1; }\nimg { display: block; max-width: 100%; }\na { color: inherit; text-decoration: none; }\n\n\/* NAV *\/\n.nav { position: sticky; top: 0; z-index: 200; height: var(--nav-h);\n  background: rgba(248,246,242,.97); backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 24px; gap: 16px; }\n.nav-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600;\n  color: var(--accent); letter-spacing: .06em; white-space: nowrap;\n  display: flex; align-items: center; gap: 8px; }\n.nav-links { display: flex; gap: 24px; list-style: none; }\n.nav-links a { font-size: 13px; color: var(--muted); transition: color .2s; font-weight: 500; }\n.nav-links a:hover { color: var(--text); }\n.nav-cta { background: var(--accent); color: #f8f6f2; font-size: 13px;\n  font-weight: 500; padding: 8px 18px; border-radius: var(--rm);\n  transition: opacity .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; }\n.nav-cta:hover { opacity: .82; }\n@media (max-width: 768px) { .nav-links { display: none; } }\n\n\/* BREADCRUMB *\/\n.breadcrumb { max-width: 1400px; margin: 0 auto;\n  padding: 12px 24px; font-size: 12px; color: var(--muted);\n  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }\n.breadcrumb a { color: var(--muted); transition: color .2s; }\n.breadcrumb a:hover { color: var(--text); }\n.breadcrumb span { opacity: .5; }\n\n\/* STAGE *\/\n.stage { max-width: 1400px; margin: 0 auto;\n  padding: 24px 24px 64px;\n  display: grid; grid-template-columns: minmax(0,1.1fr) 360px;\n  gap: 40px; align-items: start; }\n.stage-wrap { background: var(--white); border-bottom: 1px solid var(--light); padding-bottom: 8px; }\n@media (max-width: 900px) { .stage { grid-template-columns: 1fr; } .stage-spec { display: none; } }\n@media (max-width: 680px) { .stage { gap: 20px; padding: 0 16px 48px; } }\n\n\/* PRODUCT INFO *\/\n.product-info { display: flex; flex-direction: column; gap: 16px; padding-top: 16px; min-width: 0; }\n.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }\n.badge { display: inline-flex; align-items: center; gap: 4px;\n  font-family: var(--mono); font-size: 10px; letter-spacing: .03em;\n  padding: 3px 8px; border-radius: var(--r); white-space: nowrap;\n  flex-shrink: 0; border: 1px solid; }\n.badge-rose { background: var(--rose-light); border-color: var(--rose-mid); color: var(--rose); }\n.badge-sage { background: var(--sage-light); border-color: var(--sage-mid); color: var(--sage); }\n.badge-gold { background: var(--gold-light); border-color: var(--gold-mid); color: var(--gold); }\n.badge-grey { background: var(--off-white); border-color: var(--light); color: var(--muted); }\n.badge-ch { background: #fde8e8; border-color: #f5b8b8; color: #b01020;\n  display: inline-flex; align-items: center; gap: 5px; }\n\n\/* Award strip *\/\n.award-strip { display: flex; align-items: center; gap: 10px;\n  padding: 10px 14px; background: var(--off-white);\n  border: 1px solid var(--light); border-radius: var(--rm);\n  font-size: 13px; color: var(--muted); font-weight: 500;\n  font-family: var(--mono); letter-spacing: .03em; }\n\n.product-title { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500;\n  line-height: 1.1; letter-spacing: -.01em; color: var(--text);\n  word-break: break-word; overflow-wrap: break-word; hyphens: auto;\n  font-family: var(--font-display); }\n.product-title em { font-style: italic; opacity: .55; font-weight: 400; }\n.product-price { font-size: 32px; font-weight: 700; color: var(--text); }\n.product-price .tax-note { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 6px; }\n.divider { height: 1px; background: var(--light); }\n.product-desc { font-size: 16px; color: #2a2820; line-height: 1.85; font-weight: 400; }\n.product-desc strong { color: var(--text); font-weight: 700; }\n\n.ingr-bullets { display: flex; flex-direction: column; gap: 10px; }\n.ingr-bullet { display: flex; align-items: flex-start; gap: 10px;\n  font-size: 15px; color: var(--text); line-height: 1.8; font-weight: 400; }\n.ingr-bullet-icon { width: 26px; height: 26px; border-radius: 50%;\n  background: var(--accent-light); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.ingr-bullet em { font-style: italic; color: var(--rose); font-size: 12px;\n  font-family: var(--mono); font-weight: 600; }\n\n.info-tip { display: flex; align-items: flex-start; gap: 10px;\n  background: #dae4f4; border: 1px solid #a8c0e0;\n  border-left: 3px solid #1a3870;\n  border-radius: var(--rm); padding: 12px 16px;\n  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 500; }\n.info-tip svg { flex-shrink: 0; margin-top: 2px; }\n\n\/* ATC *\/\n.atc-row { display: flex; gap: 10px; }\n.btn-primary { flex: 1; padding: 14px 24px; background: var(--accent);\n  color: #f8f6f2; font-size: 15px; font-weight: 600;\n  border: none; border-radius: var(--rm); cursor: pointer;\n  text-align: center; display: inline-flex; align-items: center;\n  justify-content: center; gap: 8px; transition: opacity .2s; }\n.btn-primary:hover { opacity: .84; }\n.btn-ghost { padding: 14px 20px; background: transparent;\n  color: var(--text); font-size: 14px;\n  border: 1px solid var(--mid); border-radius: var(--rm);\n  display: inline-flex; align-items: center; gap: 7px;\n  transition: border-color .2s; white-space: nowrap; }\n.btn-ghost:hover { border-color: var(--text); }\n@media (max-width: 400px) { .atc-row { flex-direction: column; } }\n\n\/* Trust strip *\/\n.trust-strip { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;\n  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.trust-item { display: flex; align-items: center; gap: 7px;\n  font-size: 12px; color: #3a3830; font-family: var(--mono);\n  white-space: nowrap; font-weight: 600; letter-spacing: .03em; }\n.trust-item svg, .trust-item .ch-flag { flex-shrink: 0; }\n\n\/* Mini spec *\/\n.mini-spec { display: none; grid-template-columns: 1fr 1fr; gap: 1px;\n  background: var(--light); border: 1px solid var(--light);\n  border-radius: var(--rm); overflow: hidden; }\n.mini-spec-item { background: var(--white); padding: 12px 16px; }\n.mini-spec-key { font-size: 12px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }\n.mini-spec-val { font-size: 15px; font-weight: 700; color: var(--text); }\n@media (max-width: 900px) { .mini-spec { display: grid; } }\n\n\/* SPEC PANEL *\/\n.stage-spec { position: sticky; top: calc(var(--nav-h) + 16px);\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 20px;\n  box-shadow: 0 4px 20px rgba(40,39,31,.08); overflow: hidden; }\n.spec-label { font-family: var(--mono); font-size: 9px;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);\n  margin-bottom: 14px; }\n.spec-row { display: flex; justify-content: space-between; align-items: baseline;\n  padding: 9px 0; border-bottom: 1px solid var(--light); font-size: 13px; gap: 10px; }\n.spec-row:last-child { border-bottom: none; padding-bottom: 0; }\n.spec-key { color: var(--muted); flex-shrink: 0; font-weight: 500; font-size: 13px; }\n.spec-val { font-weight: 600; text-align: right; color: var(--text);\n  font-size: 13px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }\n\n\/* INGR BAND *\/\n.ingr-band { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.ingr-band-inner { max-width: 1400px; margin: 0 auto;\n  padding: 28px 24px; display: flex; align-items: center;\n  justify-content: center; gap: 32px; flex-wrap: wrap; }\n.ingr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n.ingr-item-icon { width: 40px; height: 40px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; }\n.ingr-name { font-family: var(--mono); font-size: 11px; font-weight: 700;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; }\n.ingr-effect { font-size: 12px; color: var(--muted); max-width: 130px; line-height: 1.4; }\n.ingr-sep { width: 1px; height: 48px; background: var(--light); }\n@media (max-width: 600px) { .ingr-sep { display: none; } .ingr-band-inner { gap: 20px; } }\n\n\/* SECTIONS *\/\n.section { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }\n@media (max-width: 480px) { .section { padding: 48px 16px; } }\n.section-tag { font-family: var(--mono); font-size: 10px;\n  letter-spacing: .18em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 14px; font-weight: 700;\n  border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block;\n  opacity: .8; }\n.section-title { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 32px;\n  color: var(--text); font-family: var(--font-display); }\n\n\/* Why heading *\/\n.why h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; color: var(--text);\n  font-family: var(--font-display); }\n\n\/* Features *\/\n.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }\n@media (max-width: 480px) { .features { grid-template-columns: 1fr; } }\n.feat { background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 28px 24px;\n  transition: border-color .2s, box-shadow .2s; }\n.feat:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.07); }\n.feat-icon { width: 52px; height: 52px; border-radius: var(--rm);\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--light); }\n.feat h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #1a1a18;\n  border-bottom: 1px solid var(--light); padding-bottom: 8px;\n  display: flex; align-items: center; gap: 8px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.feat p { font-size: 15px; color: #3a3830; line-height: 1.8; }\n.feat * { color: inherit; }\n.feat a { color: inherit !important; text-decoration: none !important; }\n.feat p a, .feat p a:visited { color: var(--muted) !important; text-decoration: none; }\n.section-divider { height: 1px; background: var(--light); max-width: 1400px; margin: 0 24px; }\n\n\/* Specs *\/\n.specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .specs-layout { grid-template-columns: 1fr; gap: 28px; } }\n.specs-table { width: 100%; border-collapse: collapse; }\n.specs-table tr { border-bottom: 1px solid var(--light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 13px 0; font-size: 15px; vertical-align: middle; }\n.specs-table .td-k { color: #5a5650; width: 46%; font-weight: 500; }\n.specs-table .td-v { font-weight: 700; color: var(--text); }\n\n\/* Ingredients grid *\/\n.ingr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 14px; }\n@media (max-width: 480px) { .ingr-grid { grid-template-columns: 1fr; } }\n.ingr-card { background: var(--off-white); border: 1px solid var(--light);\n  border-radius: var(--rm); padding: 20px 22px;\n  display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s; }\n.ingr-card:hover { border-color: var(--mid); }\n.ingr-card-icon { width: 44px; height: 44px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.ingr-dot { width: 9px; height: 9px; border-radius: 50%;\n  background: var(--accent); flex-shrink: 0; margin-top: 6px; }\n.ingr-sci { font-family: var(--mono); font-size: 11px; font-weight: 600;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; margin-bottom: 4px; }\n.ingr-common { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.ingr-desc { font-size: 14px; color: #3a3830; line-height: 1.8; }\n\n\/* Steps *\/\n.apply-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .apply-layout { grid-template-columns: 1fr; gap: 32px; } }\n.steps { display: flex; flex-direction: column; gap: 16px; }\n.step { display: flex; align-items: flex-start; gap: 16px; }\n.step-num { width: 36px; height: 36px; border-radius: 50%;\n  background: var(--accent); color: #f8f6f2;\n  font-family: var(--mono); font-size: 14px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.step-text { font-size: 15px; color: #3a3830; line-height: 1.85; padding-top: 7px; }\n.step-text strong { color: #1a1a18; font-weight: 700; display: block; margin-bottom: 4px; font-size: 16px; font-family: var(--font-display); }\n\n\/* Uses *\/\n.uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 8px; }\n@media (max-width: 480px) { .uses-grid { grid-template-columns: 1fr 1fr; } }\n.use { background: #edeae4; border: 1px solid #d0c8b8;\n  border-radius: var(--rm); padding: 12px 16px; font-size: 14px;\n  color: #1a1a18; font-weight: 500;\n  display: flex; align-items: center; gap: 10px;\n  transition: border-color .2s, background .2s, transform .15s; }\n.use:hover { transform: translateY(-2px); background: #e4ddd0; }\n.use-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }\n\n\/* Colorful borders and dots per nth-child *\/\n.use:nth-child(1)  { border-left: 3px solid #5a3a98; } .use:nth-child(1)  .use-dot { background: #5a3a98; }\n.use:nth-child(2)  { border-left: 3px solid #2d7a3a; } .use:nth-child(2)  .use-dot { background: #2d7a3a; }\n.use:nth-child(3)  { border-left: 3px solid #a8306a; } .use:nth-child(3)  .use-dot { background: #a8306a; }\n.use:nth-child(4)  { border-left: 3px solid #1a3870; } .use:nth-child(4)  .use-dot { background: #1a3870; }\n.use:nth-child(5)  { border-left: 3px solid #8a1a30; } .use:nth-child(5)  .use-dot { background: #8a1a30; }\n.use:nth-child(6)  { border-left: 3px solid #5a3a98; } .use:nth-child(6)  .use-dot { background: #5a3a98; }\n.use:nth-child(7)  { border-left: 3px solid #2d7a3a; } .use:nth-child(7)  .use-dot { background: #2d7a3a; }\n.use:nth-child(8)  { border-left: 3px solid #a8306a; } .use:nth-child(8)  .use-dot { background: #a8306a; }\n.use:nth-child(9)  { border-left: 3px solid #1a3870; } .use:nth-child(9)  .use-dot { background: #1a3870; }\n.use:nth-child(10) { border-left: 3px solid #8a1a30; } .use:nth-child(10) .use-dot { background: #8a1a30; }\n\n\/* Why *\/\n.why { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.why-inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 16px; } }\n.why h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 400;\n  letter-spacing: -.02em; line-height: 1.2; color: var(--text); }\n.why-sub { margin-top: 12px; font-size: 15px; color: var(--muted); line-height: 1.8; }\n.why-points { display: flex; flex-direction: column; gap: 18px; }\n.why-point { display: flex; align-items: flex-start; gap: 14px; }\n.why-check { width: 28px; height: 28px; border-radius: 50%;\n  background: #5a3a98; border: 2px solid #3a1a78; display: flex;\n  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n.why-text { font-size: 15px; color: #3a3830; line-height: 1.85; }\n.why-text strong { color: var(--text); font-weight: 700; }\n\n\/* FAQ *\/\n.faq-wrap { max-width: 760px; margin: 0 auto; }\n.faq-item { background: var(--white); border-radius: var(--rl);\n  border: 1px solid #d8d2c8; margin-bottom: 10px; overflow: hidden;\n  transition: border-color .2s, box-shadow .25s, transform .2s;\n  box-shadow: 0 1px 4px rgba(40,39,31,.05); }\n.faq-item:hover { border-color: #b0ccb4;\n  box-shadow: 0 6px 20px rgba(40,39,31,.10); transform: translateY(-2px); }\n.faq-item:nth-child(odd) { border-left: 3px solid #5a3a98; }\n.faq-item:nth-child(even) { border-left: 3px solid #2d7a3a; }\n.faq-q { display: flex; align-items: center; gap: 12px;\n  padding: 18px 20px 0; font-size: 18px; font-weight: 500;\n  font-family: var(--font-display); letter-spacing: .01em;\n  color: var(--text); line-height: 1.4; }\n@media (max-width: 480px) { .faq-q { font-size: 16px; } }\n.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: #ede8f5; border: 1px solid #c8bae0; }\n.faq-item:nth-child(even) .faq-icon { background: #daeeda; border-color: #a8ccac; }\n.faq-a { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 400;\n  padding: 12px 22px 20px 56px; }\n@media (max-width: 480px) { .faq-a { padding-left: 20px; } }\n.faq-a a { color: var(--accent); text-decoration: underline; }\n\n\/* Anfrage *\/\n.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n@media (max-width: 640px) { .anfrage-grid { grid-template-columns: 1fr; gap: 28px; } }\n.anfrage-email-box { display: flex; align-items: center; gap: 16px;\n  padding: 20px 24px; background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); text-decoration: none;\n  transition: border-color .2s, box-shadow .2s; }\n.anfrage-email-box:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.08); }\n.anfrage-email-icon { width: 48px; height: 48px; border-radius: 50%;\n  background: var(--accent); display: flex; align-items: center;\n  justify-content: center; flex-shrink: 0; }\n.anfrage-topics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }\n.anfrage-topic { display: inline-block; padding: 7px 14px;\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: 20px; font-size: 13px; color: var(--muted);\n  text-decoration: none; font-weight: 500; transition: all .2s; }\n.anfrage-topic:hover { border-color: var(--mid); color: var(--text); }\n\n\/* CTA *\/\n.cta-bar { background: var(--white); border-top: 1px solid var(--light); }\n.cta-inner { max-width: 1400px; margin: 0 auto; padding: 48px 24px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 24px; flex-wrap: wrap; }\n@media (max-width: 600px) { .cta-inner { flex-direction: column; align-items: flex-start; } }\n.cta-inner h3 { font-size: 24px; font-weight: 500; font-family: var(--font-display); }\n.cta-inner p { margin-top: 5px; font-size: 14px; color: var(--muted); }\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }\n.cta-btns a { display: inline-flex; align-items: center; gap: 8px;\n  padding: 13px 24px; border-radius: var(--rm);\n  font-size: 14px; font-weight: 500; transition: opacity .2s; }\n.cta-btns .primary { background: var(--accent); color: #f8f6f2; }\n.cta-btns .primary:hover { opacity: .84; }\n.cta-btns .outline { background: transparent; color: var(--text);\n  border: 1px solid var(--mid); font-weight: 400; }\n.cta-btns .outline:hover { border-color: var(--text); }\n\n\/* Footer *\/\n.footer { border-top: 1px solid var(--light); background: var(--off-white); }\n.footer-inner { max-width: 1400px; margin: 0 auto;\n  padding: 24px; display: flex; align-items: center;\n  justify-content: space-between; flex-wrap: wrap; gap: 10px; }\n.footer-brand { font-family: var(--mono); font-size: 12px; color: var(--muted);\n  display: flex; align-items: center; gap: 6px; }\n.footer-link { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }\n.footer-link:hover { color: var(--text); }\n\n\/* Swiss flag inline SVG helper *\/\n.ch-flag { display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }\n\n@keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }\n.product-info { animation: fadeUp .55s .08s var(--ease) both; }\n.stage-spec { animation: fadeUp .6s .16s var(--ease) both; }\n\n\/* FAQ icon colors *\/\n.faq-item:nth-child(odd) .faq-icon svg { color: #5a3a98; }\n.faq-item:nth-child(even) .faq-icon svg { color: #2d7a3a; }\n\n\/* Ingr bullets – colored per wirkstoff (Purple \/ Grün \/ Pink) *\/\n.ingr-bullet:nth-child(1) .ingr-bullet-icon { background: var(--c-purple-bg); border-color: var(--c-purple-bd); color: var(--c-purple); }\n.ingr-bullet:nth-child(2) .ingr-bullet-icon { background: var(--c-green-bg);  border-color: var(--c-green-bd);  color: var(--c-green); }\n.ingr-bullet:nth-child(3) .ingr-bullet-icon { background: var(--c-pink-bg);   border-color: var(--c-pink-bd);   color: var(--c-pink); }\n\n\/* Spec rows – subtle alternating *\/\n.spec-row:nth-child(odd)  { border-left: 2px solid var(--c-purple); padding-left: 8px; }\n.spec-row:nth-child(even) { border-left: 2px solid var(--c-green);  padding-left: 8px; }\n\n\/* Ingr cards – colored borders *\/\n.ingr-card:nth-child(1) { border-left: 3px solid var(--c-purple); }\n.ingr-card:nth-child(2) { border-left: 3px solid var(--c-green); }\n.ingr-card:nth-child(3) { border-left: 3px solid var(--c-pink); }\n\n\/* Step numbers – colored *\/\n.step:nth-child(1) .step-num { background: var(--c-purple); }\n.step:nth-child(2) .step-num { background: var(--c-green);  }\n.step:nth-child(3) .step-num { background: var(--c-pink);   }\n.step:nth-child(4) .step-num { background: var(--c-blue);   }\n.step:nth-child(5) .step-num { background: var(--c-red);    }\n \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca class=\"nav-brand\" href=\"#\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7 L10 14 L14 7\" stroke=\"#28271f\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor \u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eEssence Tonifiante \u0026amp; Équilibrante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- STAGE --\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 16 16\" fill=\"#c8b490\" stroke=\"#7a7670\" stroke-width=\".8\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · 💧 Tonerwasser · Erster Schritt der Pflegeroutine · \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\" stroke=\"#7a6248\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Erfrischend \u0026amp; ausgleichend \u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\" stroke=\"#5a5850\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🍇 Traube · Eisenkraut \u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\" stroke=\"#7a7670\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🪷 Lotusextrakt \u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"7\" r=\".6\" fill=\"#4a4840\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eEssence Tonifiante \u0026amp; Équilibrante 100ml\u003cbr\u003e\u003cem\u003eAusgleich · Geschmeidigkeit · Straffung\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eEin ausgleichendes Essenz-Tonerwasser\u003c\/strong\u003e erfrischt die Haut, unterstützt ihre natürliche Balance und verbessert Feuchtigkeit und Spannkraft. Drei kraftvolle Pflanzenextrakte bilden zusammen einen harmonischen Toner für den perfekten ersten Pflegeschritt nach der Reinigung.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"6\" r=\"1.6\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"6\" r=\"1.6\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"6.5\" cy=\"9\" r=\"1.6\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6.5 4V2\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🍇 Traubenfruchtwasser \u003cem\u003e(Vitis vinifera)\u003c\/em\u003e – antioxidativ, polyphenolreich, feuchtigkeitsspendend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2L7 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 5L7 6L4 7\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 5L7 6L10 7\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 8L7 9L4 10\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 8L7 9L10 10\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌿 Eisenkrautextrakt \u003cem\u003e(Verbena officinalis)\u003c\/em\u003e – ausgleichend, tonisierend, hautberuhigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 7C7 4.5 5 3 4 5 3 7 4 9 7 9 10 9 11 7 10 5 9 3 7 4.5 7 7Z\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9L7 12\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🪷 Lotusextrakt \u003cem\u003e(Nelumbo nucifera)\u003c\/em\u003e – hydratisierend, klärend, adstringierend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#1a3870\" stroke-width=\"1.5\" fill=\"#dae4f4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 7V11\" stroke=\"#1a3870\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"5\" r=\".9\" fill=\"#1a3870\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Alkoholfreies Essenz-Tonerwasser – nach der Reinigung angewendet, bereitet es die Haut optimal auf Serum und Creme vor und verstärkt die Wirkstoff-Aufnahme der folgenden Pflegeprodukte.\u003c\/div\u003e\n\u003c!-- ATC --\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb \u003c\/a\u003e \u003ca class=\"btn-ghost\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Essence%20Tonifiante%20%26%20%C3%89quilibrante%20100ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Essence%20Tonifiante%20%26%20%C3%89quilibrante%20100ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d6e32\" stroke-width=\"1.5\" fill=\"#dde8dc\" fill-opacity=\".5\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7L7 11\" stroke=\"#2d6e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"#1a3870\" stroke-width=\"1.5\" fill=\"#dae4f4\" fill-opacity=\".6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 5V7L9 8\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 💧 Alkoholfrei\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f0dde0\" fill-opacity=\".6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mini spec --\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e100 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTyp\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eEssenz-Tonerwasser\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eHauttypen\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eAlle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC PANEL --\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eEssence Tonifiante \u0026amp; Équilibrante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e100 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eEssenz-Tonerwasser\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003ePflegeschritt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e1. Schritt nach Reinigung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAusgleich · Geschmeidigkeit · Straffung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTraubenwasser\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eVitis vinifera\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eEisenkraut\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eVerbena officinalis\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eLotus\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eNelumbo nucifera\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eBalance\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eNatürlicher pH-Ausgleich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAlle Hauttypen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #ede8f5; border-color: #c8bae0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"6\" cy=\"7\" r=\"2\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"10\" cy=\"7\" r=\"2\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"11\" r=\"2\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 5V3\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 3L9.5 2\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eVitis vinifera\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eTraubenwasser – antioxidativ, hydratisierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 6L9 7.5L5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 6L9 7.5L13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10L9 11.5L5 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 10L9 11.5L13 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eVerbena officinalis\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eEisenkraut – ausgleichend, tonisierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #f5dde8; border-color: #e0b0c8;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 9C9 6 6.5 4 5 6.5 3.5 9 5 11.5 9 11.5 13 11.5 14.5 9 13 6.5 11.5 4 9 6 9 9Z\" stroke=\"#a8306a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11.5V15\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eNelumbo nucifera\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eLotus – klärend, hydratisierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #dae4f4; border-color: #a8c0e0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#1a3870\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C7 6 6 7 6 9\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6C11 6 12 7 12 9\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"11\" r=\"2\" stroke=\"#1a3870\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eAlkoholfrei\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eSanftes Tonerwasser ohne Austrocknung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fde8e8; border-color: #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eAusgleichen. Erfrischen. Vorbereiten.\u003cbr\u003eDer perfekte erste Pflegeschritt.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #dae4f4; border: 1px solid #a8c0e0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3C7 6 5 9 5 12 5 14.5 7 16 9 16 11 16 13 14.5 13 12 13 9 11 6 9 3Z\" stroke=\"#1a3870\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3C6.5 5 5 7 5 9.5 5 11.5 6.5 13 8 13 9.5 13 11 11.5 11 9.5 11 7 9.5 5 8 3Z\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sofortige Erfrischung\u003c\/h3\u003e\n\u003cp\u003eDas alkoholfreie Tonerwasser erfrischt die Haut nach der Reinigung und bereitet sie optimal auf die nachfolgende Pflegeroutine vor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #ede8f5; border: 1px solid #c8bae0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"6\" cy=\"7\" r=\"2.2\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"10\" cy=\"7\" r=\"2.2\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"11\" r=\"2.2\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"6\" r=\"1.6\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"6\" r=\"1.6\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"6.5\" cy=\"9\" r=\"1.6\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Traube – Antioxidation\u003c\/h3\u003e\n\u003cp\u003eTraubenfruchtwasser reich an Polyphenolen und OPC schützt vor freien Radikalen und spendet Feuchtigkeit – ein wahres Beauty-Elixier aus dem Weinbau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 6L9 7.5L5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 6L9 7.5L13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 6L8 7L5 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 6L8 7L11 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Eisenkraut – Balance\u003c\/h3\u003e\n\u003cp\u003eVerbena officinalis bringt die Haut ins Gleichgewicht, wirkt tonisierend und beruhigt kleine Rötungen. Ideal für gestresste Haut nach dem Tag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde8; border: 1px solid #e0b0c8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 9C9 6 6.5 4 5 6.5 3.5 9 5 11.5 9 11.5 13 11.5 14.5 9 13 6.5 11.5 4 9 6 9 9Z\" stroke=\"#a8306a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11.5V15\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 8C8 5.5 6 4 4.5 6 3 8 4.5 10 8 10 11.5 10 13 8 11.5 6 10 4 8 5.5 8 8Z\" stroke=\"#a8306a\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Lotus – Klärung\u003c\/h3\u003e\n\u003cp\u003eLotusextrakt klärt die Poren, wirkt sanft adstringierend und spendet Feuchtigkeit. Der uralte Beauty-Wirkstoff für ebenmäßige, geschmeidige Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M6 3C6 6 3 8 3 11 3 13 4.5 14.5 6 14.5\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 3C12 6 15 8 15 11 15 13 13.5 14.5 12 14.5\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 14.5C7.5 14.5 9 15 9 15 9 15 10.5 14.5 12 14.5\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M5 3C5 5.5 3 7 3 9.5 3 11 4 12 5 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 3C11 5.5 13 7 13 9.5 13 11 12 12 11 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Verstärkt Wirkstoffaufnahme\u003c\/h3\u003e\n\u003cp\u003eDer Toner öffnet die Haut für die nachfolgenden Wirkstoffe – Serum und Creme können ihre Aktivstoffe deutlich besser entfalten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fde8e8; border: 1px solid #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Alkoholfreie Rezeptur aus reinen Pflanzenextrakten, sanft zu jeder Hauttyp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\" id=\"specs\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 20px;\"\u003eFormel \u0026amp;\u003cbr\u003eBalance-Konzept\u003c\/h2\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e💧\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eEssence Tonifiante \u0026amp; Équilibrante ist ein alkoholfreies Essenz-Tonerwasser mit drei kraftvollen Pflanzenextrakten. Traubenfruchtwasser liefert Antioxidantien, Eisenkrautextrakt bringt Balance und Lotusextrakt hydratisiert und klärt. Ein sanfter, harmonisierender Toner, der die Haut ideal auf Serum und Creme vorbereitet und die Wirkstoffaufnahme optimiert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Traubenwasser --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #ede8f5; border: 1px solid #c8bae0; border-left: 3px solid #5a3a98; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"6\" cy=\"7\" r=\"2.2\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"10\" cy=\"7\" r=\"2.2\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"11\" r=\"2.2\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 5V3\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1e0e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1e0e40;\"\u003e🍇 Traubenfruchtwasser\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #5a3a98;\"\u003e(Vitis vinifera)\u003c\/em\u003e\u003cbr\u003ereich an Polyphenolen und OPC – schützt die Haut vor freien Radikalen, spendet Feuchtigkeit und wirkt antioxidativ. Ein Naturklassiker aus dem Weinbau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Eisenkraut --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daeeda; border: 1px solid #a8ccac; border-left: 3px solid #2d7a3a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 6L9 7.5L5 9\" fill=\"none\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 6L9 7.5L13 9\" fill=\"none\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10L9 11.5L5 13\" fill=\"none\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 10L9 11.5L13 13\" fill=\"none\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e🌿 Eisenkrautextrakt\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #2d7a3a;\"\u003e(Verbena officinalis)\u003c\/em\u003e\u003cbr\u003etonisiert die Haut, wirkt beruhigend bei Rötungen und bringt Balance in gestresste, unruhige Haut. Ein traditioneller Heilpflanzen-Klassiker.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Lotus --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde8; border: 1px solid #e0b0c8; border-left: 3px solid #a8306a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 9C9 6 6.5 4 5 6.5 3.5 9 5 11.5 9 11.5 13 11.5 14.5 9 13 6.5 11.5 4 9 6 9 9Z\" fill=\"#e8b8d0\" stroke=\"#a8306a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11.5V15\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0818; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0818;\"\u003e🪷 Lotusextrakt\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #a8306a;\"\u003e(Nelumbo nucifera)\u003c\/em\u003e\u003cbr\u003eklärt die Poren, wirkt sanft adstringierend und spendet gleichzeitig Feuchtigkeit. Verleiht der Haut ein ebenmäßiges, geschmeidiges Finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Alkoholfrei Highlight --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #dae4f4; border: 1px solid #a8c0e0; border-left: 3px solid #1a3870; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3C7 6 5 9 5 12 5 14.5 7 16 9 16 11 16 13 14.5 13 12 13 9 11 6 9 3Z\" fill=\"#b8c8e8\" stroke=\"#1a3870\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #0e1e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #0e1e40;\"\u003e💧 Vollständig alkoholfrei\u003c\/strong\u003e\u003cbr\u003eAnders als viele klassische Toner enthält Essence Tonifiante keinen Alkohol – die Haut wird nicht ausgetrocknet, sondern sanft aufgefrischt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Geeignet für --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #fbe4d0; border: 1px solid #e8b890; border-left: 3px solid #b0521a; border-radius: var(--rm);\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L10.5 6.5L14.5 7L11.5 10L12.5 14L9 12L5.5 14L6.5 10L3.5 7L7.5 6.5Z\" fill=\"#f0c898\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1a05; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1a05;\"\u003e✨ Geeignet für alle Hauttypen\u003c\/strong\u003e\u003cbr\u003eVon trockener über empfindliche bis zu Mischhaut – der ausgleichende Toner wirkt individuell nach den Bedürfnissen jeder Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eEssence Tonifiante \u0026amp; Équilibrante\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e100 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eEssenz-Tonerwasser\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePflegeschritt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eNach Reinigung, vor Serum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🍇 Traubenwasser (Vitis vinifera)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌿 Eisenkraut (Verbena officinalis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🪷 Lotus (Nelumbo nucifera)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAusgleich \u0026amp; Erfrischung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eGeschmeidigkeit, Straffung, Balance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eAlkohol\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eFrei von Alkohol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAlle Hauttypen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"display: flex; align-items: center; gap: 6px;\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv id=\"inhaltsstoffe\" style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003e3 harmonisierende\u003cbr\u003ePflanzenextrakte im Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #ede8f5; border-color: #c8bae0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"6\" cy=\"7\" r=\"2.2\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"10\" cy=\"7\" r=\"2.2\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"11\" r=\"2.2\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 5V3\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eVitis vinifera\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eTraubenfruchtwasser\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eKonzentriertes Pflanzenwasser aus der Weintraube – reich an Polyphenolen und OPC. Neutralisiert freie Radikale, spendet Feuchtigkeit und verleiht der Haut natürlichen Glow.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 6L9 7.5L5 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 6L9 7.5L13 9\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10L9 11.5L5 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 10L9 11.5L13 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eVerbena officinalis\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eEisenkrautextrakt\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eTraditionelle Heilpflanze mit tonisierender Wirkung. Beruhigt Rötungen, harmonisiert das Hautbild und bringt gestresste Haut zurück ins Gleichgewicht. Wirkt anregend und ausgleichend.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #f5dde8; border-color: #e0b0c8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 9C9 6 6.5 4 5 6.5 3.5 9 5 11.5 9 11.5 13 11.5 14.5 9 13 6.5 11.5 4 9 6 9 9Z\" stroke=\"#a8306a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11.5V15\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eNelumbo nucifera\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eLotusextrakt\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eUralter Wirkstoff aus dem asiatischen Beauty-Ritual – reich an Flavonoiden. Klärt die Poren, wirkt sanft adstringierend, spendet Feuchtigkeit und macht die Haut geschmeidig und ebenmäßig.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv id=\"anwendung\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 14px;\"\u003eSo wird das Tonerwasser\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003eMorgens und abends als erster Pflegeschritt nach der Reinigung. Auf Watte- oder Wiederverwendungspad geben oder mit den Händen sanft ins Gesicht drücken – so wird die Haut auf Serum und Creme vorbereitet.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Mit den Händen sanft in die Haut klopfen – so bleiben die Wirkstoffe erhalten und die Haut wird maximal auf die folgende Pflege vorbereitet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eHaut reinigen\u003c\/strong\u003e Gesicht mit Gelée Démaquillante Douce oder mildem Reiniger reinigen und trockentupfen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAuftragen\u003c\/strong\u003e Auf Watte- oder Wiederverwendungspad geben und über Gesicht, Hals und Dekolleté führen. Alternativ in Handflächen sprühen und einklopfen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eEinwirken lassen\u003c\/strong\u003e Kurz einziehen lassen – die Haut fühlt sich sofort erfrischt und ausgeglichen an.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eSerum \u0026amp; Creme\u003c\/strong\u003e Anschließend Synergie Éclatante oder Synergie Anti-Rides auftragen, dann die passende Creme.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eMorgens \u0026amp; abends\u003c\/strong\u003e Zweimal täglich verwenden – der tägliche Beauty-Moment für ausgleichende, erfrischte Haut.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv class=\"section\" id=\"einsatz\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003eFür alle, die Balance,\u003cbr\u003eErfrischung und Ausgleich suchen\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"6\" cy=\"6\" r=\"2\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"6\" r=\"2\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"8\" cy=\"10\" r=\"2\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Erster Pflegeschritt\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 6L8 7L5 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M11 6L8 7L11 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Gestresste Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 8C8 5.5 6 4 4.5 6 3 8 4.5 10 8 10 11.5 10 13 8 11.5 6 10 4 8 5.5 8 8Z\" fill=\"#f5dde8\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Verstopfte Poren\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3C6.5 5 5 7 5 9.5 5 11.5 6.5 13 8 13 9.5 13 11 11.5 11 9.5 11 7 9.5 5 8 3Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Dehydrierte Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 13C8 13 3 9.5 3 6.5 3 4.5 4.5 3 6 3 6.8 3 8 3.8 8 3.8S9.2 3 10 3C11.5 3 13 4.5 13 6.5 13 9.5 8 13 8 13Z\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Empfindliche Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"5\" cy=\"5\" r=\"1.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"5\" r=\"1.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"7.5\" cy=\"9\" r=\"1.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Vor Serum \u0026amp; Creme\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Mischhaut \u0026amp; T-Zone\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 8C8 5.5 6 4 4.5 6 3 8 4.5 10 8 10 11.5 10 13 8 11.5 6 10 4 8 5.5 8 8Z\" fill=\"#f5dde8\" stroke=\"#a8306a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Nach dem Reisen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Nach dem Sport\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum die Essence\u003cbr\u003eTonifiante \u0026amp; Équilibrante\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eEin alkoholfreier Toner mit drei kraftvollen Pflanzenextrakten – erfrischt, gleicht aus und bereitet die Haut optimal auf die weitere Pflege vor. Schweizer Qualität, natürlich sanft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eAlkoholfrei \u0026amp; sanft\u003c\/strong\u003e – anders als klassische Toner ohne austrocknenden Alkohol – bringt Balance, ohne die Hautbarriere zu belasten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Extrakte – eine Balance\u003c\/strong\u003e – Traube schützt antioxidativ, Eisenkraut gleicht aus, Lotus klärt und hydratisiert. Perfekte Harmonie in einer Flasche.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eVerstärkt die Wirkung\u003c\/strong\u003e – öffnet die Haut für die folgenden Pflegeprodukte, sodass Serum und Creme ihre Wirkstoffe maximal entfalten können.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 1px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei der Wirksamkeit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" id=\"faq\" style=\"background: #f0ece4;\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 28px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWas ist der Unterschied zu einem klassischen Gesichtswasser?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEssence Tonifiante \u0026amp; Équilibrante ist ein modernes Essenz-Tonerwasser ohne Alkohol – im Gegensatz zu klassischen Toners trocknet es die Haut nicht aus. Die drei Pflanzenextrakte pflegen aktiv, während sie die Haut auf die weitere Pflege vorbereiten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWann in der Pflegeroutine wird die Essence angewendet?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDirekt nach der Reinigung, als erster Pflegeschritt. Die Reihenfolge: Reinigung → Essence Tonifiante → Serum (z. B. Synergie Éclatante oder Anti-Rides) → Creme (Universelle oder Anti-Rides). So kann jedes Produkt seine volle Wirkung entfalten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nIst die Essence auch für empfindliche Haut geeignet?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Da die Rezeptur alkoholfrei ist und Eisenkraut hautberuhigend wirkt, ist die Essence besonders sanft. Auch bei Rötungen und Irritationen wirkt sie ausgleichend und beruhigend.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich die Essence auch tagsüber als Erfrischung nutzen?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, ideal! In eine Sprühflasche umfüllen und tagsüber über Gesicht und Hals sprühen – erfrischt sofort und liefert einen Feuchtigkeitsboost. Perfekt bei Hitze, nach dem Sport oder auf Reisen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nMuss ich einen Toner überhaupt verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEin guter Toner ist nicht Pflicht, aber er potenziert die Wirkung der weiteren Pflege deutlich. Die Essence Tonifiante bereitet die Haut optimal auf Serum und Creme vor – ihre Wirkstoffe werden besser aufgenommen. Auf Dauer ein sichtbar besseres Hautbild.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 12px;\"\u003eFragen zur Essence\u003cbr\u003eTonifiante?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Essence%20Tonifiante%20%26%20%C3%89quilibrante%20100ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Essence%20Tonifiante%20%26%20%C3%89quilibrante%20100ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"anfrage-email-box\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#f8f6f2\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 7l8 5 8-5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Essence%20Tonifiante\" class=\"anfrage-topic\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anwendung:%20Essence%20Tonifiante\" class=\"anfrage-topic\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Bestellung:%20Essence%20Tonifiante\" class=\"anfrage-topic\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Grossmengen:%20Essence%20Tonifiante\" class=\"anfrage-topic\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für den perfekten ersten Pflegeschritt?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; vertical-align: middle;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 100 ml · Swiss Made · Biotonique\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca class=\"primary\" href=\"#\"\u003e \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen \u003c\/a\u003e \u003ca class=\"outline\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Essence%20Tonifiante%20%26%20%C3%89quilibrante%20100ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Essence%20Tonifiante%20%26%20%C3%89quilibrante%20100ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#4a4840\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7L10 14L14 7\" stroke=\"#4a4840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor · Biotonique · Essence Tonifiante \u0026amp; Équilibrante · \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003ca class=\"footer-link\" href=\"mailto:info@viodor.com\"\u003e \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":54178526134609,"sku":null,"price":60.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/essencetonifiante.png?v=1782843645"},{"product_id":"gelee-demaquillante-douce","title":"Gelée Démaquillante Douce","description":"\u003cstyle\u003e*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --white: #f8f6f2;\n  --off-white: #f2efe9;\n  --light: #e0dbd2;\n  --mid: #bab4a8;\n  --text: #1a1a18;\n  --muted: #3a3830;\n  --rose: #7a6248;\n  --rose-light: #edeae4;\n  --rose-mid: #bab4a8;\n  --sage: #5a5850;\n  --sage-light: #eae8e2;\n  --sage-mid: #b0aca4;\n  --gold: #7a7670;\n  --gold-light: #eae8e2;\n  --gold-mid: #b4b0a8;\n  --accent: #28271f;\n  --accent-light: #e8e6e0;\n  --accent-mid: #a0a098;\n  --r: 4px; --rm: 8px; --rl: 12px;\n  --font: 'Inter', sans-serif;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --mono: 'DM Mono', monospace;\n  --ease: cubic-bezier(.16,1,.3,1);\n  --nav-h: 56px;\n  \/* Palette farbig – für Gelée Démaquillante angepasst *\/\n  --c-green:  #2d7a3a; --c-green-bg:  #daeeda; --c-green-bd:  #a8ccac;\n  --c-blue:   #1a3870; --c-blue-bg:   #dae4f4; --c-blue-bd:   #a8c0e0;\n  --c-red:    #8a1a30; --c-red-bg:    #f5dde2; --c-red-bd:    #e0b0bc;\n  --c-purple: #5a3a98; --c-purple-bg: #ede8f5; --c-purple-bd: #c8bae0;\n  --c-brown:  #6a5030; --c-brown-bg:  #e0dac8; --c-brown-bd:  #c0b498;\n  --c-yellow: #a88010; --c-yellow-bg: #f5ecc8; --c-yellow-bd: #dcc888;\n  --c-teal:   #1a7078; --c-teal-bg:   #daecec; --c-teal-bd:   #a8ccce;\n}\nhtml { scroll-behavior: smooth; }\nbody { font-family: var(--font); color: var(--text); background: var(--white);\n  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;\n  font-size: 16px; line-height: 1.8; font-weight: 400; }\nbody::before { content: ''; position: fixed; inset: 0; background: #f8f6f2; z-index: -1; }\nimg { display: block; max-width: 100%; }\na { color: inherit; text-decoration: none; }\n\n\/* NAV *\/\n.nav { position: sticky; top: 0; z-index: 200; height: var(--nav-h);\n  background: rgba(248,246,242,.97); backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 24px; gap: 16px; }\n.nav-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600;\n  color: var(--accent); letter-spacing: .06em; white-space: nowrap;\n  display: flex; align-items: center; gap: 8px; }\n.nav-links { display: flex; gap: 24px; list-style: none; }\n.nav-links a { font-size: 13px; color: var(--muted); transition: color .2s; font-weight: 500; }\n.nav-links a:hover { color: var(--text); }\n.nav-cta { background: var(--accent); color: #f8f6f2; font-size: 13px;\n  font-weight: 500; padding: 8px 18px; border-radius: var(--rm);\n  transition: opacity .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; }\n.nav-cta:hover { opacity: .82; }\n@media (max-width: 768px) { .nav-links { display: none; } }\n\n\/* BREADCRUMB *\/\n.breadcrumb { max-width: 1400px; margin: 0 auto;\n  padding: 12px 24px; font-size: 12px; color: var(--muted);\n  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }\n.breadcrumb a { color: var(--muted); transition: color .2s; }\n.breadcrumb a:hover { color: var(--text); }\n.breadcrumb span { opacity: .5; }\n\n\/* STAGE *\/\n.stage { max-width: 1400px; margin: 0 auto;\n  padding: 24px 24px 64px;\n  display: grid; grid-template-columns: minmax(0,1.1fr) 360px;\n  gap: 40px; align-items: start; }\n.stage-wrap { background: var(--white); border-bottom: 1px solid var(--light); padding-bottom: 8px; }\n@media (max-width: 900px) { .stage { grid-template-columns: 1fr; } .stage-spec { display: none; } }\n@media (max-width: 680px) { .stage { gap: 20px; padding: 0 16px 48px; } }\n\n\/* PRODUCT INFO *\/\n.product-info { display: flex; flex-direction: column; gap: 16px; padding-top: 16px; min-width: 0; }\n.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }\n.badge { display: inline-flex; align-items: center; gap: 4px;\n  font-family: var(--mono); font-size: 10px; letter-spacing: .03em;\n  padding: 3px 8px; border-radius: var(--r); white-space: nowrap;\n  flex-shrink: 0; border: 1px solid; }\n.badge-rose { background: var(--rose-light); border-color: var(--rose-mid); color: var(--rose); }\n.badge-sage { background: var(--sage-light); border-color: var(--sage-mid); color: var(--sage); }\n.badge-gold { background: var(--gold-light); border-color: var(--gold-mid); color: var(--gold); }\n.badge-grey { background: var(--off-white); border-color: var(--light); color: var(--muted); }\n.badge-ch { background: #fde8e8; border-color: #f5b8b8; color: #b01020;\n  display: inline-flex; align-items: center; gap: 5px; }\n\n\/* Award strip *\/\n.award-strip { display: flex; align-items: center; gap: 10px;\n  padding: 10px 14px; background: var(--off-white);\n  border: 1px solid var(--light); border-radius: var(--rm);\n  font-size: 13px; color: var(--muted); font-weight: 500;\n  font-family: var(--mono); letter-spacing: .03em; }\n\n.product-title { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500;\n  line-height: 1.1; letter-spacing: -.01em; color: var(--text);\n  word-break: break-word; overflow-wrap: break-word; hyphens: auto;\n  font-family: var(--font-display); }\n.product-title em { font-style: italic; opacity: .55; font-weight: 400; }\n.product-price { font-size: 32px; font-weight: 700; color: var(--text); }\n.product-price .tax-note { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 6px; }\n.divider { height: 1px; background: var(--light); }\n.product-desc { font-size: 16px; color: #2a2820; line-height: 1.85; font-weight: 400; }\n.product-desc strong { color: var(--text); font-weight: 700; }\n\n.ingr-bullets { display: flex; flex-direction: column; gap: 10px; }\n.ingr-bullet { display: flex; align-items: flex-start; gap: 10px;\n  font-size: 15px; color: var(--text); line-height: 1.8; font-weight: 400; }\n.ingr-bullet-icon { width: 26px; height: 26px; border-radius: 50%;\n  background: var(--accent-light); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.ingr-bullet em { font-style: italic; color: var(--rose); font-size: 12px;\n  font-family: var(--mono); font-weight: 600; }\n\n.info-tip { display: flex; align-items: flex-start; gap: 10px;\n  background: #daeeda; border: 1px solid #a8ccac;\n  border-left: 3px solid #2d7a3a;\n  border-radius: var(--rm); padding: 12px 16px;\n  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 500; }\n.info-tip svg { flex-shrink: 0; margin-top: 2px; }\n\n\/* ATC *\/\n.atc-row { display: flex; gap: 10px; }\n.btn-primary { flex: 1; padding: 14px 24px; background: var(--accent);\n  color: #f8f6f2; font-size: 15px; font-weight: 600;\n  border: none; border-radius: var(--rm); cursor: pointer;\n  text-align: center; display: inline-flex; align-items: center;\n  justify-content: center; gap: 8px; transition: opacity .2s; }\n.btn-primary:hover { opacity: .84; }\n.btn-ghost { padding: 14px 20px; background: transparent;\n  color: var(--text); font-size: 14px;\n  border: 1px solid var(--mid); border-radius: var(--rm);\n  display: inline-flex; align-items: center; gap: 7px;\n  transition: border-color .2s; white-space: nowrap; }\n.btn-ghost:hover { border-color: var(--text); }\n@media (max-width: 400px) { .atc-row { flex-direction: column; } }\n\n\/* Trust strip *\/\n.trust-strip { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;\n  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.trust-item { display: flex; align-items: center; gap: 7px;\n  font-size: 12px; color: #3a3830; font-family: var(--mono);\n  white-space: nowrap; font-weight: 600; letter-spacing: .03em; }\n.trust-item svg, .trust-item .ch-flag { flex-shrink: 0; }\n\n\/* Mini spec *\/\n.mini-spec { display: none; grid-template-columns: 1fr 1fr; gap: 1px;\n  background: var(--light); border: 1px solid var(--light);\n  border-radius: var(--rm); overflow: hidden; }\n.mini-spec-item { background: var(--white); padding: 12px 16px; }\n.mini-spec-key { font-size: 12px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }\n.mini-spec-val { font-size: 15px; font-weight: 700; color: var(--text); }\n@media (max-width: 900px) { .mini-spec { display: grid; } }\n\n\/* SPEC PANEL *\/\n.stage-spec { position: sticky; top: calc(var(--nav-h) + 16px);\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 20px;\n  box-shadow: 0 4px 20px rgba(40,39,31,.08); overflow: hidden; }\n.spec-label { font-family: var(--mono); font-size: 9px;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);\n  margin-bottom: 14px; }\n.spec-row { display: flex; justify-content: space-between; align-items: baseline;\n  padding: 9px 0; border-bottom: 1px solid var(--light); font-size: 13px; gap: 10px; }\n.spec-row:last-child { border-bottom: none; padding-bottom: 0; }\n.spec-key { color: var(--muted); flex-shrink: 0; font-weight: 500; font-size: 13px; }\n.spec-val { font-weight: 600; text-align: right; color: var(--text);\n  font-size: 13px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }\n\n\/* INGR BAND *\/\n.ingr-band { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.ingr-band-inner { max-width: 1400px; margin: 0 auto;\n  padding: 28px 24px; display: flex; align-items: center;\n  justify-content: center; gap: 32px; flex-wrap: wrap; }\n.ingr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n.ingr-item-icon { width: 40px; height: 40px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; }\n.ingr-name { font-family: var(--mono); font-size: 11px; font-weight: 700;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; }\n.ingr-effect { font-size: 12px; color: var(--muted); max-width: 130px; line-height: 1.4; }\n.ingr-sep { width: 1px; height: 48px; background: var(--light); }\n@media (max-width: 600px) { .ingr-sep { display: none; } .ingr-band-inner { gap: 20px; } }\n\n\/* SECTIONS *\/\n.section { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }\n@media (max-width: 480px) { .section { padding: 48px 16px; } }\n.section-tag { font-family: var(--mono); font-size: 10px;\n  letter-spacing: .18em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 14px; font-weight: 700;\n  border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block;\n  opacity: .8; }\n.section-title { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 32px;\n  color: var(--text); font-family: var(--font-display); }\n\n\/* Why heading *\/\n.why h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; color: var(--text);\n  font-family: var(--font-display); }\n\n\/* Features *\/\n.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }\n@media (max-width: 480px) { .features { grid-template-columns: 1fr; } }\n.feat { background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 28px 24px;\n  transition: border-color .2s, box-shadow .2s; }\n.feat:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.07); }\n.feat-icon { width: 52px; height: 52px; border-radius: var(--rm);\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--light); }\n.feat h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #1a1a18;\n  border-bottom: 1px solid var(--light); padding-bottom: 8px;\n  display: flex; align-items: center; gap: 8px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.feat p { font-size: 15px; color: #3a3830; line-height: 1.8; }\n.feat * { color: inherit; }\n.feat a { color: inherit !important; text-decoration: none !important; }\n.feat p a, .feat p a:visited { color: var(--muted) !important; text-decoration: none; }\n.section-divider { height: 1px; background: var(--light); max-width: 1400px; margin: 0 24px; }\n\n\/* Specs *\/\n.specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .specs-layout { grid-template-columns: 1fr; gap: 28px; } }\n.specs-table { width: 100%; border-collapse: collapse; }\n.specs-table tr { border-bottom: 1px solid var(--light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 13px 0; font-size: 15px; vertical-align: middle; }\n.specs-table .td-k { color: #5a5650; width: 46%; font-weight: 500; }\n.specs-table .td-v { font-weight: 700; color: var(--text); }\n\n\/* Ingredients grid *\/\n.ingr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 14px; }\n@media (max-width: 480px) { .ingr-grid { grid-template-columns: 1fr; } }\n.ingr-card { background: var(--off-white); border: 1px solid var(--light);\n  border-radius: var(--rm); padding: 20px 22px;\n  display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s; }\n.ingr-card:hover { border-color: var(--mid); }\n.ingr-card-icon { width: 44px; height: 44px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.ingr-dot { width: 9px; height: 9px; border-radius: 50%;\n  background: var(--accent); flex-shrink: 0; margin-top: 6px; }\n.ingr-sci { font-family: var(--mono); font-size: 11px; font-weight: 600;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; margin-bottom: 4px; }\n.ingr-common { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.ingr-desc { font-size: 14px; color: #3a3830; line-height: 1.8; }\n\n\/* Steps *\/\n.apply-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .apply-layout { grid-template-columns: 1fr; gap: 32px; } }\n.steps { display: flex; flex-direction: column; gap: 16px; }\n.step { display: flex; align-items: flex-start; gap: 16px; }\n.step-num { width: 36px; height: 36px; border-radius: 50%;\n  background: var(--accent); color: #f8f6f2;\n  font-family: var(--mono); font-size: 14px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.step-text { font-size: 15px; color: #3a3830; line-height: 1.85; padding-top: 7px; }\n.step-text strong { color: #1a1a18; font-weight: 700; display: block; margin-bottom: 4px; font-size: 16px; font-family: var(--font-display); }\n\n\/* Uses *\/\n.uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 8px; }\n@media (max-width: 480px) { .uses-grid { grid-template-columns: 1fr 1fr; } }\n.use { background: #edeae4; border: 1px solid #d0c8b8;\n  border-radius: var(--rm); padding: 12px 16px; font-size: 14px;\n  color: #1a1a18; font-weight: 500;\n  display: flex; align-items: center; gap: 10px;\n  transition: border-color .2s, background .2s, transform .15s; }\n.use:hover { transform: translateY(-2px); background: #e4ddd0; }\n.use-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }\n\n\/* Colorful borders and dots per nth-child *\/\n.use:nth-child(1)  { border-left: 3px solid #2d7a3a; } .use:nth-child(1)  .use-dot { background: #2d7a3a; }\n.use:nth-child(2)  { border-left: 3px solid #a88010; } .use:nth-child(2)  .use-dot { background: #a88010; }\n.use:nth-child(3)  { border-left: 3px solid #1a7078; } .use:nth-child(3)  .use-dot { background: #1a7078; }\n.use:nth-child(4)  { border-left: 3px solid #5a3a98; } .use:nth-child(4)  .use-dot { background: #5a3a98; }\n.use:nth-child(5)  { border-left: 3px solid #8a1a30; } .use:nth-child(5)  .use-dot { background: #8a1a30; }\n.use:nth-child(6)  { border-left: 3px solid #2d7a3a; } .use:nth-child(6)  .use-dot { background: #2d7a3a; }\n.use:nth-child(7)  { border-left: 3px solid #a88010; } .use:nth-child(7)  .use-dot { background: #a88010; }\n.use:nth-child(8)  { border-left: 3px solid #1a7078; } .use:nth-child(8)  .use-dot { background: #1a7078; }\n.use:nth-child(9)  { border-left: 3px solid #5a3a98; } .use:nth-child(9)  .use-dot { background: #5a3a98; }\n.use:nth-child(10) { border-left: 3px solid #8a1a30; } .use:nth-child(10) .use-dot { background: #8a1a30; }\n\n\/* Why *\/\n.why { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.why-inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 16px; } }\n.why h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 400;\n  letter-spacing: -.02em; line-height: 1.2; color: var(--text); }\n.why-sub { margin-top: 12px; font-size: 15px; color: var(--muted); line-height: 1.8; }\n.why-points { display: flex; flex-direction: column; gap: 18px; }\n.why-point { display: flex; align-items: flex-start; gap: 14px; }\n.why-check { width: 28px; height: 28px; border-radius: 50%;\n  background: #2d7a3a; border: 2px solid #1e6030; display: flex;\n  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n.why-text { font-size: 15px; color: #3a3830; line-height: 1.85; }\n.why-text strong { color: var(--text); font-weight: 700; }\n\n\/* FAQ *\/\n.faq-wrap { max-width: 760px; margin: 0 auto; }\n.faq-item { background: var(--white); border-radius: var(--rl);\n  border: 1px solid #d8d2c8; margin-bottom: 10px; overflow: hidden;\n  transition: border-color .2s, box-shadow .25s, transform .2s;\n  box-shadow: 0 1px 4px rgba(40,39,31,.05); }\n.faq-item:hover { border-color: #b0ccb4;\n  box-shadow: 0 6px 20px rgba(40,39,31,.10); transform: translateY(-2px); }\n.faq-item:nth-child(odd) { border-left: 3px solid #2d7a3a; }\n.faq-item:nth-child(even) { border-left: 3px solid #a88010; }\n.faq-q { display: flex; align-items: center; gap: 12px;\n  padding: 18px 20px 0; font-size: 18px; font-weight: 500;\n  font-family: var(--font-display); letter-spacing: .01em;\n  color: var(--text); line-height: 1.4; }\n@media (max-width: 480px) { .faq-q { font-size: 16px; } }\n.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: #daeeda; border: 1px solid #a8ccac; }\n.faq-item:nth-child(even) .faq-icon { background: #f5ecc8; border-color: #dcc888; }\n.faq-a { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 400;\n  padding: 12px 22px 20px 56px; }\n@media (max-width: 480px) { .faq-a { padding-left: 20px; } }\n.faq-a a { color: var(--accent); text-decoration: underline; }\n\n\/* Anfrage *\/\n.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n@media (max-width: 640px) { .anfrage-grid { grid-template-columns: 1fr; gap: 28px; } }\n.anfrage-email-box { display: flex; align-items: center; gap: 16px;\n  padding: 20px 24px; background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); text-decoration: none;\n  transition: border-color .2s, box-shadow .2s; }\n.anfrage-email-box:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.08); }\n.anfrage-email-icon { width: 48px; height: 48px; border-radius: 50%;\n  background: var(--accent); display: flex; align-items: center;\n  justify-content: center; flex-shrink: 0; }\n.anfrage-topics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }\n.anfrage-topic { display: inline-block; padding: 7px 14px;\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: 20px; font-size: 13px; color: var(--muted);\n  text-decoration: none; font-weight: 500; transition: all .2s; }\n.anfrage-topic:hover { border-color: var(--mid); color: var(--text); }\n\n\/* CTA *\/\n.cta-bar { background: var(--white); border-top: 1px solid var(--light); }\n.cta-inner { max-width: 1400px; margin: 0 auto; padding: 48px 24px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 24px; flex-wrap: wrap; }\n@media (max-width: 600px) { .cta-inner { flex-direction: column; align-items: flex-start; } }\n.cta-inner h3 { font-size: 24px; font-weight: 500; font-family: var(--font-display); }\n.cta-inner p { margin-top: 5px; font-size: 14px; color: var(--muted); }\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }\n.cta-btns a { display: inline-flex; align-items: center; gap: 8px;\n  padding: 13px 24px; border-radius: var(--rm);\n  font-size: 14px; font-weight: 500; transition: opacity .2s; }\n.cta-btns .primary { background: var(--accent); color: #f8f6f2; }\n.cta-btns .primary:hover { opacity: .84; }\n.cta-btns .outline { background: transparent; color: var(--text);\n  border: 1px solid var(--mid); font-weight: 400; }\n.cta-btns .outline:hover { border-color: var(--text); }\n\n\/* Footer *\/\n.footer { border-top: 1px solid var(--light); background: var(--off-white); }\n.footer-inner { max-width: 1400px; margin: 0 auto;\n  padding: 24px; display: flex; align-items: center;\n  justify-content: space-between; flex-wrap: wrap; gap: 10px; }\n.footer-brand { font-family: var(--mono); font-size: 12px; color: var(--muted);\n  display: flex; align-items: center; gap: 6px; }\n.footer-link { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }\n.footer-link:hover { color: var(--text); }\n\n\/* Swiss flag inline SVG helper *\/\n.ch-flag { display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }\n\n@keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }\n.product-info { animation: fadeUp .55s .08s var(--ease) both; }\n.stage-spec { animation: fadeUp .6s .16s var(--ease) both; }\n\n\/* FAQ icon colors *\/\n.faq-item:nth-child(odd) .faq-icon svg { color: #2d7a3a; }\n.faq-item:nth-child(even) .faq-icon svg { color: #a88010; }\n\n\/* Ingr bullets – colored per wirkstoff (Grün \/ Gold \/ Teal) *\/\n.ingr-bullet:nth-child(1) .ingr-bullet-icon { background: var(--c-green-bg);  border-color: var(--c-green-bd);  color: var(--c-green); }\n.ingr-bullet:nth-child(2) .ingr-bullet-icon { background: var(--c-yellow-bg); border-color: var(--c-yellow-bd); color: var(--c-yellow); }\n.ingr-bullet:nth-child(3) .ingr-bullet-icon { background: var(--c-teal-bg);   border-color: var(--c-teal-bd);   color: var(--c-teal); }\n\n\/* Spec rows – subtle alternating *\/\n.spec-row:nth-child(odd)  { border-left: 2px solid var(--c-green);  padding-left: 8px; }\n.spec-row:nth-child(even) { border-left: 2px solid var(--c-yellow); padding-left: 8px; }\n\n\/* Ingr cards – colored borders *\/\n.ingr-card:nth-child(1) { border-left: 3px solid var(--c-green); }\n.ingr-card:nth-child(2) { border-left: 3px solid var(--c-yellow); }\n.ingr-card:nth-child(3) { border-left: 3px solid var(--c-teal); }\n\n\/* Step numbers – colored *\/\n.step:nth-child(1) .step-num { background: var(--c-green);  }\n.step:nth-child(2) .step-num { background: var(--c-yellow); }\n.step:nth-child(3) .step-num { background: var(--c-teal);   }\n.step:nth-child(4) .step-num { background: var(--c-blue);   }\n.step:nth-child(5) .step-num { background: var(--c-purple); }\n \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca class=\"nav-brand\" href=\"#\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7 L10 14 L14 7\" stroke=\"#28271f\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor \u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eGelée Démaquillante Douce\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- STAGE --\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 16 16\" fill=\"#c8b490\" stroke=\"#7a7670\" stroke-width=\".8\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · 💧 Reinigung Gesicht \u0026amp; Augen · \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\" stroke=\"#7a6248\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sanft \u0026amp; beruhigend \u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\" stroke=\"#5a5850\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌿 Aloe Vera · Kamille \u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\" stroke=\"#7a7670\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🥒 Gurkenwasser \u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"7\" r=\".6\" fill=\"#4a4840\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eGelée Démaquillante Douce 150ml\u003cbr\u003e\u003cem\u003eReinigung · Sanftheit · Beruhigung\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eEin mildes Reinigungsgel für Gesicht und Augen\u003c\/strong\u003e – entfernt sanft Make-up, Sonnenschutz und Alltagsverunreinigungen. Formuliert mit drei beruhigenden Pflanzenextrakten für gestresste, empfindliche Haut. Auch für die zarte Augenpartie geeignet.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2L5 4.5L4 8L5 11L7 12L9 11L10 8L9 4.5Z\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 5V11\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌿 Aloe Vera \u003cem\u003e(Aloe barbadensis)\u003c\/em\u003e – beruhigend, feuchtigkeitsspendend, regenerierend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"1.8\" stroke=\"#a88010\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 2C7 3.5 7 4 7 5\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 4C10 5 9.5 5.5 9 6\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M11 10C10 9 9.5 8.5 9 8\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 12C7 10.5 7 10 7 9\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 10C4 9 4.5 8.5 5 8\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 4C4 5 4.5 5.5 5 6\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌼 Kamillenextrakt \u003cem\u003e(Matricaria chamomilla)\u003c\/em\u003e – hautberuhigend, entzündungshemmend, sanft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cellipse cx=\"7\" cy=\"7\" rx=\"2.5\" ry=\"4\" stroke=\"#1a7078\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M5.5 5L7 6L8.5 5\" stroke=\"#1a7078\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🥒 Gurkenwasser \u003cem\u003e(Cucumis sativus)\u003c\/em\u003e – erfrischend, klärend, abschwellend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" fill=\"#daeeda\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 7V11\" stroke=\"#2d7a3a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"5\" r=\".9\" fill=\"#2d7a3a\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Alkoholfreies Reinigungsgel – schäumt sanft auf, entfernt zuverlässig auch wasserfestes Make-up und Sonnenschutz, ohne die natürliche Hautbarriere zu belasten.\u003c\/div\u003e\n\u003c!-- ATC --\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb \u003c\/a\u003e \u003ca class=\"btn-ghost\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Gel%C3%A9e%20D%C3%A9maquillante%20Douce%20150ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Gel%C3%A9e%20D%C3%A9maquillante%20Douce%20150ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d6e32\" stroke-width=\"1.5\" fill=\"#dde8dc\" fill-opacity=\".5\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7L7 11\" stroke=\"#2d6e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"#1a7078\" stroke-width=\"1.5\" fill=\"#daecec\" fill-opacity=\".6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 5V7L9 8\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 👁️ Augenpartie geeignet\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f0dde0\" fill-opacity=\".6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mini spec --\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e150 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTyp\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eReinigungsgel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eHauttypen\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eAlle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC PANEL --\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eGelée Démaquillante Douce\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e150 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eMildes Reinigungsgel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAnwendungsbereich\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eGesicht \u0026amp; Augenpartie\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eReinigung · beruhigend · sanft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAloe Vera\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eAloe barbadensis\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eKamille\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eMatricaria chamomilla\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eGurke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eCucumis sativus\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAlkohol\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eFrei von Alkohol\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAlle, auch empfindlich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L7 5.5L6 9L7 13L9 14L11 13L12 9L11 5.5Z\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6V13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eAloe barbadensis\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eAloe Vera – beruhigend, feuchtigkeitsspendend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #f5ecc8; border-color: #dcc888;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" stroke=\"#a88010\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 5.5L12 7\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 12.5L12 11\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 15V12\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12.5L6 11\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 5.5L6 7\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eMatricaria chamomilla\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eKamille – beruhigend, entzündungshemmend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #daecec; border-color: #a8ccce;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cellipse cx=\"9\" cy=\"9\" rx=\"3\" ry=\"5\" stroke=\"#1a7078\" stroke-width=\"1.5\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M7 7L9 8L11 7\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 11L9 10L11 11\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eCucumis sativus\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eGurke – erfrischend, klärend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #dae4f4; border-color: #a8c0e0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cellipse cx=\"9\" cy=\"9\" rx=\"6\" ry=\"3\" stroke=\"#1a3870\" stroke-width=\"1.5\"\u003e\u003c\/ellipse\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2\" fill=\"#1a3870\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eAugenpartie geeignet\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eSanft genug für empfindliche Augen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fde8e8; border-color: #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eReinigen. Beruhigen. Erfrischen.\u003cbr\u003eDas milde Alles-in-Einem Reinigungsgel.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L7 5.5L6 9L7 13L9 14L11 13L12 9L11 5.5Z\" stroke=\"#2d7a3a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6V13\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3L6.5 5L5.5 8L6.5 12L8 13L9.5 12L10.5 8L9.5 5Z\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Aloe Vera – Beruhigung\u003c\/h3\u003e\n\u003cp\u003eAloe Vera beruhigt die Haut nach dem Reinigungsvorgang, spendet Feuchtigkeit und wirkt regenerierend. Ideal für Haut, die zu Trockenheit oder Reizungen neigt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5ecc8; border: 1px solid #dcc888;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" stroke=\"#a88010\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6M9 12V15M3 9H6M12 9H15\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 5L6.5 6.5M11.5 11.5L13 13M13 5L11.5 6.5M5 13L6.5 11.5\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"2\" stroke=\"#a88010\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 3V5M8 11V13M3 8H5M11 8H13\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Kamille – Sanftheit\u003c\/h3\u003e\n\u003cp\u003eKamillenextrakt wirkt entzündungshemmend und sanft. Perfekt für empfindliche Haut, gereizte Augenpartien und alle, die eine milde Reinigung suchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daecec; border: 1px solid #a8ccce;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cellipse cx=\"9\" cy=\"9\" rx=\"3\" ry=\"5\" stroke=\"#1a7078\" stroke-width=\"1.6\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M7 7L9 8L11 7\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cellipse cx=\"8\" cy=\"8\" rx=\"2.5\" ry=\"4\" stroke=\"#1a7078\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e Gurke – Erfrischung\u003c\/h3\u003e\n\u003cp\u003eGurkenwasser wirkt kühlend, klärt die Poren und mildert Schwellungen. Der klassische Beauty-Wirkstoff für einen erfrischten Blick nach der Reinigung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #dae4f4; border: 1px solid #a8c0e0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cellipse cx=\"9\" cy=\"9\" rx=\"6\" ry=\"3\" stroke=\"#1a3870\" stroke-width=\"1.6\"\u003e\u003c\/ellipse\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" fill=\"#1a3870\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cellipse cx=\"8\" cy=\"8\" rx=\"5\" ry=\"2.5\" stroke=\"#1a3870\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"2\" fill=\"#1a3870\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Auch für Augenpartie\u003c\/h3\u003e\n\u003cp\u003eSanft genug für den empfindlichen Bereich um die Augen – entfernt zuverlässig Mascara und Lidschatten, ohne zu reizen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde2; border: 1px solid #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für alle Hauttypen\u003c\/h3\u003e\n\u003cp\u003eAlkoholfreies, mildes Reinigungsgel für empfindliche, trockene, ölige oder gemischte Haut. Ideal auch bei Rötungen oder Neurodermitis-Neigung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fde8e8; border: 1px solid #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Milde Rezeptur aus reinen Pflanzenextrakten, sanft zu jeder Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\" id=\"specs\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 20px;\"\u003eFormel \u0026amp;\u003cbr\u003eReinigungskonzept\u003c\/h2\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e💧\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eGelée Démaquillante Douce ist ein mildes, alkoholfreies Reinigungsgel für Gesicht und Augenpartie. Die Formulierung kombiniert drei sanfte Pflanzenextrakte – Aloe Vera beruhigt, Kamille wirkt entzündungshemmend, Gurkenwasser erfrischt und klärt. Entfernt zuverlässig Make-up, Sonnenschutz und Alltagsverunreinigungen, ohne die Hautbarriere zu belasten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Aloe Vera --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daeeda; border: 1px solid #a8ccac; border-left: 3px solid #2d7a3a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L7 5.5L6 9L7 13L9 14L11 13L12 9L11 5.5Z\" fill=\"#b8e0b8\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6V13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e🌿 Aloe Vera\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #2d7a3a;\"\u003e(Aloe barbadensis)\u003c\/em\u003e\u003cbr\u003eReich an Polysacchariden, Vitaminen und Aminosäuren – beruhigt die Haut, spendet Feuchtigkeit und unterstützt die Regeneration nach dem Reinigungsvorgang.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Kamille --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5ecc8; border: 1px solid #dcc888; border-left: 3px solid #a88010; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" fill=\"#f0dc98\" stroke=\"#a88010\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 5.5L12 7\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 12.5L12 11\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 15V12\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12.5L6 11\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 5.5L6 7\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #40300a; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #40300a;\"\u003e🌼 Kamillenextrakt\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #a88010;\"\u003e(Matricaria chamomilla)\u003c\/em\u003e\u003cbr\u003eEnthält Bisabolol und Chamazulen – wirkt entzündungshemmend, hautberuhigend und lindernd bei Rötungen. Der Klassiker für empfindliche und gereizte Haut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Gurke --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daecec; border: 1px solid #a8ccce; border-left: 3px solid #1a7078; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cellipse cx=\"9\" cy=\"9\" rx=\"3\" ry=\"5\" fill=\"#b8dce0\" stroke=\"#1a7078\" stroke-width=\"1.5\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M7 7L9 8L11 7\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 11L9 10L11 11\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #0e3030; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #0e3030;\"\u003e🥒 Gurkenwasser\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #1a7078;\"\u003e(Cucumis sativus)\u003c\/em\u003e\u003cbr\u003eKühlend, erfrischend und klärend – wirkt abschwellend rund um die Augen, spendet Feuchtigkeit und verleiht sofortiges Frischegefühl.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Alkoholfrei Highlight --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #dae4f4; border: 1px solid #a8c0e0; border-left: 3px solid #1a3870; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3C7 6 5 9 5 12 5 14.5 7 16 9 16 11 16 13 14.5 13 12 13 9 11 6 9 3Z\" fill=\"#b8c8e8\" stroke=\"#1a3870\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #0e1e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #0e1e40;\"\u003e💧 Alkoholfrei \u0026amp; parfümarm\u003c\/strong\u003e\u003cbr\u003eOhne austrocknenden Alkohol, ohne aggressive Duftstoffe. Die milde Rezeptur eignet sich auch für Neurodermitis-Neigung und sensible Augenpartien.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Geeignet für --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde2; border: 1px solid #e0b0bc; border-left: 3px solid #8a1a30; border-radius: var(--rm);\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" fill=\"#e8b8c4\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0810; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0810;\"\u003e✨ Der tägliche Reinigungs-Start\u003c\/strong\u003e\u003cbr\u003eMorgens und abends als erster Schritt der Pflegeroutine – für alle Hauttypen, jedes Alter und auch die empfindliche Augenpartie geeignet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eGelée Démaquillante Douce\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e150 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eMildes Reinigungsgel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eAnwendungsbereich\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eGesicht \u0026amp; Augenpartie\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌿 Aloe Vera (Aloe barbadensis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌼 Kamille (Matricaria chamomilla)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🥒 Gurke (Cucumis sativus)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eSanfte Reinigung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBeruhigend, klärend, erfrischend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eAlkohol\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eFrei von Alkohol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAlle, auch empfindlich\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"display: flex; align-items: center; gap: 6px;\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv id=\"inhaltsstoffe\" style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003e3 beruhigende Pflanzenextrakte\u003cbr\u003eim Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L7 5.5L6 9L7 13L9 14L11 13L12 9L11 5.5Z\" stroke=\"#2d7a3a\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6V13\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eAloe barbadensis\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eAloe Vera\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eDie Beauty-Pflanze schlechthin – reich an Polysacchariden, Vitaminen A, C, E und Aminosäuren. Beruhigt gestresste Haut, spendet tiefe Feuchtigkeit und unterstützt die natürliche Regeneration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #f5ecc8; border-color: #dcc888;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"2.5\" stroke=\"#a88010\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V6M9 12V15M3 9H6M12 9H15\" stroke=\"#a88010\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 5L6.5 6.5M11.5 11.5L13 13M13 5L11.5 6.5M5 13L6.5 11.5\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eMatricaria chamomilla\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eKamillenextrakt\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eDer Klassiker für sensitive Haut – enthält Bisabolol und Chamazulen. Wirkt entzündungshemmend, lindert Rötungen und beruhigt die Haut. Ideal auch für den Augenbereich.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #daecec; border-color: #a8ccce;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cellipse cx=\"9\" cy=\"9\" rx=\"3\" ry=\"5\" stroke=\"#1a7078\" stroke-width=\"1.6\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M7 7L9 8L11 7\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 11L9 10L11 11\" stroke=\"#1a7078\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eCucumis sativus\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eGurkenwasser\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eEnthält Vitamin K, Silica und Enzyme – kühlt sanft, mildert Schwellungen und Augenringe, klärt die Poren und spendet Frische. Ein bewährter Naturkosmetik-Klassiker.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv id=\"anwendung\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 14px;\"\u003eSo wird das Reinigungsgel\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003eMorgens und abends als erster Schritt der Reinigungsroutine. Sanft auf die feuchte Haut aufschäumen, danach mit lauwarmem Wasser abspülen. Auch geeignet für die zarte Augenpartie und zum Entfernen von Make-up.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Für die Augenpartie: Gel auf ein feuchtes Wattepad geben und sanft über die geschlossenen Augen streichen – so werden auch wasserfeste Mascara und Lidschatten mühelos entfernt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAnfeuchten\u003c\/strong\u003e Gesicht mit lauwarmem Wasser anfeuchten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eDosierung\u003c\/strong\u003e Eine erbsengrosse Menge in die Handflächen geben.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAufschäumen\u003c\/strong\u003e Zwischen den Händen sanft aufschäumen und mit kreisenden Bewegungen auf Gesicht, Hals und Augenpartie auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAbspülen\u003c\/strong\u003e Gründlich mit lauwarmem Wasser abspülen und mit einem weichen Handtuch trockentupfen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eWeiterpflege\u003c\/strong\u003e Anschliessend Essence Tonifiante \u0026amp; Équilibrante auftragen, danach Serum und Creme.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv class=\"section\" id=\"einsatz\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003eFür alle, die sanft reinigen\u003cbr\u003eund beruhigen möchten\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L6.5 5L5.5 8L6.5 12L8 13L9.5 12L10.5 8L9.5 5Z\" fill=\"#daeeda\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Tägliche Reinigung\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"2\" fill=\"#f5ecc8\" stroke=\"#a88010\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 3V5M8 11V13M3 8H5M11 8H13\" stroke=\"#a88010\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Empfindliche Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cellipse cx=\"8\" cy=\"8\" rx=\"2.5\" ry=\"4\" fill=\"#daecec\" stroke=\"#1a7078\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n      \u003c\/svg\u003e Augenpartie \u0026amp; Mascara\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"3\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Make-up entfernen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 13C8 13 3 9.5 3 6.5 3 4.5 4.5 3 6 3 6.8 3 8 3.8 8 3.8S9.2 3 10 3C11.5 3 13 4.5 13 6.5 13 9.5 8 13 8 13Z\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Sonnenschutz abnehmen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L6.5 5L5.5 8L6.5 12L8 13L9.5 12L10.5 8L9.5 5Z\" fill=\"#daeeda\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Trockene Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"2\" fill=\"#f5ecc8\" stroke=\"#a88010\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Rötungen \u0026amp; Reizungen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cellipse cx=\"8\" cy=\"8\" rx=\"2.5\" ry=\"4\" fill=\"#daecec\" stroke=\"#1a7078\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n      \u003c\/svg\u003e Nach dem Sport\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"3\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 13C8 13 3 9.5 3 6.5 3 4.5 4.5 3 6 3 6.8 3 8 3.8 8 3.8S9.2 3 10 3C11.5 3 13 4.5 13 6.5 13 9.5 8 13 8 13Z\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Neurodermitis-Neigung\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum die Gelée\u003cbr\u003eDémaquillante Douce\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eEin mildes, alkoholfreies Reinigungsgel mit drei sanften Pflanzenextrakten – reinigt gründlich, beruhigt gleichzeitig und ist auch für die zarte Augenpartie geeignet. Schweizer Qualität, natürlich sanft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSanft \u0026amp; alkoholfrei\u003c\/strong\u003e – reinigt gründlich, ohne auszutrocknen oder die Hautbarriere zu belasten. Ideal auch für empfindliche Haut und die Augenpartie.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Wirkstoffe – eine Balance\u003c\/strong\u003e – Aloe Vera beruhigt, Kamille lindert Rötungen, Gurke erfrischt und klärt. Perfekte Harmonie für die tägliche Reinigung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eAuch für die Augenpartie\u003c\/strong\u003e – entfernt zuverlässig Mascara und Lidschatten, ohne zu reizen. Der perfekte 2-in-1 Reiniger.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 1px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei der Milde.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" id=\"faq\" style=\"background: #f0ece4;\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 28px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich die Gelée Démaquillante auch für die Augenpartie verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, absolut. Die milde Rezeptur mit Kamille und Aloe Vera ist speziell auch für den empfindlichen Augenbereich geeignet. Ein feuchtes Wattepad mit dem Gel benetzen und sanft über die geschlossenen Augen streichen – so werden auch wasserfeste Mascara und Lidschatten mühelos entfernt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nEntfernt das Gel auch wasserfestes Make-up und Sonnenschutz?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Auch wasserfeste Mascara und Sonnenschutz werden zuverlässig entfernt – trotz der sanften Rezeptur. Bei starkem oder mehrschichtigem Make-up empfehlen wir eine doppelte Reinigung (Double Cleansing): erste Reinigung entfernt Make-up, zweite reinigt die Haut selbst.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nIst das Gel für Neurodermitis oder Rosacea geeignet?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Die alkoholfreie, parfümarme Rezeptur mit Kamille und Aloe Vera wurde bewusst mild formuliert und eignet sich auch für Haut mit Neurodermitis-Neigung oder Rosacea. Bei starker Empfindlichkeit vorab an einer kleinen Stelle testen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie oft sollte ich das Gel verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eIdealerweise morgens und abends als erster Schritt der Pflegeroutine. Morgens entfernt es die überschüssige Talgproduktion der Nacht, abends Make-up, Sonnenschutz und Alltagsverunreinigungen. Die milde Formel erlaubt tägliche Anwendung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWas mache ich nach der Reinigung?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDirekt nach dem Trockentupfen die Essence Tonifiante \u0026amp; Équilibrante auftragen – sie bereitet die Haut auf die weitere Pflege vor. Danach das passende Serum (Synergie Éclatante oder Anti-Rides) und die Creme (Universelle oder Anti Rides). So entfaltet jedes Produkt seine volle Wirkung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 12px;\"\u003eFragen zur Gelée\u003cbr\u003eDémaquillante Douce?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Gel%C3%A9e%20D%C3%A9maquillante%20Douce%20150ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Gel%C3%A9e%20D%C3%A9maquillante%20Douce%20150ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"anfrage-email-box\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#f8f6f2\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 7l8 5 8-5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Gel%C3%A9e%20D%C3%A9maquillante\" class=\"anfrage-topic\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anwendung:%20Gel%C3%A9e%20D%C3%A9maquillante\" class=\"anfrage-topic\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Bestellung:%20Gel%C3%A9e%20D%C3%A9maquillante\" class=\"anfrage-topic\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Grossmengen:%20Gel%C3%A9e%20D%C3%A9maquillante\" class=\"anfrage-topic\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für die tägliche sanfte Reinigung?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; vertical-align: middle;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 150 ml · Swiss Made · Biotonique\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca class=\"primary\" href=\"#\"\u003e \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen \u003c\/a\u003e \u003ca class=\"outline\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Gel%C3%A9e%20D%C3%A9maquillante%20Douce%20150ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Gel%C3%A9e%20D%C3%A9maquillante%20Douce%20150ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#4a4840\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7L10 14L14 7\" stroke=\"#4a4840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor · Biotonique · Gelée Démaquillante Douce · \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003ca class=\"footer-link\" href=\"mailto:info@viodor.com\"\u003e \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":54219504124241,"sku":null,"price":65.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/800_reow.jpg?v=1783187929"},{"product_id":"creme-anti-rides-raffermissante","title":"Crème Anti-Rides Raffermissante","description":"\u003cstyle\u003e*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --white: #f8f6f2;\n  --off-white: #f2efe9;\n  --light: #e0dbd2;\n  --mid: #bab4a8;\n  --text: #1a1a18;\n  --muted: #3a3830;\n  --rose: #7a6248;\n  --rose-light: #edeae4;\n  --rose-mid: #bab4a8;\n  --sage: #5a5850;\n  --sage-light: #eae8e2;\n  --sage-mid: #b0aca4;\n  --gold: #7a7670;\n  --gold-light: #eae8e2;\n  --gold-mid: #b4b0a8;\n  --accent: #28271f;\n  --accent-light: #e8e6e0;\n  --accent-mid: #a0a098;\n  --r: 4px; --rm: 8px; --rl: 12px;\n  --font: 'Inter', sans-serif;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --mono: 'DM Mono', monospace;\n  --ease: cubic-bezier(.16,1,.3,1);\n  --nav-h: 56px;\n  \/* Palette farbig – für Crème Anti-Rides Raffermissante angepasst *\/\n  --c-green:  #2d7a3a; --c-green-bg:  #daeeda; --c-green-bd:  #a8ccac;\n  --c-blue:   #1a3870; --c-blue-bg:   #dae4f4; --c-blue-bd:   #a8c0e0;\n  --c-red:    #8a1a30; --c-red-bg:    #f5dde2; --c-red-bd:    #e0b0bc;\n  --c-purple: #5a3a98; --c-purple-bg: #ede8f5; --c-purple-bd: #c8bae0;\n  --c-brown:  #6a5030; --c-brown-bg:  #e0dac8; --c-brown-bd:  #c0b498;\n  --c-pink:   #a8306a; --c-pink-bg:   #f5dde8; --c-pink-bd:   #e0b0c8;\n}\nhtml { scroll-behavior: smooth; }\nbody { font-family: var(--font); color: var(--text); background: var(--white);\n  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;\n  font-size: 16px; line-height: 1.8; font-weight: 400; }\nbody::before { content: ''; position: fixed; inset: 0; background: #f8f6f2; z-index: -1; }\nimg { display: block; max-width: 100%; }\na { color: inherit; text-decoration: none; }\n\n\/* NAV *\/\n.nav { position: sticky; top: 0; z-index: 200; height: var(--nav-h);\n  background: rgba(248,246,242,.97); backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 24px; gap: 16px; }\n.nav-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600;\n  color: var(--accent); letter-spacing: .06em; white-space: nowrap;\n  display: flex; align-items: center; gap: 8px; }\n.nav-links { display: flex; gap: 24px; list-style: none; }\n.nav-links a { font-size: 13px; color: var(--muted); transition: color .2s; font-weight: 500; }\n.nav-links a:hover { color: var(--text); }\n.nav-cta { background: var(--accent); color: #f8f6f2; font-size: 13px;\n  font-weight: 500; padding: 8px 18px; border-radius: var(--rm);\n  transition: opacity .2s; white-space: nowrap; display: flex; align-items: center; gap: 7px; }\n.nav-cta:hover { opacity: .82; }\n@media (max-width: 768px) { .nav-links { display: none; } }\n\n\/* BREADCRUMB *\/\n.breadcrumb { max-width: 1400px; margin: 0 auto;\n  padding: 12px 24px; font-size: 12px; color: var(--muted);\n  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }\n.breadcrumb a { color: var(--muted); transition: color .2s; }\n.breadcrumb a:hover { color: var(--text); }\n.breadcrumb span { opacity: .5; }\n\n\/* STAGE *\/\n.stage { max-width: 1400px; margin: 0 auto;\n  padding: 24px 24px 64px;\n  display: grid; grid-template-columns: minmax(0,1.1fr) 360px;\n  gap: 40px; align-items: start; }\n.stage-wrap { background: var(--white); border-bottom: 1px solid var(--light); padding-bottom: 8px; }\n@media (max-width: 900px) { .stage { grid-template-columns: 1fr; } .stage-spec { display: none; } }\n@media (max-width: 680px) { .stage { gap: 20px; padding: 0 16px 48px; } }\n\n\/* PRODUCT INFO *\/\n.product-info { display: flex; flex-direction: column; gap: 16px; padding-top: 16px; min-width: 0; }\n.badge-row { display: flex; gap: 6px; flex-wrap: wrap; }\n.badge { display: inline-flex; align-items: center; gap: 4px;\n  font-family: var(--mono); font-size: 10px; letter-spacing: .03em;\n  padding: 3px 8px; border-radius: var(--r); white-space: nowrap;\n  flex-shrink: 0; border: 1px solid; }\n.badge-rose { background: var(--rose-light); border-color: var(--rose-mid); color: var(--rose); }\n.badge-sage { background: var(--sage-light); border-color: var(--sage-mid); color: var(--sage); }\n.badge-gold { background: var(--gold-light); border-color: var(--gold-mid); color: var(--gold); }\n.badge-grey { background: var(--off-white); border-color: var(--light); color: var(--muted); }\n.badge-ch { background: #fde8e8; border-color: #f5b8b8; color: #b01020;\n  display: inline-flex; align-items: center; gap: 5px; }\n\n\/* Award strip *\/\n.award-strip { display: flex; align-items: center; gap: 10px;\n  padding: 10px 14px; background: var(--off-white);\n  border: 1px solid var(--light); border-radius: var(--rm);\n  font-size: 13px; color: var(--muted); font-weight: 500;\n  font-family: var(--mono); letter-spacing: .03em; }\n\n.product-title { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500;\n  line-height: 1.1; letter-spacing: -.01em; color: var(--text);\n  word-break: break-word; overflow-wrap: break-word; hyphens: auto;\n  font-family: var(--font-display); }\n.product-title em { font-style: italic; opacity: .55; font-weight: 400; }\n.product-price { font-size: 32px; font-weight: 700; color: var(--text); }\n.product-price .tax-note { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 6px; }\n.divider { height: 1px; background: var(--light); }\n.product-desc { font-size: 16px; color: #2a2820; line-height: 1.85; font-weight: 400; }\n.product-desc strong { color: var(--text); font-weight: 700; }\n\n.ingr-bullets { display: flex; flex-direction: column; gap: 10px; }\n.ingr-bullet { display: flex; align-items: flex-start; gap: 10px;\n  font-size: 15px; color: var(--text); line-height: 1.8; font-weight: 400; }\n.ingr-bullet-icon { width: 26px; height: 26px; border-radius: 50%;\n  background: var(--accent-light); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.ingr-bullet em { font-style: italic; color: var(--rose); font-size: 12px;\n  font-family: var(--mono); font-weight: 600; }\n\n.info-tip { display: flex; align-items: flex-start; gap: 10px;\n  background: #fde8e8; border: 1px solid #f5b8b8;\n  border-left: 3px solid #c0202a;\n  border-radius: var(--rm); padding: 12px 16px;\n  font-size: 14px; color: var(--text); line-height: 1.65; font-weight: 500; }\n.info-tip svg { flex-shrink: 0; margin-top: 2px; }\n\n\/* ATC *\/\n.atc-row { display: flex; gap: 10px; }\n.btn-primary { flex: 1; padding: 14px 24px; background: var(--accent);\n  color: #f8f6f2; font-size: 15px; font-weight: 600;\n  border: none; border-radius: var(--rm); cursor: pointer;\n  text-align: center; display: inline-flex; align-items: center;\n  justify-content: center; gap: 8px; transition: opacity .2s; }\n.btn-primary:hover { opacity: .84; }\n.btn-ghost { padding: 14px 20px; background: transparent;\n  color: var(--text); font-size: 14px;\n  border: 1px solid var(--mid); border-radius: var(--rm);\n  display: inline-flex; align-items: center; gap: 7px;\n  transition: border-color .2s; white-space: nowrap; }\n.btn-ghost:hover { border-color: var(--text); }\n@media (max-width: 400px) { .atc-row { flex-direction: column; } }\n\n\/* Trust strip *\/\n.trust-strip { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 0;\n  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.trust-item { display: flex; align-items: center; gap: 7px;\n  font-size: 12px; color: #3a3830; font-family: var(--mono);\n  white-space: nowrap; font-weight: 600; letter-spacing: .03em; }\n.trust-item svg, .trust-item .ch-flag { flex-shrink: 0; }\n\n\/* Mini spec *\/\n.mini-spec { display: none; grid-template-columns: 1fr 1fr; gap: 1px;\n  background: var(--light); border: 1px solid var(--light);\n  border-radius: var(--rm); overflow: hidden; }\n.mini-spec-item { background: var(--white); padding: 12px 16px; }\n.mini-spec-key { font-size: 12px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }\n.mini-spec-val { font-size: 15px; font-weight: 700; color: var(--text); }\n@media (max-width: 900px) { .mini-spec { display: grid; } }\n\n\/* SPEC PANEL *\/\n.stage-spec { position: sticky; top: calc(var(--nav-h) + 16px);\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 20px;\n  box-shadow: 0 4px 20px rgba(40,39,31,.08); overflow: hidden; }\n.spec-label { font-family: var(--mono); font-size: 9px;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);\n  margin-bottom: 14px; }\n.spec-row { display: flex; justify-content: space-between; align-items: baseline;\n  padding: 9px 0; border-bottom: 1px solid var(--light); font-size: 13px; gap: 10px; }\n.spec-row:last-child { border-bottom: none; padding-bottom: 0; }\n.spec-key { color: var(--muted); flex-shrink: 0; font-weight: 500; font-size: 13px; }\n.spec-val { font-weight: 600; text-align: right; color: var(--text);\n  font-size: 13px; display: flex; align-items: center; gap: 5px; justify-content: flex-end; }\n\n\/* INGR BAND *\/\n.ingr-band { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.ingr-band-inner { max-width: 1400px; margin: 0 auto;\n  padding: 28px 24px; display: flex; align-items: center;\n  justify-content: center; gap: 32px; flex-wrap: wrap; }\n.ingr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n.ingr-item-icon { width: 40px; height: 40px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; }\n.ingr-name { font-family: var(--mono); font-size: 11px; font-weight: 700;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; }\n.ingr-effect { font-size: 12px; color: var(--muted); max-width: 130px; line-height: 1.4; }\n.ingr-sep { width: 1px; height: 48px; background: var(--light); }\n@media (max-width: 600px) { .ingr-sep { display: none; } .ingr-band-inner { gap: 20px; } }\n\n\/* SECTIONS *\/\n.section { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }\n@media (max-width: 480px) { .section { padding: 48px 16px; } }\n.section-tag { font-family: var(--mono); font-size: 10px;\n  letter-spacing: .18em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 14px; font-weight: 700;\n  border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block;\n  opacity: .8; }\n.section-title { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 32px;\n  color: var(--text); font-family: var(--font-display); }\n\n\/* Why heading *\/\n.why h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 500;\n  letter-spacing: -.01em; line-height: 1.15; color: var(--text);\n  font-family: var(--font-display); }\n\n\/* Features *\/\n.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; }\n@media (max-width: 480px) { .features { grid-template-columns: 1fr; } }\n.feat { background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); padding: 28px 24px;\n  transition: border-color .2s, box-shadow .2s; }\n.feat:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.07); }\n.feat-icon { width: 52px; height: 52px; border-radius: var(--rm);\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--light); }\n.feat h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #1a1a18;\n  border-bottom: 1px solid var(--light); padding-bottom: 8px;\n  display: flex; align-items: center; gap: 8px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.feat p { font-size: 15px; color: #3a3830; line-height: 1.8; }\n.feat * { color: inherit; }\n.feat a { color: inherit !important; text-decoration: none !important; }\n.feat p a, .feat p a:visited { color: var(--muted) !important; text-decoration: none; }\n.section-divider { height: 1px; background: var(--light); max-width: 1400px; margin: 0 24px; }\n\n\/* Specs *\/\n.specs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .specs-layout { grid-template-columns: 1fr; gap: 28px; } }\n.specs-table { width: 100%; border-collapse: collapse; }\n.specs-table tr { border-bottom: 1px solid var(--light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 13px 0; font-size: 15px; vertical-align: middle; }\n.specs-table .td-k { color: #5a5650; width: 46%; font-weight: 500; }\n.specs-table .td-v { font-weight: 700; color: var(--text); }\n\n\/* Ingredients grid *\/\n.ingr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 14px; }\n@media (max-width: 480px) { .ingr-grid { grid-template-columns: 1fr; } }\n.ingr-card { background: var(--off-white); border: 1px solid var(--light);\n  border-radius: var(--rm); padding: 20px 22px;\n  display: flex; align-items: flex-start; gap: 14px; transition: border-color .2s; }\n.ingr-card:hover { border-color: var(--mid); }\n.ingr-card-icon { width: 44px; height: 44px; border-radius: 50%;\n  background: var(--white); border: 1px solid var(--light);\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.ingr-dot { width: 9px; height: 9px; border-radius: 50%;\n  background: var(--accent); flex-shrink: 0; margin-top: 6px; }\n.ingr-sci { font-family: var(--mono); font-size: 11px; font-weight: 600;\n  color: var(--accent); letter-spacing: .04em; font-style: italic; margin-bottom: 4px; }\n.ingr-common { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px;\n  font-family: var(--font-display); letter-spacing: .01em; }\n.ingr-desc { font-size: 14px; color: #3a3830; line-height: 1.8; }\n\n\/* Steps *\/\n.apply-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 640px) { .apply-layout { grid-template-columns: 1fr; gap: 32px; } }\n.steps { display: flex; flex-direction: column; gap: 16px; }\n.step { display: flex; align-items: flex-start; gap: 16px; }\n.step-num { width: 36px; height: 36px; border-radius: 50%;\n  background: var(--accent); color: #f8f6f2;\n  font-family: var(--mono); font-size: 14px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.step-text { font-size: 15px; color: #3a3830; line-height: 1.85; padding-top: 7px; }\n.step-text strong { color: #1a1a18; font-weight: 700; display: block; margin-bottom: 4px; font-size: 16px; font-family: var(--font-display); }\n\n\/* Uses *\/\n.uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 8px; }\n@media (max-width: 480px) { .uses-grid { grid-template-columns: 1fr 1fr; } }\n.use { background: #edeae4; border: 1px solid #d0c8b8;\n  border-radius: var(--rm); padding: 12px 16px; font-size: 14px;\n  color: #1a1a18; font-weight: 500;\n  display: flex; align-items: center; gap: 10px;\n  transition: border-color .2s, background .2s, transform .15s; }\n.use:hover { transform: translateY(-2px); background: #e4ddd0; }\n.use-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }\n\n\/* Colorful borders and dots per nth-child *\/\n.use:nth-child(1)  { border-left: 3px solid #8a1a30; } .use:nth-child(1)  .use-dot { background: #8a1a30; }\n.use:nth-child(2)  { border-left: 3px solid #6a5030; } .use:nth-child(2)  .use-dot { background: #6a5030; }\n.use:nth-child(3)  { border-left: 3px solid #2d7a3a; } .use:nth-child(3)  .use-dot { background: #2d7a3a; }\n.use:nth-child(4)  { border-left: 3px solid #5a3a98; } .use:nth-child(4)  .use-dot { background: #5a3a98; }\n.use:nth-child(5)  { border-left: 3px solid #1a3870; } .use:nth-child(5)  .use-dot { background: #1a3870; }\n.use:nth-child(6)  { border-left: 3px solid #8a1a30; } .use:nth-child(6)  .use-dot { background: #8a1a30; }\n.use:nth-child(7)  { border-left: 3px solid #6a5030; } .use:nth-child(7)  .use-dot { background: #6a5030; }\n.use:nth-child(8)  { border-left: 3px solid #2d7a3a; } .use:nth-child(8)  .use-dot { background: #2d7a3a; }\n.use:nth-child(9)  { border-left: 3px solid #5a3a98; } .use:nth-child(9)  .use-dot { background: #5a3a98; }\n.use:nth-child(10) { border-left: 3px solid #1a3870; } .use:nth-child(10) .use-dot { background: #1a3870; }\n\n\/* Why *\/\n.why { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n.why-inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 16px; } }\n.why h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 400;\n  letter-spacing: -.02em; line-height: 1.2; color: var(--text); }\n.why-sub { margin-top: 12px; font-size: 15px; color: var(--muted); line-height: 1.8; }\n.why-points { display: flex; flex-direction: column; gap: 18px; }\n.why-point { display: flex; align-items: flex-start; gap: 14px; }\n.why-check { width: 28px; height: 28px; border-radius: 50%;\n  background: #8a1a30; border: 2px solid #6a0a20; display: flex;\n  align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n.why-text { font-size: 15px; color: #3a3830; line-height: 1.85; }\n.why-text strong { color: var(--text); font-weight: 700; }\n\n\/* FAQ *\/\n.faq-wrap { max-width: 760px; margin: 0 auto; }\n.faq-item { background: var(--white); border-radius: var(--rl);\n  border: 1px solid #d8d2c8; margin-bottom: 10px; overflow: hidden;\n  transition: border-color .2s, box-shadow .25s, transform .2s;\n  box-shadow: 0 1px 4px rgba(40,39,31,.05); }\n.faq-item:hover { border-color: #b0ccb4;\n  box-shadow: 0 6px 20px rgba(40,39,31,.10); transform: translateY(-2px); }\n.faq-item:nth-child(odd) { border-left: 3px solid #8a1a30; }\n.faq-item:nth-child(even) { border-left: 3px solid #6a5030; }\n.faq-q { display: flex; align-items: center; gap: 12px;\n  padding: 18px 20px 0; font-size: 18px; font-weight: 500;\n  font-family: var(--font-display); letter-spacing: .01em;\n  color: var(--text); line-height: 1.4; }\n@media (max-width: 480px) { .faq-q { font-size: 16px; } }\n.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: #f5dde2; border: 1px solid #e0b0bc; }\n.faq-item:nth-child(even) .faq-icon { background: #e0dac8; border-color: #c0b498; }\n.faq-a { font-size: 15px; color: var(--muted); line-height: 1.9; font-weight: 400;\n  padding: 12px 22px 20px 56px; }\n@media (max-width: 480px) { .faq-a { padding-left: 20px; } }\n.faq-a a { color: var(--accent); text-decoration: underline; }\n\n\/* Anfrage *\/\n.anfrage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n@media (max-width: 640px) { .anfrage-grid { grid-template-columns: 1fr; gap: 28px; } }\n.anfrage-email-box { display: flex; align-items: center; gap: 16px;\n  padding: 20px 24px; background: var(--white); border: 1px solid var(--light);\n  border-radius: var(--rl); text-decoration: none;\n  transition: border-color .2s, box-shadow .2s; }\n.anfrage-email-box:hover { border-color: var(--mid); box-shadow: 0 4px 16px rgba(40,39,31,.08); }\n.anfrage-email-icon { width: 48px; height: 48px; border-radius: 50%;\n  background: var(--accent); display: flex; align-items: center;\n  justify-content: center; flex-shrink: 0; }\n.anfrage-topics { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }\n.anfrage-topic { display: inline-block; padding: 7px 14px;\n  background: var(--white); border: 1px solid var(--light);\n  border-radius: 20px; font-size: 13px; color: var(--muted);\n  text-decoration: none; font-weight: 500; transition: all .2s; }\n.anfrage-topic:hover { border-color: var(--mid); color: var(--text); }\n\n\/* CTA *\/\n.cta-bar { background: var(--white); border-top: 1px solid var(--light); }\n.cta-inner { max-width: 1400px; margin: 0 auto; padding: 48px 24px;\n  display: flex; align-items: center; justify-content: space-between;\n  gap: 24px; flex-wrap: wrap; }\n@media (max-width: 600px) { .cta-inner { flex-direction: column; align-items: flex-start; } }\n.cta-inner h3 { font-size: 24px; font-weight: 500; font-family: var(--font-display); }\n.cta-inner p { margin-top: 5px; font-size: 14px; color: var(--muted); }\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }\n.cta-btns a { display: inline-flex; align-items: center; gap: 8px;\n  padding: 13px 24px; border-radius: var(--rm);\n  font-size: 14px; font-weight: 500; transition: opacity .2s; }\n.cta-btns .primary { background: var(--accent); color: #f8f6f2; }\n.cta-btns .primary:hover { opacity: .84; }\n.cta-btns .outline { background: transparent; color: var(--text);\n  border: 1px solid var(--mid); font-weight: 400; }\n.cta-btns .outline:hover { border-color: var(--text); }\n\n\/* Footer *\/\n.footer { border-top: 1px solid var(--light); background: var(--off-white); }\n.footer-inner { max-width: 1400px; margin: 0 auto;\n  padding: 24px; display: flex; align-items: center;\n  justify-content: space-between; flex-wrap: wrap; gap: 10px; }\n.footer-brand { font-family: var(--mono); font-size: 12px; color: var(--muted);\n  display: flex; align-items: center; gap: 6px; }\n.footer-link { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }\n.footer-link:hover { color: var(--text); }\n\n\/* Swiss flag inline SVG helper *\/\n.ch-flag { display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }\n\n@keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }\n.product-info { animation: fadeUp .55s .08s var(--ease) both; }\n.stage-spec { animation: fadeUp .6s .16s var(--ease) both; }\n\n\/* FAQ icon colors *\/\n.faq-item:nth-child(odd) .faq-icon svg { color: #8a1a30; }\n.faq-item:nth-child(even) .faq-icon svg { color: #6a5030; }\n\n\/* Ingr bullets – colored per wirkstoff (Rose \/ Braun \/ Grün) *\/\n.ingr-bullet:nth-child(1) .ingr-bullet-icon { background: var(--c-red-bg);   border-color: var(--c-red-bd);   color: var(--c-red); }\n.ingr-bullet:nth-child(2) .ingr-bullet-icon { background: var(--c-brown-bg); border-color: var(--c-brown-bd); color: var(--c-brown); }\n.ingr-bullet:nth-child(3) .ingr-bullet-icon { background: var(--c-green-bg); border-color: var(--c-green-bd); color: var(--c-green); }\n\n\/* Spec rows – subtle alternating *\/\n.spec-row:nth-child(odd)  { border-left: 2px solid var(--c-red);   padding-left: 8px; }\n.spec-row:nth-child(even) { border-left: 2px solid var(--c-brown); padding-left: 8px; }\n\n\/* Ingr cards – colored borders *\/\n.ingr-card:nth-child(1) { border-left: 3px solid var(--c-red); }\n.ingr-card:nth-child(2) { border-left: 3px solid var(--c-brown); }\n.ingr-card:nth-child(3) { border-left: 3px solid var(--c-green); }\n\n\/* Step numbers – colored *\/\n.step:nth-child(1) .step-num { background: var(--c-red);    }\n.step:nth-child(2) .step-num { background: var(--c-brown);  }\n.step:nth-child(3) .step-num { background: var(--c-green);  }\n.step:nth-child(4) .step-num { background: var(--c-purple); }\n.step:nth-child(5) .step-num { background: var(--c-blue);   }\n \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca class=\"nav-brand\" href=\"#\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#28271f\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7 L10 14 L14 7\" stroke=\"#28271f\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor \u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eCrème Anti-Rides Raffermissante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- STAGE --\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 16 16\" fill=\"#c8b490\" stroke=\"#7a7670\" stroke-width=\".8\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · 🌱 Anti-Aging Straffungscreme · \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\" stroke=\"#7a6248\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anti-Falten \u0026amp; straffend \u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\" stroke=\"#5a5850\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌹 Hagebutte · Sheabutter \u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpath d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\" stroke=\"#7a7670\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌿 Rosmarin \u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e \u003csvg width=\"9\" height=\"9\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"7\" r=\".6\" fill=\"#4a4840\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eCrème Anti-Rides Raffermissante 50ml\u003cbr\u003e\u003cem\u003eStraffung · Anti-Falten · Regeneration\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eEine reichhaltige Anti-Falten-Straffungscreme mit natürlichem Bio-Retinol\u003c\/strong\u003e – strafft die Haut sichtbar, mildert feine Linien und stärkt die Hautstruktur. Formuliert mit drei kraftvollen Wirkstoffen für intensive Anti-Aging-Pflege: Regeneration, Straffung und Festigkeit in einem.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 4V7L9 8.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌹 Hagebuttenkernöl \u003cem\u003e(Rosa rubiginosa)\u003c\/em\u003e – Bio-Retinol, glättend, Anti-Falten\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M4 3L7 1.5 10 3v5c0 1.5-1.5 2.5-3 3-1.5-.5-3-1.5-3-3V3Z\" stroke=\"#6a5030\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 7L7 8L9 6\" stroke=\"#6a5030\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌰 Sheabutter \u003cem\u003e(Butyrospermum parkii)\u003c\/em\u003e – reichhaltig, nährend, regenerierend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2L7 12\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 4L7 5\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 4L7 5\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 7L7 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 7L7 8\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10L7 11\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10L7 11\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌿 Rosmarinextrakt \u003cem\u003e(Rosmarinus officinalis)\u003c\/em\u003e – straffend, tonisierend, antioxidativ\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#c0202a\" stroke-width=\"1.5\" fill=\"#fde8e8\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 7V11\" stroke=\"#c0202a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"5\" r=\".9\" fill=\"#c0202a\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Reichhaltige Anti-Falten-Creme mit natürlichem Bio-Retinol aus Hagebutte – strafft sichtbar, regeneriert intensiv und verbessert Elastizität und Festigkeit ohne Reizungen.\u003c\/div\u003e\n\u003c!-- ATC --\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb \u003c\/a\u003e \u003ca class=\"btn-ghost\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Cr%C3%A8me%20Anti-Rides%20Raffermissante%2050ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Trust strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\" stroke=\"#2d6e32\" stroke-width=\"1.5\" fill=\"#dde8dc\" fill-opacity=\".5\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 7L7 11\" stroke=\"#2d6e32\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f5dde2\" fill-opacity=\".6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 4V7L9 8.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌱 Bio-Retinol\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" fill=\"#f0dde0\" fill-opacity=\".6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Reife Haut 30+\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mini spec --\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e50 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTyp\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eAnti-Falten-Creme\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eHauttypen\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eReife Haut\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC PANEL --\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eCrème Anti-Rides Raffermissante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e50 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAnti-Falten Straffungscreme\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkstoffbasis\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBio-Retinol (Hagebutte)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eStraffung · Anti-Falten · Regeneration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHagebutte\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eRosa rubiginosa\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eSheabutter\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eButyrospermum parkii\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eRosmarin\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eRosmarinus officinalis\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHautstruktur\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eElastizität \u0026amp; Festigkeit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eReife \u0026amp; anspruchsvolle Haut\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #f5dde2; border-color: #e0b0bc;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"4\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L11.5 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eRosa rubiginosa\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eHagebutte – Bio-Retinol, Anti-Falten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #e0dac8; border-color: #c0b498;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M5 5L9 3l4 2v6c0 2-1.5 3-4 3.5C6.5 14 5 13 5 11V5Z\" stroke=\"#6a5030\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9l1.5 1.5L11 8\" stroke=\"#6a5030\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eButyrospermum parkii\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eSheabutter – nährend, regenerierend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 5L9 6\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 5L9 6\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 9L9 10\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 9L9 10\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 13L9 14\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 13L9 14\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eRosmarinus officinalis\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eRosmarin – straffend, antioxidativ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #ede8f5; border-color: #c8bae0;\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13V15\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9H5\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eBio-Retinol\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eNatürlich aus Hagebutte – sanft, effektiv\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv class=\"ingr-item-icon\" style=\"background: #fde8e8; border-color: #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e \u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eStraffen. Regenerieren. Nähren.\u003cbr\u003eDie reichhaltige Anti-Falten-Creme.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde2; border: 1px solid #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"4\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Natürliches Bio-Retinol\u003c\/h3\u003e\n\u003cp\u003eHagebuttenkernöl liefert natürliches Provitamin A – regeneriert die Hautstruktur, glättet feine Linien und mindert sichtbar Zeichen der Hautalterung ohne Reizungen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #e0dac8; border: 1px solid #c0b498;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M5 5L9 3l4 2v6c0 2-1.5 3-4 3.5C6.5 14 5 13 5 11V5Z\" stroke=\"#6a5030\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9l1.5 1.5L11 8\" stroke=\"#6a5030\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 5L9 3l5 2v6c0 2-2 3.5-5 4-3-.5-5-2-5-4V5Z\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sheabutter – Reichhaltig\u003c\/h3\u003e\n\u003cp\u003eSheabutter versorgt die Haut mit essentiellen Fettsäuren und Vitaminen A, E, F. Nährt intensiv, regeneriert die Lipidbarriere und macht die Haut geschmeidig-elastisch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #daeeda; border: 1px solid #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 5L9 6M12 5L9 6M6 9L9 10M12 9L9 10M6 13L9 14M12 13L9 14\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 6L8 7M10 6L8 7M6 10L8 11M10 10L8 11\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Rosmarin – Straffung\u003c\/h3\u003e\n\u003cp\u003eRosmarinextrakt strafft die Haut, verbessert die Mikrozirkulation und wirkt antioxidativ. Alpiner Wirkstoff mit doppelter Anti-Aging-Wirkung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #ede8f5; border: 1px solid #c8bae0;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5M9 13V15M3 9H5M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"3\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 3V4M8 12V13M3 8H4M12 8H13\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sichtbare Anti-Falten\u003c\/h3\u003e\n\u003cp\u003eDie reichhaltige Textur wirkt intensiv gegen feine Linien, mildert Falten und straffet Gesicht, Hals und Dekolleté sichtbar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #f5dde2; border: 1px solid #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 12C9 12 4 8.5 4 5.5 4 3.5 5.5 2 7 2 7.8 2 9 2.8 9 2.8S10.2 2 11 2C12.5 2 14 3.5 14 5.5 14 8.5 9 12 9 12Z\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für reife Haut\u003c\/h3\u003e\n\u003cp\u003eSpeziell für Haut ab 30+, die intensive Anti-Aging-Pflege braucht. Auch für Hals und Dekolleté – ideal als reichhaltige Nachtpflege oder in der kalten Jahreszeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-icon\" style=\"background: #fde8e8; border: 1px solid #f5b8b8;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 16 16\" style=\"border-radius: 3px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"3\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Reichhaltige Rezeptur zu 98,5–100 % aus natürlichen Inhaltsstoffen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\" id=\"specs\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 20px;\"\u003eFormel \u0026amp;\u003cbr\u003eAnti-Aging Wirkung\u003c\/h2\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e🔬\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eCrème Anti-Rides Raffermissante ist eine reichhaltige Anti-Falten-Straffungscreme mit natürlichem Bio-Retinol aus der Hagebutte. Sheabutter versorgt die Haut intensiv mit nährenden Lipiden und Rosmarin strafft und tonisiert das Bindegewebe. Eine ganzheitliche Anti-Aging-Behandlung für Elastizität, Festigkeit und ein glatteres Hautbild.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hagebutte --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #f5dde2; border: 1px solid #e0b0bc; border-left: 3px solid #8a1a30; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" fill=\"#e8b8c4\" stroke=\"#8a1a30\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a0810; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a0810;\"\u003e🌹 Hagebuttenkernöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #8a1a30;\"\u003e(Rosa rubiginosa)\u003c\/em\u003e\u003cbr\u003eAlpen-Rosenkernöl mit natürlichem Bio-Retinol (Trans-Retinsäure) und Omega-3\/6 Fettsäuren – regeneriert Hautzellen, glättet Falten und stärkt die Hautstruktur nachhaltig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Sheabutter --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #e0dac8; border: 1px solid #c0b498; border-left: 3px solid #6a5030; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M5 5L9 3l4 2v6c0 2-1.5 3-4 3.5C6.5 14 5 13 5 11V5Z\" fill=\"#c8b888\" stroke=\"#6a5030\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9l1.5 1.5L11 8\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1e08; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1e08;\"\u003e🌰 Sheabutter\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #6a5030;\"\u003e(Butyrospermum parkii)\u003c\/em\u003e\u003cbr\u003eReich an Vitaminen A, E, F und ungesättigten Fettsäuren – nährt tief, regeneriert die Lipidbarriere, macht die Haut geschmeidig und schützt vor Feuchtigkeitsverlust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Rosmarin --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #daeeda; border: 1px solid #a8ccac; border-left: 3px solid #2d7a3a; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 5L9 6M12 5L9 6M6 9L9 10M12 9L9 10M6 13L9 14M12 13L9 14\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e🌿 Rosmarinextrakt\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: #2d7a3a;\"\u003e(Rosmarinus officinalis)\u003c\/em\u003e\u003cbr\u003eEnthält Ursolsäure und Rosmarinsäure – wirkt straffend, verbessert die Hautdurchblutung und schützt vor freien Radikalen. Der Anti-Aging-Wirkstoff der mediterranen Heilkunde.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Bio-Retinol Highlight --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #ede8f5; border: 1px solid #c8bae0; border-left: 3px solid #5a3a98; border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"4\" fill=\"#c8b8e8\" stroke=\"#5a3a98\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 3V5M9 13V15M3 9H5M13 9H15\" stroke=\"#5a3a98\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1e0e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1e0e40;\"\u003e🌱 Natürliches Bio-Retinol\u003c\/strong\u003e\u003cbr\u003eAus der Alpen-Hagebutte gewonnen – die sanfte Alternative zu synthetischem Retinol. Wirksam gegen Falten und Struktur-Verlust, ohne die typischen Reizungen zu verursachen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Geeignet für --\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #fbe4d0; border: 1px solid #e8b890; border-left: 3px solid #b0521a; border-radius: var(--rm);\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 18 18\" fill=\"none\" style=\"flex-shrink: 0; margin-top: 1px;\"\u003e\u003cpath d=\"M9 3L10.5 6.5L14.5 7L11.5 10L12.5 14L9 12L5.5 14L6.5 10L3.5 7L7.5 6.5Z\" fill=\"#f0c898\" stroke=\"#b0521a\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1a05; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1a05;\"\u003e✨ Speziell für reife Haut ab 30+\u003c\/strong\u003e\u003cbr\u003eFür Haut mit ersten sichtbaren Zeichen der Hautalterung, Verlust an Festigkeit und Elastizität. Auch für Hals und Dekolleté ideal – als reichhaltige Nachtpflege besonders wirksam.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eCrème Anti-Rides Raffermissante\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e50 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAnti-Falten Straffungscreme\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoffbasis\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBio-Retinol (natürlich)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌹 Hagebutte (Rosa rubiginosa)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌰 Sheabutter (Butyrospermum parkii)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌿 Rosmarin (Rosmarinus officinalis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eStraffung \u0026amp; Anti-Falten\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eRegeneration, Nährung, Festigkeit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eReife Haut ab 30+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd class=\"td-v\" style=\"display: flex; align-items: center; gap: 6px;\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; flex-shrink: 0;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv id=\"inhaltsstoffe\" style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003e3 kraftvolle Wirkstoffe\u003cbr\u003eim Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #f5dde2; border-color: #e0b0bc;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"#8a1a30\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5V9L12 10.5\" stroke=\"#8a1a30\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eRosa rubiginosa\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eHagebuttenkernöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eAlpen-Rosenkernöl mit natürlichem Bio-Retinol (Trans-Retinsäure), essentiellen Fettsäuren und Vitamin C. Regeneriert Hautzellen, glättet feine Linien und mildert sichtbare Zeichen der Hautalterung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #e0dac8; border-color: #c0b498;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M5 5L9 3l4 2v6c0 2-1.5 3-4 3.5C6.5 14 5 13 5 11V5Z\" stroke=\"#6a5030\" stroke-width=\"1.6\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 9l1.5 1.5L11 8\" stroke=\"#6a5030\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eButyrospermum parkii\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eSheabutter\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eReich an ungesättigten Fettsäuren, Vitaminen A, E, F. Nährt intensiv, regeneriert die Hautbarriere und schützt vor Feuchtigkeitsverlust. Die reichhaltige Basis der Anti-Aging-Pflege.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv class=\"ingr-card-icon\" style=\"background: #daeeda; border-color: #a8ccac;\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 3L9 15\" stroke=\"#2d7a3a\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 5L9 6M12 5L9 6M6 9L9 10M12 9L9 10M6 13L9 14M12 13L9 14\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eRosmarinus officinalis\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eRosmarinextrakt\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eMediterrane Heilpflanze mit Ursolsäure und Rosmarinsäure – strafft die Haut, verbessert die Mikrozirkulation und wirkt kraftvoll antioxidativ. Ein Aktivstoff mit doppelter Anti-Aging-Wirkung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv id=\"anwendung\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 14px;\"\u003eSo wird die Creme\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003eMorgens und abends als Anti-Falten-Pflege für Gesicht, Hals und Dekolleté. Die reichhaltige Textur macht sie ideal als Nachtpflege – abends besonders wertvoll für maximale Regeneration.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Für maximale Anti-Aging-Wirkung mit Synergie Anti-Rides Serum kombinieren: Zuerst Serum, dann Creme darüber. Perfekte Anti-Aging-Routine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eHaut vorbereiten\u003c\/strong\u003e Gesicht reinigen mit Gelée Démaquillante Douce, danach Essence Tonifiante auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eSerum auftragen\u003c\/strong\u003e Synergie Anti-Rides Serum leicht einklopfen und einziehen lassen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eCreme dosieren\u003c\/strong\u003e Eine erbsengrosse Menge genügt für Gesicht, Hals und Dekolleté.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAuftragen\u003c\/strong\u003e Sanft mit Aufwärtsbewegungen einmassieren – von unten nach oben, um das Gewebe zu straffen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eKonsequenz\u003c\/strong\u003e Zweimal täglich – sichtbare Ergebnisse nach 4–6 Wochen regelmässiger Anwendung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv class=\"section\" id=\"einsatz\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 24px;\"\u003eFür alle, die intensive\u003cbr\u003eAnti-Aging-Pflege suchen\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 5V8L10 9\" stroke=\"#8a1a30\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Erste feine Fältchen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M4 5L8 3l4 2v5c0 1.5-1.5 2.5-4 3-2.5-.5-4-1.5-4-3V5Z\" fill=\"#e0dac8\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Trockene, gestresste Haut\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 6L8 7M10 6L8 7\" stroke=\"#2d7a3a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Nachlassende Festigkeit\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"3\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 3V4M8 12V13M3 8H4M12 8H13\" stroke=\"#5a3a98\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Anspruchsvolle Haut 30+\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 1L9.5 5.5 14.5 5.9 10.8 9 12 13.8 8 11.3 4 13.8 5.2 9 1.5 5.9 6.5 5.5Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Reife Haut ab 40+\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#f5dde2\" stroke=\"#8a1a30\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e Reichhaltige Nachtpflege\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M4 5L8 3l4 2v5c0 1.5-1.5 2.5-4 3-2.5-.5-4-1.5-4-3V5Z\" fill=\"#e0dac8\" stroke=\"#6a5030\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Kältepflege im Winter\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 3L8 13\" stroke=\"#2d7a3a\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Hals \u0026amp; Dekolleté\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cellipse cx=\"8\" cy=\"8\" rx=\"5\" ry=\"3.5\" fill=\"#ede8f5\" stroke=\"#5a3a98\" stroke-width=\"1.4\"\u003e\u003c\/ellipse\u003e\n      \u003c\/svg\u003e Wechseljahrs-Pflege\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex-shrink: 0;\"\u003e\n        \u003cpath d=\"M8 1L9.5 5.5 14.5 5.9 10.8 9 12 13.8 8 11.3 4 13.8 5.2 9 1.5 5.9 6.5 5.5Z\" fill=\"#dae4f4\" stroke=\"#1a3870\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e Konturenverlust\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum die Crème Anti-Rides\u003cbr\u003eRaffermissante\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eReichhaltige Anti-Falten-Straffungscreme mit natürlichem Bio-Retinol – strafft sichtbar, nährt intensiv und regeneriert. Schweizer Qualität ohne Kompromisse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eNatürliches Bio-Retinol\u003c\/strong\u003e – Alpen-Rosenkernöl aus der Hagebutte liefert echtes Bio-Retinol – wirksam gegen Falten, ohne die typischen Reizungen synthetischer Retinole.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Wirkstoffe – eine Synergie\u003c\/strong\u003e – Hagebutte glättet, Sheabutter nährt, Rosmarin strafft. Jeder Wirkstoff verstärkt den anderen für ganzheitliches Anti-Aging.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#f8f6f2\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eReichhaltige Textur\u003c\/strong\u003e – ideal als Nachtpflege oder bei trockener, anspruchsvoller Haut. Die perfekte Ergänzung zum Synergie Anti-Rides Serum.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 16 16\" style=\"border-radius: 1px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei der Wirksamkeit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" id=\"faq\" style=\"background: #f0ece4;\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 28px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWas ist der Unterschied zur Crème Universelle Réparatrice?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDie Crème Universelle Réparatrice ist eine reparierende Allrounder-Creme für alle Hauttypen und alle Altersgruppen (Jojobaöl, Avocadobutter, Edelweiss). Die Crème Anti-Rides Raffermissante ist speziell auf reife Haut ab 30+ ausgerichtet – mit Bio-Retinol aus Hagebutte, Sheabutter und Rosmarin für gezielte Anti-Aging- und Straffungseffekte.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie kombiniere ich die Creme mit dem Synergie Anti-Rides Serum?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003ePerfektes Anti-Aging-Duo: Reinigung → Essence Tonifiante → Synergie Anti-Rides Serum (3–5 Tropfen, einziehen lassen) → Crème Anti-Rides Raffermissante darüber. So potenziert sich die Anti-Aging-Wirkung von Serum und Creme optimal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nIst die reichhaltige Textur auch für fettige Haut geeignet?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDie Anti-Rides Creme ist reichhaltig formuliert und ideal für trockene bis normale Haut. Bei sehr fettiger Haut empfehlen wir tagsüber die Crème Universelle oder eine kleinere Menge. Als Nachtpflege ist sie auch bei Mischhaut möglich – nur weniger auftragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich die Creme morgens verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Morgens unter Sonnenschutz und Make-up auftragen – die Bio-Retinol-Wirkung erfordert dabei unbedingt Tages-SPF, da die Haut lichtempfindlicher wird. Die Textur ist reichhaltig, daher sparsam dosieren und gut einziehen lassen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5V5.5M5 6.5V7\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWann sind erste Ergebnisse sichtbar?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEin sofortiges Gefühl von Nährung und Geschmeidigkeit nach der ersten Anwendung. Sichtbare Ergebnisse bezüglich Straffung, Festigkeit und Glättung feiner Linien nach 4–6 Wochen regelmässiger Anwendung. Für maximale Wirkung: 8-Wochen-Kur in Kombination mit Synergie Anti-Rides.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 12px;\"\u003eFragen zur Crème\u003cbr\u003eAnti-Rides Raffermissante?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Cr%C3%A8me%20Anti-Rides%20Raffermissante%2050ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"anfrage-email-box\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#f8f6f2\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 7l8 5 8-5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante\" class=\"anfrage-topic\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anwendung:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante\" class=\"anfrage-topic\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Bestellung:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante\" class=\"anfrage-topic\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Grossmengen:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante\" class=\"anfrage-topic\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für sichtbar straffere Haut?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px; vertical-align: middle;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 50 ml · Swiss Made · Biotonique\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca class=\"primary\" href=\"#\"\u003e \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\" stroke=\"#f8f6f2\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"11\" cy=\"13\" r=\"1\" fill=\"#f8f6f2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen \u003c\/a\u003e \u003ca class=\"outline\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Cr%C3%A8me%20Anti-Rides%20Raffermissante%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20die%20Cr%C3%A8me%20Anti-Rides%20Raffermissante%2050ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#1a1a18\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#1a1a18\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#4a4840\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 7L10 14L14 7\" stroke=\"#4a4840\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor · Biotonique · Crème Anti-Rides Raffermissante · \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 16 16\" style=\"border-radius: 2px;\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"#D52B1E\" rx=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"6.5\" y=\"2\" width=\"3\" height=\"12\" fill=\"white\"\u003e\u003c\/rect\u003e\u003crect x=\"2\" y=\"6.5\" width=\"12\" height=\"3\" fill=\"white\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made \u003c\/span\u003e \u003ca class=\"footer-link\" href=\"mailto:info@viodor.com\"\u003e \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"11\" height=\"8\" rx=\"1.5\" stroke=\"#4a4840\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1.5 5.5L7 8.5l5.5-3\" stroke=\"#4a4840\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":54219559403857,"sku":null,"price":70.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/800_pu4g.jpg?v=1783190675"},{"product_id":"gommage-coup-d-eclat-50ml","title":"Gommage Coup d’Éclat 50ml","description":"\u003cstyle\u003e*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--white:#f8f6f2;--off-white:#f2efe9;--light:#e0dbd2;--mid:#bab4a8;--text:#1a1a18;--muted:#3a3830;--rose:#7a6248;--rose-light:#edeae4;--rose-mid:#bab4a8;--sage:#5a5850;--sage-light:#eae8e2;--sage-mid:#b0aca4;--gold:#7a7670;--gold-light:#eae8e2;--gold-mid:#b4b0a8;--accent:#28271f;--accent-light:#e8e6e0;--accent-mid:#a0a098;--r:4px;--rm:8px;--rl:12px;--font:'Inter',sans-serif;--font-display:'Cormorant Garamond',Georgia,serif;--mono:'DM Mono',monospace;--ease:cubic-bezier(.16,1,.3,1);--nav-h:56px;--c-green:#2d7a3a;--c-green-bg:#daeeda;--c-green-bd:#a8ccac;--c-blue:#1a3870;--c-blue-bg:#dae4f4;--c-blue-bd:#a8c0e0;--c-red:#8a1a30;--c-red-bg:#f5dde2;--c-red-bd:#e0b0bc;--c-purple:#5a3a98;--c-purple-bg:#ede8f5;--c-purple-bd:#c8bae0;--c-brown:#6a5030;--c-brown-bg:#e0dac8;--c-brown-bd:#c0b498;--c-yellow:#a88010;--c-yellow-bg:#f5ecc8;--c-yellow-bd:#dcc888;--c-orange:#b0521a;--c-orange-bg:#fbe4d0;--c-orange-bd:#e8b890}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.8;font-weight:400}body::before{content:'';position:fixed;inset:0;background:#f8f6f2;z-index:-1}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:200;height:var(--nav-h);background:rgba(248,246,242,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--light);display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:16px}.nav-brand{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--accent);letter-spacing:.06em;white-space:nowrap;display:flex;align-items:center;gap:8px}.nav-links{display:flex;gap:24px;list-style:none}.nav-links a{font-size:13px;color:var(--muted);transition:color .2s;font-weight:500}.nav-links a:hover{color:var(--text)}@media(max-width:768px){.nav-links{display:none}}.breadcrumb{max-width:1400px;margin:0 auto;padding:12px 24px;font-size:12px;color:var(--muted);display:flex;gap:6px;align-items:center;flex-wrap:wrap}.breadcrumb a{color:var(--muted)}.breadcrumb span{opacity:.5}.stage{max-width:1400px;margin:0 auto;padding:24px 24px 64px;display:grid;grid-template-columns:minmax(0,1.1fr) 360px;gap:40px;align-items:start}.stage-wrap{background:var(--white);border-bottom:1px solid var(--light);padding-bottom:8px}@media(max-width:900px){.stage{grid-template-columns:1fr}.stage-spec{display:none}}@media(max-width:680px){.stage{gap:20px;padding:0 16px 48px}}.product-info{display:flex;flex-direction:column;gap:16px;padding-top:16px;min-width:0}.badge-row{display:flex;gap:6px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:4px;font-family:var(--mono);font-size:10px;letter-spacing:.03em;padding:3px 8px;border-radius:var(--r);white-space:nowrap;flex-shrink:0;border:1px solid}.badge-rose{background:var(--rose-light);border-color:var(--rose-mid);color:var(--rose)}.badge-sage{background:var(--sage-light);border-color:var(--sage-mid);color:var(--sage)}.badge-gold{background:var(--gold-light);border-color:var(--gold-mid);color:var(--gold)}.badge-grey{background:var(--off-white);border-color:var(--light);color:var(--muted)}.badge-ch{background:#fde8e8;border-color:#f5b8b8;color:#b01020;display:inline-flex;align-items:center;gap:5px}.award-strip{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--off-white);border:1px solid var(--light);border-radius:var(--rm);font-size:13px;color:var(--muted);font-weight:500;font-family:var(--mono);letter-spacing:.03em}.product-title{font-size:clamp(28px,3.5vw,48px);font-weight:500;line-height:1.1;letter-spacing:-.01em;color:var(--text);word-break:break-word;hyphens:auto;font-family:var(--font-display)}.product-title em{font-style:italic;opacity:.55;font-weight:400}.divider{height:1px;background:var(--light)}.product-desc{font-size:16px;color:#2a2820;line-height:1.85;font-weight:400}.product-desc strong{color:var(--text);font-weight:700}.ingr-bullets{display:flex;flex-direction:column;gap:10px}.ingr-bullet{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--text);line-height:1.8;font-weight:400}.ingr-bullet-icon{width:26px;height:26px;border-radius:50%;background:var(--accent-light);border:1px solid var(--light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ingr-bullet em{font-style:italic;color:var(--rose);font-size:12px;font-family:var(--mono);font-weight:600}.info-tip{display:flex;align-items:flex-start;gap:10px;background:var(--c-yellow-bg);border:1px solid var(--c-yellow-bd);border-left:3px solid var(--c-yellow);border-radius:var(--rm);padding:12px 16px;font-size:14px;color:var(--text);line-height:1.65;font-weight:500}.info-tip svg{flex-shrink:0;margin-top:2px}.atc-row{display:flex;gap:10px}.btn-primary{flex:1;padding:14px 24px;background:var(--accent);color:#f8f6f2;font-size:15px;font-weight:600;border:none;border-radius:var(--rm);cursor:pointer;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.btn-primary:hover{opacity:.84}.btn-ghost{padding:14px 20px;background:transparent;color:var(--text);font-size:14px;border:1px solid var(--mid);border-radius:var(--rm);display:inline-flex;align-items:center;gap:7px;transition:border-color .2s;white-space:nowrap}.btn-ghost:hover{border-color:var(--text)}@media(max-width:400px){.atc-row{flex-direction:column}}.trust-strip{display:flex;gap:16px;flex-wrap:wrap;padding:14px 0;border-top:1px solid var(--light);border-bottom:1px solid var(--light)}.trust-item{display:flex;align-items:center;gap:7px;font-size:12px;color:#3a3830;font-family:var(--mono);white-space:nowrap;font-weight:600;letter-spacing:.03em}.trust-item svg{flex-shrink:0}.mini-spec{display:none;grid-template-columns:1fr 1fr;gap:1px;background:var(--light);border:1px solid var(--light);border-radius:var(--rm);overflow:hidden}.mini-spec-item{background:var(--white);padding:12px 16px}.mini-spec-key{font-size:12px;color:var(--muted);margin-bottom:3px;font-weight:500}.mini-spec-val{font-size:15px;font-weight:700;color:var(--text)}@media(max-width:900px){.mini-spec{display:grid}}.stage-spec{position:sticky;top:calc(var(--nav-h) + 16px);background:var(--white);border:1px solid var(--light);border-radius:var(--rl);padding:20px;box-shadow:0 4px 20px rgba(40,39,31,.08);overflow:hidden}.spec-label{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.spec-row{display:flex;justify-content:space-between;align-items:baseline;padding:9px 0;border-bottom:1px solid var(--light);font-size:13px;gap:10px}.spec-row:last-child{border-bottom:none;padding-bottom:0}.spec-key{color:var(--muted);flex-shrink:0;font-weight:500;font-size:13px}.spec-val{font-weight:600;text-align:right;color:var(--text);font-size:13px;display:flex;align-items:center;gap:5px;justify-content:flex-end}.ingr-band{background:var(--off-white);border-top:1px solid var(--light);border-bottom:1px solid var(--light)}.ingr-band-inner{max-width:1400px;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.ingr-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.ingr-item-icon{width:40px;height:40px;border-radius:50%;background:var(--white);border:1px solid var(--light);display:flex;align-items:center;justify-content:center}.ingr-name{font-family:var(--mono);font-size:11px;font-weight:700;color:var(--accent);letter-spacing:.04em;font-style:italic}.ingr-effect{font-size:12px;color:var(--muted);max-width:130px;line-height:1.4}.ingr-sep{width:1px;height:48px;background:var(--light)}@media(max-width:600px){.ingr-sep{display:none}.ingr-band-inner{gap:20px}}.section{padding:64px 24px;max-width:1400px;margin:0 auto}@media(max-width:480px){.section{padding:48px 16px}}.section-tag{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;font-weight:700;border-bottom:2px solid var(--accent);padding-bottom:6px;display:inline-block;opacity:.8}.section-title{font-size:clamp(26px,2.8vw,40px);font-weight:500;letter-spacing:-.01em;line-height:1.15;margin-bottom:32px;color:var(--text);font-family:var(--font-display)}.why h2{font-size:clamp(26px,2.8vw,40px);font-weight:500;letter-spacing:-.01em;line-height:1.15;color:var(--text);font-family:var(--font-display)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}@media(max-width:480px){.features{grid-template-columns:1fr}}.feat{background:var(--white);border:1px solid var(--light);border-radius:var(--rl);padding:28px 24px;transition:border-color .2s,box-shadow .2s}.feat:hover{border-color:var(--mid);box-shadow:0 4px 16px rgba(40,39,31,.07)}.feat-icon{width:52px;height:52px;border-radius:var(--rm);display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid var(--light)}.feat h3{font-size:17px;font-weight:600;margin-bottom:10px;color:#1a1a18;border-bottom:1px solid var(--light);padding-bottom:8px;display:flex;align-items:center;gap:8px;font-family:var(--font-display);letter-spacing:.01em}.feat p{font-size:15px;color:#3a3830;line-height:1.8}.feat *{color:inherit}.section-divider{height:1px;background:var(--light);max-width:1400px;margin:0 24px}.specs-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}@media(max-width:640px){.specs-layout{grid-template-columns:1fr;gap:28px}}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--light)}.specs-table tr:last-child{border-bottom:none}.specs-table td{padding:13px 0;font-size:15px;vertical-align:middle}.specs-table .td-k{color:#5a5650;width:46%;font-weight:500}.specs-table .td-v{font-weight:700;color:var(--text)}.ingr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}@media(max-width:480px){.ingr-grid{grid-template-columns:1fr}}.ingr-card{background:var(--off-white);border:1px solid var(--light);border-radius:var(--rm);padding:20px 22px;display:flex;align-items:flex-start;gap:14px;transition:border-color .2s}.ingr-card:hover{border-color:var(--mid)}.ingr-card-icon{width:44px;height:44px;border-radius:50%;background:var(--white);border:1px solid var(--light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingr-sci{font-family:var(--mono);font-size:11px;font-weight:600;color:var(--accent);letter-spacing:.04em;font-style:italic;margin-bottom:4px}.ingr-common{font-size:17px;font-weight:600;color:var(--text);margin-bottom:6px;font-family:var(--font-display);letter-spacing:.01em}.ingr-desc{font-size:14px;color:#3a3830;line-height:1.8}.apply-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}@media(max-width:640px){.apply-layout{grid-template-columns:1fr;gap:32px}}.steps{display:flex;flex-direction:column;gap:16px}.step{display:flex;align-items:flex-start;gap:16px}.step-num{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#f8f6f2;font-family:var(--mono);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{font-size:15px;color:#3a3830;line-height:1.85;padding-top:7px}.step-text strong{color:#1a1a18;font-weight:700;display:block;margin-bottom:4px;font-size:16px;font-family:var(--font-display)}.uses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:8px}@media(max-width:480px){.uses-grid{grid-template-columns:1fr 1fr}}.use{background:#edeae4;border:1px solid #d0c8b8;border-radius:var(--rm);padding:12px 16px;font-size:14px;color:#1a1a18;font-weight:500;display:flex;align-items:center;gap:10px;transition:border-color .2s,background .2s,transform .15s}.use:hover{transform:translateY(-2px);background:#e4ddd0}.use:nth-child(1){border-left:3px solid var(--c-yellow)}.use:nth-child(2){border-left:3px solid var(--c-orange)}.use:nth-child(3){border-left:3px solid var(--c-brown)}.use:nth-child(4){border-left:3px solid var(--c-green)}.use:nth-child(5){border-left:3px solid var(--c-purple)}.use:nth-child(6){border-left:3px solid var(--c-yellow)}.use:nth-child(7){border-left:3px solid var(--c-orange)}.use:nth-child(8){border-left:3px solid var(--c-brown)}.use:nth-child(9){border-left:3px solid var(--c-green)}.use:nth-child(10){border-left:3px solid var(--c-purple)}.why{background:var(--off-white);border-top:1px solid var(--light);border-bottom:1px solid var(--light)}.why-inner{max-width:1400px;margin:0 auto;padding:64px 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}@media(max-width:768px){.why-inner{grid-template-columns:1fr;gap:32px;padding:48px 16px}}.why-sub{margin-top:12px;font-size:15px;color:var(--muted);line-height:1.8}.why-points{display:flex;flex-direction:column;gap:18px}.why-point{display:flex;align-items:flex-start;gap:14px}.why-check{width:28px;height:28px;border-radius:50%;background:var(--c-yellow);border:2px solid #806010;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.why-text{font-size:15px;color:#3a3830;line-height:1.85}.why-text strong{color:var(--text);font-weight:700}.faq-wrap{max-width:760px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--rl);border:1px solid #d8d2c8;margin-bottom:10px;overflow:hidden;transition:border-color .2s,box-shadow .25s,transform .2s;box-shadow:0 1px 4px rgba(40,39,31,.05)}.faq-item:hover{border-color:#c8b888;box-shadow:0 6px 20px rgba(40,39,31,.10);transform:translateY(-2px)}.faq-item:nth-child(odd){border-left:3px solid var(--c-yellow)}.faq-item:nth-child(even){border-left:3px solid var(--c-orange)}.faq-q{display:flex;align-items:center;gap:12px;padding:18px 20px 0;font-size:18px;font-weight:500;font-family:var(--font-display);letter-spacing:.01em;color:var(--text);line-height:1.4}@media(max-width:480px){.faq-q{font-size:16px}}.faq-icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--c-yellow-bg);border:1px solid var(--c-yellow-bd)}.faq-item:nth-child(even) .faq-icon{background:var(--c-orange-bg);border-color:var(--c-orange-bd)}.faq-a{font-size:15px;color:var(--muted);line-height:1.9;font-weight:400;padding:12px 22px 20px 56px}@media(max-width:480px){.faq-a{padding-left:20px}}.anfrage-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:640px){.anfrage-grid{grid-template-columns:1fr;gap:28px}}.anfrage-email-box{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--white);border:1px solid var(--light);border-radius:var(--rl);text-decoration:none;transition:border-color .2s,box-shadow .2s}.anfrage-email-box:hover{border-color:var(--mid);box-shadow:0 4px 16px rgba(40,39,31,.08)}.anfrage-email-icon{width:48px;height:48px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.anfrage-topics{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.anfrage-topic{display:inline-block;padding:7px 14px;background:var(--white);border:1px solid var(--light);border-radius:20px;font-size:13px;color:var(--muted);text-decoration:none;font-weight:500;transition:all .2s}.anfrage-topic:hover{border-color:var(--mid);color:var(--text)}.cta-bar{background:var(--white);border-top:1px solid var(--light)}.cta-inner{max-width:1400px;margin:0 auto;padding:48px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}@media(max-width:600px){.cta-inner{flex-direction:column;align-items:flex-start}}.cta-inner h3{font-size:24px;font-weight:500;font-family:var(--font-display)}.cta-inner p{margin-top:5px;font-size:14px;color:var(--muted)}.cta-btns{display:flex;gap:10px;flex-wrap:wrap}.cta-btns a{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:var(--rm);font-size:14px;font-weight:500;transition:opacity .2s}.cta-btns .primary{background:var(--accent);color:#f8f6f2}.cta-btns .primary:hover{opacity:.84}.cta-btns .outline{background:transparent;color:var(--text);border:1px solid var(--mid);font-weight:400}.cta-btns .outline:hover{border-color:var(--text)}.footer{border-top:1px solid var(--light);background:var(--off-white)}.footer-inner{max-width:1400px;margin:0 auto;padding:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-brand{font-family:var(--mono);font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.footer-link{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.footer-link:hover{color:var(--text)}@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.product-info{animation:fadeUp .55s .08s var(--ease) both}.stage-spec{animation:fadeUp .6s .16s var(--ease) both}.ingr-bullet:nth-child(1) .ingr-bullet-icon{background:var(--c-yellow-bg);border-color:var(--c-yellow-bd);color:var(--c-yellow)}.ingr-bullet:nth-child(2) .ingr-bullet-icon{background:var(--c-orange-bg);border-color:var(--c-orange-bd);color:var(--c-orange)}.ingr-bullet:nth-child(3) .ingr-bullet-icon{background:var(--c-brown-bg);border-color:var(--c-brown-bd);color:var(--c-brown)}.spec-row:nth-child(odd){border-left:2px solid var(--c-yellow);padding-left:8px}.spec-row:nth-child(even){border-left:2px solid var(--c-orange);padding-left:8px}.ingr-card:nth-child(1){border-left:3px solid var(--c-yellow)}.ingr-card:nth-child(2){border-left:3px solid var(--c-orange)}.ingr-card:nth-child(3){border-left:3px solid var(--c-brown)}.step:nth-child(1) .step-num{background:var(--c-yellow)}.step:nth-child(2) .step-num{background:var(--c-orange)}.step:nth-child(3) .step-num{background:var(--c-brown)}.step:nth-child(4) .step-num{background:var(--c-green)}.step:nth-child(5) .step-num{background:var(--c-purple)}\u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"nav\"\u003e\u003ca href=\"#\" class=\"nav-brand\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"#28271f\" r=\"9\" cy=\"10\" cx=\"10\"\u003e\u003c\/circle\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#28271f\" d=\"M6 7 L10 14 L14 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor\u003c\/a\u003e\n\u003cul class=\"nav-links\"\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eVorteile\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#inhaltsstoffe\"\u003eInhaltsstoffe\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#anwendung\"\u003eAnwendung\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\n\u003cdiv class=\"breadcrumb\"\u003e\n\u003ca href=\"#\"\u003eViodor\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"#\"\u003eBiotonique\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003cspan\u003eGommage Coup d'Éclat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stage-wrap\"\u003e\n\u003cdiv class=\"stage\"\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"award-strip\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-width=\".8\" stroke=\"#7a7670\" fill=\"#c8b490\" viewbox=\"0 0 16 16\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M8 1 L9.8 5.5 L14.5 5.9 L11 9 L12.1 13.8 L8 11.3 L3.9 13.8 L5 9 L1.5 5.9 L6.2 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Victoires de la Beauté 2025\/2026 · ✨ Peeling \u0026amp; Exfoliation · \u003csvg style=\"border-radius: 2px; flex-shrink: 0;\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rose\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"9\" width=\"9\"\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#7a6248\" d=\"M5 1C4 2.5 2.5 4 2.5 6c0 1.5 1.2 2.8 2.5 3 1.3-.2 2.5-1.5 2.5-3C7.5 4 6 2.5 5 1Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Exfoliation \u0026amp; Verfeinerung\u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"9\" width=\"9\"\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#5a5850\" d=\"M5 1.5C3.5 3 2 4.5 2 6.5 2 8 3.5 9 5 9s3-1 3-2.5C8 4.5 6.5 3 5 1.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🌰 Süßmandelöl · Walnuss\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"9\" width=\"9\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.2\" stroke=\"#7a7670\" d=\"M5 1L6.2 4L9.5 4.3L7 6.5L7.8 9.8L5 8.2L2.2 9.8L3 6.5L.5 4.3L3.8 4Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🍋 Grapefruit\u003c\/span\u003e \u003cspan class=\"badge badge-ch\"\u003e\u003csvg style=\"border-radius: 2px;\" viewbox=\"0 0 16 16\" height=\"11\" width=\"11\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/span\u003e \u003cspan class=\"badge badge-grey\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"9\" width=\"9\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#4a4840\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#4a4840\" d=\"M5 3.5V5.5\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#4a4840\" r=\".6\" cy=\"7\" cx=\"5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Biotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eGommage Coup d'Éclat 50ml\u003cbr\u003e\u003cem\u003eExfoliation · Verfeinerung · Regenerierung\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"product-desc\"\u003e\u003cstrong\u003eFeine Peelingpartikel verfeinern das Hautbild sanft, entfernen abgestorbene Hautzellen und verleihen neue Klarheit und Frische.\u003c\/strong\u003e Drei kraftvolle Naturstoffe arbeiten zusammen für sichtbare Ausstrahlung: Exfoliation, Verfeinerung und Regenerierung in einem Schritt.\u003c\/p\u003e\n\u003cdiv class=\"ingr-bullets\"\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"13\" width=\"13\"\u003e\u003cellipse stroke-width=\"1.4\" stroke=\"#a88010\" ry=\"3\" rx=\"2\" cy=\"8\" cx=\"5\"\u003e\u003c\/ellipse\u003e\u003cellipse stroke-width=\"1.4\" stroke=\"#a88010\" ry=\"2.5\" rx=\"1.5\" cy=\"7\" cx=\"9\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌰 Süßmandelöl \u003cem\u003e(Prunus amygdalus dulcis)\u003c\/em\u003e – nährend, weichmachend, hautberuhigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"13\" width=\"13\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#b0521a\" r=\"4\" cy=\"7\" cx=\"7\"\u003e\u003c\/circle\u003e\u003cpath stroke-width=\"1.3\" stroke=\"#b0521a\" d=\"M7 4C6 5 5.5 6 6 7C6.5 8 7.5 8 8 7C8.5 6 8 5 7 4Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🍋 Grapefruitschalenextrakt \u003cem\u003e(Citrus paradisi)\u003c\/em\u003e – klärend, antioxidativ, aufhellend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-bullet\"\u003e\n\u003cdiv class=\"ingr-bullet-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"13\" width=\"13\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#6a5030\" r=\"3\" cy=\"7\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\".8\" cy=\"6\" cx=\"5\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\".8\" cy=\"5\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\".8\" cy=\"8\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\".8\" cy=\"9\" cx=\"6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e🌰 Walnussschalenpulver \u003cem\u003e(Juglans regia)\u003c\/em\u003e – mechanische Exfoliation, sanft abrasiv\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-tip\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle fill=\"#f5ecc8\" stroke-width=\"1.5\" stroke=\"#a88010\" r=\"7\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a88010\" d=\"M8 7V11\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#a88010\" r=\".9\" cy=\"5\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Sanftes Peeling für sofortigen Glow – Walnussschalenpulver exfoliiert mechanisch, Grapefruitextrakt klärt und Süßmandelöl nährt gleichzeitig. Das Ergebnis: sofort sichtbar strahlendere, verfeinerte Haut.\u003c\/div\u003e\n\u003cdiv class=\"atc-row\"\u003e\n\u003ca href=\"#\" class=\"btn-primary\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#f8f6f2\" d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#f8f6f2\" r=\"1\" cy=\"13\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#f8f6f2\" r=\"1\" cy=\"13\" cx=\"11\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e In den Warenkorb\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Gommage%20Coup%20d%27%C3%89clat%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Gommage%20Coup%20d%27%C3%89clat%2050ml.%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"btn-ghost\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003crect stroke-width=\"1.2\" stroke=\"#1a1a18\" rx=\"1.5\" height=\"8\" width=\"11\" y=\"3\" x=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a1a18\" d=\"M1.5 5.5L7 8.5l5.5-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003cpath fill-opacity=\".5\" fill=\"#dde8dc\" stroke-width=\"1.5\" stroke=\"#2d6e32\" d=\"M7 2C5.5 3.5 4 5 4 7.5 4 9.5 5.5 11 7 11.5 8.5 11 10 9.5 10 7.5 10 5 8.5 3.5 7 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Natürlich\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg style=\"border-radius: 2px; flex-shrink: 0;\" viewbox=\"0 0 16 16\" height=\"14\" width=\"14\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003cpath stroke-linejoin=\"round\" fill-opacity=\".6\" fill=\"#f5ecc8\" stroke-width=\"1.4\" stroke=\"#a88010\" d=\"M7 2L8.5 5.5L12.5 5.9L9.5 8.8L10.5 13L7 11L3.5 13L4.5 8.8L1.5 5.9L5.5 5.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e ✨ Sofortiger Glow\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003cpath stroke-linejoin=\"round\" fill-opacity=\".6\" fill=\"#f0dde0\" stroke-width=\"1.5\" stroke=\"#8a1a30\" d=\"M7 12C7 12 2.5 8.5 2.5 5.5 2.5 3.5 4 2 5.5 2 6.2 2 7 2.5 7 2.5S7.8 2 8.5 2C10 2 11.5 3.5 11.5 5.5 11.5 8.5 7 12 7 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec\"\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eMarke\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eBiotonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eInhalt\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e50 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eTyp\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003eGesichtspeeling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-item\"\u003e\n\u003cdiv class=\"mini-spec-key\"\u003eAnwendung\u003c\/div\u003e\n\u003cdiv class=\"mini-spec-val\"\u003e1–2× \/ Woche\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stage-spec\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduktdaten auf einen Blick\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eProdukt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eGommage Coup d'Éclat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMarke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBiotonique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInhalt\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e50 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eSanftes Gesichtspeeling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAnwendung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e1–2× pro Woche\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWirkung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eExfoliation · Verfeinerung · Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eSüßmandelöl\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003ePrunus amygdalus dulcis\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eGrapefruit\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eCitrus paradisi\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWalnuss\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003cem style=\"font-size: 12px; font-family: var(--mono);\"\u003eJuglans regia\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eExfoliation\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eSanft mechanisch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHauttypen\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAlle Hauttypen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHerstellung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e\u003csvg style=\"border-radius: 2px;\" viewbox=\"0 0 16 16\" height=\"14\" width=\"14\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGR BAND --\u003e\n\u003cdiv class=\"ingr-band\"\u003e\n\u003cdiv class=\"ingr-band-inner\"\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv style=\"background: var(--c-yellow-bg); border-color: var(--c-yellow-bd);\" class=\"ingr-item-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cellipse stroke-width=\"1.5\" stroke=\"#a88010\" ry=\"4\" rx=\"2.5\" cy=\"10\" cx=\"6\"\u003e\u003c\/ellipse\u003e\u003cellipse stroke-width=\"1.5\" stroke=\"#a88010\" ry=\"3\" rx=\"2\" cy=\"9\" cx=\"11\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003ePrunus amygdalus\u003c\/span\u003e\u003cspan class=\"ingr-effect\"\u003eSüßmandelöl – nährend, weichmachend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv style=\"background: var(--c-orange-bg); border-color: var(--c-orange-bd);\" class=\"ingr-item-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"#b0521a\" r=\"5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#b0521a\" d=\"M9 5C8 6.5 7.5 7.5 8 9C8.5 10.5 9.5 10.5 10 9C10.5 7.5 10 6.5 9 5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eCitrus paradisi\u003c\/span\u003e\u003cspan class=\"ingr-effect\"\u003eGrapefruit – klärend, antioxidativ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv style=\"background: var(--c-brown-bg); border-color: var(--c-brown-bd);\" class=\"ingr-item-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"#6a5030\" r=\"4.5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1\" cy=\"7.5\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1\" cy=\"7\" cx=\"11\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1\" cy=\"10.5\" cx=\"11.5\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1\" cy=\"11\" cx=\"7.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eJuglans regia\u003c\/span\u003e\u003cspan class=\"ingr-effect\"\u003eWalnuss – mechanische Exfoliation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv style=\"background: var(--c-green-bg); border-color: var(--c-green-bd);\" class=\"ingr-item-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"#2d7a3a\" d=\"M9 3L10.5 7L15 7.5L11.5 10.5L12.5 15L9 13L5.5 15L6.5 10.5L3 7.5L7.5 7Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSofortiger Glow\u003c\/span\u003e\u003cspan class=\"ingr-effect\"\u003eSichtbar strahlendere Haut nach 1 Anwendung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ingr-item\"\u003e\n\u003cdiv style=\"background: #fde8e8; border-color: #f5b8b8;\" class=\"ingr-item-icon\"\u003e\u003csvg style=\"border-radius: 3px;\" viewbox=\"0 0 16 16\" height=\"20\" width=\"20\"\u003e\u003crect rx=\"3\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"ingr-name\"\u003eSwiss Made\u003c\/span\u003e\u003cspan class=\"ingr-effect\"\u003eBiotonique – Schweizer Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv id=\"features\" class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Produktvorteile\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eExfoliieren. Verfeinern. Strahlen.\u003cbr\u003eDas sanfte Peeling für sofortigen Glow.\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv style=\"background: var(--c-yellow-bg); border: 1px solid var(--c-yellow-bd);\" class=\"feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003cellipse stroke-width=\"1.6\" stroke=\"#a88010\" ry=\"4\" rx=\"2.5\" cy=\"10\" cx=\"6\"\u003e\u003c\/ellipse\u003e\u003cellipse stroke-width=\"1.6\" stroke=\"#a88010\" ry=\"3\" rx=\"2\" cy=\"9\" cx=\"11.5\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cellipse stroke-width=\"1.4\" stroke=\"#a88010\" ry=\"3\" rx=\"2\" cy=\"9\" cx=\"6\"\u003e\u003c\/ellipse\u003e\u003cellipse stroke-width=\"1.4\" stroke=\"#a88010\" ry=\"2.5\" rx=\"1.5\" cy=\"8\" cx=\"11\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e Süßmandelöl – Nährung\u003c\/h3\u003e\n\u003cp\u003eSüßmandelöl pflegt die Haut während des Peelings, macht sie weich und geschmeidig. Wirkt beruhigend und verhindert das Austrocknen nach der Exfoliation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv style=\"background: var(--c-orange-bg); border: 1px solid var(--c-orange-bd);\" class=\"feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003ccircle stroke-width=\"1.6\" stroke=\"#b0521a\" r=\"5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#b0521a\" d=\"M9 5C8 6.5 7.5 7.5 8 9C8.5 10.5 9.5 10.5 10 9C10.5 7.5 10 6.5 9 5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#b0521a\" r=\"4.5\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Grapefruit – Klärung\u003c\/h3\u003e\n\u003cp\u003eGrapefruitschalenextrakt klärt das Hautbild, wirkt antioxidativ und unterstützt eine gleichmässige Ausstrahlung. Ideal für unebenes oder fades Hautbild.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv style=\"background: var(--c-brown-bg); border: 1px solid var(--c-brown-bd);\" class=\"feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003ccircle stroke-width=\"1.6\" stroke=\"#6a5030\" r=\"5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"7.5\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"7\" cx=\"11\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"11\" cx=\"11.5\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"11.5\" cx=\"7.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#6a5030\" r=\"4\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Walnuss – Exfoliation\u003c\/h3\u003e\n\u003cp\u003eFeine Walnussschalenpulver-Partikel exfoliieren sanft mechanisch. Entfernen abgestorbene Hautzellen, glätten die Oberfläche und stimulieren die Zellerneuerung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv style=\"background: var(--c-green-bg); border: 1px solid var(--c-green-bd);\" class=\"feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"#2d7a3a\" d=\"M9 3L10.5 7L15 7.5L11.5 10.5L12.5 15L9 13L5.5 15L6.5 10.5L3 7.5L7.5 7Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.3\" stroke=\"#2d7a3a\" d=\"M8 2L9.5 6L14 6.5L10.5 9.5L11.5 14L8 12L4.5 14L5.5 9.5L2 6.5L6.5 6Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Sofortiger Glow\u003c\/h3\u003e\n\u003cp\u003eBereits nach der ersten Anwendung sichtbar strahlenderes, ebenmässigeres Hautbild. Das Peeling verleiht sofortigen Coup d'Éclat – den Glanz, der von innen kommt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv style=\"background: var(--c-purple-bg); border: 1px solid var(--c-purple-bd);\" class=\"feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"#5a3a98\" d=\"M9 4L10.5 8.5L15.5 8.9L11.5 12.2L12.9 17L9 14.8L5.1 17L6.5 12.2L2.5 8.9L7.5 8.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.3\" stroke=\"#5a3a98\" d=\"M8 3L9.5 6.5L13.5 7L10.5 9.8L11.5 14L8 12L4.5 14L5.5 9.8L2.5 7L6.5 6.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für alle Hauttypen\u003c\/h3\u003e\n\u003cp\u003eSanft genug für empfindliche Haut, wirkungsvoll genug für fades, unebenes Hautbild. Auch für Mischhaut und zur Vorbereitung auf Serum \u0026amp; Creme ideal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv style=\"background: #fde8e8; border: 1px solid #f5b8b8;\" class=\"feat-icon\"\u003e\u003csvg style=\"border-radius: 3px;\" viewbox=\"0 0 16 16\" height=\"20\" width=\"20\"\u003e\u003crect rx=\"3\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e\n\u003csvg style=\"border-radius: 2px;\" viewbox=\"0 0 16 16\" height=\"13\" width=\"13\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made – Biotonique\u003c\/h3\u003e\n\u003cp\u003eSchweizer Präzision und eco-bewusste Formulierungen. Sanftes Peeling zu 98,5–100 % aus natürlichen Inhaltsstoffen, nachhaltig gedacht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv style=\"padding-top: 56px; padding-bottom: 56px;\" id=\"specs\" class=\"section\"\u003e\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Technische Daten\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 20px;\" class=\"section-title\"\u003eFormel \u0026amp;\u003cbr\u003ePeeling-Konzept\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px;\"\u003e\n\u003cspan style=\"font-size: 20px; flex-shrink: 0; margin-top: 2px;\"\u003e✨\u003c\/span\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eGommage Coup d'Éclat ist ein sanftes mechanisches Gesichtspeeling mit drei natürlichen Wirkstoffen. Walnussschalenpulver exfoliiert sanft, Grapefruitschalenextrakt klärt und wirkt antioxidativ, Süßmandelöl nährt und schützt die Haut während des Peelings. Das Ergebnis: sofort sichtbar strahlendere, verfeinerte Haut – der coup d'éclat in einem Schritt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: var(--c-yellow-bg); border: 1px solid var(--c-yellow-bd); border-left: 3px solid var(--c-yellow); border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg style=\"flex-shrink: 0; margin-top: 1px;\" fill=\"none\" viewbox=\"0 0 18 18\" height=\"22\" width=\"22\"\u003e\u003cellipse stroke-width=\"1.5\" stroke=\"#a88010\" fill=\"#f0dc98\" ry=\"4\" rx=\"2.5\" cy=\"10\" cx=\"6\"\u003e\u003c\/ellipse\u003e\u003cellipse stroke-width=\"1.5\" stroke=\"#a88010\" fill=\"#f0dc98\" ry=\"3\" rx=\"2\" cy=\"9\" cx=\"11.5\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #40300a; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #40300a;\"\u003e🌰 Süßmandelöl\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: var(--c-yellow);\"\u003e(Prunus amygdalus dulcis)\u003c\/em\u003e\u003cbr\u003eReich an ungesättigten Fettsäuren und Vitamin E – pflegt die Haut während der Exfoliation, macht sie weich und geschmeidig und wirkt hautberuhigend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: var(--c-orange-bg); border: 1px solid var(--c-orange-bd); border-left: 3px solid var(--c-orange); border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg style=\"flex-shrink: 0; margin-top: 1px;\" fill=\"none\" viewbox=\"0 0 18 18\" height=\"22\" width=\"22\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"#b0521a\" fill=\"#f0c898\" r=\"5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#b0521a\" d=\"M9 5C8 6.5 7.5 7.5 8 9C8.5 10.5 9.5 10.5 10 9C10.5 7.5 10 6.5 9 5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1a05; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1a05;\"\u003e🍋 Grapefruitschalenextrakt\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: var(--c-orange);\"\u003e(Citrus paradisi)\u003c\/em\u003e\u003cbr\u003eReich an Vitamin C, Flavonoiden und natürlichen Enzymen – klärt das Hautbild, wirkt antioxidativ, verfeinert die Poren und verleiht dem Teint neue Leuchtkraft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: var(--c-brown-bg); border: 1px solid var(--c-brown-bd); border-left: 3px solid var(--c-brown); border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg style=\"flex-shrink: 0; margin-top: 1px;\" fill=\"none\" viewbox=\"0 0 18 18\" height=\"22\" width=\"22\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"#6a5030\" fill=\"#c8b888\" r=\"5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"7.5\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"7\" cx=\"11\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"11\" cx=\"11.5\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.2\" cy=\"11.5\" cx=\"7.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #2a1e08; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #2a1e08;\"\u003e🌰 Walnussschalenpulver\u003c\/strong\u003e \u003cem style=\"font-family: var(--mono); font-size: 11px; color: var(--c-brown);\"\u003e(Juglans regia)\u003c\/em\u003e\u003cbr\u003eFeine natürliche Peelingpartikel aus Walnussschalen – exfoliieren sanft mechanisch, entfernen abgestorbene Hautzellen und stimulieren die natürliche Zellerneuerung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: var(--c-green-bg); border: 1px solid var(--c-green-bd); border-left: 3px solid var(--c-green); border-radius: var(--rm); margin-bottom: 10px;\"\u003e\n\u003csvg style=\"flex-shrink: 0; margin-top: 1px;\" fill=\"none\" viewbox=\"0 0 18 18\" height=\"22\" width=\"22\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"#2d7a3a\" fill=\"#b8e0b8\" d=\"M9 3L10.5 7L15 7.5L11.5 10.5L12.5 15L9 13L5.5 15L6.5 10.5L3 7.5L7.5 7Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1a3820; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1a3820;\"\u003e✨ Coup d'Éclat – der Glow-Effekt\u003c\/strong\u003e\u003cbr\u003eDie Synergie der drei Wirkstoffe wirkt sofort: Exfoliation + Klärung + Nährung = ein strahlend frisches, ebenmässiges Hautbild bereits nach der ersten Anwendung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: var(--c-purple-bg); border: 1px solid var(--c-purple-bd); border-left: 3px solid var(--c-purple); border-radius: var(--rm);\"\u003e\n\u003csvg style=\"flex-shrink: 0; margin-top: 1px;\" fill=\"none\" viewbox=\"0 0 18 18\" height=\"22\" width=\"22\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.4\" stroke=\"#5a3a98\" fill=\"#c8b8e8\" d=\"M9 4L10.5 8.5L15.5 8.9L11.5 12.2L12.9 17L9 14.8L5.1 17L6.5 12.2L2.5 8.9L7.5 8.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp style=\"font-size: 14px; color: #1e0e40; line-height: 1.75;\"\u003e\u003cstrong style=\"font-family: var(--font-display); font-size: 15px; color: #1e0e40;\"\u003e🌟 Ideale Vorbereitung für die Pflegeroutine\u003c\/strong\u003e\u003cbr\u003eNach dem Peeling nehmen Serum und Creme ihre Wirkstoffe deutlich besser auf – perfekt als Vorbereitung für Synergie Éclatante oder Crème Universelle Réparatrice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable style=\"width: 100%;\" class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eGommage Coup d'Éclat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eMarke\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eBiotonique\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eInhalt\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e50 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eProdukttyp\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eSanftes Gesichtspeeling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eExfoliation\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eMechanisch (Walnuss)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 1\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌰 Süßmandelöl (Prunus amygdalus dulcis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 2\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🍋 Grapefruit (Citrus paradisi)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eWirkstoff 3\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e🌰 Walnuss (Juglans regia)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003ePrimärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eExfoliation \u0026amp; Leuchtkraft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eSekundärwirkung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eVerfeinerung, Klärung, Regenerierung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eAnwendung\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e1–2× pro Woche\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHauttypen\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003eAlle Hauttypen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eNatürlichkeit\u003c\/td\u003e\n\u003ctd class=\"td-v\"\u003e98,5–100% natürliche Inhaltsstoffe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-k\"\u003eHerstellung\u003c\/td\u003e\n\u003ctd style=\"display: flex; align-items: center; gap: 6px;\" class=\"td-v\"\u003e\n\u003csvg style=\"border-radius: 2px; flex-shrink: 0;\" viewbox=\"0 0 16 16\" height=\"14\" width=\"14\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv style=\"background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\" id=\"inhaltsstoffe\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Wirkstoffe\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 24px;\" class=\"section-title\"\u003e3 natürliche Peeling-Wirkstoffe\u003cbr\u003eim Detail\u003c\/h2\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv style=\"background: var(--c-yellow-bg); border-color: var(--c-yellow-bd);\" class=\"ingr-card-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003cellipse stroke-width=\"1.6\" stroke=\"#a88010\" ry=\"4\" rx=\"2.5\" cy=\"10\" cx=\"6.5\"\u003e\u003c\/ellipse\u003e\u003cellipse stroke-width=\"1.6\" stroke=\"#a88010\" ry=\"3\" rx=\"2\" cy=\"9\" cx=\"12\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003ePrunus amygdalus dulcis\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eSüßmandelöl\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eReich an Ölsäure, Linolsäure und Vitamin E – nährt die Haut während der Exfoliation, macht sie geschmeidig und verhindert Austrocknung. Wirkt hautberuhigend und schützend.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv style=\"background: var(--c-orange-bg); border-color: var(--c-orange-bd);\" class=\"ingr-card-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003ccircle stroke-width=\"1.6\" stroke=\"#b0521a\" r=\"5.5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#b0521a\" d=\"M9 4.5C8 6 7.5 7.5 8 9C8.5 10.5 9.5 10.5 10 9C10.5 7.5 10 6 9 4.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eCitrus paradisi\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eGrapefruitschalenextrakt\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eVitamin C und Flavonoide aus der Grapefruitschale – klärt das Hautbild, wirkt antioxidativ, hellt den Teint auf und verfeinert die Poren. Verleiht sofortige Frische und Ausstrahlung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingr-card\"\u003e\n\u003cdiv style=\"background: var(--c-brown-bg); border-color: var(--c-brown-bd);\" class=\"ingr-card-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"20\" width=\"20\"\u003e\u003ccircle stroke-width=\"1.6\" stroke=\"#6a5030\" r=\"5.5\" cy=\"9\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.3\" cy=\"7.5\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.3\" cy=\"7\" cx=\"11.5\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.3\" cy=\"11\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#6a5030\" r=\"1.3\" cy=\"11.5\" cx=\"7.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingr-sci\"\u003eJuglans regia\u003c\/div\u003e\n\u003cdiv class=\"ingr-common\"\u003eWalnussschalenpulver\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eFeine natürliche Partikel aus Walnussschalen – exfoliieren sanft mechanisch ohne zu reizen. Entfernen abgestorbene Hautzellen, glätten die Hautoberfl äche und stimulieren die Zellerneuerung.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv style=\"background: var(--white);\" id=\"anwendung\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"apply-layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Anwendung\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 14px;\" class=\"section-title\"\u003eSo wird das Peeling\u003cbr\u003eangewendet\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;\"\u003e1–2 Mal pro Woche als besonderer Pflegeschritt nach der Reinigung. Das Peeling auf das feuchte Gesicht auftragen und sanft einmassieren – nicht zu stark reiben. Danach die reguläre Pflegeroutine fortsetzen.\u003c\/p\u003e\n\u003cdiv style=\"background: var(--off-white); border: 1px solid var(--light); border-left: 3px solid var(--accent); border-radius: var(--rm); padding: 14px 18px; font-size: 14px; color: var(--muted); line-height: 1.7;\"\u003e\n\u003cstrong style=\"color: var(--text);\"\u003e💡 Tipp:\u003c\/strong\u003e Nach dem Peeling sofort Essence Tonifiante auftragen – die Poren sind geöffnet und nehmen Wirkstoffe optimal auf. Danach Serum und Creme – maximale Wirksamkeit garantiert.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eHaut reinigen\u003c\/strong\u003e Gesicht mit Gelée Démaquillante Douce reinigen und leicht feucht lassen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003ePeeling auftragen\u003c\/strong\u003e Eine haselnussgrosse Menge auf Gesicht und Hals verteilen – Augenpartie aussparen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eSanft einmassieren\u003c\/strong\u003e Mit kreisenden Bewegungen sanft einmassieren – 1–2 Minuten. Nicht zu stark drücken.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eAbspülen\u003c\/strong\u003e Gründlich mit lauwarmem Wasser abspülen. Ergebnis: sofort strahlendere, weichere Haut.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003ePflege fortsetzen\u003c\/strong\u003e Essence Tonifiante → Serum → Creme auftragen. Wirkstoffe werden nach dem Peeling deutlich besser aufgenommen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USES --\u003e\n\u003cdiv id=\"einsatz\" class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Ideal für\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 24px;\" class=\"section-title\"\u003eFür alle, die strahlende,\u003cbr\u003everfeinerte Haut suchen\u003c\/h2\u003e\n\u003cdiv class=\"uses-grid\"\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.3\" stroke=\"#a88010\" fill=\"#f5ecc8\" d=\"M8 2L9.5 6L14 6.5L10.5 9.5L11.5 14L8 12L4.5 14L5.5 9.5L2 6.5L6.5 6Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Fahles, mattes Hautbild\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#b0521a\" fill=\"#fbe4d0\" r=\"4.5\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Unreine Haut \u0026amp; Poren\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#6a5030\" fill=\"#e0dac8\" r=\"4\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Unebenes Hautbild\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#2d7a3a\" fill=\"#daeeda\" d=\"M8 2C6.5 4 5 5.5 5 8.5 5 11 6.5 12.5 8 13 9.5 12.5 11 11 11 8.5 11 5.5 9.5 4 8 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Vor besonderen Anlässen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#5a3a98\" fill=\"#ede8f5\" r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Vor Make-up \/ Event\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.3\" stroke=\"#a88010\" fill=\"#f5ecc8\" d=\"M8 2L9.5 6L14 6.5L10.5 9.5L11.5 14L8 12L4.5 14L5.5 9.5L2 6.5L6.5 6Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Nach Sonne \/ Urlaub\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#b0521a\" fill=\"#fbe4d0\" r=\"4.5\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Trockene Hautschuppen\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#6a5030\" fill=\"#e0dac8\" r=\"4\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Wöchentliche Tiefenreinigung\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#2d7a3a\" fill=\"#daeeda\" d=\"M8 2C6.5 4 5 5.5 5 8.5 5 11 6.5 12.5 8 13 9.5 12.5 11 11 11 8.5 11 5.5 9.5 4 8 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Serumvorbereitung\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 16 16\" height=\"16\" width=\"16\"\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#5a3a98\" fill=\"#ede8f5\" r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Alle Hauttypen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Warum Biotonique\u003c\/div\u003e\n\u003ch2\u003eWarum das Gommage\u003cbr\u003eCoup d'Éclat\u003c\/h2\u003e\n\u003cp class=\"why-sub\"\u003eSanftes Naturpeeling mit drei Wirkstoffen – exfoliiert, klärt und nährt gleichzeitig. Sofortiger Glow-Effekt und optimale Vorbereitung für die weitere Pflege. Schweizer Qualität.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-points\"\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#f8f6f2\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSofortiger Glow-Effekt\u003c\/strong\u003e – bereits nach der ersten Anwendung sichtbar strahlenderes, ebenmässigeres Hautbild. Der coup d'éclat in einem Schritt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#f8f6f2\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eDrei Wirkstoffe – eine Synergie\u003c\/strong\u003e – Walnuss exfoliiert, Grapefruit klärt, Süßmandelöl nährt. Kein Austrocknen, keine Reizung – nur strahlendes Ergebnis.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#f8f6f2\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eOptimale Serum-Vorbereitung\u003c\/strong\u003e – nach dem Peeling werden Wirkstoffe von Serum und Creme deutlich besser aufgenommen. Der perfekte Booster für die ganze Pflegeroutine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-point\"\u003e\n\u003cdiv class=\"why-check\"\u003e\u003csvg style=\"border-radius: 1px;\" viewbox=\"0 0 16 16\" height=\"11\" width=\"11\"\u003e\u003crect rx=\"1\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cstrong\u003eSwiss Made \u0026amp; 98,5–100% natürlich\u003c\/strong\u003e – Schweizer Präzision, eco-bewusste Formulierungen, ohne Kompromisse bei Wirksamkeit und Sanftheit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"background: #f0ece4;\" id=\"faq\" class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Häufige Fragen\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 28px;\" class=\"section-title\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M5 3.5V5.5M5 6.5V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie oft sollte ich das Peeling verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e1–2 Mal pro Woche ist ideal. Bei empfindlicher Haut zunächst einmal wöchentlich beginnen. Bei sehr trockener Haut nicht öfter als 2× pro Woche. Das Peeling eignet sich besonders abends, damit die Haut über Nacht regenerieren kann.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M5 3.5V5.5M5 6.5V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nKann ich das Peeling auch auf empfindlicher Haut verwenden?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa. Die Walnussschalenpulver-Partikel sind fein genug für empfindliche Haut und Süßmandelöl wirkt beruhigend. Dennoch: Augenkontakt vermeiden, nicht auf aktiven Entzündungen oder offenen Stellen anwenden. Bei Rosacea erst Dermatologen fragen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M5 3.5V5.5M5 6.5V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWie integriere ich das Peeling in meine Pflegeroutine?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eDas Peeling ersetzt an Peeling-Tagen die normale Reinigung. Reihenfolge: Gommage Coup d'Éclat (statt Gelée Démaquillante) → Essence Tonifiante → Serum (z. B. Synergie Éclatante) → Creme. An anderen Tagen die normale Routine fortsetzen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M5 3.5V5.5M5 6.5V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWarum ist Grapefruitschalenextrakt im Peeling?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eGrapefruitschalenextrakt liefert natürliches Vitamin C und Flavonoide – er klärt das Hautbild, wirkt antioxidativ und hellt den Teint auf. In Kombination mit der mechanischen Exfoliation durch Walnuss entsteht ein doppelter Klärungseffekt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e\n\u003cdiv class=\"faq-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"11\" width=\"11\"\u003e\u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M5 3.5V5.5M5 6.5V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSoll ich danach Sonnenschutz auftragen?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eJa, unbedingt – nach einem Peeling ist die Haut empfindlicher gegenüber UV-Strahlung. Morgens nach der Anwendung immer Sonnenschutz auftragen. Abendliche Anwendung ist deshalb bevorzugt, da die Haut über Nacht regeneriert ohne UV-Exposition.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANFRAGE --\u003e\n\u003cdiv style=\"background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"anfrage-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-tag\"\u003e✦ Direktkontakt\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 12px;\" class=\"section-title\"\u003eFragen zum Gommage\u003cbr\u003eCoup d'Éclat?\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); line-height: 1.8;\"\u003eWir beraten Sie gerne – zu Inhaltsstoffen, Anwendung, Bestellung oder Großmengen. Schreiben Sie uns direkt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ca class=\"anfrage-email-box\" href=\"mailto:info@viodor.com?subject=Anfrage:%20Gommage%20Coup%20d%27%C3%89clat%2050ml\u0026amp;body=Guten%20Tag,%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Gommage%20Coup%20d%27%C3%89clat%2050ml.%0A%0AMeine%20Frage:%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003e\n\u003cdiv class=\"anfrage-email-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"22\" width=\"22\"\u003e\u003crect stroke-width=\"1.4\" stroke=\"#f8f6f2\" rx=\"2\" height=\"12\" width=\"16\" y=\"4\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#f8f6f2\" d=\"M2 7l8 5 8-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-size: 12px; color: var(--muted); font-family: var(--mono); margin-bottom: 3px;\"\u003eE-Mail\u003c\/div\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; color: var(--text);\"\u003einfo@viodor.com\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-left: auto; font-size: 20px; color: var(--muted);\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"anfrage-topics\"\u003e\n\u003ca class=\"anfrage-topic\" href=\"mailto:info@viodor.com?subject=Inhaltsstoffe:%20Gommage%20Coup%20d%27%C3%89clat\"\u003e💊 Inhaltsstoffe\u003c\/a\u003e \u003ca class=\"anfrage-topic\" href=\"mailto:info@viodor.com?subject=Anwendung:%20Gommage%20Coup%20d%27%C3%89clat\"\u003e✋ Anwendung\u003c\/a\u003e \u003ca class=\"anfrage-topic\" href=\"mailto:info@viodor.com?subject=Bestellung:%20Gommage%20Coup%20d%27%C3%89clat\"\u003e🛍 Bestellung\u003c\/a\u003e \u003ca class=\"anfrage-topic\" href=\"mailto:info@viodor.com?subject=Grossmengen:%20Gommage%20Coup%20d%27%C3%89clat\"\u003e📦 Grossmengen\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-bar\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBereit für sofortigen Glow?\u003c\/h3\u003e\n\u003cp\u003e\u003csvg style=\"border-radius: 2px; vertical-align: middle;\" viewbox=\"0 0 16 16\" height=\"13\" width=\"13\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e 50 ml · Swiss Made \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-btns\"\u003e\n\u003ca href=\"#\" class=\"primary\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 16 16\" height=\"15\" width=\"15\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#f8f6f2\" d=\"M2 2h2.5l1.8 8h5.5l1.2-5H5.5\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#f8f6f2\" r=\"1\" cy=\"13\" cx=\"8\"\u003e\u003c\/circle\u003e\u003ccircle fill=\"#f8f6f2\" r=\"1\" cy=\"13\" cx=\"11\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Jetzt kaufen\u003c\/a\u003e \u003ca href=\"mailto:info@viodor.com?subject=Anfrage:%20Gommage%20Coup%20d%27%C3%89clat%2050ml\" class=\"outline\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003crect stroke-width=\"1.2\" stroke=\"#1a1a18\" rx=\"1.5\" height=\"8\" width=\"11\" y=\"3\" x=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a1a18\" d=\"M1.5 5.5L7 8.5l5.5-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Anfrage senden\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter class=\"footer\"\u003e\n\u003cdiv class=\"footer-inner\"\u003e\n\u003cspan class=\"footer-brand\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003ccircle stroke-width=\"1.3\" stroke=\"#4a4840\" r=\"9\" cy=\"10\" cx=\"10\"\u003e\u003c\/circle\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#4a4840\" d=\"M6 7L10 14L14 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Viodor ·I· \u003csvg style=\"border-radius: 2px;\" viewbox=\"0 0 16 16\" height=\"13\" width=\"13\"\u003e\u003crect rx=\"2\" fill=\"#D52B1E\" height=\"16\" width=\"16\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"12\" width=\"3\" y=\"2\" x=\"6.5\"\u003e\u003c\/rect\u003e\u003crect fill=\"white\" height=\"3\" width=\"12\" y=\"6.5\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e Swiss Made\u003c\/span\u003e\u003ca href=\"mailto:info@viodor.com\" class=\"footer-link\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"13\" width=\"13\"\u003e\u003crect stroke-width=\"1.2\" stroke=\"#4a4840\" rx=\"1.5\" height=\"8\" width=\"11\" y=\"3\" x=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#4a4840\" d=\"M1.5 5.5L7 8.5l5.5-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Biotonique","offers":[{"title":"Default Title","offer_id":54298108952913,"sku":null,"price":57.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/files\/GommageCoupd_Eclat50ml.png?v=1783787658"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1052\/9393\/9025\/collections\/68f9caac9ef1e_42e47d6a-c77b-4abc-a967-f5577e5b2288.jpg?v=1780939467","url":"https:\/\/viodor.com\/collections\/biotonique.oembed","provider":"Viodor I Premium-Beauty-Produkten","version":"1.0","type":"link"}