Motherly 5-Layered Blanket Winter Blanket for Newborn & Toddler with Animal and Car Print (0-24 Months, 105x90 cm)
Description
Motherly Winter Blanket for Newborn & Toddler – Wrap your little one in warmth and comfort with this ultra-soft, 5-layered winter blanket. Featuring charming animal and car prints, it’s perfect for boys and girls aged 0-24 months. Crafted from premium, breathable fabric, it provides exceptional warmth without overheating, making it ideal for chilly seasons. With a generous size of 105x190 cm, it’s versatile for use in cribs, strollers, or as a cozy snuggle companion. Gentle on delicate skin and designed to last, this blanket combines style, comfort, and functionality to ensure restful sleep and joyful cuddles for your baby.
- Fabric Care: Made from Muslin Cotton, durable, and free from velcro, zippers, snaps, or abrasive materials.
- Multi-Layered Design: Versatile for year-round use.
- Reversible: Can be used on both sides for added convenience.
- Quilted Design: Beautifully crafted with a meticulous quilted pattern.
- Universal Fit: Large size (105 x 90 cm) suitable for swaddling toddlers or growing babies.
- Highlight: Luxurious, soft fabric that gets softer with every wash, gentle on baby’s skin, promotes comfortable sleep, and prevents overheating.
- Perfect Gift: An ideal choice for baby showers or surprise gifts for new mothers.
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);
});
});