{"product_id":"lumieyes-rotlicht-augenbrille","title":"LumiEyes™","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026family=DM+Sans:wght@300;400;500\u0026display=swap');\n\n  :root {\n    --grad: linear-gradient(135deg, #4A6CF7, #8B5CF6, #E040FB);\n    --dark: #1a1030;\n    --text: #2d2440;\n    --muted: #6b6080;\n    --light: #faf8ff;\n    --border: rgba(139,92,246,0.12);\n    --purple: #8B5CF6;\n    --red: #ef4444;\n    --red-bg: rgba(239,68,68,0.06);\n    --red-border: rgba(239,68,68,0.18);\n    --green: #059669;\n    --green-bg: rgba(16,185,129,0.07);\n    --green-border: rgba(16,185,129,0.2);\n    --amber: #d97706;\n    --amber-bg: rgba(245,158,11,0.07);\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .bv-product {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--text);\n    line-height: 1.75;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* ── HERO VIDEO ── *\/\n  .bv-video-wrap {\n    position: relative;\n    border-radius: 24px;\n    overflow: hidden;\n    margin-bottom: 40px;\n    background: var(--dark);\n    aspect-ratio: 16\/9;\n  }\n\n  .bv-video-wrap video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .bv-video-overlay {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    padding: 20px 28px 24px;\n    background: linear-gradient(to top, rgba(26,16,48,0.92) 0%, rgba(26,16,48,0.7) 60%, transparent 100%);\n    width: 100%;\n  }\n\n  .bv-video-tag {\n    display: inline-block;\n    background: var(--grad);\n    color: white;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 100px;\n    margin-bottom: 8px;\n  }\n\n  .bv-video-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 4vw, 34px);\n    font-weight: 700;\n    color: white;\n    line-height: 1.2;\n  }\n\n  .bv-video-title em {\n    font-style: italic;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  \/* ── HOOK ── *\/\n  .bv-hook {\n    text-align: center;\n    padding: 48px 24px;\n    background: white;\n    border-radius: 24px;\n    border: 1px solid var(--border);\n    margin-bottom: 28px;\n  }\n\n  .bv-hook-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 14px;\n  }\n\n  .bv-hook h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 4vw, 36px);\n    font-weight: 700;\n    color: var(--dark);\n    line-height: 1.25;\n    margin-bottom: 16px;\n  }\n\n  .bv-hook p {\n    font-size: 16px;\n    color: var(--muted);\n    max-width: 580px;\n    margin: 0 auto;\n    line-height: 1.8;\n  }\n\n  \/* ── PROBLEM ── *\/\n  .bv-problem {\n    background: var(--dark);\n    border-radius: 24px;\n    padding: 40px 36px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bv-problem::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 60% 60% at 10% 50%, rgba(239,68,68,0.12) 0%, transparent 60%),\n      radial-gradient(ellipse 50% 60% at 90% 30%, rgba(139,92,246,0.15) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .bv-problem-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.4);\n    display: block;\n    margin-bottom: 14px;\n    position: relative;\n  }\n\n  .bv-problem h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    color: white;\n    margin-bottom: 24px;\n    line-height: 1.3;\n    position: relative;\n  }\n\n  .bv-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 14px;\n    position: relative;\n  }\n\n  .bv-problem-item {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 14px;\n    padding: 18px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .bv-problem-icon {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: rgba(239,68,68,0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 15px;\n    flex-shrink: 0;\n  }\n\n  .bv-problem-text {\n    font-size: 14px;\n    color: rgba(255,255,255,0.65);\n    line-height: 1.5;\n  }\n\n  .bv-problem-text strong {\n    color: white;\n    font-weight: 500;\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  \/* ── SOLUTION BANNER ── *\/\n  .bv-solution {\n    background: var(--grad);\n    border-radius: 20px;\n    padding: 28px 36px;\n    margin-bottom: 28px;\n    text-align: center;\n  }\n\n  .bv-solution p {\n    font-size: 18px;\n    font-weight: 500;\n    color: white;\n    line-height: 1.6;\n  }\n\n  .bv-solution p em {\n    font-style: italic;\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n  }\n\n  \/* ── SCIENCE BLOCK ── *\/\n  .bv-science {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 36px;\n    margin-bottom: 28px;\n  }\n\n  .bv-science-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: linear-gradient(135deg, #ef4444, #8B5CF6);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 10px;\n  }\n\n  .bv-science h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    color: var(--dark);\n    margin-bottom: 20px;\n    line-height: 1.3;\n  }\n\n  .bv-science-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  .bv-science-card {\n    border-radius: 16px;\n    padding: 22px 20px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bv-science-card.red-card {\n    background: var(--red-bg);\n    border: 1px solid var(--red-border);\n  }\n\n  .bv-science-card.purple-card {\n    background: rgba(139,92,246,0.06);\n    border: 1px solid rgba(139,92,246,0.15);\n  }\n\n  .bv-science-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .bv-science-title {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--dark);\n    margin-bottom: 6px;\n  }\n\n  .bv-science-text {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── FEATURES ── *\/\n  .bv-features {\n    margin-bottom: 28px;\n  }\n\n  .bv-features-header {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  .bv-features-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 10px;\n  }\n\n  .bv-features-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 30px);\n    font-weight: 700;\n    color: var(--dark);\n    line-height: 1.3;\n  }\n\n  .bv-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 16px;\n  }\n\n  .bv-feature-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 26px 24px;\n    position: relative;\n    overflow: hidden;\n    transition: border-color 0.2s, transform 0.2s;\n  }\n\n  .bv-feature-card:hover {\n    border-color: rgba(139,92,246,0.3);\n    transform: translateY(-3px);\n  }\n\n  .bv-feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 3px;\n    background: var(--grad);\n    border-radius: 20px 20px 0 0;\n  }\n\n  .bv-feature-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 40px;\n    font-weight: 700;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    line-height: 1;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .bv-feature-title {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--dark);\n    margin-bottom: 8px;\n  }\n\n  .bv-feature-text {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── HOW IT WORKS ── *\/\n  .bv-how {\n    background: var(--light);\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 40px 36px;\n    margin-bottom: 28px;\n  }\n\n  .bv-how-header {\n    text-align: center;\n    margin-bottom: 32px;\n  }\n\n  .bv-how-header span {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 10px;\n  }\n\n  .bv-how-header h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    color: var(--dark);\n    line-height: 1.3;\n  }\n\n  .bv-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .bv-step {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 20px 24px;\n  }\n\n  .bv-step-num {\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: var(--grad);\n    color: white;\n    font-size: 16px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-family: 'Playfair Display', serif;\n  }\n\n  .bv-step-title {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--dark);\n    margin-bottom: 4px;\n  }\n\n  .bv-step-text {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── RESULTS ── *\/\n  .bv-results {\n    background: var(--dark);\n    border-radius: 24px;\n    padding: 40px 36px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bv-results::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(139,92,246,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .bv-results-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.4);\n    display: block;\n    margin-bottom: 10px;\n    position: relative;\n  }\n\n  .bv-results h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    color: white;\n    margin-bottom: 28px;\n    position: relative;\n  }\n\n  .bv-results-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 14px;\n    position: relative;\n  }\n\n  .bv-result-item {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 16px;\n    padding: 20px 16px;\n    text-align: center;\n  }\n\n  .bv-result-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  .bv-result-label {\n    font-size: 13px;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.4;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .bv-benefits {\n    background: var(--light);\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 36px;\n    margin-bottom: 28px;\n  }\n\n  .bv-benefits-header {\n    margin-bottom: 24px;\n  }\n\n  .bv-benefits-header span {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .bv-benefits-header h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(18px, 3vw, 26px);\n    color: var(--dark);\n  }\n\n  .bv-benefits-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bv-benefits-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 16px 20px;\n    font-size: 15px;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .bv-benefits-list li::before {\n    content: '✓';\n    min-width: 28px;\n    width: 28px;\n    height: 28px;\n    background: var(--green-bg);\n    color: var(--green);\n    border: 1px solid var(--green-border);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 13px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .bv-benefits-list li strong { color: var(--dark); font-weight: 600; }\n\n  .bv-benefits-list li span { flex: 1; min-width: 0; }\n\n  \/* ── SPECS ── *\/\n  .bv-specs {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 36px;\n    margin-bottom: 28px;\n  }\n\n  .bv-specs-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: var(--grad);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    display: block;\n    margin-bottom: 10px;\n  }\n\n  .bv-specs h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 24px;\n    color: var(--dark);\n    margin-bottom: 20px;\n  }\n\n  .bv-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 12px;\n  }\n\n  .bv-spec-item {\n    background: var(--light);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .bv-spec-label {\n    font-size: 11px;\n    color: var(--muted);\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n\n  .bv-spec-val {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--dark);\n  }\n\n  \/* ── MAMA BANNER ── *\/\n  .bv-mama {\n    background: var(--dark);\n    border-radius: 24px;\n    padding: 36px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 28px;\n    flex-wrap: wrap;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bv-mama::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 50% 80% at 0% 50%, rgba(224,64,251,0.15) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 60% at 100% 50%, rgba(74,108,247,0.15) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .bv-mama-icon { font-size: 52px; flex-shrink: 0; position: relative; }\n  .bv-mama-content { flex: 1; min-width: 200px; position: relative; }\n\n  .bv-mama-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    color: white;\n    margin-bottom: 8px;\n  }\n\n  .bv-mama-text {\n    font-size: 14px;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.7;\n  }\n\n  \/* ── INBOX ── *\/\n  .bv-inbox {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 32px 36px;\n    margin-bottom: 28px;\n  }\n\n  .bv-inbox h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    color: var(--dark);\n    margin-bottom: 16px;\n  }\n\n  .bv-inbox-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n  }\n\n  .bv-inbox-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 15px;\n    color: var(--muted);\n    padding: 10px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .bv-inbox-list li:last-child { border-bottom: none; }\n\n  .bv-inbox-list li::before {\n    content: '→';\n    color: var(--purple);\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  \/* ── GUARANTEE ── *\/\n  .bv-guarantee {\n    background: var(--grad);\n    border-radius: 24px;\n    padding: 36px;\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .bv-guarantee h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    color: white;\n    margin-bottom: 12px;\n  }\n\n  .bv-guarantee p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 500px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  .bv-guarantee-badges {\n    display: flex;\n    justify-content: center;\n    gap: 16px;\n    margin-top: 20px;\n    flex-wrap: wrap;\n  }\n\n  .bv-g-badge {\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.25);\n    border-radius: 100px;\n    padding: 8px 18px;\n    font-size: 13px;\n    font-weight: 600;\n    color: white;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 600px) {\n    .bv-problem, .bv-how, .bv-specs, .bv-benefits,\n    .bv-mama, .bv-inbox, .bv-science, .bv-results { padding: 24px 20px; }\n    .bv-hook { padding: 32px 20px; }\n    .bv-mama { flex-direction: column; text-align: center; }\n    .bv-science-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bv-product\"\u003e\n\n  \u003c!-- VIDEO HERO --\u003e\n  \u003cdiv class=\"bv-video-wrap\"\u003e\n    \u003cvideo autoplay muted loop playsinline\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/de4b00c5648d473f9753529156e8c3f4.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n    \u003cdiv class=\"bv-video-overlay\"\u003e\n      \u003cspan class=\"bv-video-tag\"\u003eBellyva Eye Care\u003c\/span\u003e\n      \u003ch1 class=\"bv-video-title\"\u003eBellyva \u003cem\u003eLumiEyes™\u003c\/em\u003e\u003cbr\u003eDeine Augen. Neu belebt.\u003c\/h1\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOOK --\u003e\n  \u003cdiv class=\"bv-hook\"\u003e\n    \u003cspan class=\"bv-hook-label\"\u003eDas Anti-Aging Geheimnis für deine Augen\u003c\/span\u003e\n    \u003ch2\u003eSchluss mit Augenringen.\u003cbr\u003eHallo, strahlender Blick.\u003c\/h2\u003e\n    \u003cp\u003eDas Bellyva LumiEyes™ vereint Rotlicht-Therapie und EMS-Mikrostrom in einer eleganten Brille — für sichtbar frischere, jüngere Augenpartien ohne Nadeln, ohne Laser, ohne Salon.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PROBLEM --\u003e\n  \u003cdiv class=\"bv-problem\"\u003e\n    \u003cspan class=\"bv-problem-label\"\u003eKennst du das?\u003c\/span\u003e\n    \u003ch3\u003eDie Probleme rund um deine Augen die dich täglich stören\u003c\/h3\u003e\n    \u003cdiv class=\"bv-problem-grid\"\u003e\n      \u003cdiv class=\"bv-problem-item\"\u003e\n        \u003cdiv class=\"bv-problem-icon\"\u003e🌑\u003c\/div\u003e\n        \u003cdiv class=\"bv-problem-text\"\u003e\n          \u003cstrong\u003eAugenringe\u003c\/strong\u003e\n          Dunkle Schatten die dich erschöpft wirken lassen — egal wie viel du geschlafen hast\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-problem-item\"\u003e\n        \u003cdiv class=\"bv-problem-icon\"\u003e💧\u003c\/div\u003e\n        \u003cdiv class=\"bv-problem-text\"\u003e\n          \u003cstrong\u003eSchwellungen \u0026amp; Tränensäcke\u003c\/strong\u003e\n          Aufgedunstene Augenlider morgens — kein Concealer hilft wirklich\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-problem-item\"\u003e\n        \u003cdiv class=\"bv-problem-icon\"\u003e😣\u003c\/div\u003e\n        \u003cdiv class=\"bv-problem-text\"\u003e\n          \u003cstrong\u003eAugenmüdigkeit\u003c\/strong\u003e\n          Stundenlang auf Bildschirme starren hinterlässt Spuren — brennende, müde Augen\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-problem-item\"\u003e\n        \u003cdiv class=\"bv-problem-icon\"\u003e⏳\u003c\/div\u003e\n        \u003cdiv class=\"bv-problem-text\"\u003e\n          \u003cstrong\u003eFältchen \u0026amp; Falten\u003c\/strong\u003e\n          Die zarte Haut ums Auge altert schneller als überall sonst am Gesicht\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SOLUTION --\u003e\n  \u003cdiv class=\"bv-solution\"\u003e\n    \u003cp\u003eDas Bellyva LumiEyes™ ist deine Lösung —\u003cbr\u003e\u003cem\u003eProfessionelle Eye-Care. Zuhause. In 10 Minuten.\u003c\/em\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WISSENSCHAFT --\u003e\n  \u003cdiv class=\"bv-science\"\u003e\n    \u003cspan class=\"bv-science-label\"\u003eDie Technologie dahinter\u003c\/span\u003e\n    \u003ch3\u003eZwei bewährte Technologien.\u003cbr\u003eEine revolutionäre Brille.\u003c\/h3\u003e\n    \u003cdiv class=\"bv-science-grid\"\u003e\n      \u003cdiv class=\"bv-science-card red-card\"\u003e\n        \u003cspan class=\"bv-science-icon\"\u003e🔴\u003c\/span\u003e\n        \u003cp class=\"bv-science-title\"\u003eRotlicht-Therapie\u003c\/p\u003e\n        \u003cp class=\"bv-science-text\"\u003eRotes LED-Licht dringt tief in die Hautschichten ein und stimuliert die natürliche Kollagenproduktion. Verbessert die Durchblutung rund ums Auge, reduziert Pigmentierung und lässt die Haut von innen heraus aufleuchten.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-science-card purple-card\"\u003e\n        \u003cspan class=\"bv-science-icon\"\u003e⚡\u003c\/span\u003e\n        \u003cp class=\"bv-science-title\"\u003eEMS Mikrostrom\u003c\/p\u003e\n        \u003cp class=\"bv-science-text\"\u003eSanfte elektrische Impulse trainieren die Muskeln um das Auge, straffen die Haut und fördern die Zellerneuerung. Wie ein Mini-Workout für deine Augenpartie — schmerzlos, effektiv, nicht-invasiv.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"bv-features\"\u003e\n    \u003cdiv class=\"bv-features-header\"\u003e\n      \u003cspan class=\"bv-features-label\"\u003eAusstattung\u003c\/span\u003e\n      \u003ch2 class=\"bv-features-title\"\u003eAlles was deine Augenpartie braucht — in einer Brille\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bv-features-grid\"\u003e\n      \u003cdiv class=\"bv-feature-card\"\u003e\n        \u003cspan class=\"bv-feature-num\"\u003e01\u003c\/span\u003e\n        \u003cp class=\"bv-feature-title\"\u003e5+ Intensitätsstufen\u003c\/p\u003e\n        \u003cp class=\"bv-feature-text\"\u003eStarte sanft und steigere die Intensität nach Belieben. Von delikat für empfindliche Haut bis intensiv für maximale Wirkung — du hast die volle Kontrolle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-feature-card\"\u003e\n        \u003cspan class=\"bv-feature-num\"\u003e02\u003c\/span\u003e\n        \u003cp class=\"bv-feature-title\"\u003eEMS Mikrostrom-Therapie\u003c\/p\u003e\n        \u003cp class=\"bv-feature-text\"\u003eGezielte Mikroströme straffen die Augenpartie, reduzieren Schwellungen und trainieren die Muskulatur — für einen sichtbar liftedem Effekt ohne Botox.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-feature-card\"\u003e\n        \u003cspan class=\"bv-feature-num\"\u003e03\u003c\/span\u003e\n        \u003cp class=\"bv-feature-title\"\u003eRotlicht LED\u003c\/p\u003e\n        \u003cp class=\"bv-feature-text\"\u003eHochwirksame rote LEDs fördern Kollagen, verbessern die Mikrozirkulation und hellen Augenringe und Pigmentflecken natürlich auf.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-feature-card\"\u003e\n        \u003cspan class=\"bv-feature-num\"\u003e04\u003c\/span\u003e\n        \u003cp class=\"bv-feature-title\"\u003eBrillen-Design — Hands-Free\u003c\/p\u003e\n        \u003cp class=\"bv-feature-text\"\u003eEinfach aufsetzen und weitermachen. Lies ein Buch, trink deinen Morgenkaffee oder entspanne — das LumiEyes™ arbeitet für dich.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-feature-card\"\u003e\n        \u003cspan class=\"bv-feature-num\"\u003e05\u003c\/span\u003e\n        \u003cp class=\"bv-feature-title\"\u003eUSB wiederaufladbar\u003c\/p\u003e\n        \u003cp class=\"bv-feature-text\"\u003eKabellos, leicht und kompakt. Überallhin mitnehmbar — ob zuhause, im Büro oder auf Reisen. Einmal laden, tagelang nutzen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-feature-card\"\u003e\n        \u003cspan class=\"bv-feature-num\"\u003e06\u003c\/span\u003e\n        \u003cp class=\"bv-feature-title\"\u003eHautfreundliches Material\u003c\/p\u003e\n        \u003cp class=\"bv-feature-text\"\u003eHochwertiges, hautfreundliches Weisskunststoff-Gehäuse — leicht, hautverträglich und angenehm zu tragen. Geeignet für alle Hauttypen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"bv-how\"\u003e\n    \u003cdiv class=\"bv-how-header\"\u003e\n      \u003cspan\u003eAnwendung\u003c\/span\u003e\n      \u003ch3\u003eIn 3 einfachen Schritten zu strahlenden Augen\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bv-steps\"\u003e\n      \u003cdiv class=\"bv-step\"\u003e\n        \u003cdiv class=\"bv-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"bv-step-title\"\u003eHaut vorbereiten\u003c\/p\u003e\n          \u003cp class=\"bv-step-text\"\u003eReinige dein Gesicht gründlich. Trage optional ein feuchtigkeitsspendendes Augenserum oder Gel auf — das verbessert die Leitfähigkeit des Mikrostroms und verstärkt die Wirkung deutlich.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-step\"\u003e\n        \u003cdiv class=\"bv-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"bv-step-title\"\u003eLumiEyes™ aufsetzen \u0026amp; starten\u003c\/p\u003e\n          \u003cp class=\"bv-step-text\"\u003eSetze die Brille bequem auf und wähle deine gewünschte Intensitätsstufe. Starte mit Stufe 1–2 und erhöhe nach wenigen Tagen. Die Anwendung dauert \u003cstrong\u003e10–15 Minuten\u003c\/strong\u003e — entspanne dich dabei einfach.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-step\"\u003e\n        \u003cdiv class=\"bv-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"bv-step-title\"\u003eTäglich anwenden — Ergebnisse geniessen\u003c\/p\u003e\n          \u003cp class=\"bv-step-text\"\u003eBereits nach \u003cstrong\u003e2–3 Wochen täglicher Anwendung\u003c\/strong\u003e berichten Nutzerinnen von sichtbar reduzierten Augenringen, weniger Schwellungen und einer strahlend frischeren Augenpartie.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ERGEBNISSE --\u003e\n  \u003cdiv class=\"bv-results\"\u003e\n    \u003cspan class=\"bv-results-label\"\u003eSichtbare Ergebnisse\u003c\/span\u003e\n    \u003ch3\u003eWas Nutzerinnen berichten\u003c\/h3\u003e\n    \u003cdiv class=\"bv-results-grid\"\u003e\n      \u003cdiv class=\"bv-result-item\"\u003e\n        \u003cspan class=\"bv-result-num\"\u003e2–3\u003c\/span\u003e\n        \u003cspan class=\"bv-result-label\"\u003eWochen bis erste sichtbare Ergebnisse\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-result-item\"\u003e\n        \u003cspan class=\"bv-result-num\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"bv-result-label\"\u003eMinuten täglich reichen aus\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-result-item\"\u003e\n        \u003cspan class=\"bv-result-num\"\u003e5+\u003c\/span\u003e\n        \u003cspan class=\"bv-result-label\"\u003eIntensitätsstufen für jeden Hauttyp\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-result-item\"\u003e\n        \u003cspan class=\"bv-result-num\"\u003e0\u003c\/span\u003e\n        \u003cspan class=\"bv-result-label\"\u003eNadeln, Laser oder Salonbesuche nötig\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VORTEILE --\u003e\n  \u003cdiv class=\"bv-benefits\"\u003e\n    \u003cdiv class=\"bv-benefits-header\"\u003e\n      \u003cspan\u003eWarum Bellyva LumiEyes™?\u003c\/span\u003e\n      \u003ch3\u003eWas du mit dem LumiEyes™ erreichst\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"bv-benefits-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eAugenringe sichtbar reduzieren\u003c\/strong\u003e — Rotlicht verbessert die Durchblutung und hellt dunkle Schatten auf\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSchwellungen \u0026amp; Tränensäcke minimieren\u003c\/strong\u003e — EMS-Mikrostrom entwässert das Gewebe und reduziert Puffiness\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eKollagenproduktion ankurbeln\u003c\/strong\u003e — für festere, elastischere Haut rund ums Auge\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eFältchen \u0026amp; feine Linien glätten\u003c\/strong\u003e — sanfter Lifting-Effekt durch regelmässige Anwendung\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eAugenmüdigkeit sofort lindern\u003c\/strong\u003e — entspannte, ausgeruhte Augen nach nur 10 Minuten\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eHands-Free — multitasking-freundlich\u003c\/strong\u003e — einfach aufsetzen und nebenbei entspannen\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eFür alle Hauttypen geeignet\u003c\/strong\u003e — sanft genug für empfindliche Haut, effektiv für alle\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPEZIFIKATIONEN --\u003e\n  \u003cdiv class=\"bv-specs\"\u003e\n    \u003cspan class=\"bv-specs-label\"\u003eTechnische Daten\u003c\/span\u003e\n    \u003ch3\u003eBellyva LumiEyes™ — Spezifikationen\u003c\/h3\u003e\n    \u003cdiv class=\"bv-specs-grid\"\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eModell\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eXY-E01\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eTechnologie\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eRotlicht LED + EMS Mikrostrom\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eStufen\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003e5+ Intensitätsstufen\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eFarbe\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eWeiss\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eStromversorgung\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eUSB wiederaufladbar\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eAnwendungsbereich\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eAugenpartie, Unteraugen, Lider\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eDesign\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eBrillen-Form, Hands-Free\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bv-spec-item\"\u003e\n        \u003cp class=\"bv-spec-label\"\u003eMaterial\u003c\/p\u003e\n        \u003cp class=\"bv-spec-val\"\u003eHochwertiger Weisskunststoff\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MAMA BANNER --\u003e\n  \u003cdiv class=\"bv-mama\"\u003e\n    \u003cdiv class=\"bv-mama-icon\"\u003e🤰\u003c\/div\u003e\n    \u003cdiv class=\"bv-mama-content\"\u003e\n      \u003ch3 class=\"bv-mama-title\"\u003eAuch ideal für werdende \u0026amp; frischgebackene Mamas\u003c\/h3\u003e\n      \u003cp class=\"bv-mama-text\"\u003eSchwangerschaft und Schlafentzug hinterlassen Spuren — besonders rund um die Augen. Das Bellyva LumiEyes™ hilft dir sanft und effektiv, frisch und ausgeruht auszusehen — auch wenn die Nächte kurz sind. \u003cstrong style=\"color:rgba(255,255,255,0.8);\"\u003eBitte vor der Anwendung in der Schwangerschaft immer eine Ärztin konsultieren.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LIEFERUMFANG --\u003e\n  \u003cdiv class=\"bv-inbox\"\u003e\n    \u003ch3\u003eDas ist im Lieferumfang enthalten\u003c\/h3\u003e\n    \u003cul class=\"bv-inbox-list\"\u003e\n      \u003cli\u003e1× Bellyva LumiEyes™ Rotlicht EMS Augenbrille\u003c\/li\u003e\n      \u003cli\u003e1× USB-Ladekabel\u003c\/li\u003e\n      \u003cli\u003e1× Bedienungsanleitung (Deutsch)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GARANTIE --\u003e\n  \u003cdiv class=\"bv-guarantee\"\u003e\n    \u003ch3\u003e💜 Deine Zufriedenheit ist unsere Priorität\u003c\/h3\u003e\n    \u003cp\u003eWir stehen hinter unserem Produkt. Wenn du nicht restlos begeistert bist, melde dich innerhalb von 14 Tagen bei uns — wir finden gemeinsam eine Lösung.\u003c\/p\u003e\n    \u003cdiv class=\"bv-guarantee-badges\"\u003e\n      \u003cspan class=\"bv-g-badge\"\u003e✓ 14 Tage Rückgaberecht\u003c\/span\u003e\n      \u003cspan class=\"bv-g-badge\"\u003e✓ Kostenloser Versand\u003c\/span\u003e\n      \u003cspan class=\"bv-g-badge\"\u003e✓ Sicheres Bezahlen\u003c\/span\u003e\n      \u003cspan class=\"bv-g-badge\"\u003e✓ Support auf Deutsch\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BELLYVA","offers":[{"title":"LumiEyes™ Standard \/ Weiss","offer_id":53977552879962,"sku":"CJYD188501301AZ","price":59.9,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1008\/2736\/5722\/files\/c5482595-4afb-414c-bdf3-9c0b2273c1d1_trans.jpg?v=1775921130","url":"https:\/\/bellyva.ch\/products\/lumieyes-rotlicht-augenbrille","provider":"BELLYVA","version":"1.0","type":"link"}