




20% Off On Tank Tops
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac dictum.
Latest Eyewear For You
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac dictum.
Let's Lorem Suit Up!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac dictum.
Featured Products
-
DNK Yellow Shoes
Men$150.00Original price was: $150.00.$120.00Current price is: $120.00.Rated 0 out of 5 -
Blue Denim Shorts
Women$150.00Original price was: $150.00.$130.00Current price is: $130.00.Rated 0 out of 5
Limited Time Offer
Special Edition
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Buy This T-shirt At 20% Discount, Use Code OFF20

Worldwide Shipping
It elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Best Quality
It elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Best Offers
It elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Secure Payments
It elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
<p id=”text”>
Mercan textiles provides you with the best designer suits, whether you’re getting ready for party season, embracing the suited lifestyle day to day .Our brand suits make you feel comfortable and have a glamour look for women in pastel shades are ideal for casual wear. We have used trending prints like floral, paisley, geometric, striped, chevron, and abstract all over the garment placement prints and the border of the suits add a stylish touch.
This is a long paragraph that contains more than twenty words. It is used to demonstrate how to show only a part of the text and reveal the rest when the read more link is clicked.
</p>
<a href=”#” id=”readMoreLink”>Read More</a>
<script>
const textElement = document.getElementById(‘text’);
const readMoreLink = document.getElementById(‘readMoreLink’);
const fullText = textElement.innerText;
const truncatedText = fullText.split(‘ ‘).slice(0, 15).join(‘ ‘) + ‘…’;
textElement.innerText = truncatedText;
readMoreLink.addEventListener(‘click’, (e) => {
e.preventDefault();
textElement.innerText = fullText;
readMoreLink.classList.add(‘hidden’);
});
</script>