The information on this page is based solely on product reviews written by customers of GiftBox via Trustpilot.
Here’s what people highlighted
Quality
5.0
1 rating
Value for money
5.0
1 rating
Product details
Brighten up your next game night with the LED Tumbling Tower! This exciting twist on a classic game includes 54 LED light-up stacking blocks, offering a glowing challenge for players of all ages. The light-up feature makes it perfect for playing in dimly lit settings, adding a fun and modern element to your game. Whether you're indoors or outdoors, the LED Tumbling Tower ensures hours of entertainment. <div class="faq-accordion"> <div class="faq-section"> <div class="faq-header"> <div class="faq-question">Key Features & Benefits</div> <div class="faq-expand">+</div> </div> <div class="faq-answer"> <ul> <li>Each block lights up, creating a mesmerizing effect as you stack and remove pieces.</li> <li>Perfect for indoor or outdoor play, with a durable design that withstands any environment.</li> <li>Fun for friends and family, this game adds an exciting glow to your gatherings.</li> <li>The set is compact and easy to store, making it convenient to take along to parties or trips.</li> </div> </div> <div class="faq-section"> <div class="faq-header"> <div class="faq-question">Specifications</div> <div class="faq-expand">+</div> </div> <div class="faq-answer"> <ul> <li>Dimensions: 16 x 16 x 56 cm</li> <li>Weight: 2900g</li> <li>Materials: Plastic, Metal</li> </div> </div> <div class="faq-section"> <div class="faq-header"> <div class="faq-question">Package Contents</div> <div class="faq-expand">+</div> </div> <div class="faq-answer"> <ul> <li>54 x LED Light-Up Stacking Blocks</li> <li>1 x User Manual</li> </div> </div> <div class="faq-section"> <div class="faq-header"> <div class="faq-question">Product Care Instructions</div> <div class="faq-expand">+</div> </div> <div class="faq-answer"> <ul> <li>Wipe clean with a dry, non-abrasive cloth.</li> <li>Keep away from water, heat sources, and open flames.</li> <li>Store in a cool, dry place when not in use.</li> <li>Keep out of reach of children when not in use.</li> </div> </div> </div> <style> .faq-accordion { width: 100%; } .faq-section { border-top: 1px solid black; border-bottom: 1px solid black; } .faq-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; cursor: pointer; } .faq-header:hover { background-color: #f7f7f7; /* Add a background color on hover if needed */ } .faq-question { font-weight: bold; } .faq-expand { font-size: 20px; margin-right: 10px; } .faq-answer { display: none; padding: 10px; } </style> <script> const faqHeaders = document.querySelectorAll(".faq-header"); faqHeaders.forEach((header) => { header.addEventListener("click", () => { const answer = header.nextElementSibling; if (answer.style.display === "block") { answer.style.display = "none"; header.querySelector(".faq-expand").textContent = "+"; } else { answer.style.display = "block"; header.querySelector(".faq-expand").textContent = "-"; } }); }); </script>