Inspire. Transform. Motivate.

BOHEMIAN BEAUTY

CHATA’S DAILY TIP: Trez Bohemian! This gorgeous neckline creates a fuller bust if you have a small bust. The contrasting necklace also draws attention to the bustline and elongates the neckline. Opt for jeans if your legs don’t allow you to wear shorts. The vertical detail on the sandal creates a slimming effect around the ankle area; avoid ankle straps if you have full ankles.  COPY CREDIT: Chata Romano Image Consultant, Mart-Marie Fourie https://chataromano.com/consultant/mart-marie-fourie/ IMAGE CREDIT: Stylish Guru’s Facebook page

Share this story, choose your platform!
×

 

Welcome.

Do you have any questions? Chat with me on WhatsApp.​

×
jQuery(document).ready(function($) { // Target the first accordion (.accordion-pricelist) and the second one (.accordion-enquiry-form) var firstAccordion = $('.accordion-pricelist'); var secondAccordion = $('.accordion-enquiry-form'); // Initially, we hide the second accordion (if needed) secondAccordion.hide(); // Set up a click event listener on the first accordion firstAccordion.on('click', function() { // Check if the first accordion is open if ($(this).hasClass('brx-open')) { // If the first accordion is open, hide the second accordion secondAccordion.slideUp(); } else { // If the first accordion is not open, show the second accordion secondAccordion.slideDown(); } }); });