Shop
New Arrivals 2026
Premium Fabrics Directly from Faisalabad
SHOP BY CATEGORY
function toggleMainDrawer() {
var drawer = document.getElementById(‘mainDrawer’);
var overlay = document.getElementById(‘mainOverlay’);
drawer.classList.toggle(‘active’);
overlay.classList.toggle(‘active’);
}
function openSearch() {
window.location.href = “https://farhantextile.com/?s=”;
}
function setGridColumns(cols) {
document.getElementById(‘productGrid’).style.gridTemplateColumns = ‘repeat(‘ + cols + ‘, 1fr)’;
}