.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 Original. The Icon. Rechargeable & Cordless · Wand Massager · Clitoral Iconic Wand Plug & Play Clitoral Rechargeable Cordless Beginner-Friendly 1-Year Warranty Sensation 5 / 5 — All the feels. What makes it special + If the toy world had a hall of fame, the Magic Wand would be in it — and it would have its own wing. This is the one that started conversations, changed minds, and quietly revolutionized nightstands everywhere. The rechargeable version means no cord to untangle, no outlet to hunt for, and no interruptions at the worst possible moment. Four power intensities ranging from "oh that's nice" all the way up to 6,300 RPMs of deep, penetrating vibration through a firm silicone head that means business. Four pattern modes for when you want to mix it up. And the Plug & Play feature means you can keep going even if the battery isn't fully topped off — because some things simply cannot wait. Comes with a full 1-year warranty, because this is an investment in yourself and it should last. Specs & details + 4 power intensities 4 vibration patterns Low: 2,700 RPMs Medium: 3,800 RPMs High: 5,400 RPMs Ultra: 6,300 RPMs Overall length: 13" Head diameter: 2.25" Weight: 1 lb 5 oz Charge time: ~3 hours Run time: ~3 hours Plug & Play capable Auto shut-off at 20 min Universal charger included Not waterproof or splash-proof — keep away from water. Body: ABS hard plastic. Head & buttons: silicone. Good to know + The auto shut-off after 20 minutes of continuous use is a safety and battery-longevity feature, not a hint — just click it back on and carry on. The three buttons each have a dedicated job: the top button (nearest the head) is your on/off, the center button cycles power levels, and the bottom button (nearest the charging port) controls patterns. Use water-based lubricants only on the silicone head. Wipe clean with a damp cloth and toy-safe cleaner — do not submerge. 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'); } }