.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; } The Most Powerful Magic Wand Ever Made · Fully Waterproof · Made in Japan Fully Waterproof 7,000 RPM Clitoral Rechargeable Cordless Shower Safe Made in Japan FDA Registered Sensation 5 / 5 — All the feels. What makes it special + You already know the Magic Wand. This is the one that does everything the classic does — and then takes it into the shower. The HV-360 Waterproof is the most powerful Magic Wand ever made, exclusively manufactured in Japan where the original was born, and it shows in every rumble. The motor tops out at 7,000 RPM — a full 700 more than the rechargeable version — delivering the kind of deep, full-body vibration that makes everything else feel like a suggestion. The IPX7 waterproof rating means full submersion is on the table: bath, shower, wherever the mood takes you. The soft silicone head and flexible neck do the rest. Four intensity levels, four vibration patterns, completely cordless, and backed by a 1-year warranty. If you're going to invest in a wand, this is the one. Specs & details + 4 power intensities 4 vibration patterns Low: 2,700 RPMs Medium: 4,200 RPMs High: 6,000 RPMs Ultra: 7,000 RPMs Overall length: 13.2" Head diameter: 2.4" Waterproof: IPX7 rated Run time: ~2.5 hours Rechargeable lithium-ion Charger included Made in Japan 1-year warranty FDA registered Class 1 medical device & ETL certified. Body-safe silicone head — use water-based lubricants only. How it compares to the Magic Wand Rechargeable + Both are iconic. Here's how to choose: the Rechargeable (HV-270) is the classic cordless version with Plug & Play capability — great if you want the legendary Magic Wand experience with the option to keep it plugged in. The Waterproof (HV-360) trades the plug-in feature for full waterproofing and higher top-end power (7,000 vs. 6,300 RPM). If bath and shower use matter to you, this is the upgrade worth making. Note: the Waterproof model does not have a Plug & Play option — it's cordless only. Care & cleaning + Fully waterproof — rinse freely under running water or wipe down with a damp cloth and toy-safe cleaner. The silicone head is non-porous and easy to keep clean. Use water-based lubricants only. Store in a cool, dry place. 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'); } }