Product Description Item: Stop Watch Brand: C.L. Guinand Model: Split Second Hundred Second Timer Movement: Mechanical Case Material: Chrome Plated Country: Swiss Gender: Unisex Size: 49mm Product Measurements Diameter: 49mm Product Condition Overall Condition: Fair, overall condition for its age. Functions: Not running but the balance complete is in good condition. Case: There is plating wear through and scratches on the case. Crystal: There are scratches on the crystal. Dial: The dial has scratches and discoloration. 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'; } });