{"id":11808,"date":"2025-06-27T20:15:45","date_gmt":"2025-06-27T19:15:45","guid":{"rendered":"https:\/\/theeleganceclinic.com\/?page_id=11808"},"modified":"2026-03-02T23:07:20","modified_gmt":"2026-03-02T23:07:20","slug":"about-us-4-2-3-4-2","status":"publish","type":"page","link":"https:\/\/theeleganceclinic.com\/?page_id=11808","title":{"rendered":"Treatments"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11808\" class=\"elementor elementor-11808\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-87755d0 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"87755d0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cc5815f\" data-id=\"cc5815f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b1158ef elementor-widget elementor-widget-html\" data-id=\"b1158ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Services Grid + Full-Screen Modal<\/title>\n  <style>\n    :root {\n      --brand-pink: #f686c8;\n      --brand-dark: #333;\n      --bg-light: #fafafa;\n      --font-sans: 'Open Sans', Helvetica, Arial, sans-serif;\n      --font-serif: 'Playfair Display', Georgia, serif;\n    }\n    *, *::before, *::after { box-sizing: border-box; }\n    body {\n      margin: 0;\n      font-family: var(--font-sans);\n      color: var(--brand-dark);\n      background: var(--bg-light);\n      line-height: 1.6;\n    }\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px,1fr));\n      gap: 1.5rem;\n      padding: 2rem;\n    }\n    .service-card {\n      position: relative;\n      padding-top: 66.66%;\n      background-size: cover;\n      background-position: center;\n      cursor: pointer;\n      overflow: hidden;\n      border-radius: 6px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      transition: transform .2s;\n    }\n    .service-card:hover { transform: translateY(-4px); }\n    .service-card .overlay {\n      position: absolute;\n      top: 50%; left: 8%;\n      transform: translateY(-50%);\n      background: rgba(255,255,255,0.9);\n      padding: 1rem 1.25rem;\n      max-width: 65%;\n      border-radius: 4px;\n    }\n    .service-card .overlay h3 {\n      margin: 0;\n      font-family: var(--font-serif);\n      font-size: 1.4rem;\n      color: var(--brand-pink);\n    }\n    .service-card .overlay p {\n      margin: .25rem 0 0;\n      font-size: .9rem;\n      font-weight: 600;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      color: var(--brand-dark);\n    }\n\n    \/* Modal *\/\n    .modal { display: none; position: fixed; inset: 0; z-index: 1000; }\n    .modal-backdrop {\n      position: fixed; inset: 0;\n      background: rgba(0,0,0,0.6);\n      animation: fadeIn .3s;\n    }\n    .modal-content {\n      position: fixed; inset: 0;\n      display: grid; grid-template-columns: 45% 55%;\n      max-width: 1200px; margin: auto;\n      gap: 3rem; padding: 3rem;\n      background: #fff;\n      box-shadow: 0 8px 24px rgba(0,0,0,0.15);\n      border-radius: 8px;\n      overflow-y: auto;\n      animation: popIn .3s;\n    }\n    @keyframes fadeIn {\n      from { background: rgba(0,0,0,0); }\n      to   { background: rgba(0,0,0,0.6); }\n    }\n    @keyframes popIn {\n      from { transform: scale(.95); opacity: 0; }\n      to   { transform: scale(1);    opacity: 1; }\n    }\n    .modal-close {\n      position: absolute; top:1rem; right:1rem;\n      font-size: 1.5rem; background: transparent;\n      border: none; color: var(--brand-dark);\n      cursor: pointer; transition: color .2s;\n      z-index: 1002;\n    }\n    .modal-close:hover { color: var(--brand-pink); }\n    .modal-left {\n      display: flex; flex-direction: column; align-items: center;\n    }\n    .modal-left img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 6px;\n      object-fit: cover;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n    .modal-price {\n      margin-top: 1rem;\n      font-size: 1.25rem; font-weight: 700;\n      color: var(--brand-pink);\n      text-align: center;\n    }\n    .modal-options {\n      display: flex; gap: .5rem; margin-bottom: 1rem;\n    }\n    .modal-option-button {\n      padding: .6rem 1.2rem;\n      border: none; border-radius: 4px;\n      text-transform: uppercase;\n      font-weight: 600; letter-spacing: .5px;\n      cursor: pointer;\n      transition: background .2s, transform .2s;\n    }\n    .modal-option-button:not(.active) {\n      background: #fff;\n      border: 2px solid var(--brand-pink);\n      color: var(--brand-pink);\n    }\n    .modal-option-button.active {\n      background: var(--brand-pink);\n      color: #fff;\n    }\n    .modal-option-button:hover { transform: translateY(-2px); }\n    .modal-title {\n      margin: 0 0 .5rem;\n      font-family: var(--font-serif);\n      font-size: 2.5rem;\n      color: var(--brand-pink);\n    }\n    .modal-notes p, .modal-notes ul {\n      font-size: 1rem; margin-bottom: 1rem;\n    }\n    .modal-notes h4 {\n      margin: 1rem 0 .5rem;\n      font-family: var(--font-serif);\n      font-size: 1.25rem;\n      color: var(--brand-pink);\n    }\n    .modal-notes ul { padding-left: 1.25rem; }\n    .modal-notes ul li {\n      position: relative; padding-left: 1.5rem;\n      list-style: none; margin-bottom: .5rem;\n    }\n    .modal-notes ul li::before {\n      content: \"\ud83e\udd0d\"; position: absolute; left: 0;\n    }\n    @media (max-width: 900px) {\n      .modal-content { grid-template-columns: 1fr; padding: 2rem; }\n      .modal-left { order: 2; } .modal-right { order: 1; }\n    }\n    table {\n      font-size: 16px;\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n      margin-bottom: 1rem;\n    }\n    table, th, td {\n      border: 1px solid #ccc;\n    }\n    th, td {\n      padding: 8px;\n      text-align: left;\n    }\n    th {\n      background-color: var(--brand-pink);\n      color: #fff;\n    }\n    .modal-price {\n    white-space: normal;\n}\n  <\/style>\n<\/head>\n<body>\n\n  <section class=\"services-grid\">\n    <div class=\"service-card\" data-key=\"anti\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/image2-scaled-e1690119949542.jpg')\">\n      <div class=\"overlay\"><h3>Botox Treatment<\/h3><p>Anti-Wrinkle<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"peels\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/young-woman-doing-procedure-face-beautician.jpg')\">\n      <div class=\"overlay\"><h3>Chemical Peels<\/h3><p>Skin Peels<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"fillers\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2022\/08\/lips.jpg')\">\n      <div class=\"overlay\"><h3>Derma Fillers<\/h3><p>Lip &amp; Facial<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"microneedling\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/person-getting-micro-needling-beauty-treatment.jpg')\">\n      <div class=\"overlay\"><h3>Microneedling<\/h3><p>Skin Rejuvenation Menu<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"vitamins\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/vitamin-b12-injection-glass-bottle-with-pink-liquid.jpg')\">\n      <div class=\"overlay\"><h3>Vitamins<\/h3><p>Intermuscular Injections<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"boosters\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/05\/Skin-Boosters.jpg')\">\n      <div class=\"overlay\"><h3>Skin-Boosters<\/h3><p>Skin Boosters Menu<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"packages\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/05\/packages-wrapped-in-artist-canvas.jpg')\">\n      <div class=\"overlay\"><h3>Packages<\/h3><p>Treatment Bundles<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"polynucleotides\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/05\/Polynucleotides.webp')\">\n      <div class=\"overlay\"><h3>Polynucleotides<\/h3><p>Polynucleotide Therapy<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"fatdissolving\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2024\/08\/Aqualyx_Fett-Weg_Moryskin_800x800@2x-e1722614410732.jpg')\">\n      <div class=\"overlay\"><h3>Fat Dissolving<\/h3><p>Fat Dissolving<\/p><\/div>\n    <\/div>\n    <div class=\"service-card\" data-key=\"sculptra\" style=\"background-image:url('https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2026\/03\/Sculptra_Vial-Box_NoBackground-1.jpg')\">\n      <div class=\"overlay\"><h3>Sculptra<\/h3><p>Collagen Stimulator<\/p><\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"modal\" id=\"serviceModal\" aria-hidden=\"true\">\n    <div class=\"modal-backdrop\"><\/div>\n    <div class=\"modal-content\" role=\"dialog\" aria-modal=\"true\">\n      <button class=\"modal-close\" aria-label=\"Close\">&times;<\/button>\n\n      <div class=\"modal-left\">\n          <a href=\"https:\/\/theeleganceclinic.com\/?page_id=10497\" style=\"display: inline-block; padding: 12px 25px; background-color: #F686C8; color: white; text-align: center; text-decoration: none; border-radius: 8px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\">\n    Book Now\n<\/a><br>\n\n        <img decoding=\"async\" src=\"\" alt=\"\" id=\"modalImg\">\n        <div class=\"modal-price\" id=\"modalPrice\"><\/div>\n      <\/div>\n      <div class=\"modal-right\">\n        <div id=\"modalOptions\" class=\"modal-options\"><\/div>\n        <h2 class=\"modal-title\" id=\"modalTitle\"><\/h2>\n        <div class=\"modal-notes\" id=\"modalNotes\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <script>\n    const genericIntro = `\n      <p>These injections target dynamic wrinkles and static lines on the face, especially around the eyes and forehead. They maintain natural expressions while preventing wrinkle formation from repetitive muscle movement. Commonly treated areas include frown lines, crow's feet, and forehead furrows. These injections offer a non-invasive solution for a youthful appearance.<\/p>\n      <h4>Why Choose Botox Injections?<\/h4>\n      <p>An expressive face is undeniably beautiful, but sometimes excessive facial expressions can lead to the formation of unwanted lines. Over time, these lines can become permanent wrinkles due to repeated muscle contractions.<\/p>\n      <p>Botox injections help relax the muscles involved in forming these lines, allowing natural facial expressions while reducing the intensity of muscle contractions. This prevents or delays wrinkles from forming, helping maintain a youthful and refreshed appearance.<\/p>\n    `;\n\n    const data = {\n      anti: {\n        options: {\n          standard: {\n            title: \"Botox: Standard Areas\",\n            img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/image2-scaled-e1690119949542.jpg\",\n            price: `\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Area Count<\/th>\n                            <th>Price<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>3 areas<\/td>\n                            <td>\u00a3200<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>2 areas<\/td>\n                            <td>\u00a3180<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>1 area<\/td>\n                            <td>\u00a3150<\/td>\n                        <\/tr>\n                        <p style=\"font-size: 12px;\"><strong>Note:<\/strong> Please make sure to book Botox appointments at least <u>3 working days ahead<\/u> so we have time to arrange your prescription.<\/p>\n                    <\/tbody>\n                <\/table>\n            `,\n            notes: genericIntro + `\n              <ul>\n                <li>Forehead lines and furrows<\/li>\n                <li>Frown lines between the brows<\/li>\n                <li>Crow's feet around the eyes<\/li>\n              <\/ul>\n              <p><em>(Book 1\u20133 areas)<\/em><\/p>\n            `\n          },\n          advanced: {\n            title: \"Botox: Advanced Treatments\", img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/image2-scaled-e1690119949542.jpg\", price:`\n            <p style=\"font-size: 12px;\"><strong>Note:<\/strong> Please make sure to book Botox appointments at least <u>3 working days ahead<\/u> so we have time to arrange your prescription.<\/p>\n\n              <table>\n                  <thead>\n                      <tr>\n                          <th>Advanced Botox<\/th>\n                          <th>Stand Alone<\/th>\n                          <th>Add On<\/th>\n                      <\/tr>\n                  <\/thead>\n                  <tbody>\n                      <tr><td>Brow Lift<\/td><td>\u00a3150.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Lip Flip<\/td><td>\u00a3150.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Bunny Lines<\/td><td>\u00a3150.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Smile Lines<\/td><td>\u00a3150.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Smokers Lines<\/td><td>\u00a3150.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Gummy Smile<\/td><td>\u00a3150.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Jowls<\/td><td>\u00a3180.00<\/td><td>\u00a3100.00*<\/td><\/tr>\n                      <tr><td>Nose Lift\/Slimming<\/td><td>\u00a385.00<\/td><td>\u00a385.00*<\/td><\/tr>\n                      <tr><td>Neck Lift<\/td><td>\u00a3250.00<\/td><td><\/td><\/tr>\n                      <tr><td>Masseters<\/td><td>\u00a3250.00<\/td><td><\/td><\/tr>\n                      <tr><td>Facial Slimming<\/td><td>\u00a3250.00<\/td><td><\/td><\/tr>\n                      <tr><td>Hyperhidrosis<\/td><td>\u00a3300.00<\/td><td><\/td><\/tr>\n                  <\/tbody>\n              <\/table>\n              <p style=\"font-size: 12px;\">* when combined with a standard Botox appointment<\/p>`,\n            notes: genericIntro + `\n              <ul>\n                <li>Foxy Eyes<\/li>\n                <li>Bunny Lines<\/li>\n                <li>Teeth Grinding<\/li>\n                <li>Chin Dimpling<\/li>\n                <li>Downturned Smile<\/li>\n                <li>Gummy Smile<\/li>\n                <li>Lip Flip<\/li>\n                <li>Nefertiti Lift<\/li>\n                <li>Eye Widening<\/li>\n                <li>Smokers Lines<\/li>\n                <li>Brow Lift<\/li>\n                <li>Nose Slimming<\/li>\n                <li>Marionette Lines<\/li>\n                <li>Facial Slimming<\/li>\n                <b>Hyperhidrosis (Excessive sweating)<\/b>\n                <li>Hands<\/li>\n                <li>Under Arms<\/li>\n                <li>Feet<\/li>\n              <\/ul>\n            `\n          }\n        }\n      },\n      peels: {\n        title: \"Chemical Peel\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/young-woman-doing-procedure-face-beautician.jpg\",\n        price: `\n            <table>\n                <thead>\n                    <tr>\n                        <th>Sessions<\/th>\n                        <th>Price<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>X1<\/td>\n                        <td>\u00a350.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>X3<\/td>\n                        <td>\u00a3125.00<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>Chemical Peel<\/h4>\n          <p>Experience the transformative effects of Medium Depth Chemical Peels, delving into the deeper layers of the skin to peel away surface imperfections and ignite the growth of new skin cells. Witness a remarkable improvement in your skin right from the first treatment. Welcome to a new era of flawless skin!<\/p>\n          <h4>Benefits & Results:<\/h4>\n          <ul>\n            <li>Exfoliation<\/li>\n            <li>Improved Texture<\/li>\n            <li>Reduced Fine Lines & Wrinkles<\/li>\n            <li>Hyperpigmentation Treatment<\/li>\n            <li>Acne Scarring<\/li>\n            <li>Unclogged Pores<\/li>\n            <li>Stimulated Collagen Production<\/li>\n            <li>Youthful Appearance<\/li>\n          <\/ul>\n          <h4>Types of Peel:<\/h4>\n          <strong>The 'GLOW Peel'<\/strong>\n          <p>Suitable for hyperpigmentation, sun damage and uneven skin tone. It can be used on all skin types.<\/p>\n          <strong>The REFRESH Peel<\/strong>\n          <p>Suitable for skin rejuvenation, including ageing, sun damage, fine lines and skin laxity. Ideal for most skin types. A patch test may be required.<\/p>\n          <strong>The 'PURE Peel'<\/strong>\n          <p>Suitable for combination, oily, sensitive or acne-prone skin. Ideal for most skin types. A patch test may be required.<\/p>\n        `\n      },      fillers: {\n        title: \"Facial & Lip Dermal Fillers\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2022\/08\/lips.jpg\",\n        price: `\n            <h4>Lip Fillers<\/h4>\n            <table>\n                <thead>\n                    <tr>\n                        <th>Service<\/th>\n                        <th>Price<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Lip Booster<\/td>\n                        <td>\u00a3120.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Classic<\/td>\n                        <td>\u00a3120.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Baby Russian<\/td>\n                        <td>\u00a3150.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Russian (up to 2ml)<\/td>\n                        <td>\u00a3175.00<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            <br>\n            <h4>Facial Fillers<\/h4>\n            <table>\n                <thead>\n                    <tr>\n                        <th>Service<\/th>\n                        <th>Price<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>1ml (Chin, Cheeks, Nasolabial Folds, Jawline, Marrionette Lines)<\/td>\n                        <td>\u00a3120.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Tear Trough<\/td>\n                        <td>\u00a3150.00<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>Enhancing Your Lips with Dermal Lip Fillers<\/h4>\n          <p>Creating beautifully balanced and natural-looking lips requires a blend of expertise and artistry. In the hands of skilled professionals, Lip Fillers offer a way to achieve fuller, well-defined lips, resulting in a more attractive smile, enhanced natural beauty and a surge in confidence.<\/p>\n          <p>Lip Fillers involve injecting dermal fillers to deliver a range of stunning benefits. These injections add volume and definition to the lips whilst accentuating the most attractive aspects of your natural lip anatomy, such as a beautifully shaped vermillion border or a heart-shaped Cupid's Bow. Our practitioners possess the skill and ability to create symmetrical, shapely, and voluminous lips for those seeking a complete lip transformation, boosting your confidence and enhancing your sense of femininity. During the aging process lips tend to lose volume. In this case, our Natural Lip filling techniques offer highly effective solutions, replenishing lost volume, softening fine lines, lipstick bleeds, and other age-related irregularities. Fuller lips contribute to a more youthful appearance!<\/p>\n          <p>During the consultation process, we will recommend the appropriate technique and product to enhance your lips according to your desired style. To ensure your comfort during the procedure, numbing cream is applied. The results of your first session typically last around 6 months and become more cumulative with subsequent sessions. The main component of Dermal Lip Fillers is Hyaluronic Acid, a safe water-binding molecule naturally present in the human body.<\/p>\n          <p>Rest assured that we only use the highest-grade and CE-approved Dermal Lip Filler products, ensuring your safety and satisfaction throughout the process. Achieving naturally luscious and balanced lips is now well within your reach with the help of our professional Lip Filler treatments.<\/p>\n          <h4>Facial Dermal Fillers<\/h4>\n          <p>Administering Facial Fillers is considered an art form by our skilled practitioners. These products offer subtle smoothing, softening, and contouring of the skin and allow for bespoke placement to create or restore youthful facial contours, accentuating features to achieve your desired aesthetic goals.<\/p>\n          <p>Before treatment, a comprehensive full facial assessment will be conducted and a customised treatment plan will be crafted to attain your desired outcomes.<\/p>\n          <h4>Jawline Filler<\/h4>\n          <p>Enhance your profile and define your jaw with our expertly placed dermal fillers. This treatment sharpens contours, balances facial proportions, and creates a beautifully sculpted, natural-looking jawline.<\/p>\n          <h4>Nasolabial Fold Treatment<\/h4>\n          <p>Soften smile lines and restore youthful volume with our targeted filler treatments for nasolabial folds. This quick, minimally invasive procedure smooths deep creases from the nose to the corners of the mouth, giving you a refreshed, natural look.<\/p>\n          <h4>Cheek Augmentation<\/h4>\n          <p>Cheek Augmentation is a highly sought-after aesthetic procedure that enhances cheek contours, restores lost volume in the 'apples' of the cheeks or highlight natural angles. Volumised cheekbones contribute to a youthful and healthy appearance. Our Non-Surgical Cheek Augmentation involves using dermal filler, which is carefully injected. The goal is to achieve beautifully contoured and reshaped cheeks.<\/p>\n          <h4>Chin Augmentation<\/h4>\n          <p>Chin Augmentation is a straightforward aesthetic procedure that can create remarkable changes to the facial profile and shape. It is often used to enhance a weak chin or jawline, smooth out dips or dents, or feminise a square or short chin. Before treatment, we will discuss your desired outcome to help achieve your preferred look.<\/p>\n          <h4>Marionette Lines<\/h4>\n          <p>Marionette Lines are long vertical lines that often develop on each side of the chin as part of the ageing process and can contribute to a look of sadness on the face. By injecting dermal filler into the Marionette Folds, the goal is to reverse the appearance of a downturned face and achieve a happier, more youthful smile.<\/p>\n        `\n      },\n      microneedling: {\n        title: \"Skin Rejuvenation Menu\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/person-getting-micro-needling-beauty-treatment.jpg\",\n        price: `\n            <table>\n                <thead>\n                    <tr>\n                        <th>Sessions<\/th>\n                        <th>Price<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>X1 (Includes LED & EMS Treatment)<\/td>\n                        <td>\u00a385.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>X3<\/td>\n                        <td>\u00a3230.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>X1 Standard<\/td>\n                        <td>\u00a355.00<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>X3 Standard<\/td>\n                        <td>\u00a3150.00<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>What is Microneedling?<\/h4>\n          <p>This advanced skin treatment begins with a double cleanse, meticulously preparing the skin and effectively eliminating impurities. During the procedure, ultra-fine needles housed in a handheld 'pen' gently glide over the skin, creating microscopic channels. These tiny controlled injuries trigger the skin's natural wound-healing response, leading to intense renewal, repair, and rejuvenation of the face and body. As a result, fresh collagen is produced, supporting the dermis and visibly refining, smoothing, and plumping the complexion.<\/p>\n          <h4>Ideal for:<\/h4>\n          <p>This treatment is highly versatile and effective for addressing various stubborn skin concerns. When combined with a personalised 'skin infusion cocktail', carefully selected and prescribed during the treatment, remarkable changes in the skin become evident. After just one session, improvements in skin tone and texture are noticeable. A commitment to three treatments can lead to dramatic enhancements, including reducing skin scarring and pigmented acne scars. The microneedles can also target pore reduction and successfully address dark pigmentation patches. Furthermore, with the significant boost in collagen production, visible signs of ageing are significantly reversed.<\/p>\n          <h4>Skin Cocktails:<\/h4>\n          <p>The choice of a bespoke skin cocktail, expertly selected, is crucial to maximize the treatment's benefits. The microchannels created during micro-needling allow for enhanced absorption of vital skin-nourishing ingredients, such as high-strength Vitamin C, Niacinamide, Retinol, Glycolic, Hyaluronic, and Lactic acids. This leads to superior results compared to solely applying these ingredients as part of a regular skincare routine. The skin cocktails are tailored to cover various needs, including lightening and brightening mixes, as well as vitamin and anti-ageing formulations that target overall skin health and vitality.<\/p>\n          <p>While noticeable rejuvenation is evident after just one session, individuals may require 3\u20136 treatments for complete scar elimination or the reduction of deeper lines and wrinkles. Micro-needling is an effective and transformative treatment, allowing fresher, rejuvenated skin with long-lasting results.<\/p>\n        `\n      },      vitamins: {\n        options: {\n          b12: {\n            title: \"Vitamin B12 Injection\",\n            img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2023\/07\/vitamin-b12-injection-glass-bottle-with-pink-liquid.jpg\",\n            price: `\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Vitamin<\/th>\n                            <th>Price<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>B12<\/td>\n                            <td>\u00a320.00<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            `,\n            notes: `\n              <h4>Vitamin Intramuscular B12<\/h4>\n              <p>Enhance your health with Vitamin Intramuscular Injections. Enjoy the advantage of superior quick onset Vitamin absorption (30%-60% more than oral or subcutaneous methods). Vitamin B12 is vital for nerves and blood cells, often lacking in vegan diets or for people with health issues such as pernicious anaemia. <\/p>\n              <h4>Benefits:<\/h4>\n              <ul>\n                <li>Boosts energy & mood<\/li>\n                <li>Improves memory<\/li>\n                <li>Improves sleep quality <\/li>\n                <li>Improves focus<\/li>\n                <li>Improves metabolism<\/li>\n                <li>Boosts the immune system <\/li>\n                <li>Improve hair health<\/li>\n              <\/ul>\n              <p>This wonder Vitamin also reduces inflammation, protects against heart disease, supports brain function, modulates cell growth & may help protect against respiratory infections. Vitamin Intramuscular Injections are a valuable addition to enhancing your health and safeguarding your well-being.<\/p>\n              <p>These injections offer several advantages, including more consistent Vitamin absorption. Research has shown that intramuscular injection methods can lead to 30%-60% greater absorption of the Vitamin compared to oral and subcutaneous routes. Furthermore, they provide the added benefit of rapid onset of action.<\/p>\n              <p>Vitamin B12, in particular, is crucial in maintaining healthy nerves and blood cells. While it is commonly obtained from foods like meat, fish, milk, and eggs, deficiency can occur, especially among those following a vegan or vegetarian diet or due to certain health conditions, such as pernicious anaemia.<\/p>\n              <p>The benefits of Vitamin B12 supplementation are vast. It is well-known to boost energy levels, promote a sense of vitality, and improve sleep quality and patterns. Additionally, B12 aids in producing red blood cells, facilitating oxygen transport and reducing symptoms of tiredness, low energy, and breathlessness.<\/p>\n              <p>Beyond its role in energy and vitality, Vitamin B12 also contributes to improved concentration, metabolism, and immune system function. It can assist with specific types of hair loss, elevate mood, alleviate depression, enhance memory, and support heart health. Including Vitamin Intramuscular Injections in your health routine can lead to a wide array of positive effects, positively impacting your overall well-being.<\/p>\n            `\n          },\n          c: {\n            title: \"Vitamin C Injection\",\n            img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/07\/vitc.jpeg\",\n            price: `\n                <table><thead><tr><th>Vitamin<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody><tr><td>Vitamin C<\/td><td>\u00a335.00<\/td><\/tr><\/tbody><\/table>\n            `,\n            notes: `\n              <h4>Boost Your Health with a Vitamin C Injection \u2728<\/h4>\n              <p>Experience the revitalising benefits of Vitamin C injections, designed to enhance overall wellness and immune support. This powerful antioxidant promotes skin radiance, boosts energy levels, and strengthens the immune system.<\/p>\n              <h4>Benefits:<\/h4>\n              <ul>\n                <li>\ud83e\udd0d Enhances Immunity \u2013 Strengthens the body's natural defences, helping to fight off infections and illnesses.<\/li>\n                <li>\ud83e\udd0d Boosts Energy Levels \u2013 Reduces fatigue and supports overall vitality, leaving you feeling more refreshed and energised.<\/li>\n                <li>\ud83e\udd0d Promotes Collagen Production \u2013 Helps maintain youthful, radiant skin by stimulating collagen, improving elasticity, and reducing fine lines.<\/li>\n                <li>\ud83e\udd0d Powerful Antioxidant Protection \u2013 Fights free radicals and oxidative stress, supporting overall cell health and reducing inflammation.<\/li>\n                <li>\ud83e\udd0d Supports Iron Absorption \u2013 Improves iron absorption, reducing the risk of anaemia and enhancing oxygen transport in the body.<\/li>\n              <\/ul>\n              <p>Our Vitamin C injections provide a higher bioavailability compared to oral supplements, ensuring maximum absorption and effectiveness. They are ideal for individuals with weakened immune systems, high stress levels, or those looking to enhance their skin's natural glow.<\/p>\n              <p>A quick, safe, and effective treatment to rejuvenate, energise, and protect\u2014perfect for those seeking a natural health boost! \u2728<\/p>\n            `\n          },\n          d: {\n            title: \"Vitamin D Injection\",\n            img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/07\/vitd.jpeg\",\n            price: `\n                <table><thead><tr><th>Vitamin<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody><tr><td>Vitamin D<\/td><td>\u00a335.00<\/td><\/tr><\/tbody><\/table>\n            `,\n            notes: `\n              <h4>Replenish & Energise with a Vitamin D Injection \u2600\ufe0f<\/h4>\n              <p>Vitamin D is essential for bone health, immune support, and overall well-being. Many people suffer from low Vitamin D levels, especially in the colder months, leading to fatigue, weakened immunity, and mood changes. Our Vitamin D injection delivers an effective dose directly into the bloodstream for maximum absorption and long-lasting benefits.<\/p>\n              <h4>Benefits:<\/h4>\n              <ul>\n                <li>\ud83e\udd0d Boosts Immunity \u2013 Strengthens the body's defence against infections and illnesses.<\/li>\n                <li>\ud83e\udd0d Increases Energy Levels \u2013 Fights fatigue and enhances overall vitality.<\/li>\n                <li>\ud83e\udd0d Supports Bone & Muscle Health \u2013 Helps maintain strong bones and muscles by aiding calcium absorption.<\/li>\n                <li>\ud83e\udd0d Enhances Mood & Mental Well-being \u2013 Reduces symptoms of low mood and Seasonal Affective Disorder (SAD).<\/li>\n                <li>\ud83e\udd0d Promotes Heart & Brain Health \u2013 Supports cardiovascular function and cognitive well-being.<\/li>\n              <\/ul>\n              <p>Unlike oral supplements, a Vitamin D injection bypasses the digestive system, ensuring rapid and efficient absorption. It's a simple, quick, and effective way to restore optimal Vitamin D levels and feel your best all year round. \ud83d\udc89\u2728<\/p>\n            `\n          },\n          biotin: {\n            title: \"Biotin Injection\",\n            img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/07\/biotin-1.jpeg\",\n            price: `\n                <table><thead><tr><th>Vitamin<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody><tr><td>Biotin<\/td><td>\u00a335.00<\/td><\/tr><\/tbody><\/table>\n            `,\n            notes: `\n              <h4>Glow From Within with a Biotin Injection \u2728\ud83d\udc89<\/h4>\n              <p>Biotin, also known as Vitamin B7, is an essential nutrient that plays a vital role in maintaining healthy hair, skin, and nails. It also supports energy production, metabolism, and nervous system function. Many people experience biotin deficiency due to stress, poor diet, or health conditions \u2014 and injections offer fast, effective absorption for visible results.<\/p>\n              <h4>Benefits:<\/h4>\n              <ul>\n                <li>\ud83e\udd0d Promotes Healthy Hair Growth \u2013 Strengthens follicles, reduces hair shedding, and supports fuller, thicker hair.<\/li>\n                <li>\ud83e\udd0d Improves Skin Clarity & Radiance \u2013 Helps maintain glowing, hydrated skin and reduces dullness.<\/li>\n                <li>\ud83e\udd0d Strengthens Nails \u2013 Encourages stronger, less brittle nails and promotes healthy growth.<\/li>\n                <li>\ud83e\udd0d Boosts Energy & Metabolism \u2013 Supports the conversion of food into fuel and enhances overall vitality.<\/li>\n                <li>\ud83e\udd0d Supports Nervous System Health \u2013 Plays a role in brain function, mood balance, and nerve regulation.<\/li>\n              <\/ul>\n              <p>Unlike oral supplements, Biotin injections go directly into the bloodstream for maximum absorption and faster results. A quick, effective way to enhance your natural beauty and inner wellness! \ud83d\udc89\u2728<\/p>\n            `\n          }\n        }\n      },      boosters: {\n        title: \"Skin Boosters Menu\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/05\/Skin-Boosters.jpg\",\n        price:`\n            <table>\n                <thead><tr><th>Service<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Profhilo (Intense Hydration)<\/td><td>\u00a3175.00<\/td><\/tr>\n                    <tr><td>Profhilo x 2<\/td><td>\u00a3325.00 (Paid Upfront)<\/td><\/tr>\n                    <tr><td>Profhilo Structura (Deep Lifting)<\/td><td>\u00a3220.00<\/td><\/tr>\n                    <tr><td>Profhilo Structura X2<\/td><td>\u00a3410.00 (Paid Upfront)<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>\ud83d\udca7 What Are Skin Boosters?<\/h4>\n          <p>Skin boosters are injectable treatments designed to deeply hydrate, rejuvenate, and improve the overall quality of your skin. Unlike dermal fillers, which add volume or structure, skin boosters work on the skin itself \u2014 targeting texture, tone, and elasticity from within. They are perfect for clients seeking a natural, refreshed look without altering facial features.<\/p>\n          <h4>\u2728 How Do Skin Boosters Work?<\/h4>\n          <p>Skin boosters are made from hyaluronic acid or polynucleotides \u2014 substances naturally found in the body that help maintain skin hydration and support cell regeneration. Once injected into the skin, they:<\/p>\n          <ul>\n            <li>Attract and retain moisture<\/li>\n            <li>Stimulate collagen and elastin production<\/li>\n            <li>Improve skin firmness, glow, and smoothness<\/li>\n            <li>Support tissue repair and healing<\/li>\n          <\/ul>\n          <p>The result is healthier, plumper, and more radiant skin \u2014 from the inside out.<\/p>\n          <h4>\ud83d\udccd What Areas Can Be Treated?<\/h4>\n          <ul>\n            <li>Face (cheeks, jawline, temples)<\/li>\n            <li> Neck<\/li>\n            <li> D\u00e9colletage<\/li>\n            <li> Hands<\/li>\n            <li> Under-eye area<\/li>\n          <\/ul>\n          <p>They are especially effective for crepey skin, fine lines, and dull, dehydrated complexions.<\/p>\n          <h4>\u2705 What Skin Concerns Do They Treat?<\/h4>\n          <ul>\n            <li>Fine lines and early wrinkles<\/li>\n            <li>Loss of elasticity and firmness<\/li>\n            <li>Dehydrated or dull skin<\/li>\n            <li>Uneven skin tone or texture<\/li>\n            <li>Acne scarring and sun damage<\/li>\n            <li>Under-eye tiredness or hollowness<\/li>\n          <\/ul>\n        `\n      },\n      packages: {\n        title: \"Treatment Bundles\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/05\/packages-wrapped-in-artist-canvas.jpg\",\n        price: \"\",\n        notes: `<p>Bundle packages available! Just get in touch, let us know which treatments you're interested in, and we'll come back to you with a personalised quote \ud83d\udc96<\/p>`\n      },\n      fatdissolving: {\n        title: \"Fat Dissolving Menu\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/07\/fatdissolving.jpeg\",\n        price: `\n            <table>\n                <thead><tr><th>Area<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Chin<\/td><td>\u00a390.00<\/td><\/tr>\n                    <tr><td>Bra Bulge<\/td><td>\u00a390.00<\/td><\/tr>\n                    <tr><td>Knees<\/td><td>\u00a390.00<\/td><\/tr>\n                    <tr><td>Upper Arms<\/td><td>\u00a390.00<\/td><\/tr>\n                    <tr><td>Inner Thighs<\/td><td>\u00a3150.00<\/td><\/tr>\n                    <tr><td>Outer Thighs<\/td><td>\u00a3150.00<\/td><\/tr>\n                    <tr><td>Lower Belly<\/td><td>\u00a3150.00<\/td><\/tr>\n                    <tr><td>Whole Belly \/ Thighs<\/td><td>\u00a3270.00<\/td><\/tr>\n                    <tr><td>Love Handles<\/td><td>\u00a3180.00<\/td><\/tr>\n                    <tr><td colspan=\"2\">Packages also available<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>\ud83d\udca7 What Are Fat Dissolvers?<\/h4>\n          <p>Injectable Fat Dissolvers Injectable fat dissolvers provide a secure and efficient method to eliminate persistent fatty deposits in regions typically resistant to diet-based reduction. Their effectiveness is particularly notable in areas prone to fat accumulation.\nProblematic zones, such as the abdomen, chin, upper arms, inner thighs, often defy conventional efforts for reduction through healthy diet and exercise. Fat dissolving injections offer a solution for targeting these stubborn areas.\n            <\/p>\n          <ul>\n            <li>Chin (double chin)<\/li>\n            <li>Jowls & Jawline \u2013 jaw fat dissolving injections<\/li>\n            <li>Hips (love handles)<\/li>\n            <li>Abdominal area \u2013 stomach fat dissolving<\/li>\n            <li>Thighs (saddlebags)<\/li>\n            <li>Upper Arms (bingo wings) \u2013 arm fat dissolving<\/li>\n            <li>Dorsocervical Fat Pads (buffalo Hump)<\/li>\n            <li>Bra Back Fat<\/li>\n          <\/ul>\n          <p>The result is healthier, plumper, and more radiant skin \u2014 from the inside out.<\/p>\n          <h4>\ud83d\udccd What Areas Can Be Treated?<\/h4>\n          <ul>\n            <li>Face (cheeks, jawline, temples)<\/li>\n            <li> Neck<\/li>\n            <li> D\u00e9colletage<\/li>\n            <li> Hands<\/li>\n            <li> Under-eye area<\/li>\n          <\/ul>\n        `\n      },\n      polynucleotides: {\n        title: \"Polynucleotides Menu\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2025\/05\/Polynucleotides.webp\",\n        price: `\n            <table>\n                <thead><tr><th>Service<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>Nucleofill Strong (Firming & Lifting)<\/td><td>\u00a3134.00<\/td><\/tr>\n                    <tr><td>Nucleofill Strong x3<\/td><td>\u00a3375.00 (Paid Upfront)<\/td><\/tr>\n                    <tr><td>Vitaran Eye (Skin Strengthening)<\/td><td>\u00a3120.00<\/td><\/tr>\n                    <tr><td>Vitaran Eye x3<\/td><td>\u00a3335.00 (Paid Upfront)<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>\ud83e\uddec What Are Polynucleotides?<\/h4>\n          <p>Polynucleotides are advanced, injectable biostimulators derived from highly purified DNA fragments (usually sourced from salmon). They're designed to repair, regenerate, and deeply revitalise the skin at a cellular level \u2014 making them one of the most exciting innovations in modern aesthetics. Unlike traditional skin boosters that primarily hydrate, polynucleotides work more deeply to stimulate tissue regeneration, reduce inflammation, and restore skin health from within.<\/p>\n          <h4>\u2728 How Do Polynucleotides Work?<\/h4>\n          <ul>\n            <li>Stimulate fibroblast activity, encouraging the production of collagen and elastin<\/li>\n            <li>Scavenge free radicals, reducing oxidative stress in the skin<\/li>\n            <li>Improve tissue oxygenation and cellular turnover<\/li>\n            <li>Boost hydration by improving the skin's natural water retention<\/li>\n            <li>Repair DNA damage at a cellular level<\/li>\n          <\/ul>\n          <p>This results in firmer, smoother, and more youthful skin with a restored glow and structure.<\/p>\n          <h4>\ud83d\udccd What Areas Can Be Treated?<\/h4>\n          <ul>\n            <li>Under-eye area (including dark circles and fine lines)<\/li>\n            <li>Full face<\/li>\n            <li>Neck<\/li>\n            <li>D\u00e9colletage<\/li>\n            <li>Hands<\/li>\n            <li>Scalp (to support hair growth and scalp health)<\/li>\n            <li>Acne-prone or scarred skin<\/li>\n          <\/ul>\n          <h4>\u2705 What Skin Concerns Do They Treat?<\/h4>\n          <ul>\n            <li>Fine lines and wrinkles<\/li>\n            <li>Dull, tired, or crepey skin<\/li>\n            <li>Loss of elasticity and firmness<\/li>\n            <li>Dark circles and under-eye hollowing<\/li>\n            <li>Acne scarring and enlarged pores<\/li>\n            <li>Redness or inflammation<\/li>\n            <li>Hair thinning (scalp treatment)<\/li>\n            <li>Skin barrier damage (from ageing or harsh treatments)<\/li>\n          <\/ul>\n        `\n      },\n      sculptra: {\n        title: \"Sculptra\",\n        img: \"https:\/\/theeleganceclinic.com\/wp-content\/uploads\/2026\/03\/Sculptra_Vial-Box_NoBackground-1.jpg\",\n        price: `\n            <table>\n                <thead><tr><th>Sessions<\/th><th>Price<\/th><\/tr><\/thead>\n                <tbody>\n                    <tr><td>x1<\/td><td>\u00a3495.00<\/td><\/tr>\n                    <tr><td>x2 (in one session)<\/td><td>\u00a3600.00<\/td><\/tr>\n                <\/tbody>\n            <\/table>\n        `,\n        notes: `\n          <h4>\u2728 What Is Sculptra?<\/h4>\n          <p>Sculptra is an advanced injectable collagen stimulator made from poly-L-lactic acid (PLLA), a biocompatible and biodegradable substance. Unlike traditional dermal fillers that simply add volume, Sculptra works by stimulating your body's own natural collagen production, gradually restoring facial volume and improving skin structure over time.<\/p>\n          <h4>\ud83d\udd2c How Does Sculptra Work?<\/h4>\n          <p>Sculptra is injected deep into the skin where it acts as a scaffold, triggering your body's collagen-building response. Over the weeks and months following treatment, new collagen forms around the micro-particles, creating a natural, gradual improvement in volume, firmness, and skin quality.<\/p>\n          <ul>\n            <li>Stimulates natural collagen production<\/li>\n            <li>Restores lost facial volume gradually<\/li>\n            <li>Improves skin thickness and elasticity<\/li>\n            <li>Creates subtle, natural-looking results<\/li>\n            <li>Long-lasting effects (up to 2 years)<\/li>\n          <\/ul>\n          <h4>\ud83d\udccd What Areas Can Be Treated?<\/h4>\n          <ul>\n            <li>Cheeks and mid-face<\/li>\n            <li>Temples<\/li>\n            <li>Jawline and chin<\/li>\n            <li>Nasolabial folds<\/li>\n            <li>Marionette lines<\/li>\n            <li>Pre-jowl area<\/li>\n          <\/ul>\n          <h4>\u2705 What Concerns Does Sculptra Treat?<\/h4>\n          <ul>\n            <li>Age-related volume loss<\/li>\n            <li>Hollow or sunken cheeks<\/li>\n            <li>Temple hollowing<\/li>\n            <li>Skin laxity and loss of firmness<\/li>\n            <li>Deep folds and creases<\/li>\n            <li>Overall facial ageing<\/li>\n          <\/ul>\n          <p>Results develop gradually over 4\u20136 weeks and can last up to 2 years, making Sculptra one of the longest-lasting facial rejuvenation treatments available. A course of 2\u20133 sessions is typically recommended for optimal results.<\/p>\n        `\n      }\n    };\n\n    const modal   = document.getElementById(\"serviceModal\");\n    const imgEl   = document.getElementById(\"modalImg\");\n    const priceEl = document.getElementById(\"modalPrice\");\n    const titleEl = document.getElementById(\"modalTitle\");\n    const notesEl = document.getElementById(\"modalNotes\");\n    const optsEl  = document.getElementById(\"modalOptions\");\n\n    function fillModal(svc) {\n      imgEl.src           = svc.img;\n      imgEl.alt           = svc.title;\n      titleEl.textContent = svc.title;\n      priceEl.innerHTML = svc.price || '';\n      notesEl.innerHTML   = svc.notes;\n    }\n\n    document.querySelectorAll(\".service-card\").forEach(card => {\n      card.addEventListener('click', () => {\n        optsEl.innerHTML = '';\n        const svcRaw = data[card.dataset.key];\n        if (!svcRaw) return;\n        if (svcRaw.options) {\n          Object.entries(svcRaw.options).forEach(([opt, conf], i) => {\n            const btn = document.createElement('button');\n            btn.textContent  = opt.charAt(0).toUpperCase() + opt.slice(1);\n            btn.className    = 'modal-option-button' + (i===0 ? ' active' : '');\n            btn.dataset.opt  = opt;\n            btn.addEventListener('click', e => {\n              e.stopPropagation();\n              optsEl.querySelectorAll('button').forEach(b => b.classList.remove('active'));\n              btn.classList.add('active');\n              fillModal(conf);\n            });\n            optsEl.appendChild(btn);\n            if (i===0) fillModal(conf);\n          });\n        } else {\n          fillModal(svcRaw);\n        }\n        modal.style.display      = 'block';\n        modal.setAttribute('aria-hidden','false');\n      });\n    });\n\n    modal.addEventListener('click', () => {\n      modal.style.display      = 'none';\n      modal.setAttribute('aria-hidden','true');\n    });\n  <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-14fa2814 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"14fa2814\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cbeb70b\" data-id=\"cbeb70b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f54dc04 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"f54dc04\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9106423\" data-id=\"9106423\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b48e114\" data-id=\"b48e114\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services Grid + Full-Screen Modal Botox Treatment Anti-Wrinkle Chemical Peels Skin Peels Derma Fillers Lip &amp; Facial Microneedling Skin Rejuvenation Menu Vitamins Intermuscular Injections Skin-Boosters Skin Boosters Menu Packages Treatment Bundles Polynucleotides Polynucleotide Therapy Fat Dissolving Fat Dissolving Sculptra Collagen Stimulator &times; Book Now<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","pgc_sgb_lightbox_settings":"","footnotes":""},"class_list":["post-11808","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=\/wp\/v2\/pages\/11808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11808"}],"version-history":[{"count":295,"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=\/wp\/v2\/pages\/11808\/revisions"}],"predecessor-version":[{"id":12305,"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=\/wp\/v2\/pages\/11808\/revisions\/12305"}],"wp:attachment":[{"href":"https:\/\/theeleganceclinic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}