תיק מעוצב למחשב בד נאופרן

החל מ- 38.00

המתכון שלנו להצלחה:

מקצועיות
שירות VIP
מגוון רחב ומתחדש של מוצרים איכותיים
התאמה אישית לכל לקוח
זמינות

דברו אתנו בווצאפ

דברו אתנו בווצאפ

אין מכירה בבודדים

דברו אתנו בווצאפ

document.addEventListener('DOMContentLoaded', (event) => { const description = document.querySelector('.product-description-clamp'); const readMoreBtn = document.querySelector('.read-more-btn'); if (description && description.scrollHeight > description.clientHeight) { readMoreBtn.style.display = 'block'; } if (readMoreBtn) { readMoreBtn.addEventListener('click', (e) => { e.preventDefault(); // זה השורה שמונעת את הקפיצה description.classList.toggle('show-more'); if (readMoreBtn.textContent === 'קרא עוד') { readMoreBtn.textContent = 'קרא פחות'; } else { readMoreBtn.textContent = 'קרא עוד'; } }); } });