• SKU:

Men's Scarf - Kefiya Regular Fabric

$7.50
Color:
 More payment options
document.addEventListener('DOMContentLoaded', function () { const rows = document.querySelectorAll('.tt-row-btn'); rows.forEach(row => { const spans = row.querySelectorAll('span'); spans.forEach(span => { const isOrphanText = span.innerText.trim() === 'ADD TO CART'; const noClass = !span.classList.length; const noChildren = span.children.length === 0; const notInsideButton = !span.closest('button'); if (isOrphanText && noClass && noChildren && notInsideButton) { span.style.display = 'none'; } }); }); });