fabricpandit.com
Open in
urlscan Pro
23.227.38.65
Public Scan
Submitted URL: http://fabricpandit.com/
Effective URL: https://fabricpandit.com/
Submission Tags: tranco_l324
Submission: On April 12 via api from DE — Scanned from CA
Effective URL: https://fabricpandit.com/
Submission Tags: tranco_l324
Submission: On April 12 via api from DE — Scanned from CA
Form analysis
2 forms found in the DOMPOST /cart
<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents custom-cart-form-class">
<div class="cart_sticky_header">
<div class="drawer__fixed-header">
<div class="drawer__header appear-delay-1">
<div class="h2 drawer__title new-title-ui"><span class="cart_count" id="cart-count">0</span> <span class="cart_count">items in</span> Your Cart</div>
<div class="drawer__close">
<button type="button" class="drawer__close-button js-drawer-close">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
<path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
</svg>
<span class="icon__fallback-text">Close cart</span>
</button>
</div>
</div>
</div>
</div>
<div class="drawer__inner">
<div class="drawer__scrollable">
<div data-products="" class="appear-delay-2">
<div class="cart__items" data-count="0" data-cart-subtotal="0">
</div>
</div>
<img src="//cdn.shopify.com/s/files/1/0270/8435/7687/files/loading.gif?v=1640858221" class="drawer-frequent-loader">
</div>
<div class="drawer__footer appear-delay-4">
<div data-discounts="">
<div class="cart__discounts cart__item-sub cart__item-row hide">
<div>Discounts</div>
<div>
</div>
</div>
</div>
<div class="coupon-area">
<div class="cart-promo">
<div class="title_wrapper">
<svg aria-hidden="true" focusable="false" class="mu-transition-transform mu-duration-200 mu-ease-out mu-transform mu-rotate-45" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width: 13px; height: 13px;">
<path fill="currentColor"
d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z">
</path>
</svg>
<h5>Coupon code</h5>
</div>
<div class="coupon-discount-box">
<div class="coupon-input">
<div class="coupon_input-wrapper">
<svg aria-hidden="true" focusable="false" class="mu-pr-2 mu-flex-shrink-0" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" color="rgba(189,16,224,1)" style="width: 25px; height: 25px;">
<path fill="currentColor"
d="M512 256c0-37.7-23.7-69.9-57.1-82.4 14.7-32.4 8.8-71.9-17.9-98.6-26.7-26.7-66.2-32.6-98.6-17.9C325.9 23.7 293.7 0 256 0s-69.9 23.7-82.4 57.1c-32.4-14.7-72-8.8-98.6 17.9-26.7 26.7-32.6 66.2-17.9 98.6C23.7 186.1 0 218.3 0 256s23.7 69.9 57.1 82.4c-14.7 32.4-8.8 72 17.9 98.6 26.6 26.6 66.1 32.7 98.6 17.9 12.5 33.3 44.7 57.1 82.4 57.1s69.9-23.7 82.4-57.1c32.6 14.8 72 8.7 98.6-17.9 26.7-26.7 32.6-66.2 17.9-98.6 33.4-12.5 57.1-44.7 57.1-82.4zm-320-96c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32zm12.28 181.65c-6.25 6.25-16.38 6.25-22.63 0l-11.31-11.31c-6.25-6.25-6.25-16.38 0-22.63l137.37-137.37c6.25-6.25 16.38-6.25 22.63 0l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63L204.28 341.65zM320 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z">
</path>
</svg>
<input type="text" id="custom-coupon-field">
<span class="tag-close" style="display:none;">×</span>
</div>
<a href="/checkout?discount=none" id="custom-coupon-button">Apply</a>
</div>
</div>
<div class="coupon-error-box"></div>
<table class="discount-code_wrap">
<tbody class="discount-price"></tbody>
</table>
<!-- <div class="error-msg">Please enter a valid coupon code.</div> -->
<div class="coupon-frequent-loader">
<img src="//cdn.shopify.com/s/files/1/0270/8435/7687/files/loading.gif?v=1640858221">
</div>
</div>
<script>
$(document).ready(function() {
function sidebarCoupon() {
var theUrl = '/checkout?discount=';
var theDiscount = $('#custom-coupon-field').val();
var toRedirect = theUrl + theDiscount;
$.ajax({
type: "GET",
url: toRedirect,
success: function(response) {
var Htmlresponse = response;
var orderText = jQuery(Htmlresponse).find('.total-line.total-line--reduction[data-discount-type="percentage"]');
var subtotalPrices = jQuery(Htmlresponse).find('.total-line--subtotal .order-summary__emphasis').data('checkout-subtotal-price-target') / 100;
var totalPrice = orderText.find('.total-line__price .order-summary__emphasis').data('checkout-discount-amount-target') / 100;
var subtotalPrice = (subtotalPrices - totalPrice).toFixed(2);
var warningMsg = jQuery(Htmlresponse).find('.notice.notice--warning .notice__content').html();
var errorText = jQuery(Htmlresponse).find('.field--error .field__message--error').length;
var warningText = jQuery(Htmlresponse).find('.notice.notice--warning').length;
if (errorText == 1) {
$('.coupon-error-box').html('<p>Enter a valid discount code</p>').show();
webengage.track("coupon_code_failed", {
'Coupon Code': theDiscount
});
$('.tag-close').show();
$('.discount-code_wrap').hide();
$('#CartDrawer .cart__item-sub.cart__item-row').removeClass('subtotal-add');
$('.cart-total_sub-price').show();
// $('.drawer__scrollable').css('opacity','');
// console.log(warningText);
} else if (warningText == 1) {
$('.coupon-error-box').html('<p class="coupon-warning-box">Discount code isn’t valid for the items in your cart</p>').show();
$('.tag-close').show();
$('.discount-code_wrap, .total-box, .shipping-charge-box').hide();
$('#CartDrawer .cart__item-sub.cart__item-row').removeClass('subtotal-add');
$('.cart-total_sub-price').show();
// $('.drawer__scrollable').css('opacity','');
} else {
$('.discount-code_wrap .discount-price').html(orderText);
$('.cart_subtotal .wholesale-cart-total').text('Rs.' + subtotalPrice);
$('.coupon-input .tag-close').show();
$('.cart-total_sub-price').hide();
$('.coupon-error-box, .coupon-warning-box').hide();
$('.discount-code_wrap, .total-box, .shipping-charge-box').show();
var localCoupon = $('.cart-promo').html();
var localCouponTotal = $('.cart_subtotal').html();
var couponCode = $('#custom-coupon-field').val();
localStorage.setItem('coupon', localCoupon);
localStorage.setItem('couponTotal', localCouponTotal);
localStorage.setItem('couponCode', couponCode);
localStorage.setItem('subtotalPrice', subtotalPrices);
if (response.status == 302) {
$('.coupon-error-box').html('<p class="coupon-warning-box">Discount code is not valid for the items in your cart</p>').show();
}
}
}
});
}
$(document).on("click", "#custom-coupon-button", function(event) {
event.preventDefault();
if ($('#custom-coupon-field').val() == '') {
$('.discount-code_wrap').hide();
$('.shipping-charge-box').show();
$('.coupon-error-box').html('<p>Enter a valid discount code</p>').show();
} else {
sidebarCoupon();
}
$('.coupon-frequent-loader').show();
setTimeout(function() {
$(".coupon-frequent-loader").hide();
}, 2000);
});
$(document).ready(function() {
if (localStorage.getItem("coupon") !== null) {
let main_price = 0;
$('.cart-promo').html(localStorage.getItem('coupon'));
$('.cart_subtotal').html(localStorage.getItem('couponTotal'));
$('#custom-coupon-field').val(localStorage.getItem('couponCode'));
$('.tag-close').show();
$('.discount-code_wrap, .total-box').show();
$('.cart-total_sub-price').hide();
console.log('error1');
} else {
console.log('Coupon not found');
}
});
$(document).on("click", ".add-to-cart, #add-to-cart-button, .quantity-cart-drawer button", function() {
if (localStorage.getItem("coupon")) {
// $('.drawer__scrollable').css('opacity','0.5').css('pointer-events','none');
setTimeout(function() {
sidebarCoupon();
}, 1000);
}
setTimeout(function() {
$("#cart_total_shipping").load(" #cart_total_shipping > *");
}, 1000);
});
// $(document).on("focusout",".js-qty__num",function() {
// if (localStorage.getItem("coupon")) {
// setTimeout(function() {
// sidebarCoupon();
// }, 2500);
// }
// });
$(document).on("click", ".cart-promo .title_wrapper", function() {
$(".coupon-discount-box").toggle().toggleClass('active');
});
$(document).on("click", ".tag-close", function() {
localStorage.removeItem('coupon');
localStorage.removeItem('couponCode');
localStorage.removeItem('couponTotal');
localStorage.removeItem('shippingTotal');
$("input[type=text]#custom-coupon-field").val("");
$('.discount-price .total-line__name span').replaceWith('');
$('.total-line__price span').replaceWith('');
$('.total-text_wrap p').replaceWith('');
$('.total-amount_wrap p').replaceWith('');
$('.tag-close, .discount-code_wrap, .coupon-error-box, .shipping-charge-box, .total-box').hide();
$('.coupon-warning-box').remove();
$('.cart-total_sub-price').show();
$('.cart_subtotal .wholesale-cart-total').text("Rs." + localStorage.getItem('subtotalPrice'));
});
function clearCoupon(deleteBtn) {
if (deleteBtn == 1) {
localStorage.removeItem('coupon');
localStorage.removeItem('couponCode');
localStorage.removeItem('couponTotal');
$("input#custom-coupon-field").val("");
$('.total-box').hide();
$('.coupon-discount-box').hide();
$('.discount-price .total-line__name span').remove();
$('.total-line__price span').remove('');
$('.total-text_wrap p').remove();
$('.total-amount_wrap p').remove();
$('.tag-close, .discount-code_wrap, .coupon-error-box, .coupon-warning-box').hide();
}
}
$(document).on("click", ".js-qty__adjust--minus .delete", function() {
var deleteBtn = $(this).parents("#CartDrawer").find(".js-qty__adjust--minus").length;
clearCoupon(deleteBtn);
});
$(document).on("focusout", ".js-qty__num", function() {
var deleteBtn = $(this).parents("#CartDrawer").find(".js-qty__adjust--minus").length;
var qtynum = $(this).val();
if (qtynum == '' || qtynum == 0) {
console.log(deleteBtn);
clearCoupon(deleteBtn);
} else {
if (localStorage.getItem("coupon")) {
setTimeout(function() {
sidebarCoupon();
}, 2500);
}
}
setTimeout(function() {
$("#cart_total_shipping").load(" #cart_total_shipping > *");
}, 2000);
});
});
</script>
<div class="cart__item-sub cart__item-row">
<div class="ajaxcart__subtotal">Total</div>
<!-- <div class="cart_subtotal_text">Subtotal</div> -->
<div data-subtotal="" class="wholesale-cart-total"><span class="money">₹ 0</span></div>
<!-- <div class="wholesale-cart-total"></div> -->
</div>
</div>
<div class="cart__checkout-wrapper">
<div class="gokwik-checkout">
<button type="button" class="btn cart__checkout" onclick="onCheckoutClick(this)">
<span class="btn-text">
<span>Place Order</span>
<span></span>
</span>
<span class="pay-opt-icon">
<img class="hide" src="https://cdn.gokwik.co/v4/images/upi-icons.svg">
<img src="https://cdn.gokwik.co/v4/images/right-arrow.svg">
</span>
<div style="display:none">
<div class="cir-loader">Loading..</div>
</div>
</button>
</div>
<button type="submit" onclick="onNativeCheckoutClick()" name="checkout" data-terms-required="false" class="btn cart__checkout payment-btn hide"> Pay Via Cards / Netbanking / Others </button>
</div>
<div class="payment-icon-box">
<div class="sidebar-payment-icons-title">
<svg width="19" height="24" viewBox="0 0 19 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M17.282 9.387H16.8127V7.287C16.8127 3.27 13.5332 0 9.5015 0C5.46983 0 2.19034 3.27 2.19034 7.29V9.39H1.71797C0.770229 9.39 0 10.158 0 11.103V22.287C0 23.232 0.770229 24 1.71797 24H17.282C18.2298 24 19 23.232 19 22.287V11.1C19 10.155 18.2328 9.387 17.282 9.387ZM4.88614 7.29C4.88614 4.752 6.95614 2.688 9.5015 2.688C12.0469 2.688 14.1169 4.752 14.1169 7.29V9.39H4.88614V7.29Z"
fill="#4AB757"></path>
</svg>
<span>Guaranteed Safe & Secure Checkout</span>
</div>
<ul class="sidebar-payment-icons">
<li class="sidebar-payment-icon">
<img src="//cdn.shopify.com/s/files/1/0270/8435/7687/files/gpay-logo-shopify_120x.png" alt="GPay">
</li>
<li class="sidebar-payment-icon">
<img src="https://cdn.shopify.com/s/files/1/0270/8435/7687/files/COD_c41a4b85-122e-424b-88b5-5da11f39ce49_120x.png?v=1668674720" alt="COD">
</li>
<li class="sidebar-payment-icon">
<img src="https://cdn.shopify.com/s/files/1/0270/8435/7687/files/Phonepe_ab31a51a-551e-4381-8a8e-f0e19e5d55a2.png?v=1668671225" alt="PhonePe">
</li>
<li class="sidebar-payment-icon">
<img src="//cdn.shopify.com/s/files/1/0270/8435/7687/files/paytm-logo-shopify_120x.png" alt="PayTM">
</li>
<li class="sidebar-payment-icon">
<img src="//cdn.shopify.com/s/files/1/0270/8435/7687/files/visa-logo-shopify_120x.png" alt="VISA">
</li>
<li class="sidebar-payment-icon">
<img src="//cdn.shopify.com/s/files/1/0270/8435/7687/files/mastercard-logo-shopify_120x.png" alt="MasterCard">
</li>
</ul>
</div>
<div class="rte text-spacing continue_btn">
<button type="button" class="drawer__close-button js-drawer-close">
<a class="">Continue Shopping</a>
</button>
</div>
</div>
<div class="rte text-spacing continue_btn add_more_continue" style="display:none;">
<button type="button" class="drawer__close-button js-drawer-close">
<div class="add-item-icon">
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m11 11h-7.25c-.414 0-.75.336-.75.75s.336.75.75.75h7.25v7.25c0 .414.336.75.75.75s.75-.336.75-.75v-7.25h7.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-7.25v-7.25c0-.414-.336-.75-.75-.75s-.75.336-.75.75z" fill-rule="nonzero"></path>
</svg>
</div>
<a class="">Add more items</a>
</button>
</div>
<div class="number_of_people">
<div class="number_of_people_wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" enable-background="new 0 0 26 26">
<path d="M 13 0 L 7.8125 13.09375 L 12.59375 13.09375 L 9 26 L 18.90625 10.09375 L 13.6875 10.09375 L 18.6875 0 L 13 0 z"></path>
</svg>
<p><strong> 124 people</strong> placed orders in the <span style="color: #BB4700;">last 10 mins</span></p>
</div>
</div>
<div class="cart-sale-img">
<img src="//fabricpandit.com/cdn/shop/files/LIVE_NOW_1080_x_220_px_6.jpg?v=1680671965" alt="">
</div>
</div>
<div class="drawer__cart-empty appear-animation appear-delay-2">
<div class="drawer__scrollable"> Your cart is currently empty. </div>
</div>
<p class="cart-attribute__field">
<input class="eddSideCartShownDate" type="hidden" name="attributes[Shown EDD]" value="">
<input class="eddSideCartSource" type="hidden" name="attributes[EDD Source]" value="">
</p>
</form>
GET /search
<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off">
<input type="hidden" name="type" value="product,article,page,collection">
<button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
<path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
</svg>
<span class="icon__fallback-text">Search</span>
</button>
<input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>
Text Content
Skip to content END OF YEAR SALE ENDS IN -6h : 29m : 11s Close menu * Shop New Arrivals * Shop Best Sellers * Shop Men * Ready To Wear Kurtas * Kurta Pyjama Combos * Tussar Silk Printed Kurta Combos * Cloth Of Gold Woven Kurta Combos * Tissue Silk Printed Kurta Combos * Hand Block Printed Kurta Combos * Bhagalpuri Cotton Plain Kurta Combos * Silk Linen Plain Kurta Combos * Cotton Linen Plain Kurta Combos * Pyjama Fabric * Cotton Plain Fabric * Cotton Linen Plain Fabric * Shirting Fabrics * Premium Linen * Cotton Linen Plain Fabric * Suiting & Pant Fabric * Satin Luxury Suiting Fabric * Twill Premium Suiting Fabric * Textured Premium Suiting Fabric * Shop Women * Unstitched Suit Sets * Woven Unstitched Suits * Embroidered Unstitched Suits * Dupattas * Woven Dupattas * Embroidered Dupattas * Printed Dupattas * Kurta Pyjama Combo Set * Tussar Silk Kurta Printed Kurta Combos * Cloth Of Gold Woven Kurta Combos * Hand Block Printed Cotton Kurta Combos * Bhagalpuri Cotton Plain Kurta Combos * Silk Linen Plain Kurta Combos * Cotton Linen Kurta Combos * Kurta Fabrics * Hand Block Printed Cotton Fabric * Cotton Linen Plain Fabric * Sanitary Pad Pouch * Sarees * Shop Fabrics * Shop By Type * Dyeable * Dyed * Printed * Embroidered * Shop By Material * Linen Fabric * Cotton Linen Fabric * Imported Fabrics * Rayon Fabric * Cotton Fabric * Chanderi Fabric * Georgette Fabric * Muslin Fabric * Velvet Fabric * Shantoon Fabric * Crepe Fabric * Tussar Silk Fabric * Cotton Satin Fabric * Bhagalpuri Fabric * Satin Fabric * Organza Silk Fabric * Silk Linen Fabric * Dupion Silk Fabric * Linen Neps Fabric * Linen Slub Fabric * Shop By Usage * For Shirts & Kurtas * For Dresses & Tops * For Lehengas & Gowns * For Bottoms & Trousers * For Dupatta & Stoles * For Lining * For Upholstery & Home * Shop By Craft * Digital Prints * Hand Block Prints * Screen Prints * Indigo Prints * Vegetable Prints * Embroidered Fabrics * Batik Prints * Ajrakh Prints * Cut Pieces 🆕 * Shop Instagram * Customer Reviews * Wholesale Inquiry 💡 * Help * Contact Us * Track Order * My Account * Instagram * Facebook * Twitter * Pinterest * LinkedIn 0 items in Your Cart Close cart Discounts COUPON CODE × Apply Total ₹ 0 Place Order Loading.. Pay Via Cards / Netbanking / Others Guaranteed Safe & Secure Checkout * * * * * * Continue Shopping Add more items 124 people placed orders in the last 10 mins Your cart is currently empty. Trending Searches Site navigation FABRIC PANDIT Cart 0 * Shop New Arrivals * Shop Best Sellers * Shop Men Ready To Wear Kurtas Kurta Pyjama Combos Tussar Silk Printed Kurta Combos Cloth Of Gold Woven Kurta Combos Tissue Silk Printed Kurta Combos Hand Block Printed Kurta Combos Bhagalpuri Cotton Plain Kurta Combos Silk Linen Plain Kurta Combos Cotton Linen Plain Kurta Combos Pyjama Fabric Cotton Plain Fabric Cotton Linen Plain Fabric Shirting Fabrics Premium Linen Cotton Linen Plain Fabric Suiting & Pant Fabric Satin Luxury Suiting Fabric Twill Premium Suiting Fabric Textured Premium Suiting Fabric * Shop Women Unstitched Suit Sets Woven Unstitched Suits Embroidered Unstitched Suits Dupattas Woven Dupattas Embroidered Dupattas Printed Dupattas Kurta Pyjama Combo Set Tussar Silk Kurta Printed Kurta Combos Cloth Of Gold Woven Kurta Combos Hand Block Printed Cotton Kurta Combos Bhagalpuri Cotton Plain Kurta Combos Silk Linen Plain Kurta Combos Cotton Linen Kurta Combos Kurta Fabrics Hand Block Printed Cotton Fabric Cotton Linen Plain Fabric Sanitary Pad Pouch Sarees * Shop Fabrics Shop By Type Dyeable Dyed Printed Embroidered Shop By Material Linen Fabric Cotton Linen Fabric Imported Fabrics Rayon Fabric Cotton Fabric Chanderi Fabric Georgette Fabric Muslin Fabric Velvet Fabric Shantoon Fabric Crepe Fabric Tussar Silk Fabric Cotton Satin Fabric Bhagalpuri Fabric Satin Fabric Organza Silk Fabric Silk Linen Fabric Dupion Silk Fabric Linen Neps Fabric Linen Slub Fabric Shop By Usage For Shirts & Kurtas For Dresses & Tops For Lehengas & Gowns For Bottoms & Trousers For Dupatta & Stoles For Lining For Upholstery & Home Shop By Craft Digital Prints Hand Block Prints Screen Prints Indigo Prints Vegetable Prints Embroidered Fabrics Batik Prints Ajrakh Prints Cut Pieces 🆕 * Shop Instagram * Customer Reviews * Wholesale Inquiry 💡 * Help * Contact Us * Track Order * My Account Search "Close (esc)" View more FILTER BY CLEAR ALL Clear PRICE Rs. Rs. 0 0 Clear PRODUCT TYPE Clear COLLECTIONS Clear DISCOUNT Clear AVAILABILITY * Exclude Out Of Stock Showing -1 products for '' Powered by SearchTap Relevance * Relevance * Price, low to high * Price, high to low * Alphabetically, A-Z * Alphabetically, Z-A * Date, old to new * Date, new to old * Sort by * Relevance * Price, low to high * Price, high to low * Alphabetically, A-Z * Alphabetically, Z-A * Date, old to new * Date, new to old Filter (0) Sort by Filter Clear All CLEAR PRICE Rs. Rs. 0 0 CLEAR PRODUCT TYPE CLEAR COLLECTIONS CLEAR DISCOUNT CLEAR AVAILABILITY * Exclude Out Of Stock Apply Filter No Results found for '' Try searching some other keywords or try clearing some filters Have a look at some of our bestsellers!!! Oops!!! Something Went Wrong Please, try reloading page or go back to Home page * SHOP ALL * SHOP MEN * SHOP HOME * SHOP WOMEN * THE WEDDING EDIT * NEW ARRIVALS * SHOP CUT PIECES * SHOP ALL FABRICS * SHOP INSTAGRAM Show Filters Now Launching See All (7) Colours Of Summer Handwoven Linen Suit Sets ADD TO CART The Secret Garden Multi Color Handwoven Colors of Summer Linen Kurta Fabric (2.5 Meters) | and Cotton Pyjama (2.5 Meters) | Unstitched Combo Set ₹2,999 New Arrival ADD TO CART Off-White & Pink Wild Flowers Colors of Summer Linen Kurta Fabric (2.5 Meters) | and Cotton Pyjama (2.5 Meters) | Unstitched Combo Set ₹2,999 New Arrival ADD TO CART Off-White & Light Blue Gigantic Polkas Confetti Collection Embroidered Fine Chanderi Unstitched Suit Set ₹3,999 New Arrival ADD TO CART Off-White & Pink Snow White's Garden Woven Pure Cotton Unstitched Suit Set ₹3,999 ADD TO CART Golden Pink Nayaab Woven Pure Tissue Silk Unstitched Suit Set ₹6,499 ADD TO CART Aqua Blue & Peach Blooming Lilies Woven Pure Cotton Unstitched Suit Set ₹3,999 (14) ADD TO CART Soft-White & Pink The Sweet Lotus Jamdani Woven Pure Cotton Unstitched Suit Set ₹3,999 (43) Back In Stock See All (10) 100% Cotton Linen Fabric. New Arrival ADD TO CART Snow White Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Khaki Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Jade Black Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Mustard Yellow Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Merlot Red Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Blanched Almond Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Royal Blue Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Steel Blue Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Military Green Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 New Arrival ADD TO CART Grey Color Pure Cotton Linen Fabric (Width 52 Inches) ₹399 SHOP MEN See All Shop Best Selling Men's Kurta Sets, Exclusive Fabrics & More * Men's Kurtas * Kurta Pyjama Combos * Kurta Fabrics * Men's Pyjama Fabric * Shirting Fabrics * Suiting Fabrics SHOP HOME See All (4) New Arrival On Sale ADD TO CART Beige & Red Fresh Blooms Printed Premium Satin Cushion Cover (16X16) ₹599 -50% ₹299 New Arrival On Sale ADD TO CART Colorful Garden of Fairies Printed Premium Satin Cushion Cover (16X16) ₹599 -50% ₹299 New Arrival On Sale ADD TO CART Blue & Grey Egyptian Flora Printed Premium Satin Cushion Cover (16X16) ₹599 -50% ₹299 New Arrival On Sale ADD TO CART Colorful Flower Garden Printed Premium Satin Cushion Cover (16X16) ₹599 -50% ₹299 MEN'S BEST SELLERS View Products Chikankari Kurtas View Products Tussar Silk Kurtas View Products Silk Linen Kurtas Company Information Company Information * About us * Contact us * Careers * Track Order * Wholesale Inquiry * Shipping Policy * Returns & Cancellation Policy * Privacy Policy * Terms & Conditions Main menu Main menu * Shop New Arrivals * Shop Best Sellers * Shop Men * Shop Women * Shop Fabrics * Shop Instagram * Customer Reviews * Wholesale Inquiry 💡 * Help Fabric Pandit is on a mission to supply high quality fabrics at factory rates to designers, boutiques and small businesses. Our fabrics are manufactured by a team of in-house textile designers using the finest natural yarns. © 2024 Fabric Pandit All Rights Reserved "Close (esc)" word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1