• SKU:

Men's Thobe

$40.50
Color:
Fabric: Regular
 More payment options

Traditional outfit, simple one-piece set for men's in multiple colors and sizes

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'; } }); }); });