{"id":1009771,"date":"2024-11-11T14:33:12","date_gmt":"2024-11-11T14:33:12","guid":{"rendered":"https:\/\/lumilean.io\/checkouts\/v3\/"},"modified":"2024-12-24T13:46:05","modified_gmt":"2024-12-24T13:46:05","slug":"v3","status":"publish","type":"wfacp_checkout","link":"https:\/\/lumilean.io\/de\/checkouts\/v3\/","title":{"rendered":"Checkout &#8211; German v3"},"content":{"rendered":"\n<style>\n  :root {\n    --background-color: #FFFFFF;\n    --background-color-secondary: #F7F9F7;\n    --background-color-secondary-opacity: rgba(247, 249, 247, 0.5);\n\n    --main: #4B294D;\n    --dark-main: #4B294D;\n    --active-dark-main: #ED755B;\n    --active-light-main: #e8b8fb;\n\n    --secondary: #FFF0EA;\n\n    --grey-main: #c2b7c7;\n    --grey-light-main: #F3EAD7;\n    --grey-dark-main: #8e8495;\n\n    --warning-red: #F73D3D;\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n\n    box-sizing: border-box;\n\n    border: none;\n    outline: none;\n\n    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif !important;\n    font-size: 16px;\n    text-decoration: none;\n\n    scroll-behavior: smooth;\n\n    color: var(--dark-main);\n  }\n\n  .container {\n    width: 100%;\n    max-width: 1080px !important;\n    padding-left: 1rem !important;\n    padding-right: 1rem !important;\n    margin-inline: auto;\n\n    animation: fadeIn ease-in-out .15s backwards;\n    animation-delay: .15s;\n  }\n\n  \/*@media screen and (max-width: 675px) {*\/\n  \/*  * {*\/\n  \/*    font-size: 14px;*\/\n  \/*  }*\/\n  \/*}*\/\n\n  @keyframes fadeIn {\n    0% {\n      opacity: 0;\n    }\n\n    100% {\n      opacity: 1;\n    }\n  }\n<\/style>\n<style>\n.header__container {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 100%;\n  height: 72px;\n\n  animation: fadeIn ease-in-out .25s backwards;\n}\n\n.header__logo {\n\n}\n\n.header__logo .logo__image {\n  width: 126px;\n  height: 24px;\n}\n<\/style>\n\n<header class=\"container header__container\">\n  <a href=\"https:\/\/lumilean.io\/de\/\" class=\"header__logo\">\n    <img decoding=\"async\" class=\"logo__image\" src=\"https:\/\/lumilean.io\/wp-content\/uploads\/2024\/02\/himero-logo.png\" alt=\"logo__image\">\n  <\/a>\n<\/header><style>\n    \/* Product Container *\/\n\n    .product__container {\n        display: flex;\n        flex-direction: row;\n        justify-content: space-between;\n        gap: 1.5rem;\n\n        margin-top: 2rem;\n        margin-bottom: 2rem;\n        scroll-margin-top: 2rem;\n    }\n\n    .product__item {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-direction: column;\n\n        width: 100%;\n        padding: 2.5rem 1.5rem;\n\n        border-radius: .25rem;\n        border: 1px solid var(--grey-main);\n\n        cursor: pointer;\n        transition: all ease-in-out .15s;\n    }\n\n    .product__item.is-selected {\n        outline: 3px solid var(--main);\n        border-color: transparent;\n        background-color: var(--grey-light-main);\n    }\n\n    .product__item.is-selected .item__order {\n        border-color: var(--active-dark-main);\n        background-color: var(--background-color);\n        box-shadow: none;\n    }\n\n    .product__item.is-selected .item__order:hover {\n        opacity: 1;\n        background-color: var(--active-dark-main);\n    }\n\n    .product__item.is-selected .item__order:hover .order__selected__icon {\n        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(132deg) brightness(110%) contrast(100%);\n    }\n\n    .product__item.is-selected .item__order .order__title {\n        color: var(--active-dark-main);\n    }\n\n    .product__item.is-selected .item__order:hover .order__title {\n        color: var(--background-color);\n    }\n\n\t.now_ord {\n\t\tdisplay: flex;\n\t}\n\n\t.sel_ord {\n\t\tdisplay: none;\n\t}\n\n\t.product__item.is-selected .now_ord {\n\t\tdisplay: none;\n\t}\n\n\t.product__item.is-selected .sel_ord {\n\t\tdisplay: flex;\n\t}\n\n    .product__item.is-selected .item__order .order__selected {\n        width: 24px;\n        height: 24px;\n    }\n\n    .product__item .item__title {\n        text-align: center;\n        font-size: 1.5em;\n        font-weight: 600;\n    }\n\n    .product__item .item_image {\n      width: 100%;\n      max-width: 196px;\n\t\t  margin: 1rem 0;\n    }\n\n    .product__item .item__info {\n        text-align: start;\n        display: flex;\n        flex-direction: column;\n\n        width: 100%;\n        margin: 1.75rem 0 1rem 0;\n    }\n\n    .product__item .item__info .info__row {\n      display: flex;\n      align-items: flex-end;\n      gap: 1.5rem;\n\n      width: 100%;\n    }\n\n    .product__item .item__info .info__row .row__info {\n        display: flex;\n        align-items: flex-end;\n        gap: .15rem;\n    }\n\n    .product__item .item__info .info__value {\n        font-weight: 600;\n        font-size: 2em;\n    }\n\n    .product__item .item__info .info__amount {\n      font-size: .75em;\n      font-weight: 600;\n      line-height: 70%;\n      color: rgba(24, 9, 0, 0.8);\n    }\n\n    .item__info .info__discount {\n      width: fit-content;\n      padding: 0 .35rem;\n\n      border-radius: 0.3rem;\n      background-color: var(--active-dark-main);\n    }\n\n    .info__discount .discount__title {\n      font-size: .72em;\n      font-weight: 600;\n      color: var(--background-color);\n    }\n\n    .item__info .info__before {\n      font-weight: 600;\n      font-size: 1.375em;\n      text-decoration: line-through;\n    }\n\n    .item__info .info__total {\n      font-weight: 500;\n      font-size: .875em;\n      color: var(--dark-main);\n    }\n\n    .item__recommendation {\n      display: flex;\n      flex-direction: column;\n      gap: 0.5rem;\n\n      width: 100%;\n      margin-top: .25rem;\n      margin-bottom: 2rem;\n    }\n\n    .item__recommendation .recommendation__item {\n      display: flex;\n      align-items: center;\n      gap: .7rem;\n    }\n\n    .item__recommendation .recommendation__item .item__image {\n        width: 20px;\n        height: 20px;\n    }\n\n    .item__recommendation .recommendation__item .item__title {\n      font-weight: 500;\n      font-size: .875em;\n      text-align: left;\n    }\n\n    .item__order {\n\/*         display: flex; *\/\n        align-items: center;\n        justify-content: center;\n        gap: .5rem;\n\n        width: 100%;\n        height: 56px;\n        padding: 0 1.5rem;\n        margin: .5rem 0;\n\n        border-radius: 4px;\n        border: 2px solid var(--active-dark-main);\n        background-color: var(--active-dark-main);\n\n        cursor: pointer;\n        transition: all ease-in-out .15s;\n        animation: fadeIn ease-in-out .15s backwards;\n    }\n\n    .item__order:hover {\n        opacity: .75;\n    }\n\n    .item__order:active {\n        opacity: .75;\n    }\n\n    .item__order .order__selected__icon {\n        width: 18px;\n\n        filter: brightness(0) saturate(100%) invert(63%) sepia(68%) saturate(5680%) hue-rotate(258deg) brightness(84%) contrast(89%);\n    }\n\n    .item__order .order__title {\n        font-size: 1.25em;\n        color: var(--background-color);\n    }\n\n    .product__item .item__guarantee {\n      margin-top: .5rem;\n      margin-bottom: .25rem;\n\n      font-size: .75em;\n      color: var(--dark-main);\n      text-transform: uppercase;\n    }\n\n    .product__item .item__cards {\n        width: 100%;\n        max-width: 196px;\n        margin: .5rem auto 0 auto;\n\t}\n\n    @media screen and (max-width: 675px) {\n        .product__container {\n            display: flex;\n            flex-direction: column;\n\n            width: 100%;\n        }\n\n        .product__item .item_image {\n            width: 100%;\n            max-width: 208px;\n        }\n    }\n<\/style>\n\n<div id=\"products\" class=\"container product__container\">\n        <div class=\"product__item prodtg_german prodtg_pack1  prdpack_1372\"\n         data-pack-id=\"1372\" data-orderno=\"20240328104459\"\n         id=\"product_1372\" data-prdid=\"1372\"\n    >\n        <span class=\"item__title\">Einsteiger<\/span>\n        <img decoding=\"async\" loading=\"lazy\" class=\"item_image\" src=\"https:\/\/lumilean.io\/wp-content\/uploads\/2024\/03\/1_bottle_500x500-1.webp\" alt=\"item_image\">\n        <div class=\"item__info\">\n                        <div class=\"info__row\">\n                <div class=\"row__info\">\n                    <span class=\"info__value\">\n                                        68.9&euro;                    \u200e\n                    <\/span>\n                    <span class=\"info__amount\">Pro<br\/>Packung<\/span>\n                <\/div>\n                <div class=\"info__discount\">\n                    <span class=\"discount__title\">19% RABATT<\/span>\n                <\/div>\n            <\/div>\n                        <span class=\"info__before\">84.95 &euro;<\/span>\n                        <span class=\"info__total\">Insgesamt: 68.9&euro;<\/span>\n        <\/div>\n        <div class=\"item__recommendation\">\n            <div class=\"recommendation__item\">\n                <img decoding=\"async\" loading=\"lazy\" class=\"item__image\"\n                     src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/4e6595fe-6209-4c9a-03ff-a0860d3fef00\/w=40,h=40\"\n                     alt=\"\">\n                <span class=\"item__title\"><strong>Die teuerste Wahl<\/strong> <\/span>\n            <\/div>\n            <div class=\"recommendation__item\">\n                <img decoding=\"async\" loading=\"lazy\" class=\"item__image\"\n                     src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/4e6595fe-6209-4c9a-03ff-a0860d3fef00\/w=40,h=40\"\n                     alt=\"\">\n                <span class=\"item__title\"><strong>\u20ac5,00 Versandkosten<\/strong><\/span>\n            <\/div>\n        <\/div>\n        <div class=\"item__order now_ord\">\n            <span class=\"order__title\">Jetzt bestellen<\/span>\n        <\/div>\n\t\t<div class=\"item__order sel_ord\">\n\t\t  <svg class=\"order__selected__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"18\" viewBox=\"0 0 21 18\" fill=\"none\"><path d=\"M7.24468 11.7269L7.61317 12.1277L7.98119 11.7265L17.5584 1.28637C17.5586 1.28616 17.5588 1.28596 17.559 1.28575C17.8873 0.931058 18.322 0.740723 18.7654 0.740723C19.2091 0.740723 19.644 0.931277 19.9725 1.28637L19.9729 1.28678C20.1375 1.46434 20.2702 1.67783 20.3614 1.91594C20.4526 2.15407 20.5 2.41079 20.5 2.67094C20.5 2.93109 20.4526 3.1878 20.3614 3.42594C20.2702 3.66404 20.1375 3.87754 19.9729 4.05509L19.9715 4.0566L8.809 16.1966C8.8088 16.1968 8.8086 16.197 8.8084 16.1972C8.48198 16.549 8.05078 16.7387 7.61045 16.7407L7.6096 16.7407C7.38768 16.7421 7.16658 16.6959 6.95855 16.6035L6.75556 17.0604L6.95854 16.6035C6.75082 16.5112 6.559 16.3741 6.39521 16.1977C6.39486 16.1973 6.3945 16.1969 6.39415 16.1966L1.14923 10.4681L1.13579 10.4534L1.12123 10.4398C0.938336 10.2695 0.787283 10.0575 0.679708 9.81565L0.222871 10.0189L0.679708 9.81565C0.572112 9.57378 0.510988 9.30869 0.501349 9.0373C0.49171 8.7659 0.533838 8.496 0.624261 8.24499C0.714671 7.99401 0.850818 7.76888 1.02202 7.58268C1.19314 7.39659 1.39524 7.25367 1.6143 7.16034C1.83318 7.06707 2.06576 7.02464 2.29797 7.0344C2.5302 7.04415 2.75971 7.10601 2.97235 7.2179C3.18517 7.32988 3.37757 7.49017 3.53583 7.69115L3.54766 7.70617L3.5606 7.72025L7.24468 11.7269Z\" fill=\"currentColor\"><\/path><\/svg>\n\t\t  <span class=\"order__title\">Ausgew\u00e4hlte<\/span>\n\t\t<\/div>\n      <span class=\"item__guarantee\">Garantiert sichere Kaufabwicklung<\/span>\n        <img decoding=\"async\" loading=\"lazy\" class=\"item__cards\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/08\/w320.avif\" alt=\"item__cards\">\n    <\/div>\n        <div class=\"product__item prodtg_german  prdpack_1370\"\n         data-pack-id=\"1370\" data-orderno=\"20240328104458\"\n         id=\"product_1370\" data-prdid=\"1370\"\n    >\n        <span class=\"item__title\">Superseller<\/span>\n        <img decoding=\"async\" loading=\"lazy\" class=\"item_image\" src=\"https:\/\/lumilean.io\/wp-content\/uploads\/2024\/03\/Glucofit5-1.webp\" alt=\"item_image\">\n        <div class=\"item__info\">\n                        <div class=\"info__row\">\n                <div class=\"row__info\">\n                    <span class=\"info__value\">\n                                        25.8&euro;                    \u200e\n                    <\/span>\n                    <span class=\"info__amount\">Pro<br\/>Packung<\/span>\n                <\/div>\n                <div class=\"info__discount\">\n                    <span class=\"discount__title\">43% RABATT<\/span>\n                <\/div>\n            <\/div>\n                        <span class=\"info__before\">45.5 &euro;<\/span>\n                        <span class=\"info__total\">Insgesamt: 129&euro;<\/span>\n        <\/div>\n        <div class=\"item__recommendation\">\n            <div class=\"recommendation__item\">\n                <img decoding=\"async\" loading=\"lazy\" class=\"item__image\"\n                     src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/4e6595fe-6209-4c9a-03ff-a0860d3fef00\/w=40,h=40\"\n                     alt=\"\">\n                <span class=\"item__title\">SPAREN HEUTE 100 \u20ac<\/span>\n            <\/div>\n            <div class=\"recommendation__item\">\n                <img decoding=\"async\" loading=\"lazy\" class=\"item__image\"\n                     src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/4e6595fe-6209-4c9a-03ff-a0860d3fef00\/w=40,h=40\"\n                     alt=\"\">\n                <span class=\"item__title\"><strong>KOSTENLOSER VERSAND<\/strong><\/span>\n            <\/div>\n        <\/div>\n        <div class=\"item__order now_ord\">\n            <span class=\"order__title\">Jetzt bestellen<\/span>\n        <\/div>\n\t\t<div class=\"item__order sel_ord\">\n\t\t  <svg class=\"order__selected__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"18\" viewBox=\"0 0 21 18\" fill=\"none\"><path d=\"M7.24468 11.7269L7.61317 12.1277L7.98119 11.7265L17.5584 1.28637C17.5586 1.28616 17.5588 1.28596 17.559 1.28575C17.8873 0.931058 18.322 0.740723 18.7654 0.740723C19.2091 0.740723 19.644 0.931277 19.9725 1.28637L19.9729 1.28678C20.1375 1.46434 20.2702 1.67783 20.3614 1.91594C20.4526 2.15407 20.5 2.41079 20.5 2.67094C20.5 2.93109 20.4526 3.1878 20.3614 3.42594C20.2702 3.66404 20.1375 3.87754 19.9729 4.05509L19.9715 4.0566L8.809 16.1966C8.8088 16.1968 8.8086 16.197 8.8084 16.1972C8.48198 16.549 8.05078 16.7387 7.61045 16.7407L7.6096 16.7407C7.38768 16.7421 7.16658 16.6959 6.95855 16.6035L6.75556 17.0604L6.95854 16.6035C6.75082 16.5112 6.559 16.3741 6.39521 16.1977C6.39486 16.1973 6.3945 16.1969 6.39415 16.1966L1.14923 10.4681L1.13579 10.4534L1.12123 10.4398C0.938336 10.2695 0.787283 10.0575 0.679708 9.81565L0.222871 10.0189L0.679708 9.81565C0.572112 9.57378 0.510988 9.30869 0.501349 9.0373C0.49171 8.7659 0.533838 8.496 0.624261 8.24499C0.714671 7.99401 0.850818 7.76888 1.02202 7.58268C1.19314 7.39659 1.39524 7.25367 1.6143 7.16034C1.83318 7.06707 2.06576 7.02464 2.29797 7.0344C2.5302 7.04415 2.75971 7.10601 2.97235 7.2179C3.18517 7.32988 3.37757 7.49017 3.53583 7.69115L3.54766 7.70617L3.5606 7.72025L7.24468 11.7269Z\" fill=\"currentColor\"><\/path><\/svg>\n\t\t  <span class=\"order__title\">Ausgew\u00e4hlte<\/span>\n\t\t<\/div>\n      <span class=\"item__guarantee\">Garantiert sichere Kaufabwicklung<\/span>\n        <img decoding=\"async\" loading=\"lazy\" class=\"item__cards\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/08\/w320.avif\" alt=\"item__cards\">\n    <\/div>\n        <div class=\"product__item prodtg_german  prdpack_1373\"\n         data-pack-id=\"1373\" data-orderno=\"20240328104457\"\n         id=\"product_1373\" data-prdid=\"1373\"\n    >\n        <span class=\"item__title\">Bestseller<\/span>\n        <img decoding=\"async\" loading=\"lazy\" class=\"item_image\" src=\"https:\/\/lumilean.io\/wp-content\/uploads\/2024\/03\/Glucofit3-1.webp\" alt=\"item_image\">\n        <div class=\"item__info\">\n                        <div class=\"info__row\">\n                <div class=\"row__info\">\n                    <span class=\"info__value\">\n                                        33&euro;                    \u200e\n                    <\/span>\n                    <span class=\"info__amount\">Pro<br\/>Packung<\/span>\n                <\/div>\n                <div class=\"info__discount\">\n                    <span class=\"discount__title\">35% RABATT<\/span>\n                <\/div>\n            <\/div>\n                        <span class=\"info__before\">50.95 &euro;<\/span>\n                        <span class=\"info__total\">Insgesamt: 99&euro;<\/span>\n        <\/div>\n        <div class=\"item__recommendation\">\n            <div class=\"recommendation__item\">\n                <img decoding=\"async\" loading=\"lazy\" class=\"item__image\"\n                     src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/4e6595fe-6209-4c9a-03ff-a0860d3fef00\/w=40,h=40\"\n                     alt=\"\">\n                <span class=\"item__title\">SPAREN HEUTE \u20ac54<\/span>\n            <\/div>\n            <div class=\"recommendation__item\">\n                <img decoding=\"async\" loading=\"lazy\" class=\"item__image\"\n                     src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/4e6595fe-6209-4c9a-03ff-a0860d3fef00\/w=40,h=40\"\n                     alt=\"\">\n                <span class=\"item__title\"><strong>KOSTENLOSER VERSAND<\/strong><\/span>\n            <\/div>\n        <\/div>\n        <div class=\"item__order now_ord\">\n            <span class=\"order__title\">Jetzt bestellen<\/span>\n        <\/div>\n\t\t<div class=\"item__order sel_ord\">\n\t\t  <svg class=\"order__selected__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"18\" viewBox=\"0 0 21 18\" fill=\"none\"><path d=\"M7.24468 11.7269L7.61317 12.1277L7.98119 11.7265L17.5584 1.28637C17.5586 1.28616 17.5588 1.28596 17.559 1.28575C17.8873 0.931058 18.322 0.740723 18.7654 0.740723C19.2091 0.740723 19.644 0.931277 19.9725 1.28637L19.9729 1.28678C20.1375 1.46434 20.2702 1.67783 20.3614 1.91594C20.4526 2.15407 20.5 2.41079 20.5 2.67094C20.5 2.93109 20.4526 3.1878 20.3614 3.42594C20.2702 3.66404 20.1375 3.87754 19.9729 4.05509L19.9715 4.0566L8.809 16.1966C8.8088 16.1968 8.8086 16.197 8.8084 16.1972C8.48198 16.549 8.05078 16.7387 7.61045 16.7407L7.6096 16.7407C7.38768 16.7421 7.16658 16.6959 6.95855 16.6035L6.75556 17.0604L6.95854 16.6035C6.75082 16.5112 6.559 16.3741 6.39521 16.1977C6.39486 16.1973 6.3945 16.1969 6.39415 16.1966L1.14923 10.4681L1.13579 10.4534L1.12123 10.4398C0.938336 10.2695 0.787283 10.0575 0.679708 9.81565L0.222871 10.0189L0.679708 9.81565C0.572112 9.57378 0.510988 9.30869 0.501349 9.0373C0.49171 8.7659 0.533838 8.496 0.624261 8.24499C0.714671 7.99401 0.850818 7.76888 1.02202 7.58268C1.19314 7.39659 1.39524 7.25367 1.6143 7.16034C1.83318 7.06707 2.06576 7.02464 2.29797 7.0344C2.5302 7.04415 2.75971 7.10601 2.97235 7.2179C3.18517 7.32988 3.37757 7.49017 3.53583 7.69115L3.54766 7.70617L3.5606 7.72025L7.24468 11.7269Z\" fill=\"currentColor\"><\/path><\/svg>\n\t\t  <span class=\"order__title\">Ausgew\u00e4hlte<\/span>\n\t\t<\/div>\n      <span class=\"item__guarantee\">Garantiert sichere Kaufabwicklung<\/span>\n        <img decoding=\"async\" loading=\"lazy\" class=\"item__cards\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/08\/w320.avif\" alt=\"item__cards\">\n    <\/div>\n    <\/div>\n\n\n\n<div class=\"delivery__wrapper\">\n    <div class=\"container delivery__container\">\n        <div class=\"delivery__item\">\n            <div class=\"item__header\">\n                <img decoding=\"async\"\n                    class=\"header__image\"\n                    src=\"https:\/\/staging.glucofit.co\/wp-content\/uploads\/2024\/11\/planet.svg\"\n                    alt=\"header__image\"\n                >\n                <span class=\"header__title\">Schneller Versand<\/span>\n            <\/div>\n            <span class=\"item__subtitle\">Lieferung in 3-5 Tagen in den kontinentalen EU<\/span>\n        <\/div>\n        <div class=\"delivery__item\">\n            <div class=\"item__header\">\n                <img decoding=\"async\"\n                    class=\"header__image\"\n                    src=\"https:\/\/staging.glucofit.co\/wp-content\/uploads\/2024\/11\/check.svg\"\n                    alt=\"header__image\"\n                >\n                <span class=\"header__title\">Geld-zur\u00fcck-Garantie<\/span>\n            <\/div>\n            <span class=\"item__subtitle\">Wenn Sie mit dem Produkt nicht zufrieden sind, erhalten Sie Ihr Geld zur\u00fcck &#8211; ohne Fragen zu stellen<\/span>\n        <\/div>\n        <div class=\"delivery__item\">\n            <div class=\"item__header\">\n                <img decoding=\"async\"\n                    class=\"header__image\"\n                    src=\"https:\/\/staging.glucofit.co\/wp-content\/uploads\/2024\/11\/eu.svg\"\n                    alt=\"header__image\"\n                >\n                <span class=\"header__title\">Hergestellt in der EU<\/span>\n            <\/div>\n            <span class=\"item__subtitle\">Entwickelt in einem preisgekr\u00f6nten Erg\u00e4nzungslabor in EU<\/span>\n        <\/div>\n    <\/div>\n<\/div><div class=\"bwf-align-wrap-full\"><div class=\"bwf-section-wrap bwf-section-4d6ccf62 bwf-has-bg\"><div class=\"bwf-col\">\n<div class=\"bwf-inner-col bwf-inner-col-84b4e1d3\">\n<div class=\"wfacp-checkout-form-block wfacp-ac36544b\">[wfacp_gutenberg_checkout_form uniqueID=ac36544b]<\/div>\n<\/div>\n<\/div><\/div><\/div>\n<style>\n  .wfacp_collapsible_order_summary_wrap {\n    display: none !important;\n  }\n\n  #wfacp-e-form .wfacp-left-panel {\n    display: flex !important;\n    align-items: flex-start;\n    gap: 2rem;\n\n    padding-top: 2.5rem;\n    padding-bottom: 5rem;\n  }\n\n  body #wfacp-e-form .wfacp_main_form .wfacp_section_title {\n    font-weight: 600 !important;\n    color: var(--active-dark-main) !important;\n    font-size: 1em !important;\n    text-transform: uppercase !important;\n  }\n\n  .wfacp-checkout-form-block.wfacp-ac36544b #wfacp-e-form .wfacp-section {\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n\n    background-color: transparent !important;\n    border-width: 0 !important;\n  }\n\n  .step__subtitle {\n    margin-top: 1rem;\n\n    font-weight: 600;\n    font-size: 2.25em !important;\n    color: var(--dark-main) !important;\n\n    text-transform: uppercase;\n  }\n\n  .wfacp-row {\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n  }\n\n  .step__description {\n    margin-top: -.25rem;\n    margin-bottom: 1rem;\n\n    font-size: 1.15em !important;\n    color: var(--dark-main) !important;\n  }\n\n  #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field.wfacp_divider_shipping {\n    display: flex;\n    flex-wrap: nowrap !important;\n    flex-direction: column;\n  }\n\n  body #wfacp-e-form .wfacp_form .wfacp-inner-form-detail-wrap {\n    padding: 0 !important;\n  }\n\n  #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field.wfacp_divider_shipping p {\n    width: 100% !important;\n  }\n\n  .step_0 {\n    width: 100%;\n    max-width: 50%;\n  }\n\n  .checkout_form__step_2 {\n    width: 100%;\n    max-width: 50%;\n  }\n\n  .wfacp_payment {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n    width: 100%;\n    padding: 1rem;\n    border-radius: .25rem;\n    border: 1px solid var(--grey-main);\n    background-color: var(--grey-light-main);\n  }\n\n  .wfacp_payment .wfacp-comm-title {\n    display: none !important;\n  }\n\n  body #wfacp-e-form #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n\n    min-width: 20px;\n    height: 20px;\n  }\n\n  body #wfacp-e-form #payment .payment_methods li.wc_payment_method>input[type=radio]:before {\n    min-width: 10px;\n    min-height: 10px;\n\n    background-color: var(--dark-main);\n  }\n\n  .woocommerce-terms-and-conditions-wrapper {\n    display: none !important;\n  }\n\n  #payment {\n    background-color: transparent !important;\n  }\n\n  .wfacp-payment-dec {\n    display: none;\n  }\n\n  body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods {\n    \/*order: 3;*\/\n    border: none !important;\n  }\n\n  body.woocommerce-checkout #wfacp-e-form #payment div.form-row {\n    \/*order: 1;*\/\n  }\n\n  body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li {\n    display: grid !important;\n    align-items: center;\n    grid-template-columns: 30px calc(100% - 30px);\n\n    padding: 0 0 .75rem 0 !important;\n\n    border: none !important;\n  }\n\n  body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li>label {\n    display: flex !important;\n    align-items: center;\n    justify-content: space-between;\n\n    width: 100%;\n\n    font-weight: 500 !important;\n    font-size: 1.15em !important;\n    color: var(--dark-main) !important;\n  }\n\n  button#place_order {\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n\n    padding: .65rem 0 !important;\n\n    border-radius: 4px;\n    background-color: #008460 !important;\n    color: var(--background-color);\n  }\n\n  #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-order-place-btn-wrap button:before {\n    display: flex !important;\n    margin-top: -2px !important;\n  }\n\n  button#place_order:hover {\n    opacity: .75 !important;\n  }\n\n  .item__shipping {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n\n    width: 100%;\n    padding: 1rem;\n\n    border-radius: .25rem;\n    background-color: var(--grey-light-main);\n  }\n\n  .item__shipping .shipping__image {\n    width: 24px;\n  }\n\n  .item__shipping .shipping__info {\n    display: flex;\n    gap: .25rem;\n  }\n\n  .item__shipping .shipping__info .info__title {\n    color: var(--dark-main);\n  }\n\n  .item__shipping .shipping__info .info__date {\n    font-weight: 600;\n    color: var(--dark-main);\n  }\n\n  .wfacp-form-control-wrapper {\n    padding: 0 !important;\n  }\n\n  #billing_first_name_field {\n    width: 49% !important;\n    margin-right: 1% !important;\n  }\n\n  #billing_last_name_field {\n    width: 49% !important;\n    margin-left: 1% !important;\n  }\n\n  body #wfacp-e-form .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:focus {\n    border-color: var(--active-dark-main) !important;\n    box-shadow: 0 0 0 1px var(--active-dark-main) !important;\n  }\n\n  body #wfacp-e-form #payment .payment_methods>li:not(.woocommerce-notice) {\n    background: var(--grey-light-main) !important;\n  }\n\n  body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods li {\n    padding: 1rem !important;\n\n    border-radius: .25rem;\n  }\n\n  body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n  }\n\n  li.payment_method_ppcp label[for=payment_method_ppcp]:after {\n    display: none !important;\n  }\n\n  body #wfacp-e-form .woocommerce-checkout #payment div.payment_box {\n    \/*display: none !important;*\/\n    grid-area: 2 \/ 1 \/ 3 \/ 3;\n    background-color: transparent !important;\n  }\n\n  body #wfacp-sec-wrapper #payment {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n  }\n\n  #wfacp-e-form .wfacp_main_form .wfacp-order-place-btn-wrap {\n    padding-top: 0 !important;\n  }\n\n  #express_checkout_text {\n    font-weight: 400;\n    font-size: 1.25em !important;\n    text-align: center;\n    \/*order: 0;*\/\n  }\n\n  .express_checkout_or {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n\n    \/*order: 2;*\/\n  }\n\n  .express_checkout_or__divider {\n    width: 100%;\n    height: 1px;\n\n    background: #bfbfbfff;\n  }\n\n  #express_checkout_or__text {\n    font-weight: 400;\n    font-size: 1em !important;\n    white-space: nowrap;\n  }\n\n  body .bwf-section-wrap.bwf-section-4d6ccf62 {\n    padding: 0 !important;\n  }\n\n  .wfacp-checkout-form-block.wfacp-ac36544b #wfacp-e-form .wfacp-section {\n    padding: 0 !important;\n  }\n\n  body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-left-half {\n    width: 100% !important;\n  }\n\n  body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #wfacp_checkout_form .wfacp_divider_field .wfacp-col-left-third {\n    width: 100% !important;\n  }\n\n  @media screen and (max-width: 675px) {\n    #wfacp-e-form .wfacp-left-panel {\n      flex-direction: column !important;\n      gap: 1rem;\n    }\n\n    .step_0 {\n      max-width: 100%;\n    }\n\n    .checkout_form__step_2 {\n      max-width: 100%;\n    }\n\n    .item__shipping .shipping__info {\n      flex-direction: column;\n      gap: 0;\n    }\n\n    #billing_first_name_field {\n      width: 100% !important;\n      margin-right: 0 !important;\n    }\n\n    #billing_last_name_field {\n      width: 100% !important;\n      margin-right: 0 !important;\n    }\n  }\n<\/style>\n\n<script lang=\"js\">\n  \/\/ const originalOpen = XMLHttpRequest.prototype.open;\n  \/\/ const originalSend = XMLHttpRequest.prototype.send;\n  \/\/\n  \/\/ XMLHttpRequest.prototype.open = function (method, url, ...rest) {\n  \/\/   this._requestMethod = method;\n  \/\/   this._requestUrl = url;\n  \/\/\n  \/\/   originalOpen.apply(this, [method, url, ...rest]);\n  \/\/ };\n  \/\/\n  \/\/ XMLHttpRequest.prototype.send = function (body) {\n  \/\/   let formDataObject = {};\n  \/\/   let jsonData;\n  \/\/\n  \/\/   if (this._requestMethod === \"POST\" && body) {\n  \/\/     if (body instanceof FormData) {\n  \/\/       body.forEach((value, key) => {\n  \/\/         formDataObject[key] = value;\n  \/\/       });\n  \/\/     } else if (typeof body === \"string\") {\n  \/\/       try {\n  \/\/         jsonData = JSON.parse(body);\n  \/\/       } catch (e) {\n  \/\/         jsonData = body;\n  \/\/       }\n  \/\/     }\n  \/\/   }\n  \/\/\n  \/\/   this.addEventListener(\"readystatechange\", function () {\n  \/\/     if (this.readyState === 4 && this.status === 200) {\n  \/\/       try {\n  \/\/         let response = JSON.parse(this.responseText);\n  \/\/         if (response && response?.fragments?.place_order_text && jsonData?.split(\"&\").find((el) => el === \"payment_method=mollie_wc_gateway_klarna\")) {\n  \/\/           response.fragments.place_order_text = `<img decoding=\"async\" loading=\"lazy\" style=\"display: flex !important; height: 24px;\" src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/d3ae4608-37eb-4123-b3e6-0402f4808600\/gamma=0\" alt=\"klarna\" \/>`;\n  \/\/         }\n  \/\/         Object.defineProperty(this, \"responseText\", { value: JSON.stringify(response) });\n  \/\/       } catch (e) {\n  \/\/         console.error(\"Error processing response:\", e);\n  \/\/       }\n  \/\/     }\n  \/\/   });\n  \/\/\n  \/\/   originalSend.apply(this, [body]);\n  \/\/ };\n  const today = new Date();\n  today.setDate(today.getDate() + 1);\n\n  const langCodes = {\n    en: \"en-GB\",\n    ie: \"en-GB\",\n    de: \"de-DE\",\n    fr: \"fr-FR\",\n    nl: \"nl-NL\",\n    benl: \"nl-BE\",\n    befr: \"fr-BE\",\n    dk: \"da-DK\",\n    sv: \"sv-SE\"\n  };\n\n  const shippingText = {\n    en: \"Your order will be shipped on:\",\n    ie: \"Your order will be shipped on:\",\n    de: \"Ihre Bestellung wird verschickt am\",\n    fr: \"Votre commande sera exp\u00e9di\u00e9e le :\",\n    nl: \"Je bestelling wordt verzonden op:\",\n    benl: \"Je bestelling wordt verzonden op:\",\n    befr: \"Votre commande sera exp\u00e9di\u00e9e le :\",\n    dk: \"Din ordre vil blive afsendt den:\",\n    sv: \"Din best\u00e4llning kommer att skickas den:\"\n  };\n\n  console.log(\"hello de\");\n  console.log(\"dfg\", today.toLocaleDateString(langCodes[\"de\"] || \"de-DE\", { day: \"numeric\", month: \"long\", year: \"numeric\" }));\n\n  const firstElement = document.querySelector(\".step_1\");\n  const secondElement = document.querySelector(\".wfacp_smart_buttons\");\n  const thirdElement = document.querySelector(\".wfacp_payment\");\n\n  const wrapperDiv = document.createElement(\"div\");\n  wrapperDiv.classList.add(\"checkout_form__step_2\");\n\n  firstElement.parentNode.insertBefore(wrapperDiv, firstElement);\n\n  wrapperDiv.appendChild(firstElement);\n  wrapperDiv.appendChild(secondElement);\n  wrapperDiv.appendChild(thirdElement);\n\n  document.querySelector(\".wfacp_main_form\")?.classList.add(\"container\");\n\n  const shippingInfoHTML = `\n    <div class=\"item__shipping\">\n      <img decoding=\"async\" loading=\"lazy\" class=\"shipping__image\" src=\"https:\/\/staging.glucofit.co\/wp-content\/uploads\/2024\/11\/shipping.svg\" alt=\"shipping__image\">\n      <div class=\"shipping__info\">\n        <span class=\"info__title\">${shippingText[\"de\"] || \"Your order will be shipped on:\"}<\/span>\n        <span class=\"info__date\">${today.toLocaleDateString(langCodes[\"de\"] || \"de-DE\", { day: \"numeric\", month: \"long\", year: \"numeric\" })}<\/span>\n      <\/div>\n    <\/div>\n  `;\n\n  const phoneInput = document.querySelector(\"#billing_phone_field\");\n  phoneInput.insertAdjacentHTML(\"afterend\", shippingInfoHTML);\n\n  const expressCheckoutText = `\n    <span id=\"express_checkout_text\">Express checkout<\/span>\n  `;\n\n  const expressCheckoutOr = `\n    <div class=\"express_checkout_or\">\n      <div class=\"express_checkout_or__divider\"><\/div>\n       <span id=\"express_checkout_or__text\">Or<\/span>\n      <div class=\"express_checkout_or__divider\"><\/div>\n    <\/div>\n  `;\n\n  \/\/ jQuery(document).ready(function($) {\n  \/\/   function addCustomButton() {\n  \/\/     $(\"#place_order\").style.cssText = \"display:none !important\";\n  \/\/\n  \/\/     if ($(\".custom-checkout-button\").length === 0) {\n  \/\/       $(`<button type=\"button\" class=\"button alt custom-checkout-button\">Pay with Klarna<\/button>`)\n  \/\/         .insertAfter('#place_order')\n  \/\/         .on(\"click\", function() {\n  \/\/           $('#place_order').trigger(\"click\");\n  \/\/         });\n  \/\/     }\n  \/\/   }\n  \/\/\n  \/\/   addCustomButton();\n  \/\/\n  \/\/   const targetNode = document.querySelector(\"#payment\");\n  \/\/   const config = { childList: true, subtree: true };\n  \/\/\n  \/\/   const observer = new MutationObserver(function(mutationsList) {\n  \/\/     for (let mutation of mutationsList) {\n  \/\/       if (mutation.type === \"childList\") {\n  \/\/         addCustomButton();\n  \/\/       }\n  \/\/     }\n  \/\/   });\n  \/\/\n  \/\/   if (targetNode) observer.observe(targetNode, config);\n  \/\/ });\n\n  \/\/ setInterval(() => {\n  \/\/   const klarnaBtn = document.querySelector(\"#payment_method_mollie_wc_gateway_klarna\");\n  \/\/   if (klarnaBtn.checked) {\n  \/\/     const orderButton = document.querySelector(\"#place_order\");\n  \/\/     orderButton.innerHTML = `\n  \/\/       <img decoding=\"async\" loading=\"lazy\"\n  \/\/         src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/d3ae4608-37eb-4123-b3e6-0402f4808600\/gamma=0\"\n  \/\/         style=\"\n  \/\/           width: 256px;\n  \/\/           height: 40px;\n  \/\/           object-fit: cover;\n  \/\/           z-index: 10;\n  \/\/         \"\n  \/\/         alt=\"klarna\"\n  \/\/       \/>\n  \/\/     `;\n  \/\/     orderButton.style.cssText = 'background:#ffb3c7 !important';\n  \/\/   }\n    \/\/\n    \/\/ klarnaBtn.addEventListener(\"change\", () => {\n    \/\/   console.log(\"checked\");\n    \/\/   if (klarnaBtn.checked) {\n    \/\/     const orderButton = document.querySelector(\"#place_order\");\n    \/\/     orderButton.innerHTML = `\n    \/\/     <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/imagedelivery.net\/u8JiH5bJQTfO_tBFRSJ5Lg\/d3ae4608-37eb-4123-b3e6-0402f4808600\/gamma=0\" alt=\"klarna\" \/>\n    \/\/   `;\n    \/\/     orderButton.style.background = \"#ffb3c7\";\n    \/\/   }\n    \/\/ });\n  \/\/ }, 1000);\n\n  \/\/ setInterval(() => {\n  \/\/   if (!document.querySelector(\"#express_checkout_text\")) {\n  \/\/     const paypalBtn = document.querySelector(\"body.woocommerce-checkout #wfacp-e-form #payment div.form-row\");\n  \/\/\n  \/\/     paypalBtn.insertAdjacentHTML(\"beforebegin\", expressCheckoutText);\n  \/\/     paypalBtn.insertAdjacentHTML(\"afterend\", expressCheckoutOr);\n  \/\/   }\n  \/\/ }, 2000);\n\n  const addressNumber = {\n    en: \"Street address and number\",\n    ie: \"Street address and number\",\n    de: \"Stra\u00dfe und Hausnummer\",\n    fr: \"Num\u00e9ro de rue et de maison\",\n    nl: \"Straat en huisnummer\",\n    benl: \"Straat en huisnummer\",\n    befr: \"Num\u00e9ro de rue et de maison\",\n    dk: \"Gade og husnummer\",\n    sv: \"Gatu- och husnummer\"\n  };\n\n  const shippingAddress = document.querySelector(\"#shipping_address_1_field label\");\n  shippingAddress.innerHTML = shippingAddress.innerHTML.replace(\"Street address\", addressNumber[\"de\"] || \"Street address and number\");\n\n  console.log(\"all injected\");\n  \/\/ const klarnaAddress = document.querySelector(\".payment_method_mollie_wc_gateway_klarna\");\n  \/\/ klarnaAddress.innerHTML = `\n  \/\/   <div>${klarnaAddress.innerHTML}<\/div>\n  \/\/   <span>With Klarna Pay Later, you have the option of paying by invoice. And only when the order has arrived<\/span>\n  \/\/ `;\n<\/script>\n<div class=\"reviews__wrapper\">\n  <div class=\"container reviews__container\">\n    <span class=\"reviews__subtitle\">\u00dcber 60.000 Menschen vertrauen uns<\/span>\n    <span class=\"reviews__title\">Sehen Sie, was sie \u00fcber LumiLean zu sagen haben<\/span>\n    <div class=\"reviews__list\">\n      <div class=\"list__item\">\n        <div class=\"item__head\">\n          <div class=\"head__container\">\n            <img decoding=\"async\" class=\"head__image\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/06\/Egbert.webp\" alt=\"head__image\">\n            <div class=\"head__info\">\n              <span class=\"info__name\">Josh<\/span>\n              <div class=\"info__country\">\n                <img decoding=\"async\" class=\"country__flag\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/b\/ba\/Flag_of_Germany.svg\/640px-Flag_of_Germany.svg.png\" alt=\"country__flag\">\n                <span class=\"country__nane\">M\u00fcnchen<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"head__verified\">\n            <svg class=\"verified__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\">\n              <path d=\"M6 10.9554L2.53462 7.48998C2.14507 7.10043 1.51344 7.0997 1.12251 7.48787C0.729631 7.87799 0.728113 8.51348 1.11961 8.90498L5.2929 13.0783C5.68342 13.4688 6.31659 13.4688 6.70711 13.0783L17.2948 2.49053C17.6843 2.10108 17.6843 1.46965 17.2948 1.0802C16.9055 0.690877 16.2743 0.690728 15.8848 1.07987L6 10.9554Z\" fill=\"#ED755B\"><\/path>\n            <\/svg>\n            <span class=\"verified__title\">Verifiziert<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"item__stars\">\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"item__title\">Endlich eine L\u00f6sung gefunden<\/span>\n        <span class=\"item__text\">Endlich habe ich eine L\u00f6sung gefunden, die tats\u00e4chlich funktioniert. Ich habe unz\u00e4hlige Dinge ausprobiert, um meinen Blutzucker zu kontrollieren, aber nichts hat so gut funktioniert wie diese. Ich bin so erleichtert, dass ich endlich etwas gefunden habe, das hilft<\/span>\n      <\/div>\n      <div class=\"list__item\">\n        <div class=\"item__head\">\n          <div class=\"head__container\">\n            <img decoding=\"async\" class=\"head__image\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/10\/photo_2024-10-17-5.16.24\u202fPM.jpeg\" alt=\"head__image\">\n            <div class=\"head__info\">\n              <span class=\"info__name\">Amber<\/span>\n              <div class=\"info__country\">\n                <img decoding=\"async\" class=\"country__flag\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/b\/ba\/Flag_of_Germany.svg\/640px-Flag_of_Germany.svg.png\" alt=\"country__flag\">\n                <span class=\"country__nane\">Berlin<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"head__verified\">\n            <svg class=\"verified__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\">\n              <path d=\"M6 10.9554L2.53462 7.48998C2.14507 7.10043 1.51344 7.0997 1.12251 7.48787C0.729631 7.87799 0.728113 8.51348 1.11961 8.90498L5.2929 13.0783C5.68342 13.4688 6.31659 13.4688 6.70711 13.0783L17.2948 2.49053C17.6843 2.10108 17.6843 1.46965 17.2948 1.0802C16.9055 0.690877 16.2743 0.690728 15.8848 1.07987L6 10.9554Z\" fill=\"#ED755B\"><\/path>\n            <\/svg>\n            <span class=\"verified__title\">Verifiziert<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"item__stars\">\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"item__title\">Genau das, was ich wollte<\/span>\n        <span class=\"item__text\">LumiLean hat mir bei meiner Gewichtsabnahme sehr geholfen. Es ist keine Zauberpille, aber es bietet mir die Unterst\u00fctzung, die ich brauche, um ges\u00fcndere Entscheidungen zu treffen und mich an meinen Plan zu halten. Der Gewichtsverlust ist schrittweise und nachhaltig, was genau das ist, was ich wollte.<\/span>\n      <\/div>\n      <div class=\"list__item\">\n        <div class=\"item__head\">\n          <div class=\"head__container\">\n            <img decoding=\"async\" class=\"head__image\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/10\/iStock-1300972574.jpg\" alt=\"head__image\">\n            <div class=\"head__info\">\n              <span class=\"info__name\">William<\/span>\n              <div class=\"info__country\">\n                <img decoding=\"async\" class=\"country__flag\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/b\/ba\/Flag_of_Germany.svg\/640px-Flag_of_Germany.svg.png\" alt=\"country__flag\">\n                <span class=\"country__nane\">Leipzig<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"head__verified\">\n            <svg class=\"verified__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\">\n              <path d=\"M6 10.9554L2.53462 7.48998C2.14507 7.10043 1.51344 7.0997 1.12251 7.48787C0.729631 7.87799 0.728113 8.51348 1.11961 8.90498L5.2929 13.0783C5.68342 13.4688 6.31659 13.4688 6.70711 13.0783L17.2948 2.49053C17.6843 2.10108 17.6843 1.46965 17.2948 1.0802C16.9055 0.690877 16.2743 0.690728 15.8848 1.07987L6 10.9554Z\" fill=\"#ED755B\"><\/path>\n            <\/svg>\n            <span class=\"verified__title\">Verifiziert<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"item__stars\">\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"item__title\">Unter Kontrolle<\/span>\n        <span class=\"item__text\">LumiLean hat mir geholfen, meinen Blutzuckerspiegel zu kontrollieren. Ich erlebe nicht mehr diese dramatischen Ausschl\u00e4ge und Abst\u00fcrze nach den Mahlzeiten. Ich habe mehr Kontrolle und bin weniger anf\u00e4llig f\u00fcr Hei\u00dfhungerattacken<\/span>\n      <\/div>\n      <div class=\"list__item\">\n        <div class=\"item__head\">\n          <div class=\"head__container\">\n            <img decoding=\"async\" class=\"head__image\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/10\/iStock-1923382498.jpg\" alt=\"head__image\">\n            <div class=\"head__info\">\n              <span class=\"info__name\">Emilia<\/span>\n              <div class=\"info__country\">\n                <img decoding=\"async\" class=\"country__flag\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/b\/ba\/Flag_of_Germany.svg\/640px-Flag_of_Germany.svg.png\" alt=\"country__flag\">\n                <span class=\"country__nane\">Berlin<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"head__verified\">\n            <svg class=\"verified__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\">\n              <path d=\"M6 10.9554L2.53462 7.48998C2.14507 7.10043 1.51344 7.0997 1.12251 7.48787C0.729631 7.87799 0.728113 8.51348 1.11961 8.90498L5.2929 13.0783C5.68342 13.4688 6.31659 13.4688 6.70711 13.0783L17.2948 2.49053C17.6843 2.10108 17.6843 1.46965 17.2948 1.0802C16.9055 0.690877 16.2743 0.690728 15.8848 1.07987L6 10.9554Z\" fill=\"#ED755B\"><\/path>\n            <\/svg>\n            <span class=\"verified__title\">Verifiziert<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"item__stars\">\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"item__title\">Sehr gutes Produkt<\/span>\n        <span class=\"item__text\">Als ich anfing, sie einzunehmen, hatte ich keine Nebenwirkungen. Mein K\u00f6rper hat sich sehr gut an sie gew\u00f6hnt<\/span>\n      <\/div>\n      <div class=\"list__item\">\n        <div class=\"item__head\">\n          <div class=\"head__container\">\n            <img decoding=\"async\" class=\"head__image\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/05\/0016-user-2.webp\" alt=\"head__image\">\n            <div class=\"head__info\">\n              <span class=\"info__name\">Mila<\/span>\n              <div class=\"info__country\">\n                <img decoding=\"async\" class=\"country__flag\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/b\/ba\/Flag_of_Germany.svg\/640px-Flag_of_Germany.svg.png\" alt=\"country__flag\">\n                <span class=\"country__nane\">K\u00f6ln<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"head__verified\">\n            <svg class=\"verified__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\">\n              <path d=\"M6 10.9554L2.53462 7.48998C2.14507 7.10043 1.51344 7.0997 1.12251 7.48787C0.729631 7.87799 0.728113 8.51348 1.11961 8.90498L5.2929 13.0783C5.68342 13.4688 6.31659 13.4688 6.70711 13.0783L17.2948 2.49053C17.6843 2.10108 17.6843 1.46965 17.2948 1.0802C16.9055 0.690877 16.2743 0.690728 15.8848 1.07987L6 10.9554Z\" fill=\"#ED755B\"><\/path>\n            <\/svg>\n            <span class=\"verified__title\">Verifiziert<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"item__stars\">\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"item__title\">Gute L\u00f6sung<\/span>\n        <span class=\"item__text\">Wenn ich gestresst bin, neige ich dazu, mich dem Essen zuzuwenden. LumiLean hat mir geholfen, diese emotionalen Essgewohnheiten in den Griff zu bekommen. Ich bin weniger geneigt, zu ungesunden Snacks zu greifen, wenn ich mich \u00fcberfordert f\u00fchle.<\/span>\n      <\/div>\n      <div class=\"list__item\">\n        <div class=\"item__head\">\n          <div class=\"head__container\">\n            <img decoding=\"async\" class=\"head__image\" src=\"https:\/\/glucofit.co\/wp-content\/uploads\/2024\/06\/0004-user-2.webp\" alt=\"head__image\">\n            <div class=\"head__info\">\n              <span class=\"info__name\">Sophia<\/span>\n              <div class=\"info__country\">\n                <img decoding=\"async\" class=\"country__flag\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/b\/ba\/Flag_of_Germany.svg\/640px-Flag_of_Germany.svg.png\" alt=\"country__flag\">\n                <span class=\"country__nane\">Bremen<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"head__verified\">\n            <svg class=\"verified__icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\">\n              <path d=\"M6 10.9554L2.53462 7.48998C2.14507 7.10043 1.51344 7.0997 1.12251 7.48787C0.729631 7.87799 0.728113 8.51348 1.11961 8.90498L5.2929 13.0783C5.68342 13.4688 6.31659 13.4688 6.70711 13.0783L17.2948 2.49053C17.6843 2.10108 17.6843 1.46965 17.2948 1.0802C16.9055 0.690877 16.2743 0.690728 15.8848 1.07987L6 10.9554Z\" fill=\"#ED755B\"><\/path>\n            <\/svg>\n            <span class=\"verified__title\">Verifiziert<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"item__stars\">\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n          <svg class=\"stars__icon\" width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.80014 0.322465L8.29254 3.34603C8.33407 3.43016 8.39543 3.50293 8.47134 3.55808C8.54725 3.61322 8.63543 3.64908 8.72828 3.66256L12.0649 4.14749C12.1718 4.16301 12.2722 4.20813 12.3548 4.27775C12.4373 4.34737 12.4988 4.4387 12.5321 4.54142C12.5655 4.64415 12.5694 4.75415 12.5435 4.859C12.5176 4.96385 12.4629 5.05935 12.3855 5.1347L9.97069 7.48816C9.83412 7.62126 9.7722 7.8128 9.80403 8.00029L10.374 11.3236C10.3923 11.43 10.3804 11.5394 10.3397 11.6394C10.299 11.7394 10.2311 11.8261 10.1438 11.8895C10.0564 11.953 9.95303 11.9907 9.84534 11.9985C9.73765 12.0063 9.62994 11.9838 9.53437 11.9335L6.54958 10.3642C6.46648 10.3206 6.37405 10.2978 6.28021 10.2978C6.18637 10.2978 6.09393 10.3206 6.01084 10.3642L3.02604 11.9335C2.93048 11.9838 2.82276 12.0063 2.71507 11.9985C2.60738 11.9907 2.50402 11.953 2.41666 11.8895C2.32931 11.8261 2.26145 11.7394 2.22075 11.6394C2.18006 11.5394 2.16816 11.43 2.18639 11.3236L2.75638 8.00029C2.77225 7.90781 2.76537 7.81286 2.73633 7.72363C2.7073 7.63441 2.65698 7.55359 2.58973 7.48816L0.174927 5.1347C0.0975565 5.05935 0.0428182 4.96385 0.0169043 4.859C-0.00900957 4.75415 -0.00506473 4.64415 0.0282926 4.54142C0.0616499 4.4387 0.123088 4.34737 0.205657 4.27775C0.288226 4.20813 0.388631 4.16301 0.495511 4.14749L3.83213 3.66256C3.92498 3.64908 4.01316 3.61322 4.08907 3.55808C4.16498 3.50293 4.22635 3.43016 4.26788 3.34603L5.76027 0.322465C5.97438 -0.107488 6.58777 -0.107488 6.80014 0.322465Z\" fill=\"#20331B\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"item__title\">Gro\u00dfer Helfer<\/span>\n        <span class=\"item__text\">Als jemand, der gerne und regelm\u00e4\u00dfig Sport treibt, ist LumiLean eine gro\u00dfartige Erg\u00e4nzung meiner Routine. Ich habe mehr anhaltende Energie w\u00e4hrend des Trainings und erhole mich danach schneller. Es hilft mir, meine Fitnessziele zu erreichen.<\/span>\n      <\/div>\n    <\/div>\n    <a href=\"#products\" class=\"reviews__buy\">\n      <span class=\"buy__title\">Jetzt bestellen<\/span>\n    <\/a>\n  <\/div>\n<\/div><footer class=\"footer__wrapper\">\n  <div class=\"footer__container container\">\n    <div class=\"footer__header\">\n      <a class=\"header__logo\" href=\"https:\/\/lumilean.io\/de\/\">\n        <img decoding=\"async\" class=\"logo__image\" src=\"https:\/\/lumilean.io\/wp-content\/uploads\/2024\/02\/himero-logo.png\" alt=\"\">\n      <\/a>\n      <div class=\"header__nav\">\n        <a class=\"nav__link\" href=\"https:\/\/lumilean.io\/de\/terms-and-conditions\/\">\n          <span class=\"link__title\">Allgemeine Gesch\u00e4ftsbedingungen<\/span>\n        <\/a>\n        <a class=\"nav__link\" href=\"https:\/\/lumilean.io\/de\/contact\/\">\n          <span class=\"link__title\">Impressum &amp; Kontakt<\/span>\n        <\/a>\n        <a class=\"nav__link\" href=\"https:\/\/lumilean.io\/de\/returns\/\">\n          <span class=\"link__title\">R\u00fcckgaberecht<\/span>\n        <\/a>\n        <a class=\"nav__link\" href=\"https:\/\/lumilean.io\/de\/privacy-policy\/\">\n          <span class=\"link__title\">Datenschutzbestimmungen<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n    <div class=\"footer__body\">\n      <span class=\"body__text\">Dieses Nahrungserg\u00e4nzungsmittel ist nicht f\u00fcr die Einnahme durch Personen unter 18 Jahren bestimmt. Schwangere, Stillende oder Personen, die an einer Krankheit leiden oder Medikamente einnehmen, sollten vor der Einnahme ihren Arzt konsultieren.<\/span>\n      <div class=\"body__contact\">\n        <a class=\"contact__link\" href=\"\">\n          <svg class=\"link__image\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\">\n            <path d=\"M6.24371 7.89459C6.868 8.99239 7.7808 9.90519 8.8786 10.5295L9.46827 9.70393C9.66433 9.42953 10.0344 9.34473 10.3304 9.50639C11.2683 10.0187 12.3047 10.3301 13.3859 10.4157C13.7327 10.4431 14 10.7325 14 11.0803V14.0555C14 14.3973 13.7415 14.6837 13.4015 14.7186C13.0482 14.7549 12.6918 14.7732 12.3333 14.7732C6.62639 14.7732 2 10.1468 2 4.43986C2 4.08137 2.01828 3.725 2.05459 3.3717C2.08953 3.03169 2.37596 2.77319 2.71777 2.77319H5.69295C6.04073 2.77319 6.33009 3.04055 6.35753 3.38725C6.44311 4.46845 6.75447 5.50495 7.2668 6.44282C7.42847 6.73879 7.34367 7.10889 7.06927 7.30491L6.24371 7.89459ZM4.56283 7.45666L5.82947 6.55192C5.47031 5.77662 5.22419 4.95441 5.09818 4.10653H3.33938C3.33535 4.21741 3.33333 4.32853 3.33333 4.43986C3.33333 9.41039 7.3628 13.4399 12.3333 13.4399C12.4447 13.4399 12.5558 13.4379 12.6667 13.4338V11.675C11.8188 11.549 10.9966 11.3029 10.2213 10.9437L9.31653 12.2104C8.95053 12.0682 8.59707 11.9009 8.25827 11.7106L8.21953 11.6885C6.91313 10.9457 5.82756 9.86006 5.08467 8.55366L5.06263 8.51493C4.87233 8.17613 4.70503 7.82266 4.56283 7.45666Z\" fill=\"white\"><\/path>\n          <\/svg>\n          <span class=\"link__title\">+31 85 060 3715<\/span>\n        <\/a>\n        <a class=\"contact__link\" href=\"\">\n          <svg class=\"link__image\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\">\n            <path d=\"M1.99992 2.77319H13.9999C14.3681 2.77319 14.6666 3.07167 14.6666 3.43986V14.1065C14.6666 14.4747 14.3681 14.7732 13.9999 14.7732H1.99992C1.63173 14.7732 1.33325 14.4747 1.33325 14.1065V3.43986C1.33325 3.07167 1.63173 2.77319 1.99992 2.77319ZM13.3333 5.59847L8.04778 10.3319L2.66659 5.58382V13.4399H13.3333V5.59847ZM3.00756 4.10653L8.04118 8.54786L13.0006 4.10653H3.00756Z\" fill=\"white\"><\/path>\n          <\/svg>\n          <span class=\"link__title\">mail@lumilean.io<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/footer>","protected":false},"author":1,"featured_media":0,"template":"wfacp-canvas.php","meta":{"_acf_changed":false,"bwfblock_default_font":"","inline_featured_image":false},"class_list":["post-1009771","wfacp_checkout","type-wfacp_checkout","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/wfacp_checkout\/1009771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/wfacp_checkout"}],"about":[{"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/types\/wfacp_checkout"}],"author":[{"embeddable":true,"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":12,"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/wfacp_checkout\/1009771\/revisions"}],"predecessor-version":[{"id":3000471,"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/wfacp_checkout\/1009771\/revisions\/3000471"}],"wp:attachment":[{"href":"https:\/\/lumilean.io\/de\/wp-json\/wp\/v2\/media?parent=1009771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}