StonePro Diamond Renew – Professional Polishing Powder for Marble, Travertine & Limestone StonePro Diamond Renew is a high-performance polishing powder formulated with diamond abrasives to restore a brilliant, high-gloss finish on marble, travertine, and limestone. Designed for both stone care professionals and DIY users, Diamond Renew removes etch marks, scratches, and wear while delivering a deep, mirror-like clarity. Ideal for use on countertops, floors, vanities, and walls, it’s the preferred solution for restoring natural stone surfaces to their original brilliance. Key Features & Benefits of StonePro Diamond Renew High-Gloss Finish RestorationBrings back a polished, reflective shine to dull and damaged stone. Diamond Abrasive FormulaPolishes faster and more effectively than traditional polishing compounds. Removes Scratches, Etching & StainsBuffs out wear patterns, water marks, and light surface damage. Buffered for SafetyFormulated with buffering agents to reduce the risk of etching surrounding materials. User-Friendly for Pros & DIYersSimple application process makes it ideal for contractors or homeowners. Versatile Surface CompatibilitySafe for use on polished marble, travertine, limestone, and other calcite-based stones. How to Use .accordion-btn { width: 100%; padding: 10px; text-align: left; background-color: #f4f4f4; border: none; cursor: pointer; font-size: 16px; transition: background-color 0.3s; display: flex; justify-content: space-between; align-items: center; } .accordion-btn:hover { background-color: #ddd; } .accordion-content { display: none; padding: 10px; border: 1px solid #ddd; } .accordion-content.open { display: block; } .icon { font-size: 18px; transition: transform 0.3s; } .icon.rotate { transform: rotate(45deg); } Clean the Surface + Ensure the stone surface is clean, dry, and free of dust or debris before polishing. Apply Diamond Renew + Sprinkle a small amount of Diamond Renew onto the surface, covering the area to be polished. Buff the Surface + Use a white pad and a low-speed buffer to work the powder into the stone, polishing in circular motions. Rinse & Wipe Dry + Once polishing is complete, rinse thoroughly with clean water and wipe dry with a soft cloth. Repeat if Needed + For deeper scratches or heavy wear, repeat the process until the desired shine is achieved. function toggleAccordion(id, btn) { const content = document.getElementById(id); const icon = btn.querySelector('.icon'); const isOpen = content.classList.contains('open'); document.querySelectorAll('.accordion-content').forEach(el => el.classList.remove('open')); document.querySelectorAll('.icon').forEach(el => el.classList.remove('rotate')); if (!isOpen) { content.classList.add('open'); icon.classList.add('rotate'); } }