Product Description Item: Pocket Watch Brand: Sentinel Model: Click Secometer Reference: 64 Year: 1964 Movement: Mechanical Grade: 56 Case Material: Steel Country: USA Gender: Men's Product Measurements Product Condition Overall Condition: Fair, overall condition Functions: Running, but may be in need of service. This means, it can run unreliably, start or stop and timekeeping is not guaranteed Case: Shows scratches. Crystal: Shows scratches. Has acrylic yellowing. Dial condition: Has acrylic yellowing and patina. Crown: Shows scratches. 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'; } });