Loading...

Potpourri Mix – Green, brown, 30 cm

 15,13

No Maintenance Required

Allergy-Free Alternative

Perfect for Any Space

Lifelike Appearance

180 in stock

180 in stock

Ref.: XG244010
ID: 3732
Category: Decoration

SHARE:

Description

Potpourri Mix – Green, brown, 30 cm

Product Information
Color
brown
Height
30 cm
Related Products
Pages

Info@florarix.com

Search

document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".custom-quantity-wrapper").forEach(function (container) { let input = container.querySelector(".qty"); let minusBtn = container.querySelector(".qty-minus"); let plusBtn = container.querySelector(".qty-plus"); minusBtn.addEventListener("click", function () { let currentValue = parseInt(input.value); let min = parseInt(input.min) || 1; let step = parseInt(input.step) || 1; if (currentValue > min) { input.value = currentValue - step; input.dispatchEvent(new Event("change")); } }); plusBtn.addEventListener("click", function () { let currentValue = parseInt(input.value); let max = parseInt(input.max) || 1000; let step = parseInt(input.step) || 1; if (currentValue + step <= max) { input.value = currentValue + step; input.dispatchEvent(new Event("change")); } }); }); });