top of page
SCULPTRA
10.png
here's what you'll get
MSC_ARROW.png

SCULPTRA

Naturally thicken skin and increase volume in the face and body for a naturally refreshed, glowy appearance.
MSC_Icons-10.png
BRANDS WE LOVE

Sculptra

MSC_Icons-11.png
DETAILS

Poly-L-lactic acid injections stimulate your body to naturally produce more collagen and elastin, to correct volume loss, thin skin, fine lines, and wrinkles. A series of 2-3 treatments at 8-week intervals is commonly recommended. Yearly maintenance is always recommended.

MSC_Icons-06.png
TREATABLE AREAS

Cheeks, marionettes, jawline, hands, knees, booty, and more.

Tropical Cocktails
Tezza-5523_edited.jpg

what to expect

pre-care tips*
MSC_SQUIGGLE.png
  • Avoid anti-inflammatory medications like ibuprofen 1-2 days before

  • Avoid alcohol for 24 hours

  • Hydrate well before treatment

  • No dental work or vaccines 2 weeks prior to treatment

  • Reschedule if sick or pregnant

post-care tips*
MSC_SQUIGGLE.png
  • Massage treated area for 5 minutes a day, 5 times a day, for 5 days

  • Avoid strenuous exercise for 24 hours

  • Temporary bruising, swelling, and redness is normal

  • Stay hydrated for optimal results

  • Results build gradually over weeks

*These tips are not all-inclusive. Your provider will give you detailed pre- and post-care instructions tailored to your treatment.

TOX
TOX

Minimize fine lines and wrinkles for a smoother, more refreshed appearance

DIAMOND GLOW FACIAL
DIAMOND GLOW FACIAL

Cleansing, exfoliation, hydration, and massage work together to refresh and balance your skin.

PAIRS WELL WITH

MSC_ARROW.png
2.png
bottom of page
function storeYBValue() { const urlParams = new URLSearchParams(window.location.search); const useYB = urlParams.get('useYB'); if (useYB) { sessionStorage.setItem('useYB', useYB); } } function findOriginalNumber() { const useYB = sessionStorage.getItem('useYB'); if (!useYB) { const defaultMappings = [ { pattern: /1?[-s]?(?786)?[-s]?558[-s]?4015/g, newNumber: "(321) 200-1096" } ]; const walker = document.createTreeWalker(document.body, NodeFilter.SHOW_TEXT, null, false); let node; while ((node = walker.nextNode())) { defaultMappings.forEach(rep => { if (rep.pattern.test(node.nodeValue)) { node.nodeValue = node.nodeValue.replace(rep.pattern, rep.newNumber); } }); } try { const links = document.querySelectorAll('a[href^="tel:"]'); links.forEach(link => { let href = link.getAttribute('href'); defaultMappings.forEach(rep => { if (rep.pattern.test(href)) { href = href.replace(rep.pattern, rep.newNumber.replace(/[^d]/g, '')); } }); link.setAttribute('href', href); }); } catch (error) { console.error("Error processing 'tel:' links:", error); } } else { const indexedMappings = [ { condition: (useYB === '1'), pattern: /1?[-s]?(?786)?[-s]?558[-s]?4015/g, newNumber: "(321) 207-6675" }, { condition: (useYB === '2'), pattern: /1?[-s]?(?786)?[-s]?558[-s]?4015/g, newNumber: "(321) 218-2091" }, { condition: (useYB === '3'), pattern: /1?[-s]?(?786)?[-s]?558[-s]?4015/g, newNumber: "(321) 218-2229" } ]; const walker = document.createTreeWalker(document.body, NodeFilter.SHOW_TEXT, null, false); let node; while ((node = walker.nextNode())) { indexedMappings.forEach(rep => { if (rep.condition && rep.pattern.test(node.nodeValue)) { node.nodeValue = node.nodeValue.replace(rep.pattern, rep.newNumber); } }); } try { const links = document.querySelectorAll('a[href^="tel:"]'); links.forEach(link => { let href = link.getAttribute('href'); indexedMappings.forEach(rep => { if (rep.condition && rep.pattern.test(href)) { href = href.replace(rep.pattern, rep.newNumber.replace(/[^d]/g, '')); } }); link.setAttribute('href', href); }); } catch (error) { console.error("Error processing 'tel:' links:", error); } } } window.onload = function() { storeYBValue(); findOriginalNumber(); }