Sensory Joy Reversible Cuddle Swing
$87.95
$87.95
Save
${function(){
return `
`;
}()}
${function(){
return `
${data.showStarText === 'true' ? `
` : ''}
`;
}()}
()
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
Color
Quantity
${tipText}
`;
}()}
Description
-
- Comes with a 1-year warranty
- Made with thick reversible double-layered spandex for extra flexibility and stability
- 15 minutes of swinging provides calming effects for up to 6-8 hours
- Used by occupational therapists, clinics, and schools for kids 3 years and older
- Perfect for kids with Aspergers Syndrome, Autism, Attention Deficit Hyperactive Disorder (ADHD), Sensory Processing Disorder (SPD) & Down Syndrome
Is Your Child Experiencing Sensory Challenges?
- Tantrums & Meltdowns
- Hates Loud Noises
- Difficulty Focusing
- Picky with Food
- Hates Loud Noises
- Difficulty Focusing
- Picky with Food
Self-Regulate, De-Stress & Manage Other Sensory Challenges Naturally After raising our own sensory kids, we wanted a solution that was just as effective as the ones used in occupational therapy clinics, but in our own home. That’s when we created the Sensory Joy Cuddle Swing 2.0. How Does It Work? What makes this swing so effective at teaching kids to self-regulate is the magic of vestibular input (a fancy way of saying “the sensation of movement”). Vestibular input calms your child in minutes and allows them to self-regulate their emotions for hours later. This means better focus throughout the day-from school and homework to sports and family activities. Occupational therapists have been using swings like this for years to help children cope with sensory challenges, and now you can reap the benefits in your own home. Benefits Of The Sensory Joy Cuddle Swing
- Calms Meltdowns & Tantrums
- Increases Focus & Concentration
- Improves Balance & Coordination
- Feels Like A Gentle Hug
Less Stress, Fewer Meltdowns & A Better Opportunity For Your Kid To Learn & Play Now your child can… - Stay calm in overstimulated environment such as schools, supermarkets, malls and family gatherings.
- Have the perfect calm space to take a break and regroup.
- Get less upset and frustrated when something doesn’t go their way.
Sturdy & Safe, With Hardware Included
We’ve painstakingly designed our therapy swing to be ultra-durable, resilient and of course, tested for safety. Made from a soft, stretchy blend of nylon and spandex, the double-layered fabric can hold up to 200 lbs. We include all of the hardware you need at no extra cost. No trips to the hardware store mean you can get playtime started right away.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)
Recommended Products
${rule.config.title}
${(function(){
const product = data.product;
const avail_variants = product.variants.filter(function(variant){
return variant.available;
});
const selected_variant = product.min_price_variant.available ? product.min_price_variant : avail_variants.length && avail_variants[0];
return `
`
})()}
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
${!isPercentage ? `${data.count}` : `${data.count / data.total * 100}%`}
${data.count > 99 ? '99+' : data.count < 1 ? '' : data.count}
${function() {
if(data.imgCover) {
if(media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
const videoDom = `
`;
if(!isPC){
return `
`;
if(!isPC){
return `
`
}else{
return `
`
}
}
} else {
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}
}()}
${videoDom}
`
}
return `
${videoDom}
`
} else if(media.mp4 || media.hls) {
const videoDom = `
${videoDom}
`
}
return `
${videoDom}
`
} else {
if(!isPC){
return `
Newest
Newest
Most liked
Highest ratings
Lowest ratings
Newest
Most liked
Highest ratings
Lowest ratings
All
All(${list.count})
With Photos(${list.image_count})
All(${list.count})
With Photos(${list.image_count})
${arrow}
`);
for (let i = startNumber; i <= endNumber; i++) {
if (i === pageNum) {
nums.push(
`${i}
`
);
} else {
// 第一段:不大于3
if (pageNum <= 3) {
if (i < pageNum + 2 || i > Math.max(endNumber - 4, 0)) {
nums.push(`${i}
`);
}
if (i === pageNum + 2 && i < endNumber - 3) {
nums.push(`...
`);
}
}
// 第二段:大于3 到 倒数第三个
if (pageNum > 3 && pageNum < endNumber - 3) {
if (i < 3 || i > endNumber - 3 || (pageNum - 2 < i && i < pageNum + 2)) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum - 1 !== 3) {
nums.push(`...
`);
}
if (i === endNumber - 4) {
nums.push(`...
`);
}
}
// 第三段: 倒数4个
if (pageNum >= Math.max(endNumber - 3, 4)) {
if (i < 3 || i > endNumber - 3 || i == pageNum - 1) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum > 4 && endNumber > 5) {
nums.push(`...
`);
}
}
}
}
nums.push(`
${arrow}
`);
return `${nums.join(' ')}
`;
}()}
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
Write a Review
${data.title}
Customer Reviews
(${data.comment_count > 500 ? '500+' : (data.comment_count || 0)})
Write a Review
View all
${item.username}
Verified
${item.content}
${data.shop_name} reply:
${item.reply && item.reply.length && item.reply[0].content}
${formatDate(item.created_at)}
View more
Wow you reached the bottom
View all
Write a Review
${data.comment_avg_star}
Total reviews: ${data.comment_count > 999 ? '999+' : data.comment_count}
${level}
Reviews
- All(${list.count})
- With Photos(${list.image_count})
Wow you reached the bottom
`;
} else {
return ``;
}
}()}
${function(){
return `
${function(){
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}()}
No reviews available. The product reviews component has been hidden
Product Detail Reviews