Motherly Oil Massage Mat for Newborn Baby, Reusable & Washable Portable Massage Pad (72 x 42 cm, 0-12 Months)
Description
The Motherly Reusable Waterproof Oil Massage Mat is thoughtfully crafted to provide a safe, soft, and cozy surface for your baby's daily oil massage. Made from premium, baby-friendly materials, it ensures your little one feels calm and secure during every massage session. The mat features a waterproof and leak-proof design that shields your surfaces from oil spills or messes, making clean-up simple and stress-free. Its lightweight and portable design allows you to carry it effortlessly, so your baby's massage routine can continue seamlessly, whether at home or on the go. With dimensions of 72 x 42 cm, it is perfectly suited for infants aged 0–12 months. Durable and reusable, this mat is both eco-friendly and economical, making it a practical addition to your baby's care essentials. The Motherly Oil Massage Mat offers the ideal combination of comfort, convenience, and care for your little one.
- Multi-Purpose Design: Serves as an oil massage mat, portable changing pad, crib mat, bed protector mat.
- Reusable & Durable: Made with high-quality materials for long-lasting use, reducing waste compared to disposable alternatives.
- Waterproof & Leak-Proof: Protects your bed, crib, or surfaces from spills and leaks during diaper changes or massages.
- Baby-Friendly Size: Measures 72 x 42 cm, ideal for infants aged 0-12 months, offering a comfortable and secure space for your baby.
- Lightweight & Portable: Easy to carry for travel or use at home, ensuring convenience for parents on the go.
- Soft & Comfortable: Gentle on your baby’s delicate skin, providing a cozy surface for sleep or massage.
function filterVariantImages(selectedTitle) {
const allImages = document.querySelectorAll('.variant-image');
allImages.forEach(image => {
const altText = image.getAttribute('data-alt');
if (!altText || altText.trim() === selectedTitle.trim()) {
image.style.display = 'block';
} else {
image.style.display = 'none';
}
});
}
document.addEventListener("DOMContentLoaded", function() {
const variantSelect = document.querySelector('#product-selectors');
if (!variantSelect) return;
// Run once on page load
const initialText = variantSelect.options[variantSelect.selectedIndex].text.split(' - ')[0];
filterVariantImages(initialText);
// Update on change
variantSelect.addEventListener('change', function() {
const selectedText = this.options[this.selectedIndex].text.split(' - ')[0];
filterVariantImages(selectedText);
});
});