{"id":29797,"date":"2025-11-18T12:13:54","date_gmt":"2025-11-18T12:13:54","guid":{"rendered":"https:\/\/viswaveda.in\/?page_id=29797"},"modified":"2026-03-12T03:14:43","modified_gmt":"2026-03-12T03:14:43","slug":"test-home","status":"publish","type":"page","link":"https:\/\/viswaveda.in\/","title":{"rendered":"Test home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"29797\" class=\"elementor elementor-29797\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e96b2b6 e-con-full wd-section-stretch e-flex e-con e-parent\" data-id=\"e96b2b6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aaade3d elementor-widget elementor-widget-html\" data-id=\"aaade3d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-slider\">\r\n   <!-- Slide 2: Video -->\r\n    <div class=\"slide\" data-type=\"video\">\r\n        <video autoplay muted loop playsinline preload=\"auto\" id=\"sliderVideo\"\r\n               poster=\"\">\r\n            <source src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/viswaveda-ad-online-video-cutter.com-1.webm\" type=\"video\/webm\">\r\n        <\/video>\r\n    <\/div>\r\n    <!-- \u2705 New Slide 1: Banner Image -->\r\n    <div class=\"slide active\" data-type=\"image\"\r\n         style=\"background-image: url('https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/wmremove-transformed-2.png');\">\r\n    <\/div>\r\n\r\n    \r\n\r\n    <!-- Slide 3: Image -->\r\n    <div class=\"slide\" data-type=\"image\"\r\n         style=\"background-image: url('https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/slider333.webp');\">\r\n    <\/div>\r\n    \r\n    <div class=\"slide\" data-type=\"image\"\r\n         style=\"background-image: url('https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/12\/banner4vis.png');\">\r\n    <\/div>\r\n\r\n\r\n    <!-- Slider dots -->\r\n    <div class=\"slider-dots\"><\/div>\r\n<\/div>\r\n\r\n<style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Urbanist:wght@400;600;700&display=swap');\r\n\r\n    .custom-slider {\r\n        position: relative;\r\n        width: 100%;\r\n        height: 650px;\r\n        overflow: hidden;\r\n        font-family: 'Urbanist', sans-serif;\r\n    }\r\n\r\n    .custom-slider .slide {\r\n        position: absolute;\r\n        width: 100%;\r\n        height: 100%;\r\n        top: 0;\r\n        left: 0;\r\n        opacity: 0;\r\n        transition: opacity 1s ease, transform 1s ease;\r\n        background-position: center;\r\n        background-size: cover;\r\n        background-repeat: no-repeat;\r\n        transform: scale(1.05);\r\n    }\r\n\r\n    .custom-slider .slide.active {\r\n        opacity: 1;\r\n        z-index: 2;\r\n        transform: scale(1);\r\n    }\r\n\r\n    .custom-slider .slide[data-type=\"video\"] video {\r\n        width: 100%;\r\n        height: 100%;\r\n        object-fit: cover;\r\n    }\r\n\r\n    \/* Pagination Dots *\/\r\n    .slider-dots {\r\n        position: absolute;\r\n        bottom: 20px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        display: flex;\r\n        gap: 10px;\r\n        z-index: 10;\r\n    }\r\n\r\n    .slider-dots span {\r\n        width: 12px;\r\n        height: 12px;\r\n        border-radius: 50%;\r\n        background: rgba(255, 255, 255, 0.6);\r\n        transition: all 0.3s;\r\n        cursor: pointer;\r\n    }\r\n\r\n    .slider-dots span.active {\r\n        background: #BD0606;\r\n        transform: scale(1.4);\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 1024px) {\r\n        .custom-slider { height: 480px; }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .custom-slider { height: 400px; }\r\n        .slider-dots { bottom: 15px; }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n        .custom-slider { height: 250px; }\r\n        .slider-dots span { width: 8px; height: 8px; }\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", function () {\r\n        const slides = document.querySelectorAll(\".custom-slider .slide\");\r\n        const dotsContainer = document.querySelector(\".slider-dots\");\r\n        let current = 0;\r\n        let interval = setInterval(nextSlide, 7000);\r\n\r\n        \/\/ Create dots\r\n        slides.forEach((_, i) => {\r\n            const dot = document.createElement(\"span\");\r\n            dot.addEventListener(\"click\", () => {\r\n                current = i;\r\n                showSlide(current);\r\n                resetInterval();\r\n            });\r\n            dotsContainer.appendChild(dot);\r\n        });\r\n\r\n        const dots = dotsContainer.querySelectorAll(\"span\");\r\n\r\n        function showSlide(index) {\r\n            slides.forEach((slide, i) => {\r\n                slide.classList.remove(\"active\");\r\n                dots[i].classList.remove(\"active\");\r\n            });\r\n            slides[index].classList.add(\"active\");\r\n            dots[index].classList.add(\"active\");\r\n\r\n            if (slides[index].dataset.type === \"video\") {\r\n                const video = slides[index].querySelector(\"video\");\r\n                video.play().catch(() => {});\r\n            } else {\r\n                slides.forEach(s => {\r\n                    const v = s.querySelector(\"video\");\r\n                    if (v) v.pause();\r\n                });\r\n            }\r\n        }\r\n\r\n        function nextSlide() {\r\n            current = (current + 1) % slides.length;\r\n            showSlide(current);\r\n        }\r\n\r\n        function resetInterval() {\r\n            clearInterval(interval);\r\n            interval = setInterval(nextSlide, 7000);\r\n        }\r\n\r\n        showSlide(current);\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d8241b elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-shortcode\" data-id=\"7d8241b\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\t\t\t\t<p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t\t<sr7-module data-alias=\"slider-1\" data-id=\"1\" id=\"SR7_1_1\" class=\"rs-ov-hidden\" data-version=\"6.7.38\">\n\t\t\t\t\t<sr7-adjuster><\/sr7-adjuster>\n\t\t\t\t\t<sr7-content>\n\t\t\t\t\t\t<sr7-slide id=\"SR7_1_1-3\" data-key=\"3\">\n\t\t\t\t\t\t\t<sr7-bg id=\"SR7_1_1-3-1\" class=\"sr7-layer\"><noscript><img decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/bella-pon-fruitsia-qDP8TRQM_xI-unsplash-1-scaled.webp\" alt=\"\" title=\"bella-pon-fruitsia-qDP8TRQM_xI-unsplash (1)\"><\/noscript><\/sr7-bg>\n\t\t\t\t\t\t<\/sr7-slide>\n\t\t\t\t\t\t<sr7-slide id=\"SR7_1_1-4\" data-key=\"4\">\n\t\t\t\t\t\t\t<sr7-bg id=\"SR7_1_1-4-4\" class=\"sr7-layer\"><noscript><img decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/young-indian-woman-wearing-sari-scaled.jpg\" alt=\"\" title=\"young-indian-woman-wearing-sari\"><\/noscript><\/sr7-bg>\n\t\t\t\t\t\t\t<sr7-txt id=\"SR7_1_1-4-1\" class=\"sr7-layer\">Timeless Elegance in \nGadwal Silk<\/sr7-txt>\n\t\t\t\t\t\t\t<sr7-txt id=\"SR7_1_1-4-2\" class=\"sr7-layer\">Experience the rich heritage and intricate craftsmanship of \nauthentic Gadwal sarees.<\/sr7-txt>\n\t\t\t\t\t\t\t<a id=\"SR7_1_1-4-3\" class=\"sr7-layer\" href=\"https:\/\/viswaveda.in\/product-category\/wedding\/\" target=\"_self\">Shop Now<\/a>\n\t\t\t\t\t\t<\/sr7-slide>\n\t\t\t\t\t\t<sr7-slide id=\"SR7_1_1-6\" data-key=\"6\">\n\t\t\t\t\t\t<\/sr7-slide>\n\t\t\t\t\t\t<sr7-slide id=\"SR7_1_1-2\" data-key=\"2\">\n\t\t\t\t\t\t<\/sr7-slide>\n\t\t\t\t\t<\/sr7-content>\n\t\t\t\t\t<image_lists style=\"display:none\">\n\t\t\t\t\t\t<img data-src=\"\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/bella-pon-fruitsia-qDP8TRQM_xI-unsplash-1-scaled.webp\" data-libid=\"29097\" data-lib=\"medialibrary\" title=\"bella-pon-fruitsia-qDP8TRQM_xI-unsplash (1)\" width=\"0\" height=\"0\" data-dbsrc=\"Ly92aXN3YXZlZGEuaW4vd3AtY29udGVudC91cGxvYWRzLzIwMjUvMTAvYmVsbGEtcG9uLWZydWl0c2lhLXFEUDhUUlFNX3hJLXVuc3BsYXNoLTEtc2NhbGVkLndlYnA=\"\/>\n\t\t\t\t\t\t<img data-src=\"\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/young-indian-woman-wearing-sari-scaled.jpg\" data-libid=\"29354\" data-lib=\"medialibrary\" title=\"young-indian-woman-wearing-sari\" width=\"0\" height=\"0\" data-dbsrc=\"Ly92aXN3YXZlZGEuaW4vd3AtY29udGVudC91cGxvYWRzLzIwMjUvMTAveW91bmctaW5kaWFuLXdvbWFuLXdlYXJpbmctc2FyaS1zY2FsZWQuanBn\"\/>\n\t\t\t\t\t<\/image_lists>\n\t\t\t\t<\/sr7-module>\n\t\t\t\t<script>\n\t\t\t\t\tSR7.PMH ??={}; SR7.PMH[\"SR7_1_1\"] = {cn:100,state:false,fn: function() { if (_tpt!==undefined && _tpt.prepareModuleHeight !== undefined) {  _tpt.prepareModuleHeight({id:\"SR7_1_1\",el:[479.988,479.988,768,960,720],type:'standard',shdw:'0',gh:[480,480,417,317,196],gw:[1180,1180,1024,778,480],vpt:['-100px'],size:{fullWidth:true, fullHeight:false},mh:'0',onh:0,onw:0,bg:{color:'{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}'}});   SR7.PMH[\"SR7_1_1\"].state=true;} else if(SR7.PMH[\"SR7_1_1\"].cn-->0)\tsetTimeout( SR7.PMH[\"SR7_1_1\"].fn,19);}};SR7.PMH[\"SR7_1_1\" ].fn();\n\t\t\t\t<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b2eb3d2 e-con-full wd-section-stretch e-flex e-con e-parent\" data-id=\"b2eb3d2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7800328 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"7800328\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tWELCOME TO VISWAVEDA\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Latest Arrivals<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>Explore our newest collection, crafted to keep you ahead in style.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0f3f56a e-flex e-con-boxed e-con e-child\" data-id=\"0f3f56a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45b5cf5 wd-width-100 elementor-widget elementor-widget-wd_products\" data-id=\"45b5cf5\" data-element_type=\"widget\" data-widget_type=\"wd_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div id=\"carousel-103\" class=\"wd-carousel-container  wd-products-element wd-products products\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid\" data-autoheight=\"yes\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:30px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-info-alt product-grid-item product type-product post-30699 status-publish instock product_cat-kanchipuram-silk-sarees has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes\" data-loop=\"1\" data-id=\"30699\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=kanchipuram-saree\" class=\"product-image-link\">\n\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"400\" height=\"500\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-09-29T170344.406-2.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-09-29T170344.406-2.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-09-29T170344.406-2-240x300.png 240w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-09-29T170344.406-2-150x188.png 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=kanchipuram-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen3.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen3.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen3-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen3-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=kanchipuram-saree\">Kanchipuram Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=kanchipuram-silk-sarees\" rel=\"tag\">Kanchipuram Silk Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>1,000.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>3,000.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;1,000.00 through &#8377;3,000.00<\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=kanchipuram-saree\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_30699\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"30699\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Kanchipuram Saree&rdquo;\" rel=\"nofollow\"><span>Select options<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_30699\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=kanchipuram-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"30699\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-30395 status-publish instock product_cat-viscose-cotton-silk-handloom-saree has-post-thumbnail sale shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"30395\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=dupatta-red\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-5%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/12\/duppata1.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/12\/duppata1.jpg 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/12\/duppata1-200x300.jpg 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/12\/duppata1-150x225.jpg 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=dupatta-red\">Dupatta Red<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=viscose-cotton-silk-handloom-saree\" rel=\"tag\">Viscose Cotton Silk Handloom Saree<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>9,500.00<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29797&#038;add-to-cart=30395\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_30395\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"30395\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Dupatta Red&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Dupatta Red&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_30395\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=dupatta-red\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"30395\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28429 status-publish instock product_cat-venkatagiri-cotton-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes\" data-loop=\"3\" data-id=\"28429\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=venkatagiri-cotton-jacquard-handloom-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vgreen1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=venkatagiri-cotton-jacquard-handloom-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vpeachh1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vpeachh1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vpeachh1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/vpeachh1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=venkatagiri-cotton-jacquard-handloom-saree\">Venkatagiri  Cotton Jacquard Handloom Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=venkatagiri-cotton-sarees\" rel=\"tag\">Venkatagiri Cotton Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>3,099.00<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=venkatagiri-cotton-jacquard-handloom-saree\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28429\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"28429\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Venkatagiri  Cotton Jacquard Handloom Saree&rdquo;\" rel=\"nofollow\"><span>Select options<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28429\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=venkatagiri-cotton-jacquard-handloom-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28429\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28419 status-publish last instock product_cat-uppada-jamdhani-silk-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"28419\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-blue-silk-jamdhani-handloom-saree-with-contast-pallu\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-blue-silk-jamdhani-handloom-saree-with-contast-pallu\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast2.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast2.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast2-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/contrast2-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-blue-silk-jamdhani-handloom-saree-with-contast-pallu\">Uppada Dark Blue Silk Jamdhani Handloom Saree with contast pallu<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=uppada-jamdhani-silk-sarees\" rel=\"tag\">Uppada Jamdhani Silk Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>10,999.00<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29797&#038;add-to-cart=28419\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28419\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"28419\" data-product_sku=\"(V01U5)P00\" aria-label=\"Add to cart: &ldquo;Uppada Dark Blue Silk Jamdhani Handloom Saree with contast pallu&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Uppada Dark Blue Silk Jamdhani Handloom Saree with contast pallu&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28419\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=uppada-dark-blue-silk-jamdhani-handloom-saree-with-contast-pallu\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28419\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28400 status-publish first instock product_cat-uppada-jamdhani-silk-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes\" data-loop=\"5\" data-id=\"28400\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-silk-jamdhani-handloom-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/dbdb1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/dbdb1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/dbdb1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/dbdb1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-silk-jamdhani-handloom-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/pinkk1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/pinkk1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/pinkk1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/pinkk1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-silk-jamdhani-handloom-saree\">Uppada Dark Silk Jamdhani Handloom Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=uppada-jamdhani-silk-sarees\" rel=\"tag\">Uppada Jamdhani Silk Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>10,999.00<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=uppada-dark-silk-jamdhani-handloom-saree\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28400\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"28400\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Uppada Dark Silk Jamdhani Handloom Saree&rdquo;\" rel=\"nofollow\"><span>Select options<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28400\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=uppada-dark-silk-jamdhani-handloom-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28400\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28345 status-publish instock product_cat-shantipur-jamdhani-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"28345\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=shantipur-yellow-cotton-tant-handloom-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/tyel1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/tyel1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/tyel1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/tyel1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=shantipur-yellow-cotton-tant-handloom-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/ty4.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/ty4.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/ty4-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/ty4-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=shantipur-yellow-cotton-tant-handloom-saree\">Shantipur Yellow Cotton Tant Handloom Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=shantipur-jamdhani-sarees\" rel=\"tag\">Shantipur Jamdhani Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>5,998.80<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29797&#038;add-to-cart=28345\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28345\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"28345\" data-product_sku=\"V16SH006\" aria-label=\"Add to cart: &ldquo;Shantipur Yellow Cotton Tant Handloom Saree&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Shantipur Yellow Cotton Tant Handloom Saree&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28345\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=shantipur-yellow-cotton-tant-handloom-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28345\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28301 status-publish instock product_cat-shantipur-jamdhani-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes\" data-loop=\"7\" data-id=\"28301\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=shantipur-cotton-jamdhani-handloom-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"395\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/offw1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/offw1.avif 263w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/offw1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/offw1-150x225.avif 150w\" sizes=\"(max-width: 263px) 100vw, 263px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=shantipur-cotton-jamdhani-handloom-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"395\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/purewhite1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/purewhite1.avif 263w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/purewhite1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/purewhite1-150x225.avif 150w\" sizes=\"(max-width: 263px) 100vw, 263px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=shantipur-cotton-jamdhani-handloom-saree\">Shantipur  Cotton Jamdhani Handloom Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=shantipur-jamdhani-sarees\" rel=\"tag\">Shantipur Jamdhani Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>6,478.80<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=shantipur-cotton-jamdhani-handloom-saree\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28301\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"28301\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Shantipur  Cotton Jamdhani Handloom Saree&rdquo;\" rel=\"nofollow\"><span>Select options<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28301\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=shantipur-cotton-jamdhani-handloom-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28301\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28290 status-publish instock product_cat-pochampally-ikat-silk-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"28290\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=pochampally-dark-blue-tie-dye-ikat-silk-handloom-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb1-1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb1-1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb1-1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb1-1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=pochampally-dark-blue-tie-dye-ikat-silk-handloom-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb2-1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb2-1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb2-1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/zb2-1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=pochampally-dark-blue-tie-dye-ikat-silk-handloom-saree\">Pochampally Dark Blue Tie &#038; Dye Ikat Silk Handloom Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=pochampally-ikat-silk-sarees\" rel=\"tag\">Pochampally Ikat Silk Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>11,998.80<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29797&#038;add-to-cart=28290\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28290\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"28290\" data-product_sku=\"V14PP010\" aria-label=\"Add to cart: &ldquo;Pochampally Dark Blue Tie &amp; Dye Ikat Silk Handloom Saree&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Pochampally Dark Blue Tie &amp; Dye Ikat Silk Handloom Saree&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28290\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=pochampally-dark-blue-tie-dye-ikat-silk-handloom-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28290\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28280 status-publish last instock product_cat-pochampally-ikat-silk-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes\" data-loop=\"9\" data-id=\"28280\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=pochampally-tie-dye-ikat-handloom-silk-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/red1-1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/red1-1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/red1-1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/red1-1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=pochampally-tie-dye-ikat-handloom-silk-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/bg1-1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/bg1-1.avif 367w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/bg1-1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/bg1-1-150x225.avif 150w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=pochampally-tie-dye-ikat-handloom-silk-saree\">Pochampally  Tie &#038; Dye Ikat Handloom Silk Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=pochampally-ikat-silk-sarees\" rel=\"tag\">Pochampally Ikat Silk Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>11,998.80<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=pochampally-tie-dye-ikat-handloom-silk-saree\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28280\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"28280\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Pochampally  Tie &amp; Dye Ikat Handloom Silk Saree&rdquo;\" rel=\"nofollow\"><span>Select options<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28280\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=pochampally-tie-dye-ikat-handloom-silk-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28280\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-with-labels wd-hover-info-alt product-grid-item product type-product post-28222 status-publish first instock product_cat-narayanpet-silk-sarees has-post-thumbnail sale shipping-taxable purchasable product-type-simple\" data-loop=\"10\" data-id=\"28222\">\n\t\n\t<div class=\"product-wrapper\">\n\t<div class=\"product-element\">\n\t\t<div class=\"product-element-top wd-quick-shop\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=narayanpet-maroon-silk-handloom-saree\" class=\"product-image-link\">\n\t\t\t\t<div class=\"product-labels labels-rounded\"><span class=\"onsale product-label\">-20%<\/span><\/div><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"395\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron1.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron1.avif 263w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron1-200x300.avif 200w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron1-150x225.avif 150w\" sizes=\"(max-width: 263px) 100vw, 263px\" \/>\t\t\t<\/a>\n\n\t\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?product=narayanpet-maroon-silk-handloom-saree\" aria-label=\"Product image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"621\" height=\"551\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron4.avif\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron4.avif 621w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron4-338x300.avif 338w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron4-430x382.avif 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/maron4-150x133.avif 150w\" sizes=\"(max-width: 621px) 100vw, 621px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"top-information wd-fill\">\n\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/viswaveda.in\/?product=narayanpet-maroon-silk-handloom-saree\">Narayanpet Maroon Silk Handloom Saree<\/a><\/h3>\t\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/viswaveda.in\/?product_cat=narayanpet-silk-sarees\" rel=\"tag\">Narayanpet Silk Sarees<\/a>\t\t<\/div>\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>8,518.80<\/bdi><\/span><\/span>\n\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29797&#038;add-to-cart=28222\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28222\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"28222\" data-product_sku=\"V14NP020\" aria-label=\"Add to cart: &ldquo;Narayanpet Maroon Silk Handloom Saree&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Narayanpet Maroon Silk Handloom Saree&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28222\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/viswaveda.in\/?product=narayanpet-maroon-silk-handloom-saree\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"28222\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\n\t<\/div>\n\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape wd-hide-md-sm wd-hide-sm\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-nav-scroll wd-hide-lg wd-hide-md-sm\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e03825 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"6e03825\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Explore Our Saree Collections<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>Beautiful Handloom and\u00a0Handcrafted sarees collection<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d673923 elementor-widget__width-initial elementor-widget elementor-widget-ucaddon_card_carousel\" data-id=\"d673923\" data-element_type=\"widget\" data-widget_type=\"ucaddon_card_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Card Carousel -->\n\t\t<link id='font-awesome-css' href='https:\/\/viswaveda.in\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/viswaveda.in\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='owl-carousel-css' href='https:\/\/viswaveda.in\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/owl-carousel-new\/assets\/owl.carousel.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='uc_ac_assets_file_animate_css_77907-css' href='https:\/\/viswaveda.in\/wp-content\/uploads\/ac_assets\/uc_classic_carousel\/animate.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Card Carousel *\/\n\n#uc_card_carousel_elementor_d673923-wrapper{\n  min-height:1px;\n}\n\n#uc_card_carousel_elementor_d673923 *{\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n\n#uc_card_carousel_elementor_d673923 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n\n#uc_card_carousel_elementor_d673923 .uc_classic_carousel_container_holder{\n\tdisplay:block;\n\tposition:relative;\n\twidth:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_d673923 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n\n\n#uc_card_carousel_elementor_d673923 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_d673923 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n\n.card_carousel_title{\n\tfont-size:21px;\n}\n\n.uc_classic_carousel .uc_classic_carousel_border{\n\tdisplay:block;\n    margin:0 auto;\n}\n\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n\twidth:100%;    \n    display:block;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.5s ease;\n}\n\n#uc_card_carousel_elementor_d673923 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n\n#uc_card_carousel_elementor_d673923 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n\n#uc_card_carousel_elementor_d673923 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_d673923 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  \tjustify-content: center;\n  \talign-items: center;\n    text-align:center;\n}\n\n#uc_card_carousel_elementor_d673923 .owl-nav .disabled{\n    display: none;  \n}\n\n\n#uc_card_carousel_elementor_d673923 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n\n#uc_card_carousel_elementor_d673923 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_card_carousel_elementor_d673923 .ue-item-icon-wrapper{\n  display:flex;\n}\n\n#uc_card_carousel_elementor_d673923 .uc_classic_carousel_container_holder {\n\t max-width: ;\n}\n\n\n\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_d673923 .uc_classic_carousel_container_holder {\n\t max-width: ;\n  }\n}\n\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_d673923 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n\n<\/style>\n\n<div class=\"uc_classic_carousel\" id=\"uc_card_carousel_elementor_d673923-wrapper\">\n  <div class=\"uc_carousel owl-carousel uc-items-wrapper  \" id=\"uc_card_carousel_elementor_d673923\"  >\n    \n\n\n<div id=\"uc_card_carousel_elementor_d673923_item1\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-c91c28e\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=venkatagiri-cotton-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Category.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Category.webp\" alt=\"Category\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Venkatagiri Cotton<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item2\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-6e7da3e\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=baluchari-cotton-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Category-1.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Category-1.webp\" alt=\"Category (1)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Baluchari Cotton<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item3\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-d51ba04\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=shantipur-jamdhani-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Category-2.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Category-2.webp\" alt=\"Category (2)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Shantipur Jamdhani<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item4\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-85d6aff\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=maheshwari-si-co-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd.webp\" alt=\"Categorypsd\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Maheshwari Si-Co<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item5\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-2d55e91\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=chikankari-embroidery-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd-1.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd-1.webp\" alt=\"Categorypsd (1)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Chikankari Embroidery<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item6\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f623f30\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=narayanpet-cotton-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd-2.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd-2.webp\" alt=\"Categorypsd (2)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Narayanpet Cotton<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item7\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-bcd55fb\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=kasuti-embroidery-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd-3.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Categorypsd-3.webp\" alt=\"Categorypsd (3)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Kasuti Embroidery<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item8\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-540c9e0\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_origin=mangalagiri\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY1-1.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY1-1.png\" alt=\"CATEGORY1 (1)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Mangalagiri Cotton<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item9\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-c2fbd94\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_origin=uppada\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY2.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY2.png\" alt=\"CATEGORY2\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Uppada Jamdani<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item10\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f7de001\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=pedana-kalamkari\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY3.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY3.png\" alt=\"CATEGORY3\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Pedana Kalamkari<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item11\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-4611d30\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_origin=bhagalpur\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY4.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY4.png\" alt=\"CATEGORY4\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Bhagalpur Silk<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item12\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-38e67c6\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=madhubani-hand-printed\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY5.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/CATEGORY5.png\" alt=\"CATEGORY5\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Madhubani Hand Paint<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item13\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-aae81f7\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_origin=chanderi\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Chanderi-Silk-Cotton.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Chanderi-Silk-Cotton.png\" alt=\"Chanderi Silk-Cotton\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Chanderi Silk-Cotton<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item14\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-6c4b069\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_origin=dharwad\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Dharwad-Kasuti.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Dharwad-Kasuti.png\" alt=\"Dharwad-Kasuti\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Dharwad Kasuti<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item15\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f6bddbc\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=siddipet-gollabama-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY.png\" alt=\"VISWAVEDA-CATEGORY\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Siddipet Gollabama<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item16\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-9a4166a\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=narayanpet-silk-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-1.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-1.png\" alt=\"VISWAVEDA-CATEGORY (1)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Narayanpet Silk<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item17\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-4614240\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_origin=lucknow\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-2.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-2.png\" alt=\"VISWAVEDA-CATEGORY (2)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Lucknow Chikankari<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item18\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-8d1488e\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=kanchipuram-silk-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-5.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-5.png\" alt=\"VISWAVEDA-CATEGORY (5)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Kanchipuram Silk<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item19\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-0a1357e\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=benaras-silk-saree\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-6.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-6.png\" alt=\"VISWAVEDA-CATEGORY (6)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Benaras Silk<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item20\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3bfafe0\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=bagru-hand-block-saree\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-7.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-7.png\" alt=\"VISWAVEDA-CATEGORY (7)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Bagru Hand Block<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item21\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-94ec0d4\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=dabu-hand-block-saree\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-8.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-8.png\" alt=\"VISWAVEDA-CATEGORY (8)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Dabu Hand Block<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item22\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-38e979d\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?product_cat=gadwal-silk-sarees\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-10.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/VISWAVEDA-CATEGORY-10.png\" alt=\"VISWAVEDA-CATEGORY (10)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">Gadwal Silk<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_d673923_item23\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-a0e28ac\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Categorypsd-2-1.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Categorypsd-2-1.png\" alt=\"Categorypsd-2 (1)\" width=\"500\" height=\"500\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:ltr;\">    \n\n      \n          <div  class=\"card_carousel_title\">SHOP ALL<\/div>\n              \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n  <\/div>\n<\/div>\n<!-- end Card Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd57362 elementor-widget elementor-widget-image\" data-id=\"bd57362\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"593\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png\" class=\"attachment-large size-large wp-image-29253\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png 1300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-400x182.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-768x350.png 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1536x700.png 1536w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-2048x934.png 2048w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-430x196.png 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-700x319.png 700w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-150x68.png 150w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2120269 e-con-full e-flex e-con e-child\" data-id=\"2120269\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2578c9 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"d2578c9\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Most Loved Saree Collections<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>Celebrate tradition with our top picks<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8a71e6f elementor-hidden-mobile e-con-full e-flex e-con e-child\" data-id=\"8a71e6f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-52c38a1 e-con-full e-flex e-con e-child\" data-id=\"52c38a1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/viswaveda.in\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/SSYouTube.online_Semi-Kanchipuram-Silk-Saree-Rs.-1390-10.11.22-shrus_1080p.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-fdbd624 elementor-widget elementor-widget-heading\" data-id=\"fdbd624\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GREATEST SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cdb88ac elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"cdb88ac\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fec5199 elementor-widget elementor-widget-heading\" data-id=\"fec5199\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5dd438 elementor-widget elementor-widget-heading\" data-id=\"f5dd438\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">KANCHI SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebc6bfc elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ebc6bfc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=kanchipuram-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb7c934 e-con-full e-flex e-con e-child\" data-id=\"bb7c934\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtube.com\\\/shorts\\\/ctVUB1R90OA?si=fO-fsoKq79vLzce6&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-250528e elementor-widget elementor-widget-heading\" data-id=\"250528e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GREATEST SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cacdb8a elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"cacdb8a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22a0559 elementor-widget elementor-widget-heading\" data-id=\"22a0559\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9531eef elementor-widget elementor-widget-heading\" data-id=\"9531eef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">POOCHAMPALLY SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58d73bd elementor-align-center elementor-widget elementor-widget-button\" data-id=\"58d73bd\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=pochampally-ikat-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e992c84 e-con-full e-flex e-con e-child\" data-id=\"e992c84\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/viswaveda.in\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Pure-Gadwal-silk-handloom-saree-_-shop-authentic-gadwal-saree-online-luxurionworld-reels.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-055b516 elementor-widget elementor-widget-heading\" data-id=\"055b516\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GREATEST SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01d295d elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"01d295d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d2aa91 elementor-widget elementor-widget-heading\" data-id=\"8d2aa91\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b7adf4 elementor-widget elementor-widget-heading\" data-id=\"2b7adf4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GADWAL SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22786b0 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"22786b0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=gadwal-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db55e5a e-con-full e-flex e-con e-child\" data-id=\"db55e5a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/viswaveda.in\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Order-on-WhatsApp_-9840306334-_-templedesigner.com_.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-b136169 elementor-widget elementor-widget-heading\" data-id=\"b136169\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GREATEST SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca697f4 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"ca697f4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f16cb51 elementor-widget elementor-widget-heading\" data-id=\"f16cb51\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df4463c elementor-widget elementor-widget-heading\" data-id=\"df4463c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TUSSAR SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba39e72 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ba39e72\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=tussar-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3854e03 e-con-full e-flex e-con e-child\" data-id=\"3854e03\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a00d13 elementor-widget elementor-widget-image\" data-id=\"0a00d13\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?page_id=47\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1.png\" class=\"attachment-large size-large wp-image-29839\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1.png 500w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1-300x300.png 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1-150x150.png 150w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1-430x430.png 430w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Shop All<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b92045 elementor-hidden-desktop elementor-hidden-tablet elementor-widget wd-nested-carousel\" data-id=\"4b92045\" data-element_type=\"widget\" data-widget_type=\"wd_nested_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-nested-carousel wd-carousel-container \">\n\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t<div class=\"wd-carousel wd-grid\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:3;--wd-col-md:1;--wd-col-sm:2;--wd-gap-lg:30px;--wd-gap-sm:10px;\">\n\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t<div class=\"wd-carousel-item elementor-element elementor-element-4abc637 e-con-full e-flex e-con e-child\" data-id=\"4abc637\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-58198ab e-con-full e-flex e-con e-child\" data-id=\"58198ab\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/viswaveda.in\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/SSYouTube.online_Semi-Kanchipuram-Silk-Saree-Rs.-1390-10.11.22-shrus_1080p.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-0365242 elementor-widget elementor-widget-heading\" data-id=\"0365242\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DIWALI SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfb445c elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"bfb445c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8495e0 elementor-widget elementor-widget-heading\" data-id=\"b8495e0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bca438 elementor-widget elementor-widget-heading\" data-id=\"1bca438\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">KANCHI SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98f0f86 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"98f0f86\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=kanchipuram-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-carousel-item elementor-element elementor-element-f088cce e-con-full e-flex e-con e-child\" data-id=\"f088cce\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c36d255 e-con-full e-flex e-con e-child\" data-id=\"c36d255\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtube.com\\\/shorts\\\/ctVUB1R90OA?si=CpgMmzE2rkazxKAa&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-833c9b6 elementor-widget elementor-widget-heading\" data-id=\"833c9b6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DIWALI SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78800c7 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"78800c7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f265a61 elementor-widget elementor-widget-heading\" data-id=\"f265a61\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4efce7 elementor-widget elementor-widget-heading\" data-id=\"b4efce7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">POOCHAMPALLY IKAT SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c4c9eb elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1c4c9eb\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=pochampally-ikat-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-carousel-item elementor-element elementor-element-9c40846 e-con-full e-flex e-con e-child\" data-id=\"9c40846\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b4a8206 e-con-full e-flex e-con e-child\" data-id=\"b4a8206\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/viswaveda.in\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Pure-Gadwal-silk-handloom-saree-_-shop-authentic-gadwal-saree-online-luxurionworld-reels.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-0c40984 elementor-widget elementor-widget-heading\" data-id=\"0c40984\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DIWALI SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-badcf00 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"badcf00\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3141a0 elementor-widget elementor-widget-heading\" data-id=\"b3141a0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8915210 elementor-widget elementor-widget-heading\" data-id=\"8915210\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GADWAL SILK<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41edeef elementor-align-center elementor-widget elementor-widget-button\" data-id=\"41edeef\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=gadwal-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-carousel-item elementor-element elementor-element-2fdeb7c e-con-full e-flex e-con e-child\" data-id=\"2fdeb7c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-384d66a e-con-full e-flex e-con e-child\" data-id=\"384d66a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/viswaveda.in\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Order-on-WhatsApp_-9840306334-_-templedesigner.com_.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-efab8bf elementor-widget elementor-widget-heading\" data-id=\"efab8bf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DIWALI SALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f5b8b3 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"4f5b8b3\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tUPTO\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-602cd78 elementor-widget elementor-widget-heading\" data-id=\"602cd78\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">20% OFF<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4661fb elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"f4661fb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TUSSAR SILK\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47aed9a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"47aed9a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?product_cat=tussar-silk-sarees\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-carousel-item elementor-element elementor-element-164a8cf e-con-full e-flex e-con e-child\" data-id=\"164a8cf\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-53857cd e-con-full e-flex e-con e-child\" data-id=\"53857cd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87bccf4 elementor-widget elementor-widget-image\" data-id=\"87bccf4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?page_id=47\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1.png\" class=\"attachment-large size-large wp-image-29839\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1.png 500w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1-300x300.png 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1-150x150.png 150w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gemini_Generated_Image_7xwq7o7xwq7o7xwq-removebg-preview-1-430x430.png 430w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2abbd5a elementor-widget elementor-widget-heading\" data-id=\"2abbd5a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/viswaveda.in\/?page_id=47\">Shop all<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape wd-hide-md-sm wd-hide-sm\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4fa32e elementor-widget elementor-widget-image\" data-id=\"c4fa32e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"593\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png\" class=\"attachment-large size-large wp-image-29253\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png 1300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-400x182.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-768x350.png 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1536x700.png 1536w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-2048x934.png 2048w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-430x196.png 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-700x319.png 700w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-150x68.png 150w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dd00aeb e-flex e-con-boxed e-con e-child\" data-id=\"dd00aeb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14d68a1 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"14d68a1\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Featured Categories<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>Where Tradition Meets Modern Elegance<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26cfddd elementor-widget elementor-widget-ucaddon_card_carousel\" data-id=\"26cfddd\" data-element_type=\"widget\" data-widget_type=\"ucaddon_card_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Card Carousel -->\n\n<style>\/* widget: Card Carousel *\/\n\n#uc_card_carousel_elementor_26cfddd-wrapper{\n  min-height:1px;\n}\n\n#uc_card_carousel_elementor_26cfddd *{\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n\n#uc_card_carousel_elementor_26cfddd .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n\n#uc_card_carousel_elementor_26cfddd .uc_classic_carousel_container_holder{\n\tdisplay:block;\n\tposition:relative;\n\twidth:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_26cfddd .uc_classic_carousel_placeholder{\n   position:relative;\n}\n\n\n#uc_card_carousel_elementor_26cfddd .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_26cfddd .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n\n.card_carousel_title{\n\tfont-size:21px;\n}\n\n.uc_classic_carousel .uc_classic_carousel_border{\n\tdisplay:block;\n    margin:0 auto;\n}\n\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n\twidth:100%;    \n    display:block;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.5s ease;\n}\n\n#uc_card_carousel_elementor_26cfddd .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n\n#uc_card_carousel_elementor_26cfddd .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n\n#uc_card_carousel_elementor_26cfddd .owl-nav .owl-prev,\n#uc_card_carousel_elementor_26cfddd .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  \tjustify-content: center;\n  \talign-items: center;\n    text-align:center;\n}\n\n#uc_card_carousel_elementor_26cfddd .owl-nav .disabled{\n    display: none;  \n}\n\n\n#uc_card_carousel_elementor_26cfddd .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n\n#uc_card_carousel_elementor_26cfddd .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_card_carousel_elementor_26cfddd .ue-item-icon-wrapper{\n  display:flex;\n}\n\n#uc_card_carousel_elementor_26cfddd .uc_classic_carousel_container_holder {\n\t max-width: ;\n}\n\n\n\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_26cfddd .uc_classic_carousel_container_holder {\n\t max-width: ;\n  }\n}\n\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_26cfddd .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n\n<\/style>\n\n<div class=\"uc_classic_carousel\" id=\"uc_card_carousel_elementor_26cfddd-wrapper\">\n  <div class=\"uc_carousel owl-carousel uc-items-wrapper  \" id=\"uc_card_carousel_elementor_26cfddd\"  >\n    \n\n\n<div id=\"uc_card_carousel_elementor_26cfddd_item1\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-149892d\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=sarees\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-768x1086.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-768x1086.webp\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Sarees<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_26cfddd_item2\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f4041e1\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=dupattas\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-8-768x1086.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-8-768x1086.png\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (8)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Dupattas<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_26cfddd_item3\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3280182\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=unstitched-fabrics\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-9-768x1086.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-9-768x1086.webp\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (9)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Unstitched Fabrics<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_26cfddd_item4\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3369a3c\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=unstitched-dress-materials\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-10-768x1086.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-10-768x1086.png\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (10)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Unstitched Dress Materials<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_26cfddd_item5\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-eb61d3a\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=kurtis\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-11-768x1086.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-11-768x1086.webp\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (11)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Kurtis<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n  <\/div>\n<\/div>\n<!-- end Card Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a93423 elementor-widget elementor-widget-ucaddon_card_carousel\" data-id=\"2a93423\" data-element_type=\"widget\" data-widget_type=\"ucaddon_card_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Card Carousel -->\n\n<style>\/* widget: Card Carousel *\/\n\n#uc_card_carousel_elementor_2a93423-wrapper{\n  min-height:1px;\n}\n\n#uc_card_carousel_elementor_2a93423 *{\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n\n#uc_card_carousel_elementor_2a93423 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n\n#uc_card_carousel_elementor_2a93423 .uc_classic_carousel_container_holder{\n\tdisplay:block;\n\tposition:relative;\n\twidth:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2a93423 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n\n\n#uc_card_carousel_elementor_2a93423 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_2a93423 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n\n.card_carousel_title{\n\tfont-size:21px;\n}\n\n.uc_classic_carousel .uc_classic_carousel_border{\n\tdisplay:block;\n    margin:0 auto;\n}\n\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n\twidth:100%;    \n    display:block;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.5s ease;\n}\n\n#uc_card_carousel_elementor_2a93423 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n\n#uc_card_carousel_elementor_2a93423 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n\n#uc_card_carousel_elementor_2a93423 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_2a93423 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  \tjustify-content: center;\n  \talign-items: center;\n    text-align:center;\n}\n\n#uc_card_carousel_elementor_2a93423 .owl-nav .disabled{\n    display: none;  \n}\n\n\n#uc_card_carousel_elementor_2a93423 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n\n#uc_card_carousel_elementor_2a93423 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_card_carousel_elementor_2a93423 .ue-item-icon-wrapper{\n  display:flex;\n}\n\n#uc_card_carousel_elementor_2a93423 .uc_classic_carousel_container_holder {\n\t max-width: ;\n}\n\n\n\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_2a93423 .uc_classic_carousel_container_holder {\n\t max-width: ;\n  }\n}\n\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_2a93423 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n\n<\/style>\n\n<div class=\"uc_classic_carousel\" id=\"uc_card_carousel_elementor_2a93423-wrapper\">\n  <div class=\"uc_carousel owl-carousel uc-items-wrapper  \" id=\"uc_card_carousel_elementor_2a93423\"  >\n    \n\n\n<div id=\"uc_card_carousel_elementor_2a93423_item1\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-149892d\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=anarkali-tops\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Anarkali-Tops-768x1086.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Anarkali-Tops-768x1086.png\" alt=\"Anarkali Tops\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Anarkali Tops<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_2a93423_item2\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f4041e1\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=stitched-dress-materials\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-12-768x1086.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-12-768x1086.webp\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (12)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Stitched Dress Materials<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_2a93423_item3\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3280182\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=anarkali-dress-materials\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-13-768x1086.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-13-768x1086.webp\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (13)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Anarkali Dress Materials Ikat Silk<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_2a93423_item4\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3369a3c\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=bedspreads\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-14-768x1086.png\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-14-768x1086.png\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (14)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Bedspreads<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_2a93423_item5\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-2244bbb\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_all-categories=handcrafts\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-15-768x1086.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Gren-and-Gold-Traditional-Islamic-Page-Border-A4-Document-15-768x1086.webp\" alt=\"Gren and Gold Traditional Islamic Page Border A4 Document (15)\" width=\"768\" height=\"1086\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Handcrafts<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n  <\/div>\n<\/div>\n<!-- end Card Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b56408 elementor-widget elementor-widget-image\" data-id=\"7b56408\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"593\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png\" class=\"attachment-large size-large wp-image-29253\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png 1300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-400x182.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-768x350.png 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1536x700.png 1536w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-2048x934.png 2048w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-430x196.png 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-700x319.png 700w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-150x68.png 150w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1006e2f e-flex e-con-boxed e-con e-child\" data-id=\"1006e2f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a98e4cb wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"a98e4cb\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Fabric Classification<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>Choose from our curated fabric types.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72d3e39 elementor-widget elementor-widget-ucaddon_card_carousel\" data-id=\"72d3e39\" data-element_type=\"widget\" data-widget_type=\"ucaddon_card_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Card Carousel -->\n\n<style>\/* widget: Card Carousel *\/\n\n#uc_card_carousel_elementor_72d3e39-wrapper{\n  min-height:1px;\n}\n\n#uc_card_carousel_elementor_72d3e39 *{\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n\n#uc_card_carousel_elementor_72d3e39 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n\n#uc_card_carousel_elementor_72d3e39 .uc_classic_carousel_container_holder{\n\tdisplay:block;\n\tposition:relative;\n\twidth:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_72d3e39 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n\n\n#uc_card_carousel_elementor_72d3e39 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_72d3e39 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n\n.card_carousel_title{\n\tfont-size:21px;\n}\n\n.uc_classic_carousel .uc_classic_carousel_border{\n\tdisplay:block;\n    margin:0 auto;\n}\n\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n\twidth:100%;    \n    display:block;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.5s ease;\n}\n\n#uc_card_carousel_elementor_72d3e39 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n\n#uc_card_carousel_elementor_72d3e39 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n\n#uc_card_carousel_elementor_72d3e39 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_72d3e39 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  \tjustify-content: center;\n  \talign-items: center;\n    text-align:center;\n}\n\n#uc_card_carousel_elementor_72d3e39 .owl-nav .disabled{\n    display: none;  \n}\n\n\n#uc_card_carousel_elementor_72d3e39 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n\n#uc_card_carousel_elementor_72d3e39 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_card_carousel_elementor_72d3e39 .ue-item-icon-wrapper{\n  display:flex;\n}\n\n#uc_card_carousel_elementor_72d3e39 .uc_classic_carousel_container_holder {\n\t max-width: 300px;\n}\n\n\n\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_72d3e39 .uc_classic_carousel_container_holder {\n\t max-width: ;\n  }\n}\n\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_72d3e39 .uc_classic_carousel_container_holder {\n    max-width: 130px;\n  }\n}\n\n<\/style>\n\n<div class=\"uc_classic_carousel\" id=\"uc_card_carousel_elementor_72d3e39-wrapper\">\n  <div class=\"uc_carousel owl-carousel uc-items-wrapper  \" id=\"uc_card_carousel_elementor_72d3e39\"  >\n    \n\n\n<div id=\"uc_card_carousel_elementor_72d3e39_item1\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-149892d\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_fabric=cotton-handloom&#038;query_type_fabric=or\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Cotton-Handloom1.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/Cotton-Handloom1.webp\" alt=\"Cotton Handloom1\" width=\"1000\" height=\"1000\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Cotton Handloom<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_72d3e39_item2\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f4041e1\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_fabric=silk-handloom&#038;query_type_fabric=or\" title=\"Silk Handloom\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302.webp\" alt=\"200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302\" width=\"1000\" height=\"1000\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Silk Handloom<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_72d3e39_item3\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3280182\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_fabric=silk-cotton-handloom&#038;query_type_fabric=or\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-1.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-1.webp\" alt=\"200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302 (1)\" width=\"1000\" height=\"1000\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Silk-Cotton Handloom<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n  <\/div>\n<\/div>\n<!-- end Card Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9841c6b elementor-widget elementor-widget-ucaddon_card_carousel\" data-id=\"9841c6b\" data-element_type=\"widget\" data-widget_type=\"ucaddon_card_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Card Carousel -->\n\n<style>\/* widget: Card Carousel *\/\n\n#uc_card_carousel_elementor_9841c6b-wrapper{\n  min-height:1px;\n}\n\n#uc_card_carousel_elementor_9841c6b *{\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n\n#uc_card_carousel_elementor_9841c6b .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n\n#uc_card_carousel_elementor_9841c6b .uc_classic_carousel_container_holder{\n\tdisplay:block;\n\tposition:relative;\n\twidth:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_9841c6b .uc_classic_carousel_placeholder{\n   position:relative;\n}\n\n\n#uc_card_carousel_elementor_9841c6b .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_9841c6b .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n\n.card_carousel_title{\n\tfont-size:21px;\n}\n\n.uc_classic_carousel .uc_classic_carousel_border{\n\tdisplay:block;\n    margin:0 auto;\n}\n\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n\twidth:100%;    \n    display:block;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.5s ease;\n}\n\n#uc_card_carousel_elementor_9841c6b .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n\n#uc_card_carousel_elementor_9841c6b .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n\n#uc_card_carousel_elementor_9841c6b .owl-nav .owl-prev,\n#uc_card_carousel_elementor_9841c6b .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  \tjustify-content: center;\n  \talign-items: center;\n    text-align:center;\n}\n\n#uc_card_carousel_elementor_9841c6b .owl-nav .disabled{\n    display: none;  \n}\n\n\n#uc_card_carousel_elementor_9841c6b .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n\n#uc_card_carousel_elementor_9841c6b .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_card_carousel_elementor_9841c6b .ue-item-icon-wrapper{\n  display:flex;\n}\n\n#uc_card_carousel_elementor_9841c6b .uc_classic_carousel_container_holder {\n\t max-width: 300px;\n}\n\n\n\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_9841c6b .uc_classic_carousel_container_holder {\n\t max-width: ;\n  }\n}\n\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_9841c6b .uc_classic_carousel_container_holder {\n    max-width: 130px;\n  }\n}\n\n<\/style>\n\n<div class=\"uc_classic_carousel\" id=\"uc_card_carousel_elementor_9841c6b-wrapper\">\n  <div class=\"uc_carousel owl-carousel uc-items-wrapper  \" id=\"uc_card_carousel_elementor_9841c6b\"  >\n    \n\n\n<div id=\"uc_card_carousel_elementor_9841c6b_item1\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-149892d\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_fabric=cotton-block-print&#038;query_type_fabric=or\" title=\"\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-2.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-2.webp\" alt=\"200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302 (2)\" width=\"1000\" height=\"1000\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Cotton Block Print<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_9841c6b_item2\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-f4041e1\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_fabric=silk-hand-painted&#038;query_type_fabric=or\" title=\"Silk Handloom\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-3.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-3.webp\" alt=\"200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302 (3)\" width=\"1000\" height=\"1000\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Silk Hand-Painted<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n\n\n<div id=\"uc_card_carousel_elementor_9841c6b_item3\" class=\"uc_classic_carousel_container_holder ue-item elementor-repeater-item-3280182\" data-hide-item=\"false\">  \n  <div class=\"ue-carousel-item\">\n    \n        \n    \n          <div class=\"uc_classic_carousel_placeholder\">\n        <a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_fabric=silk-tie-dye&#038;query_type_fabric=or\" title=\"Show More\"  target='_blank'>          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-4.webp\"  src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302-4.webp\" alt=\"200996023_934c67c8-f1a3-4102-8dc7-e1930ced0302 (4)\" width=\"1000\" height=\"1000\">\n        <\/a>              <\/div>\n    \n    <div class=\"uc_classic_carousel_content\" style=\"direction:rtl;\">    \n\n      \n          <div  class=\"card_carousel_title\">Silk Tie-Dye<\/div>\n        <div class=\"card_carousel_text\"><\/div>      \t\n\n      \t\n      \n    <\/div>\n    \n  <\/div>\n<\/div>\n\n  <\/div>\n<\/div>\n<!-- end Card Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7311af0 elementor-widget elementor-widget-image\" data-id=\"7311af0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"593\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png\" class=\"attachment-large size-large wp-image-29253\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png 1300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-400x182.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-768x350.png 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1536x700.png 1536w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-2048x934.png 2048w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-430x196.png 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-700x319.png 700w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-150x68.png 150w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0016121 e-flex e-con-boxed e-con e-child\" data-id=\"0016121\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bc01ac wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"4bc01ac\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tSHOP BY OCCASION\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Elegance for Every Moment.<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60c0d4c e-n-tabs-none elementor-widget elementor-widget-n-tabs\" data-id=\"60c0d4c\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"101453132\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1014531321\" data-tab-title-id=\"e-n-tab-title-1014531321\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1014531321\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tWedding\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1014531322\" data-tab-title-id=\"e-n-tab-title-1014531322\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1014531322\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCasual\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1014531323\" data-tab-title-id=\"e-n-tab-title-1014531323\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1014531323\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tFestive\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1014531324\" data-tab-title-id=\"e-n-tab-title-1014531324\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1014531324\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tParty\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1014531325\" data-tab-title-id=\"e-n-tab-title-1014531325\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1014531325\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tOffice\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1014531321\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1014531321\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-4c37b14 e-con-full e-flex e-con e-child\" data-id=\"4c37b14\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8edadd4 e-con-full e-flex e-con e-child\" data-id=\"8edadd4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-181fadb elementor-widget elementor-widget-image\" data-id=\"181fadb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=wedding\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"428\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/weddingcollection.webp\" class=\"attachment-full size-full wp-image-29278\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/weddingcollection.webp 643w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/weddingcollection-400x266.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/weddingcollection-430x286.webp 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/weddingcollection-150x100.webp 150w\" sizes=\"(max-width: 643px) 100vw, 643px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-005b652 e-con-full e-flex e-con e-child\" data-id=\"005b652\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e99b8e elementor-widget elementor-widget-heading\" data-id=\"6e99b8e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wedding Saree Collection<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-801a91d elementor-widget elementor-widget-wd_text_block\" data-id=\"801a91d\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p style=\"text-align: justify; text-justify: inter-word; line-height: 1.6;\">Our <strong>Wedding Saree Collection<\/strong> brings together timeless elegance and rich craftsmanship to make every bride shine on her special day. Woven from luxurious silks and adorned with intricate zari work, embroidery, and traditional motifs, each saree tells a story of heritage and grace. From classic Kanchipuram and Banarasi weaves to modern, lightweight drapes, our collection offers a perfect blend of tradition and contemporary style designed to make your wedding day truly unforgettable.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7780df3 elementor-widget elementor-widget-button\" data-id=\"7780df3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=wedding\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1014531322\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1014531322\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-7097db0 e-con-full e-flex e-con e-child\" data-id=\"7097db0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bc0d797 e-con-full e-flex e-con e-child\" data-id=\"bc0d797\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-697cbd4 elementor-widget elementor-widget-image\" data-id=\"697cbd4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=casual\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"428\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-1.webp\" class=\"attachment-large size-large wp-image-29281\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-1.webp 643w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-1-400x266.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-1-430x286.webp 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-1-150x100.webp 150w\" sizes=\"(max-width: 643px) 100vw, 643px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-667ed96 e-con-full e-flex e-con e-child\" data-id=\"667ed96\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8259b6 elementor-widget elementor-widget-heading\" data-id=\"b8259b6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Casual Saree Collection<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05a993b elementor-widget elementor-widget-wd_text_block\" data-id=\"05a993b\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p style=\"text-align: justify; text-justify: inter-word; line-height: 1.6;\">Experience comfort with elegance in our Casual Saree Collection. Featuring handloom cottons, linens, and light weaves, these sarees are perfect for everyday wear while keeping your style effortless. Whether it\u2019s office, outings, or daily occasions, our casual sarees bring grace to your everyday moments.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-677725b elementor-widget elementor-widget-button\" data-id=\"677725b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=casual\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1014531323\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1014531323\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-99e173f e-con-full e-flex e-con e-child\" data-id=\"99e173f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ecc0bc e-con-full e-flex e-con e-child\" data-id=\"1ecc0bc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-222a854 elementor-widget elementor-widget-image\" data-id=\"222a854\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=festiv\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"428\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1.webp\" class=\"attachment-large size-large wp-image-29280\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1.webp 643w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-400x266.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-430x286.webp 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-150x100.webp 150w\" sizes=\"(max-width: 643px) 100vw, 643px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e1b600 e-con-full e-flex e-con e-child\" data-id=\"3e1b600\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac649f6 elementor-widget elementor-widget-heading\" data-id=\"ac649f6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Festive Saree Collection<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0889fd3 elementor-widget elementor-widget-wd_text_block\" data-id=\"0889fd3\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p style=\"text-align: justify; text-justify: inter-word; line-height: 1.6;\">Celebrate every festival in style with our Festive Saree Collection. From vibrant silks to elegant handlooms, each saree is designed to bring color, joy, and tradition to your special moments. Perfect for Diwali, Pongal, Navratri, and more, these drapes add splendor to every celebration.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6e6b88 elementor-widget elementor-widget-button\" data-id=\"e6e6b88\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=festiv\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1014531324\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1014531324\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-326749b e-con-full e-flex e-con e-child\" data-id=\"326749b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2c489df e-con-full e-flex e-con e-child\" data-id=\"2c489df\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0723a03 elementor-widget elementor-widget-image\" data-id=\"0723a03\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=party\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"428\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-2.webp\" class=\"attachment-large size-large wp-image-29282\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-2.webp 643w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-2-400x266.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-2-430x286.webp 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-2-150x100.webp 150w\" sizes=\"(max-width: 643px) 100vw, 643px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a36bc6 e-con-full e-flex e-con e-child\" data-id=\"1a36bc6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-988a9d0 elementor-widget elementor-widget-heading\" data-id=\"988a9d0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Party Saree Collection<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-896d6c1 elementor-widget elementor-widget-wd_text_block\" data-id=\"896d6c1\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p style=\"text-align: justify; text-justify: inter-word; line-height: 1.6;\">Step into the spotlight with our stunning Party Sarees, designed with rich fabrics, intricate work, and contemporary flair. Perfect for cocktail nights, receptions, or festive gatherings, these sarees bring elegance and glamour together in every drape.\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7981a4d elementor-widget elementor-widget-button\" data-id=\"7981a4d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=party\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1014531325\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1014531325\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-8d79fef e-con-full e-flex e-con e-child\" data-id=\"8d79fef\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-10d7d1c e-con-full e-flex e-con e-child\" data-id=\"10d7d1c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b591c2 elementor-widget elementor-widget-image\" data-id=\"8b591c2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=office\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"428\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-3.webp\" class=\"attachment-large size-large wp-image-29283\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-3.webp 643w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-3-400x266.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-3-430x286.webp 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/casual-1-3-150x100.webp 150w\" sizes=\"(max-width: 643px) 100vw, 643px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-651caff e-con-full e-flex e-con e-child\" data-id=\"651caff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1191f9f elementor-widget elementor-widget-heading\" data-id=\"1191f9f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Office Saree Collection<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b475d18 elementor-widget elementor-widget-wd_text_block\" data-id=\"b475d18\" data-element_type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p style=\"text-align: justify; text-justify: inter-word; line-height: 1.6;\">Discover our Office Saree Collection, crafted in breathable fabrics and subtle designs that balance professionalism with style. Perfect for daily wear, meetings, or corporate events, these sarees keep you comfortable while making a confident impression.\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8d7281 elementor-widget elementor-widget-button\" data-id=\"a8d7281\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/viswaveda.in\/?post_type=product&#038;filter_occasion=office\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Shop Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4945a61 elementor-widget elementor-widget-image\" data-id=\"4945a61\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"593\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png\" class=\"attachment-large size-large wp-image-29253\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png 1300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-400x182.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-768x350.png 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1536x700.png 1536w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-2048x934.png 2048w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-430x196.png 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-700x319.png 700w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-150x68.png 150w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e7b371 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"5e7b371\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Why  VISWAVEDA Is Exclusive<br \/>\n<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d3adbac e-flex e-con-boxed e-con e-child\" data-id=\"d3adbac\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eb32d4c e-con-full e-flex e-con e-child\" data-id=\"eb32d4c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16ceb25 elementor-widget elementor-widget-image\" data-id=\"16ceb25\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS1.webp\" class=\"attachment-full size-full wp-image-30083\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS1.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS1-300x300.webp 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS1-150x150.webp 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47198b7 e-con-full e-flex e-con e-child\" data-id=\"47198b7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f03d474 elementor-widget elementor-widget-image\" data-id=\"f03d474\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2.webp\" class=\"attachment-large size-large wp-image-30084\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-300x300.webp 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-150x150.webp 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-974f549 e-con-full e-flex e-con e-child\" data-id=\"974f549\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-785f176 elementor-widget elementor-widget-image\" data-id=\"785f176\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-2.png\" class=\"attachment-large size-large wp-image-30199\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-2.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-2-300x300.png 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-2-150x150.png 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3a05ce e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"c3a05ce\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b107410 elementor-widget elementor-widget-image\" data-id=\"b107410\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"500\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-10-16T092701.280.png\" class=\"attachment-large size-large wp-image-29311\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-10-16T092701.280.png 280w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-10-16T092701.280-168x300.png 168w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/New-Project-2025-10-16T092701.280-150x268.png 150w\" sizes=\"(max-width: 280px) 100vw, 280px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46bb206 e-con-full e-flex e-con e-child\" data-id=\"46bb206\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20a1d1a elementor-widget elementor-widget-image\" data-id=\"20a1d1a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-1.png\" class=\"attachment-large size-large wp-image-30200\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-1.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-1-300x300.png 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/WHYCHOOSEUS2-1-150x150.png 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fb4f824 e-con-full e-flex e-con e-child\" data-id=\"fb4f824\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ef3f0e elementor-widget elementor-widget-image\" data-id=\"8ef3f0e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-8.webp\" class=\"attachment-large size-large wp-image-30085\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-8.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-8-300x300.webp 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-8-150x150.webp 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8fac47d e-con-full e-flex e-con e-child\" data-id=\"8fac47d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3be0312 elementor-widget elementor-widget-image\" data-id=\"3be0312\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-9.webp\" class=\"attachment-large size-large wp-image-30086\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-9.webp 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-9-300x300.webp 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/11\/New-Project-9-150x150.webp 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-743cab8 elementor-widget elementor-widget-image\" data-id=\"743cab8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"593\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png\" class=\"attachment-large size-large wp-image-29253\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1300x593.png 1300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-400x182.png 400w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-768x350.png 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-1536x700.png 1536w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-2048x934.png 2048w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-430x196.png 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-700x319.png 700w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/border-1-150x68.png 150w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c615891 e-con-full e-flex e-con e-child\" data-id=\"c615891\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bcee141 e-con-full e-flex e-con e-child\" data-id=\"bcee141\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7aa56e0 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"7aa56e0\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-left\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tCertified Authenticity\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Every Saree, A Mark of Assurance<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>At Viswaveda, we take pride in offering sarees that carry the mark of trust and tradition. Our collections are recognized and certified by India\u2019s leading textile authorities, assuring you of genuine quality, purity, and craftsmanship.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-8c5d1c9 e-flex e-con-boxed e-con e-child\" data-id=\"8c5d1c9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d05535 elementor-widget__width-auto elementor-widget elementor-widget-wd_button\" data-id=\"5d05535\" data-element_type=\"widget\" data-widget_type=\"wd_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-button-wrapper text-center\" >\n\t\t\t<a class=\"btn btn-style-default btn-shape-semi-round btn-size-default btn-icon-pos-right\"  href=\"https:\/\/viswaveda.in\/?page_id=47\" target=\"_blank\">\n\t\t\t\t<span class=\"wd-btn-text\" data-elementor-setting-key=\"text\">\n\t\t\t\t\tSHOP NOW\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dfce4c1 e-con-full e-flex e-con e-child\" data-id=\"dfce4c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2eb604 elementor-widget elementor-widget-image\" data-id=\"a2eb604\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838.webp\" class=\"attachment-full size-full wp-image-29325\" alt=\"\" srcset=\"https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838.webp 900w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838-300x300.webp 300w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838-800x800.webp 800w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838-150x150.webp 150w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838-768x768.webp 768w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838-430x430.webp 430w, https:\/\/viswaveda.in\/wp-content\/uploads\/2025\/10\/42838-700x700.webp 700w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7564366 e-con-full e-flex e-con e-child\" data-id=\"7564366\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f8717a1 e-con-full e-flex e-con e-child\" data-id=\"f8717a1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05b4211 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"05b4211\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-large text-left\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tNEWS LETTER\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-xxl\">Subscribe to Our Newsletter<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-s\">\n\t\t\t\t\t<p>Subscribe to get updates on new saree arrivals, offers, and collections.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c72bfa e-con-full e-flex e-con e-child\" data-id=\"1c72bfa\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dddab20 elementor-widget-mobile__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"dddab20\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"forminator-ui forminator-custom-form forminator-custom-form-27961 forminator-design--default  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-27961\" data-uid=\"69dc142fd72f2\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-27961\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-27961 forminator-design--default  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"0\"\n\t\t\t\tdata-form-id=\"27961\"\n\t\t\t\t data-color-option=\"theme\" data-design=\"default\" data-grid=\"open\" style=\"display: none;\"\n\t\t\t\tdata-uid=\"69dc142fd72f2\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_69dc142fd72f2\" id=\"forminator-field-email-1_69dc142fd72f2-label\" class=\"forminator-label\">Email Address <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"\" id=\"forminator-field-email-1_69dc142fd72f2\" class=\"forminator-input forminator-email--field\" data-required=\"true\" aria-required=\"true\" autocomplete=\"email\" \/><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\">Subscribe<\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"4397c5186a\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29797\" \/><input type=\"hidden\" name=\"form_id\" value=\"27961\"><input type=\"hidden\" name=\"page_id\" value=\"28222\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/viswaveda.in\/?product=narayanpet-maroon-silk-handloom-saree\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><\/form><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>WELCOME TO VISWAVEDA Latest Arrivals Explore our newest collection, crafted to keep you ahead in style. -5% Dupatta Red Viscose<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29797","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/viswaveda.in\/index.php?rest_route=\/wp\/v2\/pages\/29797","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viswaveda.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/viswaveda.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/viswaveda.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/viswaveda.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29797"}],"version-history":[{"count":345,"href":"https:\/\/viswaveda.in\/index.php?rest_route=\/wp\/v2\/pages\/29797\/revisions"}],"predecessor-version":[{"id":30760,"href":"https:\/\/viswaveda.in\/index.php?rest_route=\/wp\/v2\/pages\/29797\/revisions\/30760"}],"wp:attachment":[{"href":"https:\/\/viswaveda.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}