Welcome to Saumic Craft's Manufacturing Unit

Where Artistry Knows No Bounds

Experience the legacy of Saumic Craft, nestled in Jaipur's heart. Our artisans blend tradition with innovation to craft exquisite pieces destined for global admiration. Witness the magic as raw materials transform into timeless treasures. Join our journey of artistry and sustainability, where every creation reflects dedication and passion. Explore Saumic Craft's workshop and discover handmade marvels that transcend borders, each telling a story of skill and lov

jQuery(document).ready(function($){ // Intercept clicks on category banners $('.elementor-section .promo-banner a').on('click', function(e){ e.preventDefault(); // Get the URL of the clicked category (set in Link field) let targetURL = $(this).attr('href'); // Show loading message $('#ajax-product-area').html('

Loading products...

'); // Load only the product grid (.products) from that URL $('#ajax-product-area').load(targetURL + ' .products', function(){ // Smooth scroll to the product area $('html, body').animate({ scrollTop: $("#ajax-product-area").offset().top - 100 }, 600); }); }); });