Foldable Laundry Net Bag

Foldable Laundry Net Bag | Washing Machine Protector
Laundry Net Bag 1 Laundry Net Bag 2 Laundry Net Bag 3 Laundry Net Bag 4 Laundry Net Bag 5 Laundry Net Bag 6

Foldable Laundry Net Bag

Rs. 800 (19% OFF)
Offer Price: Rs. 650
⭐ Polyester · Fine/Coarse mesh · Protects clothes in wash

Quantity (Pieces)

🧺 Foldable Laundry Net Bag | Washing Machine Protector

  • ✅ Material: High-quality Polyester (durable & breathable)
  • ✅ Specifications: Fine mesh, Coarse mesh, Bracket bra bag, Triangle bra bag
  • ✅ Package Includes: 1 x Laundry net bag
  • ✅ Reduces fluffing of clothing & prevents buttons/accessories from falling off
  • ✅ Stops small items from blocking water outlet
  • ✅ Capacity: Fill 2/3, zip into chain head protector, then machine wash
  • ✅ Also ideal for travel storage & organizing delicates

📌 Usage: Perfect for T-shirts, underwear, socks, baby clothes, and delicate fabrics. Protects items in home washing machines.

⚠️ Precautions: Do not overload; avoid sharp metal accessories; not suitable for hand-wash-only or dry-clean-only garments.

Price (subtotal): Rs. 0
Delivery Fee: Rs. 450
Total: Rs. 450
Buy Now
(function() { // -------------------- AUTO SLIDE + MANUAL CONTROLS (3.5 seconds) -------------------- const slides = document.querySelectorAll('.slide'); const dots = document.querySelectorAll('.dot'); const prevBtn = document.querySelector('.prev'); const nextBtn = document.querySelector('.next'); let currentSlide = 0; let autoInterval; function showSlide(index) { if (!slides.length) return; slides.forEach(slide => slide.classList.remove('active')); dots.forEach(dot => dot.classList.remove('active')); if (slides[index]) slides[index].classList.add('active'); if (dots[index]) dots[index].classList.add('active'); currentSlide = index; } function nextSlide() { if (!slides.length) return; currentSlide = (currentSlide + 1) % slides.length; showSlide(currentSlide); } function prevSlide() { if (!slides.length) return; currentSlide = (currentSlide - 1 + slides.length) % slides.length; showSlide(currentSlide); } function resetAutoSlide() { if (autoInterval) clearInterval(autoInterval); autoInterval = setInterval(nextSlide, 3500); } if (dots.length) { dots.forEach(dot => { dot.addEventListener('click', function() { const slideIdx = parseInt(this.getAttribute('data-slide')); if (!isNaN(slideIdx)) showSlide(slideIdx); resetAutoSlide(); }); }); } if (prevBtn) prevBtn.addEventListener('click', () => { prevSlide(); resetAutoSlide(); }); if (nextBtn) nextBtn.addEventListener('click', () => { nextSlide(); resetAutoSlide(); }); if (slides.length > 1) resetAutoSlide(); // -------------------- PRICE CALCULATION (delivery = 450) -------------------- const variantButtons = document.querySelectorAll('.size-btn'); const selectedSpan = document.getElementById('selected-price'); const totalSpan = document.getElementById('total-price'); const quantityInput = document.querySelector('.quantity-input'); const minusBtn = document.querySelector('.minus'); const plusBtn = document.querySelector('.plus'); const DELIVERY_FEE = 450; let currentPrice = 650; // base offer price let productQty = 1; function updatePriceDisplay() { const subtotal = currentPrice * productQty; selectedSpan.textContent = `Rs. ${subtotal}`; totalSpan.textContent = `Rs. ${subtotal + DELIVERY_FEE}`; } // mesh type selection (all have same price, but keep universal logic) if (variantButtons.length) { variantButtons.forEach(btn => { btn.addEventListener('click', function() { variantButtons.forEach(b => b.classList.remove('selected')); this.classList.add('selected'); currentPrice = parseInt(this.getAttribute('data-price')); updatePriceDisplay(); }); }); } // quantity controls if (minusBtn && plusBtn && quantityInput) { minusBtn.addEventListener('click', () => { if (productQty > 1) { productQty--; quantityInput.value = productQty; updatePriceDisplay(); } }); plusBtn.addEventListener('click', () => { if (productQty < 10) { productQty++; quantityInput.value = productQty; updatePriceDisplay(); } }); quantityInput.addEventListener('change', function() { let val = parseInt(this.value); if (isNaN(val)) val = 1; if (val < 1) val = 1; if (val > 10) val = 10; productQty = val; this.value = productQty; updatePriceDisplay(); }); quantityInput.addEventListener('keyup', function() { let val = parseInt(this.value); if (isNaN(val)) val = 1; if (val < 1) val = 1; if (val > 10) val = 10; productQty = val; this.value = productQty; updatePriceDisplay(); }); } // Initialize: select first button price if (variantButtons.length && !document.querySelector('.size-btn.selected')) { variantButtons[0].classList.add('selected'); currentPrice = parseInt(variantButtons[0].getAttribute('data-price')); } else if (variantButtons.length) { currentPrice = parseInt(document.querySelector('.size-btn.selected').getAttribute('data-price')); } updatePriceDisplay(); })();
3/related/default