document.addEventListener("DOMContentLoaded", function () { const tabBtn = document.querySelector('.more-info-tabs__nav-link.mobile[data-id="reviews"]'); const tabContent = document.querySelector('#reviews'); if (tabBtn && tabContent) { tabBtn.classList.add("active"); tabContent.classList.add("show", "active"); tabContent.style.display = "block"; } }); document.addEventListener("DOMContentLoaded", function () { const target = document.querySelector("#product-form > salla-product-options > salla-conditional-fields"); if (target) { const html = `
| المقاس | الصدر | الخصر | الأرداف |
|---|---|---|---|
| S | 32 | 26 | 36 |
| M | 34 | 28 | 38 |
| L | 36 | 30 | 40 |
| XL | 38 | 32 | 42 |
| XXL | 40 | 34 | 44 |
| XXXL | 42 | 36 | 46 |