{"id":6,"date":"2026-08-25T14:08:37","date_gmt":"2026-08-25T14:08:37","guid":{"rendered":"https:\/\/practice.myoradent.co.uk\/?page_id=6"},"modified":"2026-08-25T15:10:18","modified_gmt":"2026-08-25T15:10:18","slug":"home","status":"publish","type":"page","link":"https:\/\/practice.myoradent.co.uk\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   MYORADENT \u2014 COMPLETE HOME PAGE\n   ========================================================= *\/\n\n.myo-home {\n    --green: #159a83;\n    --dark-green: #0d7564;\n    --dark: #173331;\n    --text: #60706e;\n    --light: #eef8f5;\n    --soft: #f8fbfa;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--dark);\n    background: #fff;\n\n    width: 100%;\n    max-width: none;\n\n    margin: 0;\n    padding: 0;\n\n    overflow: visible;\n}\n\n.myo-home *,\n.myo-home *::before,\n.myo-home *::after {\n    box-sizing: border-box;\n}\n\n.myo-container {\n    width: min(1180px, 92%);\n    max-width: 1180px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\n\/* =========================================================\n   BUTTON\n   ========================================================= *\/\n\n.myo-btn {\n    display: inline-block;\n\n    padding: 15px 36px;\n\n    border-radius: 50px;\n\n    background: var(--green);\n    color: #fff !important;\n\n    text-decoration: none !important;\n\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: .6px;\n\n    transition: all .25s ease;\n}\n\n.myo-btn:hover {\n    background: var(--dark-green);\n    color: #fff !important;\n    transform: translateY(-2px);\n}\n\n\n\/* =========================================================\n   1. TOP BAYEE BANNER\n   ========================================================= *\/\n\n.myo-main-banner {\n    position: relative !important;\n\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    left: 50% !important;\n\n    transform: translateX(-50%) !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    overflow: hidden !important;\n\n    background: #fff;\n\n    line-height: 0 !important;\n}\n\n.myo-main-banner a {\n    display: block !important;\n\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    line-height: 0 !important;\n}\n\n.myo-main-banner img {\n    display: block !important;\n\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    height: auto !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    border: 0 !important;\n\n    object-fit: contain !important;\n}\n\n\n\/* =========================================================\n   2. INTRODUCTION\n   ========================================================= *\/\n\n.myo-introduction {\n    padding: 100px 0;\n    background: #fff;\n    text-align: center;\n}\n\n.myo-introduction small {\n    display: block;\n\n    color: var(--green);\n\n    font-size: 13px;\n    font-weight: 700;\n\n    letter-spacing: 2.5px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 15px;\n}\n\n.myo-introduction h1 {\n    max-width: 850px;\n\n    margin: 0 auto 22px;\n\n    color: var(--dark);\n\n    font-size: clamp(38px, 5vw, 58px);\n\n    line-height: 1.08;\n}\n\n.myo-introduction p {\n    max-width: 750px;\n\n    margin: 0 auto;\n\n    color: var(--text);\n\n    font-size: 18px;\n\n    line-height: 1.85;\n}\n\n\n\/* =========================================================\n   3. FEATURES\n   ========================================================= *\/\n\n.myo-feature-strip {\n    padding: 0 0 100px;\n    background: #fff;\n}\n\n.myo-feature-grid {\n    display: grid;\n\n    grid-template-columns: repeat(3, 1fr);\n\n    gap: 25px;\n}\n\n.myo-feature {\n    padding: 30px;\n\n    text-align: center;\n\n    border: 1px solid #e5eeeb;\n\n    border-radius: 20px;\n\n    background: #fff;\n}\n\n.myo-feature-icon {\n    width: 55px;\n    height: 55px;\n\n    margin: 0 auto 15px;\n\n    border-radius: 50%;\n\n    background: var(--light);\n\n    color: var(--green);\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    font-size: 22px;\n    font-weight: 700;\n}\n\n.myo-feature h3 {\n    margin: 0 0 10px;\n\n    color: var(--dark);\n\n    font-size: 19px;\n}\n\n.myo-feature p {\n    margin: 0;\n\n    color: var(--text);\n\n    line-height: 1.65;\n\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   4. ALTERNATING SECTIONS\n   ========================================================= *\/\n\n.myo-story {\n    padding: 100px 0;\n    background: #fff;\n}\n\n.myo-story-grid {\n    display: grid;\n\n    grid-template-columns: 1fr 1fr;\n\n    gap: 80px;\n\n    align-items: center;\n}\n\n.myo-story-image {\n    width: 100%;\n    height: 500px;\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    background: transparent;\n\n    overflow: hidden;\n}\n\n.myo-story-image img {\n    display: block;\n\n    width: 100%;\n    height: 100%;\n\n    object-fit: contain;\n\n    background: transparent;\n\n    margin: 0;\n    padding: 0;\n\n    border: 0;\n}\n\n.myo-story-content small {\n    display: block;\n\n    color: var(--green);\n\n    font-size: 13px;\n\n    font-weight: 700;\n\n    letter-spacing: 2px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 14px;\n}\n\n.myo-story-content h2 {\n    margin: 0 0 20px;\n\n    color: var(--dark);\n\n    font-size: 43px;\n\n    line-height: 1.15;\n}\n\n.myo-story-content p {\n    color: var(--text);\n\n    font-size: 17px;\n\n    line-height: 1.85;\n\n    margin: 0 0 25px;\n}\n\n\n\/* =========================================================\n   BENEFITS\n   ========================================================= *\/\n\n.myo-benefit-list {\n    margin: 25px 0 30px;\n}\n\n.myo-benefit-item {\n    display: flex;\n\n    align-items: flex-start;\n\n    gap: 12px;\n\n    margin: 17px 0;\n}\n\n.myo-benefit-check {\n    width: 27px;\n    height: 27px;\n\n    flex: 0 0 27px;\n\n    border-radius: 50%;\n\n    background: var(--light);\n\n    color: var(--green);\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    font-weight: 700;\n}\n\n.myo-benefit-item strong {\n    display: block;\n\n    color: var(--dark);\n\n    margin-bottom: 4px;\n}\n\n.myo-benefit-item span {\n    display: block;\n\n    color: var(--text);\n\n    line-height: 1.55;\n\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   5. PRODUCT + BUY NOW\n   ========================================================= *\/\n\n.myo-product {\n    padding: 110px 0;\n    background: #fff;\n}\n\n.myo-product-grid {\n    display: grid;\n\n    grid-template-columns: 1fr 1fr;\n\n    gap: 80px;\n\n    align-items: center;\n}\n\n.myo-product-image {\n    height: 520px;\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    background: transparent;\n\n    overflow: hidden;\n}\n\n.myo-product-image img {\n    display: block;\n\n    width: 100%;\n    height: 100%;\n\n    object-fit: contain;\n\n    background: transparent;\n\n    border: 0;\n}\n\n.myo-product-content small {\n    color: var(--green);\n\n    font-size: 13px;\n\n    font-weight: 700;\n\n    letter-spacing: 2px;\n\n    text-transform: uppercase;\n}\n\n.myo-product-content h2 {\n    margin: 15px 0 20px;\n\n    color: var(--dark);\n\n    font-size: 46px;\n\n    line-height: 1.12;\n}\n\n.myo-product-content p {\n    color: var(--text);\n\n    font-size: 17px;\n\n    line-height: 1.8;\n\n    margin-bottom: 25px;\n}\n\n\n\/* =========================================================\n   6. LAST SECTION\n   HEADING\n   \u2193\n   FULL WIDTH IMAGE\n   \u2193\n   CONTENT\n   ========================================================= *\/\n\n.myo-last-product {\n    padding: 100px 0;\n    background: #fff;\n    overflow: visible;\n}\n\n.myo-last-heading {\n    width: min(1180px, 92%);\n\n    max-width: 1180px;\n\n    margin: 0 auto 55px;\n\n    text-align: center;\n}\n\n.myo-last-heading small {\n    display: block;\n\n    color: var(--green);\n\n    font-size: 13px;\n\n    font-weight: 700;\n\n    letter-spacing: 2.5px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 15px;\n}\n\n.myo-last-heading h2 {\n    margin: 0;\n\n    color: var(--dark);\n\n    font-size: clamp(38px, 5vw, 58px);\n\n    line-height: 1.1;\n}\n\n\n\/* =========================================================\n   LAST IMAGE \u2014 FULL WIDTH\n   ========================================================= *\/\n\n.myo-last-image {\n    position: relative !important;\n\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    left: 50% !important;\n\n    transform: translateX(-50%) !important;\n\n    margin: 0 0 60px !important;\n\n    padding: 0 !important;\n\n    display: block !important;\n\n    overflow: hidden !important;\n\n    background: #fff;\n\n    line-height: 0 !important;\n}\n\n.myo-last-image img {\n    display: block !important;\n\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    height: auto !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    border: 0 !important;\n\n    object-fit: contain !important;\n}\n\n\n\/* =========================================================\n   CONTENT BELOW IMAGE\n   ========================================================= *\/\n\n.myo-last-content {\n    width: min(800px, 92%);\n\n    margin: 0 auto;\n\n    text-align: center;\n}\n\n.myo-last-content p {\n    margin: 0 auto 30px;\n\n    color: var(--text);\n\n    font-size: 17px;\n\n    line-height: 1.85;\n}\n\n.myo-last-benefits {\n    display: flex;\n\n    justify-content: center;\n\n    gap: 45px;\n\n    margin: 0 auto 35px;\n\n    text-align: left;\n}\n\n.myo-last-benefits .myo-benefit-item {\n    display: flex;\n\n    align-items: flex-start;\n\n    gap: 12px;\n\n    max-width: 300px;\n}\n\n.myo-last-benefits .myo-benefit-check {\n    width: 27px;\n    height: 27px;\n\n    flex: 0 0 27px;\n\n    border-radius: 50%;\n\n    background: var(--light);\n\n    color: var(--green);\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    font-weight: 700;\n}\n\n.myo-last-benefits strong {\n    display: block;\n\n    color: var(--dark);\n\n    margin-bottom: 5px;\n}\n\n.myo-last-benefits span {\n    display: block;\n\n    color: var(--text);\n\n    font-size: 14px;\n\n    line-height: 1.55;\n}\n\n\n\/* =========================================================\n   7. FINAL CTA \u2014 FULL WIDTH\n   ========================================================= *\/\n\n.myo-final {\n    width: 100vw !important;\n    max-width: 100vw !important;\n\n    position: relative !important;\n\n    left: 50% !important;\n\n    transform: translateX(-50%) !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    background: #fff;\n\n    overflow: hidden !important;\n}\n\n.myo-final-box {\n    position: relative;\n\n    width: 100% !important;\n    max-width: none !important;\n\n    margin: 0 !important;\n\n    padding: 90px 30px;\n\n    text-align: center;\n\n    border-radius: 0 !important;\n\n    background: linear-gradient(\n        110deg,\n        #123f37,\n        #159a83\n    );\n\n    overflow: hidden;\n}\n\n.myo-final-box::before {\n    content: \"\";\n\n    position: absolute;\n\n    width: 350px;\n    height: 350px;\n\n    border-radius: 50%;\n\n    background: rgba(255,255,255,.06);\n\n    left: -120px;\n    top: -180px;\n}\n\n.myo-final-box::after {\n    content: \"\";\n\n    position: absolute;\n\n    width: 300px;\n    height: 300px;\n\n    border-radius: 50%;\n\n    background: rgba(255,255,255,.06);\n\n    right: -100px;\n    bottom: -170px;\n}\n\n.myo-final-box h2 {\n    position: relative;\n\n    z-index: 2;\n\n    max-width: 800px;\n\n    margin: 0 auto 15px;\n\n    color: #fff;\n\n    font-size: clamp(36px, 5vw, 52px);\n\n    line-height: 1.1;\n\n    font-weight: 700;\n}\n\n.myo-final-box p {\n    position: relative;\n\n    z-index: 2;\n\n    max-width: 650px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,.88);\n\n    font-size: 17px;\n\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .myo-story-grid,\n    .myo-product-grid {\n        grid-template-columns: 1fr;\n\n        gap: 40px;\n    }\n\n    .myo-feature-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .myo-story-image {\n        height: 420px;\n    }\n\n    .myo-product-image {\n        height: 450px;\n    }\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .myo-container {\n        width: 90%;\n    }\n\n    .myo-introduction {\n        padding: 65px 0;\n    }\n\n    .myo-introduction h1 {\n        font-size: 38px;\n    }\n\n    .myo-introduction p {\n        font-size: 16px;\n    }\n\n    .myo-feature-strip {\n        padding-bottom: 65px;\n    }\n\n    .myo-story {\n        padding: 65px 0;\n    }\n\n    .myo-story-grid {\n        gap: 25px;\n    }\n\n    .myo-story-image {\n        height: 320px;\n    }\n\n    .myo-story-content h2 {\n        font-size: 34px;\n    }\n\n    .myo-story-content p {\n        font-size: 16px;\n    }\n\n    .myo-product {\n        padding: 70px 0;\n    }\n\n    .myo-product-image {\n        height: 330px;\n    }\n\n    .myo-product-content h2 {\n        font-size: 36px;\n    }\n\n    .myo-last-product {\n        padding: 65px 0;\n    }\n\n    .myo-last-heading {\n        width: 90%;\n        margin-bottom: 35px;\n    }\n\n    .myo-last-heading h2 {\n        font-size: 36px;\n    }\n\n    .myo-last-image {\n        margin-bottom: 35px !important;\n    }\n\n    .myo-last-content {\n        width: 90%;\n    }\n\n    .myo-last-content p {\n        font-size: 16px;\n    }\n\n    .myo-last-benefits {\n        flex-direction: column;\n\n        gap: 20px;\n\n        align-items: center;\n    }\n\n    .myo-last-benefits .myo-benefit-item {\n        width: 100%;\n\n        max-width: 400px;\n    }\n\n    .myo-final-box {\n        padding: 70px 22px;\n    }\n\n    .myo-final-box h2 {\n        font-size: 34px;\n    }\n\n    .myo-final-box p {\n        font-size: 15px;\n    }\n}\n<\/style>\n\n\n<div class=\"myo-home\">\n\n\n    <!-- =====================================================\n         1. FULL WIDTH BAYEE BANNER\n         ===================================================== -->\n\n    <section class=\"myo-main-banner\">\n\n        <a href=\"\/buy-now\/\">\n\n            <img decoding=\"async\"\n                src=\"https:\/\/practice.myoradent.co.uk\/wp-content\/uploads\/2026\/08\/BAYEE.webp\"\n                alt=\"MyOraDent\"\n            >\n\n        <\/a>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         2. INTRODUCTION\n         ===================================================== -->\n\n    <section class=\"myo-introduction\">\n\n        <div class=\"myo-container\">\n\n            <small>\n                WELCOME TO MYORADENT\n            <\/small>\n\n            <h1>\n                A Simple Approach To\n                Everyday Oral Care\n            <\/h1>\n\n            <p>\n                MyOraDent is designed to make everyday\n                oral care simple and convenient. Our focus\n                is on creating a straightforward product\n                experience that fits naturally into your\n                daily routine.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         3. FEATURES\n         ===================================================== -->\n\n    <section class=\"myo-feature-strip\">\n\n        <div class=\"myo-container\">\n\n            <div class=\"myo-feature-grid\">\n\n                <div class=\"myo-feature\">\n\n                    <div class=\"myo-feature-icon\">\n                        \u2713\n                    <\/div>\n\n                    <h3>\n                        Simple\n                    <\/h3>\n\n                    <p>\n                        Easy to understand and easy to\n                        include in your daily routine.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"myo-feature\">\n\n                    <div class=\"myo-feature-icon\">\n                        \u2726\n                    <\/div>\n\n                    <h3>\n                        Convenient\n                    <\/h3>\n\n                    <p>\n                        Designed around the needs of\n                        everyday oral care.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"myo-feature\">\n\n                    <div class=\"myo-feature-icon\">\n                        \u2665\n                    <\/div>\n\n                    <h3>\n                        Quality Focused\n                    <\/h3>\n\n                    <p>\n                        A clean and carefully presented\n                        product experience.\n                    <\/p>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         4. IMAGE LEFT \/ CONTENT RIGHT\n         ===================================================== -->\n\n    <section class=\"myo-story\">\n\n        <div class=\"myo-container myo-story-grid\">\n\n            <div class=\"myo-story-image\">\n\n                <img decoding=\"async\"\n                    src=\"https:\/\/practice.myoradent.co.uk\/wp-content\/uploads\/2026\/08\/Update-Sized-1.webp\"\n                    alt=\"MyOraDent Product\"\n                >\n\n            <\/div>\n\n\n            <div class=\"myo-story-content\">\n\n                <small>\n                    PRODUCT QUALITY\n                <\/small>\n\n                <h2>\n                    Designed With\n                    Everyday Care In Mind\n                <\/h2>\n\n                <p>\n                    MyOraDent is designed to give you a\n                    simple and convenient approach to your\n                    everyday oral-care routine.\n                <\/p>\n\n\n                <div class=\"myo-benefit-list\">\n\n                    <div class=\"myo-benefit-item\">\n\n                        <div class=\"myo-benefit-check\">\n                            \u2713\n                        <\/div>\n\n                        <div>\n\n                            <strong>\n                                Easy To Use\n                            <\/strong>\n\n                            <span>\n                                Designed to fit naturally into\n                                your regular routine.\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"myo-benefit-item\">\n\n                        <div class=\"myo-benefit-check\">\n                            \u2713\n                        <\/div>\n\n                        <div>\n\n                            <strong>\n                                Convenient\n                            <\/strong>\n\n                            <span>\n                                A straightforward approach to\n                                everyday oral care.\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"myo-benefit-item\">\n\n                        <div class=\"myo-benefit-check\">\n                            \u2713\n                        <\/div>\n\n                        <div>\n\n                            <strong>\n                                Quality Focused\n                            <\/strong>\n\n                            <span>\n                                Presented with attention to\n                                the overall product experience.\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         5. CONTENT LEFT \/ IMAGE RIGHT\n         ===================================================== -->\n\n    <section class=\"myo-story\">\n\n        <div class=\"myo-container myo-story-grid\">\n\n            <div class=\"myo-story-content\">\n\n                <small>\n                    EVERYDAY BENEFITS\n                <\/small>\n\n                <h2>\n                    Simple Care.\n                    Simple Routine.\n                <\/h2>\n\n                <p>\n                    Your daily oral-care routine should be\n                    simple. MyOraDent is designed with\n                    convenience and ease of use in mind.\n                <\/p>\n\n\n                <div class=\"myo-benefit-list\">\n\n                    <div class=\"myo-benefit-item\">\n\n                        <div class=\"myo-benefit-check\">\n                            \u2713\n                        <\/div>\n\n                        <div>\n\n                            <strong>\n                                Everyday Convenience\n                            <\/strong>\n\n                            <span>\n                                Easy to incorporate into your\n                                regular routine.\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"myo-benefit-item\">\n\n                        <div class=\"myo-benefit-check\">\n                            \u2713\n                        <\/div>\n\n                        <div>\n\n                            <strong>\n                                Practical Design\n                            <\/strong>\n\n                            <span>\n                                Created around a simple and\n                                convenient user experience.\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n\n                    <div class=\"myo-benefit-item\">\n\n                        <div class=\"myo-benefit-check\">\n                            \u2713\n                        <\/div>\n\n                        <div>\n\n                            <strong>\n                                Quality Experience\n                            <\/strong>\n\n                            <span>\n                                A product presentation focused\n                                on everyday care.\n                            <\/span>\n\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"myo-story-image\">\n\n                <img decoding=\"async\"\n                    src=\"https:\/\/practice.myoradent.co.uk\/wp-content\/uploads\/2026\/08\/My-Oradent-1.webp\"\n                    alt=\"MyOraDent Product\"\n                >\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         6. PRODUCT + BUY NOW\n         ===================================================== -->\n\n    <section class=\"myo-product\">\n\n        <div class=\"myo-container myo-product-grid\">\n\n            <div class=\"myo-product-image\">\n\n                <img decoding=\"async\"\n                    src=\"https:\/\/practice.myoradent.co.uk\/wp-content\/uploads\/2026\/08\/MYORADENT-1-800x779-1.webp\"\n                    alt=\"MyOraDent Product\"\n                >\n\n            <\/div>\n\n\n            <div class=\"myo-product-content\">\n\n                <small>\n                    MYORADENT\n                <\/small>\n\n                <h2>\n                    Make It Part Of\n                    Your Daily Routine\n                <\/h2>\n\n                <p>\n                    Discover MyOraDent and bring a simple,\n                    convenient approach to your everyday\n                    oral care.\n                <\/p>\n\n                <a\n                    href=\"\/buy-now\/\"\n                    class=\"myo-btn\"\n                >\n                    BUY NOW\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         7. LAST SECTION\n         HEADING \u2192 FULL WIDTH IMAGE \u2192 CONTENT\n         ===================================================== -->\n\n    <section class=\"myo-last-product\">\n\n        <div class=\"myo-last-heading\">\n\n            <small>\n                MYORADENT\n            <\/small>\n\n            <h2>\n                A Practical Addition<br>\n                To Your Oral Care\n            <\/h2>\n\n        <\/div>\n\n\n        <!-- FULL WIDTH IMAGE -->\n\n        <div class=\"myo-last-image\">\n\n            <img decoding=\"async\"\n                src=\"https:\/\/practice.myoradent.co.uk\/wp-content\/uploads\/2026\/08\/Best-Tooth-Powder-USA.webp\"\n                alt=\"MyOraDent Tooth Powder\"\n            >\n\n        <\/div>\n\n\n        <!-- CONTENT BELOW IMAGE -->\n\n        <div class=\"myo-last-content\">\n\n            <p>\n                MyOraDent is designed to complement\n                your everyday oral-care routine with a\n                simple and convenient product experience.\n            <\/p>\n\n\n            <div class=\"myo-last-benefits\">\n\n                <div class=\"myo-benefit-item\">\n\n                    <div class=\"myo-benefit-check\">\n                        \u2713\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Easy Everyday Use\n                        <\/strong>\n\n                        <span>\n                            Designed for a straightforward\n                            daily routine.\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"myo-benefit-item\">\n\n                    <div class=\"myo-benefit-check\">\n                        \u2713\n                    <\/div>\n\n                    <div>\n\n                        <strong>\n                            Convenient\n                        <\/strong>\n\n                        <span>\n                            Simple to incorporate into your\n                            oral-care routine.\n                        <\/span>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n            <!-- BUY NOW REMOVED -->\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- =====================================================\n         8. FINAL CTA \u2014 FULL WIDTH\n         NO BUTTON\n         ===================================================== -->\n\n    <section class=\"myo-final\">\n\n        <div class=\"myo-final-box\">\n\n            <h2>\n                Ready To Try MyOraDent?\n            <\/h2>\n\n            <p>\n                Make MyOraDent part of your everyday\n                oral-care routine.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n<\/div>\n\n\n<script>\n\n\/*\n * Astra \/ WordPress full-width correction\n * for both image banners and final CTA.\n *\/\n\n(function () {\n\n    function fixMyOraDentWidth() {\n\n        var fullWidthSections = document.querySelectorAll(\n            '.myo-main-banner, .myo-last-image, .myo-final'\n        );\n\n        fullWidthSections.forEach(function (section) {\n\n            section.style.width = '100vw';\n            section.style.maxWidth = '100vw';\n\n            section.style.marginLeft =\n                'calc(50% - 50vw)';\n\n            section.style.marginRight =\n                'calc(50% - 50vw)';\n\n            section.style.position = 'relative';\n\n            section.style.left = '0';\n\n            section.style.right = 'auto';\n\n            section.style.transform = 'none';\n\n        });\n\n    }\n\n    document.addEventListener(\n        'DOMContentLoaded',\n        fixMyOraDentWidth\n    );\n\n    window.addEventListener(\n        'load',\n        fixMyOraDentWidth\n    );\n\n})();\n\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WELCOME TO MYORADENT A Simple Approach To Everyday Oral Care MyOraDent is designed to make everyday oral care simple and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":5,"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/pages\/6\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/practice.myoradent.co.uk\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}