Pearly Parlor Baby Bed Nest With Pillow -Gray Giraffe
Rs. 4,999.00
Rs. 2,349.00
-
DIMENSIONS: Outer – 85cm×50cm, Inner – 68cm×30cm, Weight: 1.4kg (light and portable). Suitable for babies up to 1.5 years (or 65 cm)
-
FABRIC: 100% thick cotton (breathable & skin friendly). Stuffing: Pearl Cotton
- Detachable lower jacket to lengthen the baby nest.
- Zipper at the bottom for stuffing removal. Attachable tail-strap design on one end to elongate the bed.
-
SAFETY & SUPPORT: Bionic bed combined with ergonomics. Maintains baby’s posture and eliminates pressure points. Extremely safe lounger for a carefree sleep.
OVERVIEW
Babies and adults are different and thus, have different requirements. Motherly baby bed and pillow combo are an integration of features that are quintessential for a sound and safe baby sleep. Specifically engineered bionic bed is a combination of detachable tail strap to lengthen the space, zipper jacket for easy removal of filling and stichable front and back for hassle-free product handling. Being light weight promotes portability while the size are perfectly suitable for effortless storage. Complimenting pillow with same quality and fabric offers necessary head rest and support. A perfect gift for baby shower. Comfortable, cozy & luxurious lounger for a sound sleep for your baby.
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);
});
});