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

PDO THREADS

Naturally stimulate collagen and elastin to fight against skin laxity and uneven texture.
MSC_Icons-10.png
BRANDS WE LOVE

PDO Threads - Smooths and Twists

MSC_Icons-11.png
DETAILS

PDO Threads tighten and firm skin as the thread dissolves in the skin to stimulate collagen and elastin production. Improve skin elasticity for a youthful, natural appearance with little to no downtime.

MSC_Icons-06.png
TREATABLE AREAS

Face, neck, knees, abdomen, arms, 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

  • Reschedule if sick or pregnant

post-care tips*
MSC_SQUIGGLE.png
  • Avoid exercise for 24 hours

  • Ice treated area to reduce swelling

  • Skip alcohol and hot environments for 48 hours

  • Avoid makeup or for 48 hours

  • Temporary bruising, swelling, and redness is normal

*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

FILLER
FILLER

Hyaluronic acid-based filler instantly boosts volume in areas like lips, cheeks, and jawline, delivering visible results right away.

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(); }