1. Information We Collect

2. How We Use Your Information

3. Sharing of Information

7. Your Rights

Scroll to Top
jQuery(document).ready(function($){ $('#product-dropdown').select2({ templateResult: formatOption, templateSelection: formatOption }); function formatOption(option){ if (!option.id) return option.text; var images = { "Hair Oil": "https://hairregrowsolutions.com/wp-content/uploads/2026/04/hair.png", "Hair Serum": "https://hairregrowsolutions.com/wp-content/uploads/2026/04/hair.png", "Hair Shampoo": "https://hairregrowsolutions.com/wp-content/uploads/2026/04/hair.png" }; var img = images[option.text]; return $( '' + '' + option.text + '' ); } });