Product Description Item: Travel Clock Brand: Time Module Inc. Model: Golf Ball Year: 1996 Movement: Quartz Caliber: PC21A Case Material: Gold Tone Country: Japan Gender: Unisex Product Measurements Diameter: 42mm Product Condition With Box Overall Condition: Fair, overall condition Functions: Running and keeping time Case: Shows desk marks. document.addEventListener("DOMContentLoaded", function() { // Select all 'li' elements in the 'right' class div const listItems = document.querySelectorAll('.right ul li span'); listItems.forEach(span => { // Check if the dynamic tag's content is empty if (span.textContent.trim() === '') { // Hide the parent 'li' element if the dynamic tag is empty span.parentNode.style.display = 'none'; } }); // Select the paragraph in the 'right' class div for the condition note const conditionNote = document.querySelector('.right p span'); if (conditionNote.textContent.trim() === '') { // Hide the paragraph if the dynamic tag is empty conditionNote.parentNode.style.display = 'none'; } });