.fc-toy-desc { font-family: 'DM Sans', sans-serif; color: #2C2825; max-width: 600px; } .fc-toy-desc .fc-tagline { font-style: italic; color: #6B5E58; font-size: 14px; margin-bottom: 18px; display: block; } .fc-toy-desc .fc-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; } .fc-toy-desc .fc-badge { display: inline-block; padding: 5px 13px; border-radius: 20px; font-size: 12px; font-weight: 500; border: 1px solid #E8DDD8; background: #fff; color: #6B5E58; } .fc-toy-desc .fc-badge.fc-hl { background: #EDD5D0; border-color: #C9A09A; color: #A0665F; } .fc-toy-desc .fc-sensation { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; } .fc-toy-desc .fc-s-label { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #9E8E88; font-weight: 600; } .fc-toy-desc .fc-pips { display: flex; gap: 5px; } .fc-toy-desc .fc-pip { width: 16px; height: 16px; border-radius: 50%; background: #E8DDD8; border: 1.5px solid #C9A09A; } .fc-toy-desc .fc-pip.on { background: #C9A09A; } .fc-toy-desc .fc-s-text { font-size: 12px; color: #6B5E58; } .fc-toy-desc .fc-acc { border-top: 1px solid #E8DDD8; } .fc-toy-desc .fc-acc-item { border-bottom: 1px solid #E8DDD8; } .fc-toy-desc .fc-acc-btn { width: 100%; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; font-size: 14px; font-weight: 600; color: #2C2825; text-align: left; letter-spacing: .02em; font-family: inherit; } .fc-toy-desc .fc-acc-btn:hover { color: #C9A09A; } .fc-toy-desc .fc-chevron { font-size: 20px; color: #C9A09A; font-weight: 300; transition: transform .25s; line-height: 1; } .fc-toy-desc .fc-acc-btn.open .fc-chevron { transform: rotate(45deg); } .fc-toy-desc .fc-acc-body { display: none; padding-bottom: 18px; font-size: 14px; color: #6B5E58; line-height: 1.7; } .fc-toy-desc .fc-acc-body.open { display: block; } .fc-toy-desc .fc-acc-body p + p { margin-top: 10px; } .fc-toy-desc .fc-specs { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 16px; padding: 0; margin: 0; } .fc-toy-desc .fc-specs li { display: flex; gap: 6px; font-size: 13px; color: #6B5E58; } .fc-toy-desc .fc-specs li::before { content: '✦'; color: #C9A09A; font-size: 9px; margin-top: 4px; flex-shrink: 0; } .fc-toy-desc .fc-note { background: #EDD5D0; border-left: 3px solid #C9A09A; padding: 11px 14px; border-radius: 0 4px 4px 0; font-size: 13px; color: #A0665F; font-style: italic; margin-top: 12px; } .fc-toy-desc .fc-divider { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #C9A09A; font-weight: 700; margin: 14px 0 8px; } Two Vibes. One Gorgeous Case. Endless Possibilities. Kit · 2 Vibes Remote Control Clitoral Wand Vibrating Egg Travel Case USB-C Charging Couples Beginner-Friendly Sensation 3 / 5 — Getting serious. What makes it special + Two vibes, one adorable charging case, and zero reasons to be bored. Blooming Bliss is the kit that has everything figured out — including where to put itself when you're not using it. The travel-friendly USB-C charging case keeps both toys powered and tucked away neatly, so this is just as at home in your nightstand as it is in your carry-on. The mini oscillating wand leads with a pinpoint tip built for targeted pleasure, with 12 vibration settings to explore at your own pace. Then there's the wireless remote-control vibrating egg — small, discreet, and with a finger loop for easy removal so you never have to think about the logistics. Hand the remote to a partner or keep it for yourself; either way, 10 vibration modes means you're not running out of options anytime soon. Whether this is your first kit or your latest addition, Blooming Bliss makes the whole thing feel like a treat. Specs & details + Mini Wand Oscillating vibration Pinpoint tip 12 vibration settings 3 speeds & 9 patterns Vibrating Egg Wireless remote control Finger loop for removal 10 vibration modes 3 speeds & 7 patterns Kit Travel charging case USB-C charging (case) Magnetic USB charging (egg) By Blush Perfect for + Solo play with two different sensations to switch between. Couples play with the remote-controlled egg — pass the remote and let someone else set the pace. Travel, because the case charges both toys and keeps everything discreet. First-time toy buyers who want options without overwhelm. The egg's finger loop makes it safe and easy to use internally. Always charge before first use. Care & cleaning + Clean both toys before and after each use with warm water and a toy-safe cleaner. Use water-based lubricants only. Store in the included charging case between uses — it keeps everything together and ready to go. function fcToggle(btn) { var body = btn.nextElementSibling; var isOpen = btn.classList.contains('open'); var allBtns = document.querySelectorAll('.fc-acc-btn'); allBtns.forEach(function(b) { b.classList.remove('open'); b.nextElementSibling.classList.remove('open'); }); if (!isOpen) { btn.classList.add('open'); body.classList.add('open'); } }