Art springs to life with these lovely translucent silhouettes when they are inserted into a Luminae Seasons Lamp or frame! Each silhouette features a different renowned artist and enhances the beauty of their artwork by bringing every line, curvature, color hue, and brush stroke to life. Ignite your little one’s imaginations and instill a love for nature, hearth ‘n home, forest folk, woodland creatures, whimsical fairytales, and far-off lands. Adventures begin at home…Quantity Discount: Add 5 or more = 5% off Add 10 or more = 10% off Add 15 or more = 15% offDiscount applied automatically at checkout! *Discount applies to all silhouettes unique OR multiples of the same item.* Materials Food-grade Translucent Sheets Compatibility Toverlux Lamp: Y Toverlux Window Frame: Y Toverlux Lantern: N Luminae Seasons Lamp: Y Dimensions Product Size (Inches): 7.5 x 7.5 Age Recommendation Age Recommendation: Suitable for children aged 3 years and up. Adult supervision is advised. .collapsible { background-color: #f4f4f4; color: #333; cursor: pointer; padding: 12px; width: 100%; border: 2px solid #ddd; text-align: left; outline: none; font-size: 16px; font-family: 'Georgia', serif; transition: background-color 0.3s ease, box-shadow 0.3s ease; border-radius: 8px; margin: 5px 0; } .collapsible:hover { background-color: #e8e8e8; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .collapsible:after { content: '\25BC'; /* Down arrow */ font-size: 12px; float: right; margin-left: 10px; } .collapsible.active:after { content: '\25B2'; /* Up arrow */ } .content { padding: 10px 15px; display: none; overflow: hidden; background-color: #fafafa; border-radius: 0 0 8px 8px; border: 2px solid #ddd; border-top: none; } .collapsible.active { background-color: #e0e0e0; color: #111; } document.addEventListener("DOMContentLoaded", function() { var coll = document.getElementsByClassName("collapsible"); for (var i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); } });