Somatic Healing Session

Somatic Healing Session

Somatic Healing Session
$997.00
Duration:
1 hour 30 minutes

Experience the rejuvenating power of a 'Somatic Healing Session' with Cordelia Gaffar. This 90-minute session invites you to connect deeply with your body, unlocking blocked energies and promoting healing on a cellular level. 

Cordelia's intuitive guidance fosters a safe environment for you to release emotional tension and cultivate self-awareness. Transform stress into serenity as you learn to listen to your body’s innate wisdom. Engage in this session and embrace a balanced state of being, enhancing your mental clarity, emotional health, and physical vitality. Ready to tap into the healing power within you? Schedule your session now.

Send a Message

I offer profound self-nurturing practices and Joy-Bonding™ techniques. Share your thoughts or questions, and let's embark on this journey of healing and discovery together.

Contact Me

Follow Me
// Target a specific iframe by its ID (e.g. "widget50") function disableAutoplay(iframeId) { const iframe = document.getElementById(iframeId); if (!iframe) { console.warn(`No iframe found with id: ${iframeId}`); return; } // Remove 'autoplay' from the allow attribute const allowAttr = iframe.getAttribute('allow') || ''; const updated = allowAttr .split(';') .map(s => s.trim()) .filter(s => s.toLowerCase() !== 'autoplay') .join('; '); iframe.setAttribute('allow', updated); // Also strip autoplay from the src URL (for YouTube embeds) const url = new URL(iframe.src); url.searchParams.set('autoplay', '0'); iframe.src = url.toString(); console.log(`Autoplay disabled for: ${iframeId}`); } // Usage — pass the iframe's id: disableAutoplay('widget50');