/* The main toggle button */ #send-hint-btn { display: inline-block; padding: 14px 22px; background: #d7b7b0; color: #333 !important; border-radius: 10px; font-size: 18px; font-weight: 600; border: none; cursor: pointer; margin-bottom: 15px; } #send-hint-btn:hover { opacity: 0.9; } /* Outer form container */ #send-hint-form { display: none; background: #f7f3f2; padding: 20px; border-radius: 12px; margin-top: 15px; text-align: left; } /* Dark text inside the form */ #send-hint-form * { color: #333 !important; } /* Inputs */ #send-hint-form input, #send-hint-form textarea { width: 100%; padding: 12px; margin-bottom: 12px; border-radius: 8px; border: 1px solid #ccc; font-size: 16px; color: #333; } Send a hint 👀 /* Show/hide form */ document.getElementById("send-hint-btn").addEventListener("click", function() { var form = document.getElementById("send-hint-form"); form.style.display = form.style.display === "none" ? "block" : "none"; }); // Auto-fill hidden fields AFTER MailerLite's form loads document.addEventListener("DOMContentLoaded", function () { const interval = setInterval(() => { const mlForm = document.querySelector('#send-hint-form form'); if (!mlForm) return; // Not ready yet clearInterval(interval); // Get hidden fields (already in HTML) const nameField = document.getElementById("hint-product-name"); const imageField = document.getElementById("hint-product-image"); const urlField = document.getElementById("hint-product-url"); // Extract product title const title = document.querySelector('h1.product__title')?.innerText?.trim() || document.title.replace(" – The Salon CBR", ""); // Extract product image const image = document.querySelector('[data-product-featured-media] img')?.src || document.querySelector('.product__media img')?.src || ""; // Product URL = current page URL const url = window.location.href; // Fill fields nameField.value = title; imageField.value = image; urlField.value = url; }, 300); }); Don't be fooled by her sweetness - Bloom is built to blow your mind. Our rose shaped suction vibe delivers gentle pulses of air that target your most sensitive spot - designed to imitate mind-blowing oral sex. She's whisper quiet, waterproof, and fits perfectly in the palm of your hand. Try her solo, with a partner or in the bath. Available in classic black or blush pink - The Bloom is a bedside table staple that every woman should have. ✨Mimics the sensation of (good) oral sex ✨ 100% waterproof and easy to clean ✨ Travel sized, whisper quiet and USB rechargeable See our toy review in the Lounge for play suggestion and partner tips (coming soon). Click to see the full care & pleasure guide