This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> html { scroll-behavior:smooth; } section#section-3u6p2ru{ height: unset; } section#section-3u6p2ru [data-section="wrap"]{ width: 100%; } div#edi-3opm7gs{ width: 100%; height: 100%; position: relative; top: unset; left: unset; } div#edi-3opm7gs [data-editable-item=code]{ position: relative; } .iframe-widget{ width: 100%; position: relative; height: 600px; } .iframe-widget .iframe-bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); z-index: 1; padding-bottom: 52px; } .iframe-container{ position: absolute; width: 100%; height: 0; padding-bottom: 56.25%; top: 50%; left: 0%; transform: translate(0%, -50%); } .iframe-container iframe{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding-bottom: 56.25%; z-index:0; } .iframe-card{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 80%; } .iframe-title > h1{ text-align: center; /*font-family: 'Gothic A1';*/ color: white; font-size: 38px; text-shadow: 1px 1px 11px rgba(0,0, 0, 0.83); font-family: "Playfair Display", Arial, serif; } .iframe-title > p{ color: white; text-shadow: 1px 1px 11px rgba(0,0, 0, 0.83); text-align: center; font-family: 'Gothic A1'; width: 70%; margin: auto; } @media screen and (max-width: 600px){ .iframe-container{ padding-bottom: 600px; top: 0%; transform: unset; } .iframe-container iframe { position: absolute; width: 300%; height: 125%; top: 50%; left: 50%; padding-bottom: unset; transform: translate(-50%, -50%); } .iframe-card{ width: 80%; } .iframe-title > h1{ font-size: 28px; } .iframe-title > p{ font-size:12px; width: 90%; } } .iframe-link{ display: inline-block; font-size: 18px; text-decoration: none; padding: 15px 30px; background-color: white; border-radius: 10px; text-transform: uppercase; color: black; text-shadow: 1px 1px 1px #a7a7a7; animation: rocking 2s infinite; animation-timing-function: cubic-bezier(0, 0, 0.58, 1); transition: .2s; } @keyframes rocking{ 0% { transform: rotate(0deg); } 25% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } 75% { transform: rotate(-2deg); } 100% { transform: rotate(0deg); } } </style> <div class="iframe-widget"> <div class="iframe-container"> <div class="iframe-bg"></div> <div id="player"></div> <div class="iframe-card"> <div class="iframe-title"> <h1>Begin Your Journey For The Perfect Body Aesthetic</h1> <p>Take control of your body and achieve the aesthetic you desire with non-invasive slimming technologies that give fast, safe, and unmatched results with minimal downtime and side effects.</p> <p style="text-align: center; margin-top: 40px;"><a href="#section-gnxybgf" class="iframe-link">Transform Your Life</a></p> </div> </div> </div> </div> <script> // 2. This code loads the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // 3. This function creates an <iframe> (and YouTube player) // after the API code downloads. var player; var videoId = "0NRsUNgWoJA"; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { width: '100%', videoId: videoId, playerVars: { 'autoplay': 1, 'playsinline': 1 , 'loop': 1, 'playlist': videoId, 'controls': 0 }, events: { 'onReady': onPlayerReady } }); } // 4. The API will call this function when the video player is ready. function onPlayerReady(event) { event.target.mute(); event.target.playVideo(); } </script>
Cutting-Edge Body Contouring Technologies 
Start looking younger, healthier and feeling more confident
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> section#section-9ur7pd7{ height: auto!important; padding-bottom: 30px; } div#edi-ww8pvno{ position: relative!important; width: 100%; height: auto!important; visibility: visible; top: unset!important; left: unset!important; } div#edi-ww8pvno [data-editable-item="content-wrapper"]{ width: 90%; margin: auto; } </style> <style> /* Style the buttons that are used to open and close the accordion panel */ .accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px 50px; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; font-family: 'GOTHIC A1'; font-size: 16px; position: relative; margin-bottom: 12px; } .accordion.active{ background-color: #a93f40; color: white; } .accordion:before{ content: ''; position: absolute; left: 30px; top: 19px; height: 15px; width: 2px; background-color: black; transition: all 0.2s ease; } .accordion:after{ content: ''; position: absolute; left: 30px; top: 19px; height: 15px; width: 2px; background-color: black; transform: rotate(90deg); } .accordion.active:after{ background-color: white; } .accordion.active:before{ opacity: 0; transform: rotate(90deg); } /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ .accordion.active:hover { background-color: #833031; color: white; } /* Style the accordion panel. Note: hidden by default */ .panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; /*text-align: center;*/ font-family: 'GOTHIC A1'; } .accordion.active + .panel{ padding: 18px; margin-top: -12px; margin-bottom: 10px; box-shadow: -2px 4px 13px 0px rgb(0,0,0,0.10); max-height: 100%; } .accordion-link{ margin: 30px 0px; background-color: rgb(169, 63, 64); box-shadow: rgb(83 82 82 / 88%) 0 0 8px 0px; border-radius: 7px; padding: 10px 29px; display: inline-block; color: white; text-decoration: none; font-family: 'Gothic A1'; font-weight: 900; font-size: 18px; line-height: 25px; letter-spacing: 3px; } .tab-heading{ font-family: "Playfair Display", Arial, serif; font-weight: 700; font-size: 28px; color: rgb(169, 63, 64); text-align: center; } .tab-subheading{ margin: 10px 0px; font-family: 'GOTHIC A1'; } </style> <h3 class="tab-heading">HOT SCULPTING TREATMENT</h3> <p class="tab-subheading">Utilising soft lasers and radio frequency (RF) technologies, our range of hot sculpting treatment uses heat to target fat cells for removal (thermal lipolysis). Non-invasive, safe, and virtually painless, hot sculpting treatment is capable of producing fast and dramatic results with minimal downtime. The first results of the procedure are often visible immediately, with the full results appearing within six (6) to twelve (12) weeks. </p> <button class="accordion">What is Maximus Tripollar?</button> <div class="panel"> <p>Pollogen maximus is an aesthetic medical device for complete anti-aging and body contouring results. The dramatic body results include localized fat reduction, cellulite treatment & body contouring. The Maximus system is a unique offering that allows aesthetic professionals to treat all four layers of the skin and address a broad range of conditions. With Maximus, aesthetic practitioners can significantly improve and rejuvenate facial and body areas. Facial results are remarkable− for both anti-aging and skin texture improvement. Many successful cases have shown significant wrinkle reduction, Body Contouring, cellulite treatment and a decrease in circumference.</p> <p style="text-align: center"><a href="#section-kw67xwv" class="accordion-link">I FEEL INTERESTED</a></p> </div> <button class="accordion">Do you want to reduce fat quickly without leaving your body with saggy skin? </button> <div class="panel"> <p>TriLipo® RF &#38; DMA Body Contouring Technology</p> <p>Transform into your ideal body shape from day one with minimal downtime</p> <br> <p>Using precisely focused RF (radio frequency), TriLipo® technology melts away fats before pushing them out of your body via muscle contractions stimulated by pulsed Dynamic Muscle Activation (DMA).</p> <br> <p>The RF beams also stimulate collagen synthesis (the building block of skin tissue) to create a natural smooth and youthful appearance.</p> <iframe width="100%" height="400" style="margin-top: 30px;" src="https://www.youtube.com/embed/Yr299jevrbA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <p style="text-align: center"><a href="#section-kw67xwv" class="accordion-link">I FEEL INTERESTED</a></p> </div> <button class="accordion">Are you being held back from starting your transformation for fear of poor results due to poorly advised and incomplete treatment?</button> <div class="panel"> <p>Sensedebelle Signature Body Sculpting</p> <p>A 4-in1 body contouring package to shape the perfect aesthetic with no loose ends</p> <br> <p>The Sensedebelle Signature Body Sculpting programme combines 4 distinct technologies that slim the body and tighten the skin to achieve your aesthetic perfection, with each playing an essential role at every stage of your transformation.</p> <br> <p style="text-align: left; margin-bottom: 10px;">Stage 1: Fat cells are targeted with ultrasonic cavitation, a technique achieved by focusing high-frequency sound waves that cause the cells to violently vibrate and rupture.</p> <p style="text-align: left; margin-bottom: 10px;">Stage 2: A soft laser is employed to further enhance the fat-melting process by dissolving the fat cells.</p> <p style="text-align: left; margin-bottom: 10px;">Stage 3: Multi-Polar RF melts away the last remaining fat cells while stimulating collagen regeneration to tighten and smoothen the skin.</p> <p style="text-align: left; margin-bottom: 10px;">Stage 4: To achieve the perfect aesthetic, loose skin caused by the absence of fat is tightened with vacuum therapy to leave it firm and supple.</p> <iframe width="100%" height="400" style="margin-top: 30px;" src="https://www.youtube.com/embed/5iPRqnxerK4?start=44" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <video width="100%" height="400px" controls style="margin-top: 30px; object-fit: cover"> <source src="https://us-ms.gr-cdn.com/getresponse-wx7I3/recordings/4a1b898c-ba14-4547-9dae-61d89a6a699a.mp4" type="video/mp4"> </video> <p style="text-align: center"><a href="#section-kw67xwv" class="accordion-link">I FEEL INTERESTED</a></p> </div> <h3 class="tab-heading" style="margin-top: 30px; color: rgb(63 118 169);">COLD SCULPTING TREATMENT</h3> <p class="tab-subheading">A technique that removes fat cells through rapid freezing and subsequently naturally purged by the body, Fat Freeze treatment is among the safest non-invasive body contouring technologies available. Although the results may take a few weeks for the final results, most will find immediate contouring effect on the treated area, it poses zero downtime — and is gentle enough that it is performed without local anaesthesia. </p> <button class="accordion">Do you want to eliminate fat permanently for the aesthetic that will stand the test of time?</button> <div class="panel"> <p>Cristal® – Medical Cryolipolysis</p> <p>Achieve beautiful curves and aesthetic perfection made to last forever</p> <br> <p>Cristal® uses advanced medical cryolipolysis that freezes adipose (fat) cells at low temperatures that causes them to undergo apoptosis (cell death) without harming healthy adjacent tissue.</p> <br> <p>Within weeks, as the body removes the broken down tissue, you’ll be left with beautiful curves and aesthetic perfection that are, literally, made to last forever.</p> <iframe width="100%" height="400" style="margin-top: 30px; margin-bottom: 20px;" src="https://www.youtube.com/embed/37p7x3j6BZw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="100%" height="400" style="margin-top: 10px;" src="https://www.youtube.com/embed/TEFKD98keEI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <p style="text-align: center"><a href="#section-kw67xwv" class="accordion-link">I FEEL INTERESTED</a></p> </div> <script> $(document).ready(function(){ $('.accordion').click(function(){ var panel = $(this).next(); if($(this).hasClass('active')){ $(this).removeClass('active'); panel.css("max-height", "0px"); }else{ $(this).addClass('active'); panel.css("max-height", panel.prop('scrollHeight') + "px"); $(this).siblings().removeClass('active'); panel.siblings('.panel').css("max-height", "0px"); } }); }); function remove_all_active(selector){ $('.accordion').not(selector).removeClass('active'); $('.panel').not(selector).css("max-height", "0px"); } </script>
OUR Treatment Effect
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"/> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script> <link href="https://cdn.jsdelivr.net/npm/zurb-twentytwenty@0.1.1/css/twentytwenty.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/zurb-twentytwenty@0.1.1/js/jquery.event.move.js"></script> <script src="https://cdn.jsdelivr.net/npm/zurb-twentytwenty@0.1.1/js/jquery.twentytwenty.js"></script> <style> section#section-dnbx1o3{ height: auto!important; padding-bottom: 30px; } div#edi-qp2smv8{ top: unset; left: unset; position: relative; width: 100%; height: auto; } .slick-prev{ left: 13px; z-index: 99; } .slick-next{ right: 13px; z-index: 99; } .twentytwenty-before-label, .twentytwenty-after-label{ display: none; } .twentytwenty-container img{ width: 100%; } .twentytwenty-left-arrow:before{ content: "Before"; position: fixed; font-size: 24px; top: 50%; /* left: 28%; */ padding: 20px 0px; margin-top: -34px; margin-left: -128px; color: white; font-family: 'GOTHIC A1'; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0px 3px 12px black; } .twentytwenty-right-arrow:after{ content: "After"; position: fixed; font-size: 24px; top: 50%; /* left: 28%; */ padding: 20px 0px; margin-top: -34px; margin-left: 20px; color: white; font-family: 'GOTHIC A1'; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0px 3px 12px black; } @media screen and (max-width: 600px){ .twentytwenty-left-arrow:before, .twentytwenty-right-arrow:after{ font-size: 18px; margin-top: -30px; } .twentytwenty-left-arrow:before{ margin-left: -105px; } } </style> <div class="slick"> <div> <div class="before-after"> <img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/6f36a987-897b-4c9a-b7a8-d71268ecddb2.jpg"> <img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/701e9a7b-9431-4f46-9b91-b39999bf6fc7.jpg"> </div> </div> <div> <div class="before-after"> <img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/427d3c4e-d3df-432d-a5b8-6fba6b53b3ca.jpg"> <img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/90cb7921-a91b-4c9c-b1a3-71edc22173ca.jpg"> </div> </div> </div> <script> $(window).bind("load", function () { $('.slick').slick({ draggable: false, touchMove: false, swipe: false }); $(".before-after").twentytwenty(); }); </script>
What Some of Our Past Customers Have Said
I came here for the fat freezing session. At first I was reluctant and worry about the process. Afternoon I tried out the process, it was painless and comfortable and I even fell asleep. The staff here was nice and considerate. And they attend to all my needs.
Joey Lim
As a mother of 2, i have tummy fats issue, i wish to have flat tummy and wear bikini when i visit the beach. I shared with Sense on my concern and they recommended me for their Signature Sculpting Treatment! To my surprise, i can see results for the 1st try!! My tummy is more flat and tighter as before! Honestly i have been to Bottom Slim before hence i didn't expect to have result on the first treatment!! This treatment is definitely 3-in-1, sliming, firming and toning.
Ivy Chin
Slowly getting there with a lot of hard work in the gym + a little bit of science 🍑❤️✨ been going to @sensedebelle weekly for the past 2 years to contour and improve the appearance of cellulites (not like there’s anything wrong with it!) on my thighs and 🍑. Been loving the results so far ✨ Love leaving them with a more lifted 🍑 and lesser cellulites week after week
Michelle Tan
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> section#section-e8k8cf8{ height: auto!important; } div#edi-sh6vvp0{ top: unset; left: unset; position: relative; width: 100%; height: auto; } .row{ display: flex; flex-wrap: wrap; align-items: center; } .col{ flex: 1 0 0%; padding: 15px; } @media screen and (max-width: 600px){ .col{ flex: 0 0 100%; } iframe.instagram-media{ width: calc(100% - 25px)!important; } } iframe.instagram-media{ min-width: unset!important; } @media screen and (min-width: 601px){ .col-lg-4{ width: 33.33%; } } .ins-hide-like-1{ position: relative; } .ins-hide-like-1 .white-block{ width: 100px; height: 20px; background-color: white; position: absolute; bottom: 73px; left: 24px; } </style> <div class="row"> <div class="col col-lg-4 ins-hide-like-1"> <div class="white-block"></div> <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BzIzklpDxG6/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/BzIzklpDxG6/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> </div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div><div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BzIzklpDxG6/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by SenseDeBelle (@sensedebelle)</a></p></div></blockquote> </div> <div class="col col-lg-4"> <iframe src="https://www.facebook.com/plugins/video.php?height=476&href=https%3A%2F%2Fwww.facebook.com%2FSensebyDebelle%2Fvideos%2F1220893354709787%2F&show_text=true&width=380&t=0" width="100%" height="600" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true" class="instagram-media"></iframe> </div> <div class="col col-lg-4"> <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BggRD95n1ei/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/BggRD95n1ei/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BggRD95n1ei/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Joanna Soh | 苏佩仪 (@joannaspy)</a></p></div></blockquote> </div> </div> <script async src="//www.instagram.com/embed.js"></script>
OUR Awards
Best Best Spa & Hair Award 2019/2020
Best Body Treatment Fat Freeze
Winner : Both Reader's & Editor's Choice 
Best Body Contouring Treatment
Winner : Both Reader's & Editor's choice 
Daily Vanity
Tropika Club
Top 10 Slimming Salons in Downtown Singapore 2020/2021/2022
Her World (Singapore) & Simply Her Magazine
Feature interviews in both their print and digital magazines in 2017
Best Salons & Spa 2018
Editor’s Choice — Best Body Contouring 
Reader’s Choice — Best Pre Wedding Facial
Beauty Insider
Best Non Invasion Facial & Slimming Beauty Treatments 2022
Apac Insider
Sensedebelle has earned significant industry recognition and acclaim for its groundbreaking technology-based slimming and body contouring programmes that continue to transform livesin ways not possible before.
Top 15 Salons & Spas in Singapore 2022
Top 20 Salons & Spas in Singapore 2021/2020
2019 Certificate of Excellence 
Top-rated Salon & Spa Singapore 2019
Consumer’s Choice
Top 25 Salons & Spas in Singapore 2018
TripAdvisor
2016 Overall winner for the category of Mixed Services Amongst 600 artists
Top Artist of Vanitee Awards 2016
Vanitee Awards
Miss Lumiere International World
Miss Singapore Lumiere International 2018/2019
Feature interviews and recommeded top facial, hair removal and slimming salons in both their print and digital magazines in 2021/2022
Expat Living (Singapore) Magazine
Mrs Singapore WorldWide 2017/2018
Mrs Singapore Worldwide
Love the warm homely feel of this place and the TriLipo Treatment that I took at this place is amazing. I could see instant results and the warm feeling on my tummy area is so comforting and made me feel at ease. I would Definitely recommend all to try if u haven’t done so :)
Grace Yang
Recommended by my customer after trial get very good result for my body slimming. Fast and effective body contouring will definitely recommend to get a package . worth the time and money to get the best result 🌷
Keira Heng
Came here for the signature Cristal treatment and loved every moment. Staff were extremely knowledgeable and efficient, gentle and respectful of my personal space. You should definitely come to Sense De Belle
C T
SLIMMING TREATMENT PRICELIST
$188
Cellutec Detoxification (area)
30 minutes
$188
Body Detoxification
45 minutes
$188
Electro Muscles Stimulation
30 minutes
$188
Lipo Laser Therapy (area)
30 minutes
$299
Lipo Laser Therapy (body)
45 minutes
$299
Cavitation (area)
30 minutes
$299
Signature Body Sculpting (area)
45 minutes
$399
3rd Generation Trilipo Firming (area) Combo
30 minutes
$600
Cristal - Fat Freeze (Applicator)
90 minutes
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> #section-c585drq{ display: none; } </style> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/css/lightbox.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox.min.js"></script> <div class="row"> <div class="col col-lg-3" style="padding: 3px"> <a class="example-image-link" href="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/2ed89c0c-4899-4b23-92f7-dce9486fa5f6.jpg" data-lightbox="promotion" data-title="1 For 1 Cristal Medical Grade Fat Freeze"><img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/2ed89c0c-4899-4b23-92f7-dce9486fa5f6.jpg" style="max-width: 100%"></a> </div> <div class="col col-lg-3" style="padding: 3px"> <a class="example-image-link" href="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/3c8c112e-b6fd-4580-a725-0c38aae6372f.jpg" data-lightbox="promotion" data-title="1 For 1 Butt Lifting Limited Offer"><img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/3c8c112e-b6fd-4580-a725-0c38aae6372f.jpg" style="max-width: 100%"></a> </div> <div class="col col-lg-3" style="padding: 3px"> <a class="example-image-link" href="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/b10c2d64-3486-456c-b6dc-0e6d5b4e2b33.jpg" data-lightbox="promotion" data-title="Cryo Fat Freeze"><img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/b10c2d64-3486-456c-b6dc-0e6d5b4e2b33.jpg" data-lightbox="promotion" style="max-width: 100%"></a> </div> </div>
Treatments that REALLY work
sessions
20
FREE
10
+
BODY TREATMENTS
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> #section-zfu5n1y{ display: none; } </style>
1
*Bonus complimentary drainage worth $199
For
1
Treatments that REALLY work
299
$
FAQs
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> section#section-okcpxkr{ height: auto!important; padding-bottom: 30px; } div#edi-48qznw2{ position: relative!important; width: 100%; height: auto!important; visibility: visible; top: unset!important; left: unset!important; } div#edi-48qznw2 [data-editable-item="content-wrapper"]{ width: 90%; margin: auto; } </style> <button class="accordion">What is the procedure like?</button> <div class="panel"> <p><strong>Fat freeze treatment :</strong></p> <p style="margin-bottom: 10px;"><strong>Pre-session visit</strong></p> <p style="margin-bottom: 10px;">Before the session, your physician will measure the fat fold and define the treatment parameters, in order to best achieve your goals.</p> <p style="margin-bottom: 10px;"><strong>Treatment</strong></p> <p style="margin-bottom: 10px;">Your physician will apply a cryo-protective gel pad to the treatment area. Next, your physician will place <strong>the appropriate applicator</strong> on top of the gel pad covering the treatment area. The fat fold is the pulled into the applicator, through suction, and <strong>cooling begins</strong>.</p> <p style="margin-bottom: 10px;">The fat fold is frozen between temperatures as low as -5°C and -9°C, for the duration of about one hour, depending on the indication determined by your physician.</p> <p>CRISTAL offers a range of several different applicators to handle all the curves of the body, as well as a flat applicator for thighs and saddle bags.</p> <hr style="margin: 10px 0px"> <p><strong>Tripollar treatment :</strong></p> <p>A contouring device will be applied on treatment area after consultation.</p> </div> <button class="accordion">What does the treatment feel like?</button> <div class="panel"> <!--<p>This treatment is similar to a pain-free hot stone massage and treat your troubled areas by using the most advanced non-surgical techniques. The whole treatment is all with safety and comfort so just rest and relax during the treatment! </p> --> <p> <strong>Fat freeze treatment :</strong><br> You might feel slight pinching and pulling sensations throughout the short treatment, and it is not uncommon to feel some itching and swelling post-treatment. However, the overall pain and discomfort associated with this treatment is very low. We do our very best to ensure each of our patients is relaxed and comfortable throughout their procedure, so if you’re worried about any discomfort we can reassure you and put measures in place to help. <br><br> <strong>Tripollar treatment :</strong><br> You might feel slight pulling and warm sensations throughout the treatment, and it is not uncommon to feel some itching and swelling post-treatment. However, the overall pain and discomfort associated with this treatment is very low. We do our very best to ensure each of our patients is relaxed and comfortable throughout their procedure, so if you’re worried about any discomfort we can reassure you and put measures in place to help. </p> </div> <button class="accordion">Are there any side effects?</button> <div class="panel"> <!-- <p>As mentioned, this therapy is completely non-invasive and safe. There are no other side effects apart from a warm sensation that you will feel during the therapy and thus this therapy will not affect your daily routines.</p> --> <p><strong>Fat freeze</strong> procedure is non-invasive, painless, and perfectly safe. There may be slight swelling on treatment area but it will subside within days.</p> <br> <p><strong>Tripollar treatment</strong> is non-invasive, painless, and perfectly safe. There may be slight swelling on treatment area but it will subsides within days.</p> </div> <button class="accordion">How many treatments will I need?</button> <div class="panel"> <p> <strong>Fat Freeze Treatment:</strong><br> In order to achieve the most desired result, we will generally recommend 6 to 10 courses of treatment depending on individual’s body analysis. Our consultant will provide you with a treatment plan that is most suitable for you during the consultation session. </p> <br> <p> <strong>Tripollar Treaments:</strong><br> In order to achieve the most desired result, we will generally recommend six to twelve courses of treatment depending on individual’s body analysis. Our consultant will provide you with a treatment plan that is most suitable for you during the consultation session. </p> </div> <button class="accordion">When will I see results?</button> <div class="panel"> <!-- <p>Results may not be seen immediately after the first treatment as our body system takes time to completely eliminate treated fat cells from our body. Typically, you will perceive results 6 weeks after the treatment. However, this may vary depending on the physical condition of the individual.</p> --> <p> <strong>Fat Freeze Treatment:</strong><br> Most will experience contouring effects but best results may not be seen immediately after the first treatment as our body system takes time to completely eliminate treated fat cells from our body. Typically, you will perceive the best results 4 to 8 weeks after the treatment, depending on the physical condition of the individual. </p> <br> <p> <strong>Tripollar treatment:</strong><br> Most will experience body and facial contouring effects immediately after the first treatment and long term - lasting results without surgery or downtime. </p> </div> <button class="accordion">Are the results permanent?</button> <div class="panel"> <!-- <p>The results will be long-term as this treatment will freeze stubborn fat cells and completely eliminate them from your body.</p> --> <p> <strong>Fat Freeze Treatment:</strong><br> Fat Freeze technology will freeze existing stubborn fat cells permanently and completely eliminate them from your body. <br><br> <strong>Tripollar Treatment:</strong><br> Our solutions yield immediate Body Contouring and long-term skin rejuvenation. Treatments are simple, non-invasive, painless and convenient ‘walk-in walk-out’ procedures that won’t interrupt your daily life. The results of the treatment are more visible after 8 to 12 sessions of treatment. </p> </div> <button class="accordion">Are you looking for a complete body contouring programme that shapes your entire body and rejuvenates your skin?</button> <div class="panel"> <p>The Sensedebelle Signature Slimming Program — Monthly Pass</p> <p>Never miss a treatment session again as we fulfil our promise of perfection</p> <br> <p>Get all the treatments you need to take full advantage of the latest slimming science and technology has to offer; the Sensedebelle Signature Slimming Programme is a multi-faceted approach that combines ultrasound, cryolipolysis, and third-generation RF to eliminate fat cells in every layer of your body.</p> <br> <p>Within weeks, you will discover the new, slim, perfect body that was always yours as it recuperates and reshapes itself to fit its new form.</p> </div>
Hours:
14 Scotts Road, #02-02 
Far East Plaza Singapore 228213
Location:
Mon to Fri : 11:00 - 22:00
Sat : 11:00 - 18:00
Sun By Appointment
+65
Simply fill in the form and we’ll be in touch with you within 24 hours. No upfront payment is required.
Don’t risk your health to poorly designed and advised slimming treatments that give only short-term benefits or even leave you looking worse than before.
Give Yourself a Moment to Relax Your Body
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style> section#section-3ndjowf{ position: fixed; bottom: 10%; right: 3%; padding: 30px; height: auto; background-color: transparent; width: 200px; } section#section-3ndjowf [data-section="wrap"]{ width: inherit; } div#edi-8o8yfdr{ left: auto; } .whatsapp-link{ background-color: #25d366; color: white; height: 40px; white-space: nowrap; padding: 4px 24px; margin-right: 20px; pointer-events: all; cursor: pointer; box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%); margin-top: 24px; margin-bottom: 24px; position: relative; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; text-decoration: none; font-family: Poppins; border-radius: 45px; font-size: 17px; } .whatsapp-link:hover{ color: white; } </style> <div id="whatsapp-block"> <a href="https://web.whatsapp.com/send?phone=6597154154&text=Hi!%20I%20would%20like%20to%20know%20more%20about%20Sensedebelle%20services." class="whatsapp-link"><img src="https://us-ms.gr-cdn.com/getresponse-wx7I3/photos/3263f731-9f4d-4a23-8c48-a8d40ba80141.png" style="max-width: 100%; height: auto; width: 18px; margin-right: 10px;">How can I help you?</a> </div>