{"id":4454,"date":"2022-04-14T09:32:27","date_gmt":"2022-04-14T09:32:27","guid":{"rendered":"https:\/\/demo3.drfuri.com\/motta\/?page_id=4454"},"modified":"2026-08-24T12:10:44","modified_gmt":"2026-08-24T12:10:44","slug":"home-v9","status":"publish","type":"page","link":"https:\/\/indusells.com\/b2b\/","title":{"rendered":"Home v9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4454\" class=\"elementor elementor-4454\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdb26fd e-con-full e-flex e-con e-parent\" data-id=\"cdb26fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d842daa elementor-widget elementor-widget-shortcode\" data-id=\"d842daa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"ali-search-wrapper\">\n\n    <form class=\"ali-search-box\"\n          action=\"https:\/\/indusells.com\/b2b\/\"\n          method=\"get\">\n\n        <div class=\"ali-search-left\">\n\n            <div class=\"ali-input-wrap\">\n\n                <!-- Search Input -->\n                <input type=\"text\"\n                       name=\"s\"\n                       placeholder=\"Search products...\"\n                       class=\"ali-search-input\">\n\n                <!-- WooCommerce Product Search -->\n                <input type=\"hidden\"\n                       name=\"post_type\"\n                       value=\"product\">\n\n                <!-- Camera Upload -->\n                <label class=\"ali-camera-inside\">\n\n                    \ud83d\udcf7\n\n                    <input type=\"file\"\n                           id=\"ali-image-upload\"\n                           accept=\"image\/*\"\n                           hidden>\n\n                <\/label>\n\n            <\/div>\n\n        <\/div>\n\n        <!-- Search Button -->\n        <button type=\"submit\" class=\"ali-search-btn\">\n            \ud83d\udd0d Search\n        <\/button>\n\n    <\/form>\n\n    <!-- Image Preview -->\n    <div class=\"ali-preview-wrap\" style=\"display:none;\">\n\n        <img id=\"ali-image-preview\">\n\n    <\/div>\n\n<\/div>\n\n<!-- TensorFlow -->\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow\/tfjs\"><\/script>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow-models\/coco-ssd\"><\/script>\n\n<style>\n\n\/* Wrapper *\/\n\n.ali-search-wrapper{\n    width:100%;\n    padding:30px 15px;\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n}\n\n\/* Search Box *\/\n\n.ali-search-box{\n    width:100%;\n    max-width:1200px;\n    background:#f7f7f7;\n    border:2px solid #ff5a1f;\n    border-radius:28px;\n    padding:20px;\n    display:flex;\n    align-items:center;\n    gap:20px;\n    box-shadow:0 10px 30px rgba(255,120,0,.12);\n    flex-wrap:wrap;\n}\n\n\/* Left *\/\n\n.ali-search-left{\n    flex:1;\n    min-width:250px;\n}\n\n\/* Input Wrapper *\/\n\n.ali-input-wrap{\n    position:relative;\n    width:100%;\n}\n\n\/* Input *\/\n\n.ali-search-input{\n    width:100%;\n    height:74px;\n    border:none;\n    border-radius:18px;\n    padding:0 70px 0 25px;\n    font-size:24px;\n    background:#fff;\n    outline:none;\n    color:#444;\n}\n\n.ali-search-input::placeholder{\n    color:#888;\n}\n\n\/* Camera Icon *\/\n\n.ali-camera-inside{\n    position:absolute;\n    right:22px;\n    top:50%;\n    transform:translateY(-50%);\n    font-size:28px;\n    cursor:pointer;\n    transition:.3s;\n    line-height:1;\n}\n\n.ali-camera-inside:hover{\n    transform:translateY(-50%) scale(1.1);\n}\n\n\/* Search Button *\/\n\n.ali-search-btn{\n    border:none;\n    background:linear-gradient(90deg,#ff9d00,#ff4d1f);\n    color:#fff;\n    font-size:18px;\n    font-weight:600;\n    padding:0px;\n    border-radius:50px;\n    cursor:pointer;\n    transition:.3s;\n    white-space:nowrap;\n}\n\n.ali-search-btn:hover{\n    transform:translateY(-2px);\n    box-shadow:0 10px 20px rgba(255,90,0,.25);\n}\n\n\/* Preview *\/\n\n.ali-preview-wrap{\n    width:100%;\n    max-width:1200px;\n    margin-top:20px;\n    text-align:center;\n}\n\n\/* Preview Image *\/\n\n#ali-image-preview{\n    max-width:220px;\n    width:100%;\n    border-radius:18px;\n    object-fit:cover;\n    box-shadow:0 5px 20px rgba(0,0,0,.12);\n}\n\n\/* Tablet *\/\n\n@media(max-width:992px){\n\n.ali-search-input{\n    font-size:18px;\n    height:64px;\n}\n\n}\n\n\/* Mobile *\/\n\n@media(max-width:767px){\n\n.ali-search-box{\n    flex-direction:column;\n    align-items:stretch;\n}\n\n.ali-search-input{\n    font-size:18px;\n    height:58px;\n}\n\n.ali-camera-inside{\n    font-size:22px;\n}\n\n.ali-search-btn{\n    width:100%;\n    font-size:18px;\n    padding:0px;\n}\n\n#ali-image-preview{\n    max-width:160px;\n}\n\n}\n\n<\/style>\n\n<script>\n\ndocument.addEventListener(\"DOMContentLoaded\", function(){\n\n    const imageUpload = document.getElementById('ali-image-upload');\n\n    const previewWrap = document.querySelector('.ali-preview-wrap');\n\n    const previewImage = document.getElementById('ali-image-preview');\n\n    const searchInput = document.querySelector('.ali-search-input');\n\n    \/* AI Model *\/\n\n    let model = null;\n\n    cocoSsd.load().then(function(loadedModel){\n\n        model = loadedModel;\n\n        console.log(\"AI Model Loaded\");\n\n    });\n\n    \/* Upload *\/\n\n    imageUpload.addEventListener('change', function(e){\n\n        const file = e.target.files[0];\n\n        if(!file) return;\n\n        const reader = new FileReader();\n\n        reader.onload = function(event){\n\n            \/* Show Preview *\/\n\n            previewImage.src = event.target.result;\n\n            previewWrap.style.display = 'block';\n\n            \/* Detect after image loaded *\/\n\n            previewImage.onload = function(){\n\n                detectObject();\n\n            };\n\n        };\n\n        reader.readAsDataURL(file);\n\n    });\n\n    \/* AI Detection *\/\n\n    async function detectObject(){\n\n        if(!model) return;\n\n        const predictions = await model.detect(previewImage);\n\n        console.log(predictions);\n\n        if(predictions.length > 0){\n\n            let detected = predictions[0].class;\n\n            \/* Auto Fill Search Box *\/\n\n            searchInput.value = detected;\n\n        }\n\n    }\n\n});\n\n<\/script>\n\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5de418f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"5de418f3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1eb9f27b\" data-id=\"1eb9f27b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-163e1378 motta--title-ellipsis-yes motta-tablet-image-box-grid-scroll--yes motta-mobile-image-box-grid-scroll--yes motta-image-box-grid-scroll--yes elementor-widget elementor-widget-motta-image-box-grid\" data-id=\"163e1378\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-image-box-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-image-box-grid\">\n\t\t\t<div class=\"motta-image-box-grid__item elementor-repeater-item-d6d7f02\"><a href=\"\/b2b\/daily-deals\/\" class=\"motta-image-box-grid__link\"><img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-dailydeals-1.jpg\" class=\"attachment-full size-full wp-image-20128\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-dailydeals-1.jpg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-dailydeals-1-150x150.jpg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-dailydeals-1-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Daily Deals<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-315b9e1\"><a href=\"\/b2b\/?s=&amp;product_cat=plumbing-pipes-fittings&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1.png\" class=\"attachment-full size-full wp-image-21039\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Plumbing Materials<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-426bd39\"><a href=\"\/b2b\/?s=&amp;product_cat=building-materials&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2.png\" class=\"attachment-full size-full wp-image-21040\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Building Materials<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-5238760\"><a href=\"\/b2b\/?s=&amp;product_cat=electrical-wires-switches&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3.png\" class=\"attachment-full size-full wp-image-21041\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Electrical Materials<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-b16cd59\"><a href=\"\/b2b\/?s=&amp;product_cat=power-tools-hardware&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4.png\" class=\"attachment-full size-full wp-image-21042\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Harwares &amp; Tools<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-a83793d\"><a href=\"\/b2b\/?s=&amp;product_cat=modern-furnitures&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5.png\" class=\"attachment-full size-full wp-image-21043\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Mordern Furnitures<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-f62d944\"><a href=\"\/b2b\/flash-deals\/\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-clearancesale-1.jpg\" class=\"attachment-full size-full wp-image-20127\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-clearancesale-1.jpg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-clearancesale-1-150x150.jpg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/02\/homev9-clearancesale-1-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Clearance Sale<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-6c10243\"><a href=\"\/b2b\/?s=&amp;product_cat=steel-tmt-bars&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6.png\" class=\"attachment-full size-full wp-image-21044\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Steel Rods<\/span> <\/a><\/div>\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-05a4330 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"05a4330\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-2ab06e6\" data-id=\"2ab06e6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6aab1e motta-slides__arrow-position-center-center motta-slides__dots-position-center elementor-widget elementor-widget-motta-slides\" data-id=\"a6aab1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;navigation_tablet&quot;:&quot;both&quot;,&quot;navigation_mobile&quot;:&quot;dots&quot;,&quot;slides_to_show&quot;:1,&quot;slides_to_scroll&quot;:1,&quot;effect&quot;:&quot;fade&quot;,&quot;autoplay_speed&quot;:1000,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"motta-slides.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-slides-elementor motta-swiper-carousel-elementor motta-swiper-slider-elementor navigation-both navigation-tablet-both navigation-mobile-dots\">\n\t\t\t\t<div class=\"motta-slides-elementor__wrapper swiper-container\">\n\t\t\t\t\t<div class=\"motta-slides-elementor__inner swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-6aac608 item-slider swiper-slide\" data-dots=\"{&quot;color&quot;:&quot;#C1BEBF&quot;,&quot;color_active&quot;:&quot;#1D2128&quot;}\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner slide-has-image\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle hidden-xs\">Build Smarter, Source Faster<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__description\">Find trusted suppliers, quality materials, and verified construction stores all in one place.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary motta-button--medium  motta-button--base \"><span class=\"motta-button__text\">Shop Now<\/span><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__image\"><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-6f8c039 item-slider swiper-slide\" data-dots=\"{&quot;color&quot;:&quot;#ABA19F&quot;,&quot;color_active&quot;:&quot;#1D2128&quot;}\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner slide-has-image\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle hidden-xs\">Connect with Top Vendors Today<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__description\">Grow your business with verified buyers, sellers, and service providers in the industry.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"motta-button motta-button-primary motta-button--medium  motta-button--base \"><span class=\"motta-button__text\">Become a Seller<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__image\"><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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 class=\"motta-swiper-arrows-inner\">\n\t\t\t\t\t<span class=\"motta-svg-icon motta-svg-icon--arrow-left-long motta-swiper-button-prev swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 19 32\"><path d=\"M13.552 0.72l2.656 1.76-9.008 13.52 9.008 13.52-2.656 1.76-10.192-15.28z\"><\/path><\/svg><\/span><span class=\"motta-svg-icon motta-svg-icon--arrow-right-long motta-swiper-button-next swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 19 32\"><path d=\"M5.648 31.28l-2.656-1.76 9.008-13.52-9.008-13.52 2.656-1.76 10.192 15.28z\"><\/path><\/svg><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"swiper-pagination \"><\/div>\n\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d786bb7\" data-id=\"d786bb7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fe8019 e-flex e-con-boxed e-con e-parent\" data-id=\"1fe8019\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f39079 elementor-widget elementor-widget-image\" data-id=\"8f39079\" data-element_type=\"widget\" data-e-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:\/\/indusells.com\/b2b\/store\/blueberry-timbers\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"625\" height=\"299\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Indusells-lorry-hinges.webp\" class=\"attachment-large size-large wp-image-25832\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Indusells-lorry-hinges.webp 625w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Indusells-lorry-hinges-300x144.webp 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Indusells-lorry-hinges-600x287.webp 600w\" sizes=\"(max-width: 625px) 100vw, 625px\" \/>\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-c7bd548 elementor-widget elementor-widget-image\" data-id=\"c7bd548\" data-element_type=\"widget\" data-e-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:\/\/indusells.com\/b2b\/request-for-quote\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"320\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM-1024x512.jpeg\" class=\"attachment-large size-large wp-image-23861\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM-1024x512.jpeg 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM-300x150.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM-768x384.jpeg 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM-1536x768.jpeg 1536w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM-600x300.jpeg 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-16-at-2.13.03-PM.jpeg 1600w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\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\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ccdfb84 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"ccdfb84\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-b43bfe1\" data-id=\"b43bfe1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-896d474 motta-slides__arrow-position-center-center motta-slides__dots-position-center elementor-widget elementor-widget-motta-slides\" data-id=\"896d474\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;navigation_tablet&quot;:&quot;both&quot;,&quot;navigation_mobile&quot;:&quot;dots&quot;,&quot;slides_to_show&quot;:1,&quot;slides_to_scroll&quot;:1,&quot;effect&quot;:&quot;fade&quot;,&quot;autoplay_speed&quot;:1000,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"motta-slides.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-slides-elementor motta-swiper-carousel-elementor motta-swiper-slider-elementor navigation-both navigation-tablet-both navigation-mobile-dots\">\n\t\t\t\t<div class=\"motta-slides-elementor__wrapper swiper-container\">\n\t\t\t\t\t<div class=\"motta-slides-elementor__inner swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-6aac608 item-slider swiper-slide\" data-dots=\"{&quot;color&quot;:&quot;#C1BEBF&quot;,&quot;color_active&quot;:&quot;#1D2128&quot;}\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner slide-has-image\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle hidden-xs\">Build Smarter, Source Faster<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__description\">Find trusted suppliers, quality materials, and verified construction stores all in one place.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"motta-button motta-button-primary motta-button--medium  motta-button--base \"><span class=\"motta-button__text\">Shop Now<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__image\"><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-6f8c039 item-slider swiper-slide\" data-dots=\"{&quot;color&quot;:&quot;#ABA19F&quot;,&quot;color_active&quot;:&quot;#1D2128&quot;}\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner slide-has-image\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle hidden-xs\">Connect with Top Vendors Today<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__description\">Grow your business with verified buyers, sellers, and service providers in the industry.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"motta-button motta-button-primary motta-button--medium  motta-button--base \"><span class=\"motta-button__text\">Become a Seller<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__image\"><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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 class=\"motta-swiper-arrows-inner\">\n\t\t\t\t\t<span class=\"motta-svg-icon motta-svg-icon--arrow-left-long motta-swiper-button-prev swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 19 32\"><path d=\"M13.552 0.72l2.656 1.76-9.008 13.52 9.008 13.52-2.656 1.76-10.192-15.28z\"><\/path><\/svg><\/span><span class=\"motta-svg-icon motta-svg-icon--arrow-right-long motta-swiper-button-next swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 19 32\"><path d=\"M5.648 31.28l-2.656-1.76 9.008-13.52-9.008-13.52 2.656-1.76 10.192 15.28z\"><\/path><\/svg><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"swiper-pagination \"><\/div>\n\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bc317ba\" data-id=\"bc317ba\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d9aac4 elementor-widget elementor-widget-motta-image-box-grid\" data-id=\"7d9aac4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-image-box-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-image-box-grid\">\n\t\t\t<div class=\"motta-image-box-grid__item elementor-repeater-item-aa6d584\"><img loading=\"lazy\" decoding=\"async\" width=\"171\" height=\"140\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/08\/home9-cb01.png\" class=\"attachment-full size-full wp-image-20971\" alt=\"\" \/><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-1743fec\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"109\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2023\/08\/home9-cb02.png\" class=\"attachment-full size-full wp-image-20972\" alt=\"\" \/><\/div>\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-fef804e elementor-hidden-mobile elementor-widget elementor-widget-motta-button\" data-id=\"fef804e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"https:\/\/motta.uix.store\/electronic\/shop\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">See Terms & Conditions.<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-34da83a3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"34da83a3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-11d93fa9 elementor-hidden-tablet elementor-hidden-mobile\" data-id=\"11d93fa9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5212a2b\" data-id=\"5212a2b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53026b4f motta-icon-box__icon-position--left motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__vertical-align-middle elementor-widget elementor-widget-motta-icon-box\" data-id=\"53026b4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-icon\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<span class=\"motta-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><title>freeshipping-b<\/title><path d=\"M32 24h-2v-8.7l-3.54-5.3h-3.46v4h-2v-6h6.54l4.46 6.7z\"><\/path><path d=\"M28 18h-11v-13h-15v9h-2v-11h19v13h9z\"><\/path><path d=\"M6 28.41l-4.41-4.41 4.41-4.41 4.41 4.41-4.41 4.41zM4.41 24l1.59 1.59 1.59-1.59-1.59-1.59-1.59 1.59z\"><\/path><path d=\"M24 28.41l-4.41-4.41 4.41-4.41 4.41 4.41-4.41 4.41zM22.41 24l1.59 1.59 1.59-1.59-1.59-1.59-1.59 1.59z\"><\/path><path d=\"M0 16h15v2h-15v-2z\"><\/path><path d=\"M12 22h6v2h-6v-2z\"><\/path><\/svg><\/span>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Fast, Free Shipping<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-icon-box__content\">On order over <br class=\"hidden-lg hidden-sm\">\u20b91000<\/div>\n\t\t\t\t\t\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-69e1b6f0\" data-id=\"69e1b6f0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-795243d4 motta-icon-box__icon-position--left motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__vertical-align-middle elementor-widget elementor-widget-motta-icon-box\" data-id=\"795243d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-icon\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<span class=\"motta-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><title>nextdaydelivery-b<\/title><path d=\"M29.96 29.96h-27.96v-1.92h26.040v-24.080h-24.080v22.040h-1.92v-23.96h27.92z\"><\/path><path d=\"M14 26h-8v-6h8v6zM8 24h4v-2h-4v2z\"><\/path><path d=\"M19.33 12.67l-1.66-1-1.67 1-1.67-1-1.66 1-2.67-1.6v-7.57h2v6.43l0.67 0.4 1.66-1 1.67 1 1.67-1 1.66 1 0.67-0.4v-6.43h2v7.57z\"><\/path><path d=\"M18 20.010h8v1.98h-8v-1.98z\"><\/path><\/svg><\/span>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Next Day Delivery<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-icon-box__content\">Free\u2013 spend over <br class=\"hidden-lg hidden-sm\">\u20b99999<\/div>\n\t\t\t\t\t\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2274ec81\" data-id=\"2274ec81\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56d9f56b motta-icon-box__icon-position--left motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__vertical-align-middle elementor-widget elementor-widget-motta-icon-box\" data-id=\"56d9f56b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-icon\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<span class=\"motta-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><title>securepayment-b<\/title><path d=\"M21.56 30h-11.12l-8.48-13.79 2.18-14.21h23.72l2.19 14.21-8.49 13.79zM11.56 28h8.88l7.51-12.21-1.81-11.79h-20.28l-1.82 11.79 7.52 12.21z\"><\/path><path d=\"M14.59 19.24l-3.54-3.53 1.41-1.42 2.13 2.12 4.95-4.95 1.41 1.42z\"><\/path><\/svg><\/span>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Secure Payment<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-icon-box__content\">100% safe <br class=\"hidden-lg hidden-sm\">checkout<\/div>\n\t\t\t\t\t\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-51a3e031 elementor-hidden-tablet elementor-hidden-mobile\" data-id=\"51a3e031\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c9b828b elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"c9b828b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-75664dc\" data-id=\"75664dc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bb8b48f motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__icon-alignment--center motta-icon-box__icon-position--top elementor-widget elementor-widget-motta-icon-box\" data-id=\"bb8b48f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-image\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<img decoding=\"async\" alt=\"Logistics\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-22-at-11.09.01-AM.jpeg\">\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Logistics<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store-listing\/?dokan_store_category=logistics\" class=\"motta-icon-box__button-link\"><\/a>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-f70a640\" data-id=\"f70a640\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b47bdb2 motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__icon-alignment--center motta-icon-box__icon-position--top elementor-widget elementor-widget-motta-icon-box\" data-id=\"b47bdb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-image\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<img decoding=\"async\" alt=\"RFQ\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-22-at-11.09.43-AM.jpeg\">\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">RFQ<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/request-for-quote\/\" class=\"motta-icon-box__button-link\"><\/a>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-47de5e6\" data-id=\"47de5e6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c14898 motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__icon-alignment--center motta-icon-box__icon-position--top elementor-widget elementor-widget-motta-icon-box\" data-id=\"4c14898\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-image\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<img decoding=\"async\" alt=\"Angel Investor\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Jul-22-2026-12_26_26-PM.webp\">\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Angel Investor<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store-listing\/?dokan_store_category=angel-investor\" class=\"motta-icon-box__button-link\"><\/a>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-adef78f\" data-id=\"adef78f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bc25908 motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__icon-alignment--center motta-icon-box__icon-position--top elementor-widget elementor-widget-motta-icon-box\" data-id=\"bc25908\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-image\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<img decoding=\"async\" alt=\"Venture Capitalist\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Jul-22-2026-12_41_35-PM.png\">\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Venture Capitalist<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store-listing\/?dokan_store_category=venture-capitalist\" class=\"motta-icon-box__button-link\"><\/a>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-af76df7\" data-id=\"af76df7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d60902a motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__icon-alignment--center motta-icon-box__icon-position--top elementor-widget elementor-widget-motta-icon-box\" data-id=\"d60902a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-image\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<img decoding=\"async\" alt=\"Startup desk\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Jul-22-2026-02_30_44-PM.webp\">\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Startup desk<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store-listing\/?dokan_store_category=start-up-deck\" class=\"motta-icon-box__button-link\"><\/a>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-4659d6b\" data-id=\"4659d6b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-048f33d motta-mobile-icon-box__icon-position--top motta-mobile-icon-box__icon-alignment--center motta-icon-box__icon-alignment--center motta-icon-box__icon-position--top elementor-widget elementor-widget-motta-icon-box\" data-id=\"048f33d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box icon-type-image\">\n\t\t\t\t\t\t\t<div class=\"motta-icon-box__icon\">\n\t\t\t\t\t<img decoding=\"async\" alt=\"Business Loans \/ Project Finance\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-23-at-9.13.58-AM.jpeg\">\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-icon-box__wrapper\">\n\t\t\t\t\t\t\t\t\t<h6 class=\"motta-icon-box__title\">Business Loans \/ Project Finance<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store-listing\/?dokan_store_category=business-loans-project-finance\" class=\"motta-icon-box__button-link\"><\/a>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6860585 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"6860585\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-458afdc\" data-id=\"458afdc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-66686b1 elementor-widget elementor-widget-motta-heading\" data-id=\"66686b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tAuction Products\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/auction-products\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All<\/span>\n\t\t\t\t\t\t<\/a>\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-0c24b61 elementor-widget elementor-widget-shortcode\" data-id=\"0c24b61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><ul class=\"products columns-4\">\n<li class=\"product type-product post-22609 status-publish first instock product_cat-uncategorized has-post-thumbnail sold-individually taxable shipping-taxable product-type-auction\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/auction-new\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"200\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Akr-Steels-1-300x200-1.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Auction new\" \/><span class=\"auction-bage\"  ><\/span><h2 class=\"woocommerce-loop-product__title\">Auction new<\/h2>\n\t<span class=\"price\"><span class=\"winned-for auction\">Auction Ended<\/span> <\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/admin\/\">\n\t\t\t\t<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/dd7e2a72dd1d670438e045e11340b9885cc0b773b6ee49b9aef0d4bbf97b8c57?s=96&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/dd7e2a72dd1d670438e045e11340b9885cc0b773b6ee49b9aef0d4bbf97b8c57?s=192&#038;d=mm&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">ilife 123<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/auction-new\/\" data-quantity=\"1\" class=\"button product_type_auction motta-button--atc\" data-product_id=\"22609\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Auction new&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Auction finished<\/span><\/a><\/li>\n<li class=\"product type-product post-21699 status-publish instock product_cat-uncategorized has-post-thumbnail sold-individually taxable shipping-taxable product-type-auction\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/demo-auction-1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2026-06-03-at-1.32.25-PM-1-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Demo Auction 1\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2026-06-03-at-1.32.25-PM-1-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2026-06-03-at-1.32.25-PM-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2026-06-03-at-1.32.25-PM-1-100x100.jpeg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"auction-bage\"  ><\/span><h2 class=\"woocommerce-loop-product__title\">Demo Auction 1<\/h2>\n\t<span class=\"price\"><span class=\"winned-for auction\">Winning Bid:<\/span> <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>10.00<\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/epix\/\">\n\t\t\t\t<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/9cb529989f275d4e30a5051b421bcfbc080b327512860aefcc3e3bd1fea9e6db?s=96&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/9cb529989f275d4e30a5051b421bcfbc080b327512860aefcc3e3bd1fea9e6db?s=192&#038;d=mm&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">epix<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/demo-auction-1\/\" data-quantity=\"1\" class=\"button product_type_auction motta-button--atc\" data-product_id=\"21699\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Demo Auction 1&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Auction finished<\/span><\/a><\/li>\n<\/ul>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7deaafc elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"7deaafc\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb2efac\" data-id=\"bb2efac\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31bcd02 elementor-widget elementor-widget-motta-heading\" data-id=\"31bcd02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tTop Subscription Products\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/top-subscription-products\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-1629501 e-flex e-con-boxed e-con e-parent\" data-id=\"1629501\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bd2e7f elementor-widget elementor-widget-shortcode\" data-id=\"3bd2e7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><ul class=\"products columns-4\">\n<li class=\"product type-product post-21700 status-publish first instock product_cat-uncategorized sale taxable shipping-taxable purchasable product-type-subscription\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/demo-sub-1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-300x300.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-300x300.webp 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-150x150.webp 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-768x768.webp 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-600x600.webp 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder-100x100.webp 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/woocommerce-placeholder.webp 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Demo Sub 1<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>590.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;590.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>588.82<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;588.82.<\/span> <span class=\"subscription-details\"> \/ month for 3 months<\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/epix\/\">\n\t\t\t\t<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/9cb529989f275d4e30a5051b421bcfbc080b327512860aefcc3e3bd1fea9e6db?s=96&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/9cb529989f275d4e30a5051b421bcfbc080b327512860aefcc3e3bd1fea9e6db?s=192&#038;d=mm&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">epix<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=21700\" data-quantity=\"1\" class=\"button product_type_subscription add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"21700\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Demo Sub 1&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Demo Sub 1&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<\/ul>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45710ddf elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"45710ddf\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-155d416e\" data-id=\"155d416e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e396b9b e-flex e-con-boxed e-con e-parent\" data-id=\"e396b9b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e619db elementor-widget elementor-widget-heading\" data-id=\"2e619db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Flash Sale<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-070958d elementor-widget elementor-widget-motta-countdown\" data-id=\"070958d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-countdown.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"motta-time-countdown motta-countdown\" data-expire=\"366507\" data-text=\"{&quot;weeks&quot;:&quot;Weeks&quot;,&quot;days&quot;:&quot;Days&quot;,&quot;hours&quot;:&quot;Hours&quot;,&quot;minutes&quot;:&quot;Minutes&quot;,&quot;seconds&quot;:&quot;Seconds&quot;}\">\n            <div >\n            <\/div>\n        <\/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 class=\"elementor-element elementor-element-2d15bf58 motta-product-deals__hide-progress-bar-yes motta-product-deals__type-recent motta-product-deals-position--top elementor-widget elementor-widget-motta-product-deals\" data-id=\"2d15bf58\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:6,&quot;slides_to_scroll&quot;:1,&quot;navigation_mobile&quot;:&quot;scrollbar&quot;,&quot;slides_to_show_mobile&quot;:2,&quot;slides_to_scroll_mobile&quot;:2,&quot;slides_to_show_tablet&quot;:3,&quot;slides_to_scroll_tablet&quot;:3,&quot;countdown&quot;:&quot;default&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;speed&quot;:2000}\" data-widget_type=\"motta-product-deals.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-product-deals motta-swiper-carousel-elementor motta-product-carousel navigation-arrows navigation-tablet-arrows navigation-mobile-scrollbar motta-product-deals__button-mobile-on\">\n\t\t\t\t\t\t\t<div class=\"motta-product-deals__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-product-deals__group-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-product-deals__button\">\n\t\t\t\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/flash-deals\/\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text motta-button__text_mobile\">See All<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"motta-product-deals__products swiper\">\n\t\t\t\t<ul class=\"products columns-6 swiper-wrapper\">\n<li class=\"product type-product post-22905 status-publish first instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/pu-5-seater-luxury-sofa-set\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.45.02-AM-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"PU 5-Seater Luxury Sofa Set\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.45.02-AM-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.45.02-AM-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.45.02-AM-100x100.jpeg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">PU 5-Seater Luxury Sofa Set<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>29,500.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22905\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22905\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;PU 5-Seater Luxury Sofa Set&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;PU 5-Seater Luxury Sofa Set&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22897 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-5-seater-premium-cushion-sofa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.17.07-AM-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u00ae 5-Seater Premium Cushion Sofa\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.17.07-AM-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.17.07-AM-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-25-at-10.17.07-AM-100x100.jpeg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u00ae 5-Seater Premium Cushion Sofa<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>41,300.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22897\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22897\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u00ae 5-Seater Premium Cushion Sofa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u00ae 5-Seater Premium Cushion Sofa&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22272 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-prestige-rosewood-sofa-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 PRESTIGE ROSEWOOD SOFA\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-141.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 PRESTIGE ROSEWOOD SOFA<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>31,860.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>115,758.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;31,860.00 through &#8377;115,758.00<\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-prestige-rosewood-sofa-2\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22272\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Lumber Park\u2122 PRESTIGE ROSEWOOD SOFA&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22268 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-wings-mahogony-sofa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 WINGS MAHOGONY SOFA\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-140.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 WINGS MAHOGONY SOFA<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>23,010.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>81,007.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;23,010.00 through &#8377;81,007.00<\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-wings-mahogony-sofa\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22268\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Lumber Park\u2122 WINGS MAHOGONY SOFA&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22265 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-raymond-mahogony-sofa-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 RAYMOND MAHOGONY SOFA\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-139.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 RAYMOND MAHOGONY SOFA<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>33,040.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>123,044.50<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;33,040.00 through &#8377;123,044.50<\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-raymond-mahogony-sofa-2\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22265\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Lumber Park\u2122 RAYMOND MAHOGONY SOFA&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22264 status-publish last instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-rudra-rosewood-sofa-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 RUDRA ROSEWOOD SOFA\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-138.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 RUDRA ROSEWOOD SOFA<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>94,400.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-rudra-rosewood-sofa-2\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22264\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Lumber Park\u2122 RUDRA ROSEWOOD SOFA&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22238 status-publish first instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/elegant-french-style-teak-storage-table-2-doors-3-drawers-inclusive-gst-and-delivery\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-4-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Elegant French-Style Teak Storage Table \u2013 2 Doors &amp; 3 Drawers Inclusive GST and Delivery\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-4-300x300.jpg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-4-150x150.jpg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-4-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Elegant French-Style Teak Storage Table \u2013 2 Doors &amp; 3 Drawers Inclusive GST and Delivery<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>105,020.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22238\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22238\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Elegant French-Style Teak Storage Table \u2013 2 Doors &amp; 3 Drawers Inclusive GST and Delivery&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Elegant French-Style Teak Storage Table \u2013 2 Doors &amp; 3 Drawers Inclusive GST and Delivery&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22221 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-mystery-well-coffee-table-with-4-puffy-stool\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-24-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u00ae Mystery Well Coffee Table with 4 Puffy Stool\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-24-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-24-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-24-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/admin-ajax-24.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u00ae Mystery Well Coffee Table with 4 Puffy Stool<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>35,400.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22221\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22221\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u00ae Mystery Well Coffee Table with 4 Puffy Stool&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u00ae Mystery Well Coffee Table with 4 Puffy Stool&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22215 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/traditional-wooden-centre-table\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"200\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-21-at-6.22.27-PM-2-300x200-1.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Traditional Wooden Centre Table\" \/><h2 class=\"woocommerce-loop-product__title\">Traditional Wooden Centre Table<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>14,160.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22215\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22215\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Traditional Wooden Centre Table&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Traditional Wooden Centre Table&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22198 status-publish instock product_cat-modern-furnitures has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/wooden-swing\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\">Sale!<\/span>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/fullimages-1-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"WOODEN SWING\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/fullimages-1-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/fullimages-1-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/fullimages-1-1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">WOODEN SWING<\/h2>\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>153,400.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;153,400.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>118,000.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;118,000.00.<\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22198\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22198\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;WOODEN SWING&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;WOODEN SWING&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22189 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-wooden-base-director-table-for-office-room-premium-teak-elegance-meets-executive-functionality\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-06-28-at-9.40.29-AM-1-1-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Wooden Base Director Table for Office Room \u2013 Premium Teak Elegance Meets Executive Functionality\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-06-28-at-9.40.29-AM-1-1-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-06-28-at-9.40.29-AM-1-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-06-28-at-9.40.29-AM-1-1-100x100.jpeg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Wooden Base Director Table for Office Room \u2013 Premium Teak Elegance Meets Executive Functionality<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>302,078.82<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22189\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22189\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Wooden Base Director Table for Office Room \u2013 Premium Teak Elegance Meets Executive Functionality&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Wooden Base Director Table for Office Room \u2013 Premium Teak Elegance Meets Executive Functionality&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22183 status-publish last instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/side-table-black-brown-37-x-39-x-44-cm\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.02.12-PM-1-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Side Table \u2013 Black Brown (37 x 39 x 44 cm)\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.02.12-PM-1-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.02.12-PM-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.02.12-PM-1-600x600.jpeg 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.02.12-PM-1-100x100.jpeg 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.02.12-PM-1.jpeg 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Side Table \u2013 Black Brown (37 x 39 x 44 cm)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>3,292.20<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22183\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22183\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Side Table \u2013 Black Brown (37 x 39 x 44 cm)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Side Table \u2013 Black Brown (37 x 39 x 44 cm)&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22170 status-publish first instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/side-table-medium-brown-35x40x49-cm\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2025-05-16-at-5.58.22-PM-300x300-1.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Side Table \u2013 Medium Brown (35x40x49 cm)\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2025-05-16-at-5.58.22-PM-300x300-1.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2025-05-16-at-5.58.22-PM-300x300-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-WhatsApp-Image-2025-05-16-at-5.58.22-PM-300x300-1-100x100.jpeg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Side Table \u2013 Medium Brown (35x40x49 cm)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>5,652.20<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/side-table-medium-brown-35x40x49-cm\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22170\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Side Table \u2013 Medium Brown (35x40x49 cm)&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22162 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/bedside-table-acacia-walnut-40x42x52-cm\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-4.00.13-PM-1-1-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Bedside Table \u2013 Acacia Walnut (40x42x52 cm)\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-4.00.13-PM-1-1-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-4.00.13-PM-1-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-4.00.13-PM-1-1-600x600.jpeg 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-4.00.13-PM-1-1-100x100.jpeg 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-4.00.13-PM-1-1.jpeg 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Bedside Table \u2013 Acacia Walnut (40x42x52 cm)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>6,962.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22162\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22162\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bedside Table \u2013 Acacia Walnut (40x42x52 cm)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bedside Table \u2013 Acacia Walnut (40x42x52 cm)&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22153 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/chest-of-drawers-medium-black-brown-80-x-43-x-78-cm\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.12.36-PM-1-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Chest of Drawers \u2013 Medium Black, Brown (80 x 43 x 78 cm)\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.12.36-PM-1-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.12.36-PM-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.12.36-PM-1-600x600.jpeg 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.12.36-PM-1-100x100.jpeg 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-5.12.36-PM-1.jpeg 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Chest of Drawers \u2013 Medium Black, Brown (80 x 43 x 78 cm)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>14,512.82<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/chest-of-drawers-medium-black-brown-80-x-43-x-78-cm\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22153\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Chest of Drawers \u2013 Medium Black, Brown (80 x 43 x 78 cm)&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22146 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/coffee-table-black-brown-79x79x32-cm\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-6.04.01-PM-1-300x300.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Coffee Table \u2013 Black Brown (79x79x32 cm)\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-6.04.01-PM-1-300x300.jpeg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-6.04.01-PM-1-150x150.jpeg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-6.04.01-PM-1-600x600.jpeg 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-6.04.01-PM-1-100x100.jpeg 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2025-05-16-at-6.04.01-PM-1.jpeg 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Coffee Table \u2013 Black Brown (79x79x32 cm)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>8,720.20<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/coffee-table-black-brown-79x79x32-cm\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button motta-button--atc\" data-product_id=\"22146\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Coffee Table \u2013 Black Brown (79x79x32 cm)&rdquo;\" rel=\"nofollow\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Select options<\/span><\/a><\/li>\n<li class=\"product type-product post-22139 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-honey-oak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish With Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/15-2-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish With Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>65,490.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22139\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22139\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish With Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish With Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22133 status-publish last instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-honey-oakfinish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oakfinish\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-2-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oakfinish<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>58,410.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22133\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22133\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oakfinish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oakfinish&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22127 status-publish first instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-provincial-teak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish with Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/7-6-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish with Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>50,150.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22127\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22127\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish with Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish with Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22086 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-rustic-teak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Rustic Teak Finish With Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/16-2-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Rustic Teak Finish With Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>57,228.82<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22086\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22086\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Rustic Teak Finish With Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Rustic Teak Finish With Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22078 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-scratch-resistant-rustic-teak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish with Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/14-4-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish with Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>64,308.82<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22078\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22078\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish with Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish with Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22072 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-scratch-resistant-provincial-teak-finish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/9-5-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>66,080.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22072\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22072\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22066 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-scratch-resistant-provincial-teak-finish-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-1024x1024.png 1024w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-768x768.png 768w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/8-5-1.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>58,998.82<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22066\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22066\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22058 status-publish last instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-scratch-resistant-honey-oak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-7-5-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Honey Oak Finish With Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-7-5-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-7-5-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-7-5-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-7-5-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-7-5-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Honey Oak Finish With Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>66,080.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22058\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22058\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Honey Oak Finish With Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Honey Oak Finish With Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22050 status-publish first instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-provincial-teak-finish-with-bench-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-1-5-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish With Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-1-5-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-1-5-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-1-5-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-1-5-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-1-5-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish With Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>62,540.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22050\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22050\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish With Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish With Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22043 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-honey-oak-finish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-2-4-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-2-4-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-2-4-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-2-4-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-2-4-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-2-4-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>71,980.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22043\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22043\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Honey Oak Finish&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22036 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-provincial-teak-finish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-4-4-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-4-4-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-4-4-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-4-4-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-4-4-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-4-4-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>70,800.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22036\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22036\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Provincial Teak Finish&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22027 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-vintage-black-teak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-11-5-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Vintage Black &amp; Teak Finish with Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-11-5-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-11-5-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-11-5-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-11-5-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-11-5-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Vintage Black &amp; Teak Finish with Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>82,010.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22027\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22027\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Vintage Black &amp; Teak Finish with Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Vintage Black &amp; Teak Finish with Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22019 status-publish instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-scratch-resistant-provincial-teak-finish-with-bench\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-15-3-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish With Bench\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-15-3-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-15-3-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-15-3-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-15-3-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-15-3-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish With Bench<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>64,900.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22019\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22019\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish With Bench&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Provincial Teak Finish With Bench&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<li class=\"product type-product post-22011 status-publish last instock product_cat-modern-furnitures has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/lumber-park-teak-wood-6-seater-dining-set-in-scratch-resistant-rustic-teak-finish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-13-1-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-13-1-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-13-1-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-13-1-1-600x600.png 600w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-13-1-1-100x100.png 100w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-13-1-1.png 625w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>67,850.00<\/bdi><\/span><\/span>\n\n\t\t<div class=\"sold-by-meta show-attributes\">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/lumberpark-com\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Lumber Park<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"\/b2b\/wp-json\/wp\/v2\/pages\/4454?add-to-cart=22011\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart motta-button--atc\" data-product_id=\"22011\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lumber Park\u2122 Teak Wood 6 Seater Dining Set In Scratch Resistant Rustic Teak Finish&rdquo; has been added to your cart\" role=\"button\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Add to cart<\/span><\/a><\/li>\n<\/ul>\n\t\t\t<\/div>\n\t\t\t<span class=\"motta-svg-icon motta-svg-icon--left motta-swiper-button-prev swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M20.58 2.58l2.84 2.84-10.6 10.58 10.6 10.58-2.84 2.84-13.4-13.42z\"><\/path><\/svg><\/span><span class=\"motta-svg-icon motta-svg-icon--right motta-swiper-button-next swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M11.42 29.42l-2.84-2.84 10.6-10.58-10.6-10.58 2.84-2.84 13.4 13.42z\"><\/path><\/svg><\/span>\t\t\t<div class=\"motta-swiper-carousel__paginations swiper-pagination\"><\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b280a4f elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"1b280a4f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48f4466c\" data-id=\"48f4466c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46b662e elementor-widget elementor-widget-motta-heading\" data-id=\"46b662e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tAll Profiles\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/?s=&#038;product_cat=0&#038;post_type=product\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All Offers<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-057d432 e-flex e-con-boxed e-con e-parent\" data-id=\"057d432\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85935c5 motta-slides__arrow-position-center-center motta-slides__dots-position-center elementor-widget elementor-widget-motta-slides\" data-id=\"85935c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:4,&quot;infinite&quot;:&quot;yes&quot;,&quot;slides_to_scroll&quot;:1,&quot;effect&quot;:&quot;fade&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;delay&quot;:3000,&quot;autoplay_speed&quot;:1000,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"motta-slides.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-slides-elementor motta-swiper-carousel-elementor motta-swiper-slider-elementor navigation-arrows navigation-tablet-arrows navigation-mobile-arrows\">\n\t\t\t\t<div class=\"motta-slides-elementor__wrapper swiper-container\">\n\t\t\t\t\t<div class=\"motta-slides-elementor__inner swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-acde31b item-slider swiper-slide\" data-dots=\"[]\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner \">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle \">Limited time offer<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__title\">Furniture Stores<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/b2b\/?s=&amp;product_cat=modern-furnitures&amp;post_type=product\" class=\"motta-button motta-button-primary motta-button--small  motta-button--base \"><span class=\"motta-button__text\">View Now<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-d9d8559 item-slider swiper-slide\" data-dots=\"[]\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner \">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle \">PROFILES<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__title\">Building Materials<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/b2b\/?s=&amp;product_cat=building-materials&amp;post_type=product\" class=\"motta-button motta-button-primary motta-button--small  motta-button--base \"><span class=\"motta-button__text\">View Now<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-66cbfd6 item-slider swiper-slide\" data-dots=\"[]\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner \">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle \">NEW ARRIVALS<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__title\">Hardware & Tools<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/b2b\/?s=&amp;product_cat=power-tools-hardware&amp;post_type=product\" class=\"motta-button motta-button-primary motta-button--small  motta-button--base \"><span class=\"motta-button__text\">Shop Now<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-4bf2371 item-slider swiper-slide\" data-dots=\"[]\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner \">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle \">PROFILES<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__title\">Interier Designers<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/b2b\/?s=&amp;product_cat=interier-designs&amp;post_type=product\" class=\"motta-button motta-button-primary motta-button--small  motta-button--base \"><span class=\"motta-button__text\">View Now<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-d1cf36b item-slider swiper-slide\" data-dots=\"[]\" data-arrow=\"[]\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slick-slide-inner \">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__subtitle \">PROFILES<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide__title\">Steel Fabrication<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"motta-slide-button \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/b2b\/?s=&amp;product_cat=steel-tmt-bars&amp;post_type=product\" class=\"motta-button motta-button-primary motta-button--small  motta-button--base \"><span class=\"motta-button__text\">View Now<\/span><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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 class=\"motta-swiper-arrows-inner\">\n\t\t\t\t\t<span class=\"motta-svg-icon motta-svg-icon--left motta-swiper-button-prev swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M20.58 2.58l2.84 2.84-10.6 10.58 10.6 10.58-2.84 2.84-13.4-13.42z\"><\/path><\/svg><\/span><span class=\"motta-svg-icon motta-svg-icon--right motta-swiper-button-next swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M11.42 29.42l-2.84-2.84 10.6-10.58-10.6-10.58 2.84-2.84 13.4 13.42z\"><\/path><\/svg><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"swiper-pagination \"><\/div>\n\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61562afd motta-responsive-column motta-tablet-column--column_xxs motta-responsive-column motta-mobile-column--column_sm elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"61562afd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-105cfa74\" data-id=\"105cfa74\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6d82dc60 motta-banner__image-zoom motta-banner__countdown--column motta--time-text-enable-no elementor-widget elementor-widget-motta-banner\" data-id=\"6d82dc60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-banner\">\n\t\t\t<a href=\"#\" class=\"motta-banner__button-link\">\t\t\t\t<div class=\"motta-banner__featured-image\"><\/div>\n\t\t\t\t<div class=\"motta-banner__wrapper countdown__position--before\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"motta-banner__content\">\n\t\t\t\t\t\t<div class=\"motta-banner__before-title\">Limited Time Offer<\/div>\t\t\t\t\t\t<h4 class=\"motta-banner__title\">Furniture Stores<\/h4>\t\t\t\t\t\t<div class=\"motta-banner-button\">\n\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">View Now<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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-18272fe4 elementor-widget elementor-widget-motta-heading\" data-id=\"18272fe4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tExclusive limited-time offers &amp;<br class=\"hidden-xs\" \/>\nexperiences\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4ee648b1\" data-id=\"4ee648b1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af3117f motta-banner__image-zoom motta-banner__countdown--column motta--time-text-enable-no elementor-widget elementor-widget-motta-banner\" data-id=\"af3117f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-banner\">\n\t\t\t<a href=\"#\" class=\"motta-banner__button-link\">\t\t\t\t<div class=\"motta-banner__featured-image\"><\/div>\n\t\t\t\t<div class=\"motta-banner__wrapper countdown__position--before\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"motta-banner__content\">\n\t\t\t\t\t\t<div class=\"motta-banner__before-title\">Profiles<\/div>\t\t\t\t\t\t<h4 class=\"motta-banner__title\">Civil Engineers<\/h4>\t\t\t\t\t\t<div class=\"motta-banner-button\">\n\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">View Now<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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-8a53da0 elementor-widget elementor-widget-motta-heading\" data-id=\"8a53da0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tBuiding Engineers &amp; Contractors\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-3089394\" data-id=\"3089394\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76dc6bcf motta-banner__image-zoom motta-banner__countdown--column motta--time-text-enable-no elementor-widget elementor-widget-motta-banner\" data-id=\"76dc6bcf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-banner\">\n\t\t\t<a href=\"#\" class=\"motta-banner__button-link\">\t\t\t\t<div class=\"motta-banner__featured-image\"><\/div>\n\t\t\t\t<div class=\"motta-banner__wrapper countdown__position--before\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"motta-banner__content\">\n\t\t\t\t\t\t<div class=\"motta-banner__before-title\">New Arrivals<\/div>\t\t\t\t\t\t<h4 class=\"motta-banner__title\">Hardwares & Tools<\/h4>\t\t\t\t\t\t<div class=\"motta-banner-button\">\n\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">View Now<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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-1ef7905a elementor-widget elementor-widget-motta-heading\" data-id=\"1ef7905a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tHardwares &amp; Tools\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-27d47687\" data-id=\"27d47687\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59df6f29 motta-banner__image-zoom motta-banner__countdown--column motta--time-text-enable-no elementor-widget elementor-widget-motta-banner\" data-id=\"59df6f29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-banner\">\n\t\t\t<a href=\"#\" class=\"motta-banner__button-link\">\t\t\t\t<div class=\"motta-banner__featured-image\"><\/div>\n\t\t\t\t<div class=\"motta-banner__wrapper countdown__position--before\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"motta-banner__content\">\n\t\t\t\t\t\t<div class=\"motta-banner__before-title\">Profiles<\/div>\t\t\t\t\t\t<h4 class=\"motta-banner__title\">Interior Desingers<\/h4>\t\t\t\t\t\t<div class=\"motta-banner-button\">\n\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">View Now<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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-36c23977 elementor-widget elementor-widget-motta-heading\" data-id=\"36c23977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tHouse Renovators &amp; Interior Desingers\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-456ac09c\" data-id=\"456ac09c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-15736559 motta-banner__image-zoom motta-banner__countdown--column motta--time-text-enable-no elementor-widget elementor-widget-motta-banner\" data-id=\"15736559\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-banner\">\n\t\t\t<a href=\"#\" class=\"motta-banner__button-link\">\t\t\t\t<div class=\"motta-banner__featured-image\"><\/div>\n\t\t\t\t<div class=\"motta-banner__wrapper countdown__position--before\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"motta-banner__content\">\n\t\t\t\t\t\t<div class=\"motta-banner__before-title\">Profiles<\/div>\t\t\t\t\t\t<h4 class=\"motta-banner__title\">Steel Fabrication<\/h4>\t\t\t\t\t\t<div class=\"motta-banner-button\">\n\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">View Now<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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-742a75c4 elementor-widget elementor-widget-motta-heading\" data-id=\"742a75c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tSteel Fabrication\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2d41d0de elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"2d41d0de\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12dc5c24\" data-id=\"12dc5c24\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-259199fa elementor-widget elementor-widget-motta-heading\" data-id=\"259199fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tFeatured Products\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/shop\/\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text motta-button__text_mobile\">See All<\/span>\n\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All Products<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-290079c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"290079c6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-22fcb39c\" data-id=\"22fcb39c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7a88193d motta-product-carousel__arrows-style-1 elementor-widget elementor-widget-motta-products-carousel\" data-id=\"7a88193d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;navigation_mobile&quot;:&quot;scrollbar&quot;,&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;slides_to_scroll_tablet&quot;:3,&quot;slides_to_scroll&quot;:1,&quot;navigation&quot;:&quot;arrows&quot;,&quot;speed&quot;:800}\" data-widget_type=\"motta-products-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-products motta-product-carousel motta-product-carousel--elementor motta-carousel--elementor motta-swiper-carousel-elementor motta-carousel--swiper navigation-arrows navigation-tablet-arrows navigation-mobile-scrollbar woocommerce  \">\n\t\t\t\t\t\t<div class=\"woocommerce columns-6 \"><ul class=\"products columns-6\">\n<li class=\"product type-product post-22490 status-publish first instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/ms-pipes-tubes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"232\" height=\"202\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/metal-profile-pipe-rectangular-cross-section-packs_edited_edited.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"MS Pipes &amp; Tubes\" \/><h2 class=\"woocommerce-loop-product__title\">MS Pipes &amp; Tubes<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/sts-steels-and-tubes\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">STS Steels and Tubes<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/ms-pipes-tubes\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22490\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;MS Pipes &amp; Tubes&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22487 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/hfiw-erw-pipes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"232\" height=\"202\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cylindrical-steel-pipe.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"HFIW \/ ERW Pipes\" \/><h2 class=\"woocommerce-loop-product__title\">HFIW \/ ERW Pipes<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/sts-steels-and-tubes\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">STS Steels and Tubes<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/hfiw-erw-pipes\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22487\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;HFIW \/ ERW Pipes&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22480 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/550-d\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"550 D\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product.png 210w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product-100x100.png 100w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><h2 class=\"woocommerce-loop-product__title\">550 D<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/amman-try-steels-p-ltd\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">AMMAN-TRY STEELS (P) LTD<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/550-d\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22480\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;550 D&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22478 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/steel-tubes-and-pipes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"211\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Steel Tubes and Pipes\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1.png 211w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1-100x100.png 100w\" sizes=\"(max-width: 211px) 100vw, 211px\" \/><h2 class=\"woocommerce-loop-product__title\">Steel Tubes and Pipes<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/amman-try-steels-p-ltd\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">AMMAN-TRY STEELS (P) LTD<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/steel-tubes-and-pipes\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22478\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Steel Tubes and Pipes&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22470 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/c-r-sheet\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"C R Sheet\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2.png 210w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2-100x100.png 100w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><h2 class=\"woocommerce-loop-product__title\">C R Sheet<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/safi-steel-traders\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Safi Steel Traders<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/c-r-sheet\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22470\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;C R Sheet&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22468 status-publish last instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/m-s-rod\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"M S Rod\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod.png 210w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod-100x100.png 100w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><h2 class=\"woocommerce-loop-product__title\">M S Rod<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/safi-steel-traders\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Safi Steel Traders<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/m-s-rod\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22468\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;M S Rod&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22431 status-publish first instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/stainless-steel-pipe\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Stainless Steel Pipe\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Stainless Steel Pipe<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/micro-tubes-india\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Micro Tubes India<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/stainless-steel-pipe\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22431\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Stainless Steel Pipe&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22429 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/pipe-fittings\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pipe Fittings\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Pipe Fittings<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/micro-tubes-india\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Micro Tubes India<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/pipe-fittings\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22429\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pipe Fittings&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<\/ul>\n<\/div><span class=\"motta-svg-icon motta-svg-icon--left motta-swiper-button-prev swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M20.58 2.58l2.84 2.84-10.6 10.58 10.6 10.58-2.84 2.84-13.4-13.42z\"><\/path><\/svg><\/span><span class=\"motta-svg-icon motta-svg-icon--right motta-swiper-button-next swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M11.42 29.42l-2.84-2.84 10.6-10.58-10.6-10.58 2.84-2.84 13.4 13.42z\"><\/path><\/svg><\/span><div class=\"swiper-pagination\"><\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-10790799 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"10790799\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d367a7f\" data-id=\"d367a7f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b35557d motta-banner__image-zoom motta-banner__countdown--column motta--time-text-enable-no elementor-widget elementor-widget-motta-banner\" data-id=\"b35557d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-banner\">\n\t\t\t<a href=\"#\" class=\"motta-banner__button-link\">\t\t\t\t<div class=\"motta-banner__featured-image\"><\/div>\n\t\t\t\t<div class=\"motta-banner__wrapper countdown__position--before\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"motta-banner__content\">\n\t\t\t\t\t\t<div class=\"motta-banner__before-title\">All Profiles<\/div>\t\t\t\t\t\t<h4 class=\"motta-banner__title\">Powering Every Build with Trusted Suppliers<\/h4>\t\t\t\t\t\t<div class=\"motta-banner-button\">\n\t\t\t\t\t\t\t\t\t<span class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text\">Learn More<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2edd4a80 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"2edd4a80\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ba31dcb\" data-id=\"6ba31dcb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-740762d6 elementor-widget elementor-widget-motta-heading\" data-id=\"740762d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tExplore More Categories\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/shop\/\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text motta-button__text_mobile\">See All<\/span>\n\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All Categories<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6633def2 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"6633def2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-272bfc79\" data-id=\"272bfc79\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bfc349 motta--title-ellipsis-yes motta-tablet-image-box-grid-scroll--yes motta-mobile-image-box-grid-scroll--yes elementor-widget elementor-widget-motta-image-box-grid\" data-id=\"5bfc349\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-image-box-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"motta-image-box-grid\">\n\t\t\t<div class=\"motta-image-box-grid__item elementor-repeater-item-315b9e1\"><a href=\"\/b2b\/?s=&amp;product_cat=plumbing-pipes-fittings&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1.png\" class=\"attachment-full size-full wp-image-21039\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Plumbing Materials<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-426bd39\"><a href=\"\/b2b\/?s=&amp;product_cat=building-materials&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2.png\" class=\"attachment-full size-full wp-image-21040\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/2-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Building Materials<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-5238760\"><a href=\"\/b2b\/?s=&amp;product_cat=electrical-wires-switches&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3.png\" class=\"attachment-full size-full wp-image-21041\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/3-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Electrical Materials<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-b16cd59\"><a href=\"\/b2b\/?s=&amp;product_cat=power-tools-hardware&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4.png\" class=\"attachment-full size-full wp-image-21042\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/4-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Harwares &amp; Tools<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-a83793d\"><a href=\"\/b2b\/?s=&amp;product_cat=modern-furnitures&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5.png\" class=\"attachment-full size-full wp-image-21043\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/5-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Mordern Furnitures<\/span> <\/a><\/div><div class=\"motta-image-box-grid__item elementor-repeater-item-6c10243\"><a href=\"\/b2b\/?s=&amp;product_cat=steel-tmt-bars&amp;post_type=product\" class=\"motta-image-box-grid__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6.png\" class=\"attachment-full size-full wp-image-21044\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/6-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><span class=\"motta-image-box-grid__title\">Steel Rods<\/span> <\/a><\/div>\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31b26041 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"31b26041\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f70be13\" data-id=\"5f70be13\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4fb9add4 elementor-widget elementor-widget-motta-heading\" data-id=\"4fb9add4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tYou May Also Like\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/shop\/\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text motta-button__text_mobile\">See All<\/span>\n\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All Products<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-34f9fce5 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"34f9fce5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f9081f8\" data-id=\"5f9081f8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49eb6c5e motta-product-carousel__arrows-style-1 elementor-widget elementor-widget-motta-products-carousel\" data-id=\"49eb6c5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;navigation_mobile&quot;:&quot;scrollbar&quot;,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;slides_to_scroll_tablet&quot;:3,&quot;slides_to_scroll&quot;:1,&quot;navigation&quot;:&quot;arrows&quot;,&quot;speed&quot;:800}\" data-widget_type=\"motta-products-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-products motta-product-carousel motta-product-carousel--elementor motta-carousel--elementor motta-swiper-carousel-elementor motta-carousel--swiper navigation-arrows navigation-tablet-arrows navigation-mobile-scrollbar woocommerce  \">\n\t\t\t\t\t\t<div class=\"woocommerce columns-6 \"><ul class=\"products columns-6\">\n<li class=\"product type-product post-22490 status-publish first instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/ms-pipes-tubes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"232\" height=\"202\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/metal-profile-pipe-rectangular-cross-section-packs_edited_edited.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"MS Pipes &amp; Tubes\" \/><h2 class=\"woocommerce-loop-product__title\">MS Pipes &amp; Tubes<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/sts-steels-and-tubes\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">STS Steels and Tubes<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/ms-pipes-tubes\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22490\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;MS Pipes &amp; Tubes&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22487 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/hfiw-erw-pipes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"232\" height=\"202\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cylindrical-steel-pipe.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"HFIW \/ ERW Pipes\" \/><h2 class=\"woocommerce-loop-product__title\">HFIW \/ ERW Pipes<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/sts-steels-and-tubes\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-34.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">STS Steels and Tubes<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/hfiw-erw-pipes\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22487\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;HFIW \/ ERW Pipes&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22480 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/550-d\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"550 D\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product.png 210w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/500d-product-100x100.png 100w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><h2 class=\"woocommerce-loop-product__title\">550 D<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/amman-try-steels-p-ltd\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">AMMAN-TRY STEELS (P) LTD<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/550-d\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22480\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;550 D&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22478 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/steel-tubes-and-pipes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"211\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Steel Tubes and Pipes\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1.png 211w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Group-3-1-100x100.png 100w\" sizes=\"(max-width: 211px) 100vw, 211px\" \/><h2 class=\"woocommerce-loop-product__title\">Steel Tubes and Pipes<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/amman-try-steels-p-ltd\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-Amman-TRY-New-Logo-150x150.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">AMMAN-TRY STEELS (P) LTD<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/steel-tubes-and-pipes\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22478\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Steel Tubes and Pipes&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22470 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/c-r-sheet\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"C R Sheet\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2.png 210w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/s2-100x100.png 100w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><h2 class=\"woocommerce-loop-product__title\">C R Sheet<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/safi-steel-traders\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Safi Steel Traders<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/c-r-sheet\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22470\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;C R Sheet&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22468 status-publish last instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/m-s-rod\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"210\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"M S Rod\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod.png 210w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/ms-rod-100x100.png 100w\" sizes=\"(max-width: 210px) 100vw, 210px\" \/><h2 class=\"woocommerce-loop-product__title\">M S Rod<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/safi-steel-traders\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo-small.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Safi Steel Traders<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/m-s-rod\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22468\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;M S Rod&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22431 status-publish first instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/stainless-steel-pipe\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Stainless Steel Pipe\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/2-1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Stainless Steel Pipe<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/micro-tubes-india\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Micro Tubes India<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/stainless-steel-pipe\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22431\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Stainless Steel Pipe&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22429 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/pipe-fittings\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pipe Fittings\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/1-1-100x100.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Pipe Fittings<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/micro-tubes-india\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/logo-2.jpg 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Micro Tubes India<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/pipe-fittings\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22429\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pipe Fittings&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22421 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/round-bar\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Round-Bar-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Round Bar\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Round-Bar-300x300.jpg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Round-Bar-150x150.jpg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Round-Bar-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Round Bar<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/doshi-iron-and-steel-corporation\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo1.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo1.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Doshi Iron and Steel Corporation<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/round-bar\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22421\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Round Bar&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<li class=\"product type-product post-22420 status-publish instock product_cat-steel-tmt-bars has-post-thumbnail taxable shipping-taxable product-type-simple\">\n\t<a href=\"https:\/\/indusells.com\/b2b\/product\/en-series-steel-round-bar\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/about-us-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"EN Series Steel Round Bar\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/about-us-300x300.jpg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/about-us-150x150.jpg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/about-us-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">EN Series Steel Round Bar<\/h2>\n\n\t\t<div class=\"sold-by-meta \">\n\t\t\t<a href=\"https:\/\/indusells.com\/b2b\/store\/doshi-iron-and-steel-corporation\/\">\n\t\t\t\t<img alt='' src='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo1.png' srcset='https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-logo1.png 2x' class='avatar avatar-96 photo' height='96' width='96' \/>\t\t\t\t<span class=\"vendor-name\">Doshi Iron and Steel Corporation<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<\/a><a href=\"https:\/\/indusells.com\/b2b\/product\/en-series-steel-round-bar\/\" data-quantity=\"1\" class=\"button product_type_simple motta-button--atc\" data-product_id=\"22420\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;EN Series Steel Round Bar&rdquo;\" rel=\"nofollow\" data-success_message=\"\"><span class=\"motta-svg-icon motta-svg-icon--cart-trolley\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M25.248 22.4l3.552-14.4h-18.528l-0.96-4.8h-6.112v3.2h3.488l3.2 16h15.36zM24.704 11.2l-1.968 8h-10.24l-1.6-8h13.808z\"><\/path><path d=\"M25.6 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><path d=\"M14.4 26.4c0 1.325-1.075 2.4-2.4 2.4s-2.4-1.075-2.4-2.4c0-1.325 1.075-2.4 2.4-2.4s2.4 1.075 2.4 2.4z\"><\/path><\/svg><\/span><span class=\"add-to-cart-text\">Read more<\/span><\/a><\/li>\n<\/ul>\n<\/div><span class=\"motta-svg-icon motta-svg-icon--left motta-swiper-button-prev swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M20.58 2.58l2.84 2.84-10.6 10.58 10.6 10.58-2.84 2.84-13.4-13.42z\"><\/path><\/svg><\/span><span class=\"motta-svg-icon motta-svg-icon--right motta-swiper-button-next swiper-button motta-swiper-button\" ><svg width=\"24\" height=\"24\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" viewBox=\"0 0 32 32\"><path d=\"M11.42 29.42l-2.84-2.84 10.6-10.58-10.6-10.58 2.84-2.84 13.4 13.42z\"><\/path><\/svg><\/span><div class=\"swiper-pagination\"><\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5e38f07e elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"5e38f07e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-afb20de\" data-id=\"afb20de\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-70895671 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"70895671\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-370ad26\" data-id=\"370ad26\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57b7e748 elementor-widget elementor-widget-motta-heading\" data-id=\"57b7e748\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tBecome a member\t\t\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-6527838 elementor-widget elementor-widget-motta-heading\" data-id=\"6527838\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tJoin now and get 10% off your next purchase!\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1c69c69d\" data-id=\"1c69c69d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5ecc1c5b motta-subscribe-box-mobile-position--inside motta-subscribe-box-form-items--row motta-skin--base motta-shape--default motta-subscribe-box-position--outside elementor-widget elementor-widget-motta-subscribe-box\" data-id=\"5ecc1c5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-subscribe-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-subscribe-box motta-custom-button--skin\">\n\t\t\t<div class=\"motta-subscribe-box__content\"><\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ee1d826 elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"2ee1d826\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a57cfd4\" data-id=\"a57cfd4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4517d6cd elementor-widget elementor-widget-motta-heading\" data-id=\"4517d6cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tTrending Brands\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"#\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text motta-button__text_mobile\">See All<\/span>\n\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All Brands<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6b23d56 motta-responsive-column motta-tablet-column--column_xxs motta-responsive-column motta-mobile-column--column_xs elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b23d56\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-4e5bdf61\" data-id=\"4e5bdf61\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e448ad6 elementor-widget elementor-widget-image\" data-id=\"2e448ad6\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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-99f576c elementor-widget elementor-widget-image\" data-id=\"99f576c\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-f9fad07\" data-id=\"f9fad07\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db762d7 elementor-widget elementor-widget-image\" data-id=\"db762d7\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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-966e0a6 elementor-widget elementor-widget-image\" data-id=\"966e0a6\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-936299e\" data-id=\"936299e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44111a2 elementor-widget elementor-widget-image\" data-id=\"44111a2\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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-d3a838b elementor-widget elementor-widget-image\" data-id=\"d3a838b\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-23731f4\" data-id=\"23731f4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f798029 elementor-widget elementor-widget-image\" data-id=\"f798029\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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-f19e17c elementor-widget elementor-widget-image\" data-id=\"f19e17c\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-657841b\" data-id=\"657841b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e6914d7 elementor-widget elementor-widget-image\" data-id=\"e6914d7\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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-c51b7f8 elementor-widget elementor-widget-image\" data-id=\"c51b7f8\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-9ded976\" data-id=\"9ded976\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dcccb6a elementor-widget elementor-widget-image\" data-id=\"dcccb6a\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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-521ed96 elementor-widget elementor-widget-image\" data-id=\"521ed96\" data-element_type=\"widget\" data-e-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=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"91\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/04\/Untitled-design-95.png\" class=\"attachment-full size-full wp-image-21076\" alt=\"\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4fd046a motta-responsive-column motta-tablet-column--column_xxs motta-responsive-column motta-mobile-column--column_xs elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4fd046a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ac08277\" data-id=\"ac08277\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c31d04 elementor-widget elementor-widget-image\" data-id=\"7c31d04\" data-element_type=\"widget\" data-e-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:\/\/lumberpark.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"478\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM.png\" class=\"attachment-full size-full wp-image-21890\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM.png 478w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/cropped-ChatGPT-Image-Sep-1-2025-01_04_25-PM-100x100.png 100w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/>\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\">Lumber Park<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-846fcce\" data-id=\"846fcce\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-196f9a2 elementor-widget elementor-widget-image\" data-id=\"196f9a2\" data-element_type=\"widget\" data-e-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:\/\/indusells.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"478\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-30.png\" class=\"attachment-full size-full wp-image-22338\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-30.png 478w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-30-300x300.png 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-30-150x150.png 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/06\/Untitled-design-30-100x100.png 100w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/>\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\">Indusells<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-b7dcb84\" data-id=\"b7dcb84\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cde1361 elementor-widget elementor-widget-image\" data-id=\"cde1361\" data-element_type=\"widget\" data-e-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:\/\/lumberpark.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"478\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/lumberpark_logo_.jpg\" class=\"attachment-full size-full wp-image-25837\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/lumberpark_logo_.jpg 478w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/lumberpark_logo_-300x300.jpg 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/lumberpark_logo_-150x150.jpg 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/lumberpark_logo_-100x100.jpg 100w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/>\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\">Lumber Park<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0d5b7d5\" data-id=\"0d5b7d5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4769ee8 elementor-widget elementor-widget-image\" data-id=\"4769ee8\" data-element_type=\"widget\" data-e-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:\/\/indusells.com\/b2b\/store\/blueberry-timbers\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"478\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/blueberry_timbers_logo.webp\" class=\"attachment-full size-full wp-image-25839\" alt=\"\" srcset=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/blueberry_timbers_logo.webp 478w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/blueberry_timbers_logo-300x300.webp 300w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/blueberry_timbers_logo-150x150.webp 150w, https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/blueberry_timbers_logo-100x100.webp 100w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/>\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\">Blueberry Timbers<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1798ccd elementor-section-boxed elementor-section-height-default elementor-section-height-default motta-responsive-column motta-tablet-column--default motta-responsive-column motta-mobile-column--default\" data-id=\"1798ccd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409f1dc\" data-id=\"409f1dc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-03c37d4 elementor-widget elementor-widget-motta-heading\" data-id=\"03c37d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"motta-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"motta-heading-elementor motta-heading__button-on\">\n\t\t\t\t<div class=\"motta-heading motta-heading--default\">\n\t\t\t\t\tAll Profiles\t\t\t\t<\/div>\n\t\t\t\t\t\t<a class=\"motta-button motta-button-primary  motta-button--subtle  motta-button--color-black  motta-button--medium\" href=\"\/b2b\/store-listing\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"motta-button__text motta-button__text_mobile\">See All<\/span>\n\t\t\t\t\t\t\t<span class=\"motta-button__text\">See All Profiles<\/span>\n\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-c9db4e2 e-flex e-con-boxed e-con e-parent\" data-id=\"c9db4e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-023e397 elementor-widget elementor-widget-shortcode\" data-id=\"023e397\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <style>\n            .ilife-el-grid-all {\n                display: grid;\n                grid-template-columns: repeat(4, minmax(0, 1fr));\n                gap: 24px;\n                width: 100%;\n                margin: 20px 0;\n            }\n            @media (max-width: 991px) {\n                .ilife-el-grid-all { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n            }\n            @media (max-width: 480px) {\n                .ilife-el-grid-all { grid-template-columns: repeat(1, minmax(0, 1fr)); }\n            }\n        <\/style>\n\n        <div class=\"ilife-el-store-grid ilife-el-grid-all\">\n                            \n                <div class=\"ilife-el-store-card\" style=\"background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03); text-align: center; padding-bottom: 20px; transition: transform 0.2s;\">\n                    \n                    <div style=\"height: 110px; background-image: url('https:\/\/indusells.com\/b2b\/wp-content\/plugins\/dokan-lite\/assets\/images\/no-seller-image.png'); background-size: cover; background-position: center; position: relative;\"><\/div>\n                    \n                    <div style=\"margin-top: -35px; position: relative; z-index: 2;\">\n                        <img decoding=\"async\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Untitled-design-2026-08-25T183248.325.png\" style=\"width: 70px; height: 70px; border-radius: 50%; border: 3px solid #fff; object-fit: cover; margin: 0 auto; box-shadow: 0 2px 4px rgba(0,0,0,0.08);\">\n                    <\/div>\n\n                    <div style=\"padding: 10px 15px;\">\n                        <h4 style=\"font-size: 15px; font-weight: 600; margin: 8px 0 4px 0; color: #0f172a;\">\n                            <a href=\"https:\/\/indusells.com\/b2b\/store\/obli-granites\/\" style=\"color: inherit; text-decoration: none;\">\n                                Obli Granites                            <\/a>\n                                                    <\/h4>\n                        \n                                                    <span style=\"font-size: 11px; color: #64748b; background: #f1f5f9; padding: 2px 8px; border-radius: 12px; text-transform: capitalize; display: inline-block; margin-bottom: 12px;\">\n                                building-materials                            <\/span>\n                        \n                        <div style=\"margin-top: 5px;\">\n                            <a href=\"https:\/\/indusells.com\/b2b\/store\/obli-granites\/\" class=\"dokan-btn dokan-btn-theme\" style=\"padding: 6px 16px; font-size: 12px; border-radius: 4px; display: inline-block; text-decoration: none; background: #000; color: #fff;\">\n                                Visit Store                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                            \n                <div class=\"ilife-el-store-card\" style=\"background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03); text-align: center; padding-bottom: 20px; transition: transform 0.2s;\">\n                    \n                    <div style=\"height: 110px; background-image: url('https:\/\/indusells.com\/b2b\/wp-content\/plugins\/dokan-lite\/assets\/images\/no-seller-image.png'); background-size: cover; background-position: center; position: relative;\"><\/div>\n                    \n                    <div style=\"margin-top: -35px; position: relative; z-index: 2;\">\n                        <img decoding=\"async\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Untitled-design-2026-08-25T182620.652.png\" style=\"width: 70px; height: 70px; border-radius: 50%; border: 3px solid #fff; object-fit: cover; margin: 0 auto; box-shadow: 0 2px 4px rgba(0,0,0,0.08);\">\n                    <\/div>\n\n                    <div style=\"padding: 10px 15px;\">\n                        <h4 style=\"font-size: 15px; font-weight: 600; margin: 8px 0 4px 0; color: #0f172a;\">\n                            <a href=\"https:\/\/indusells.com\/b2b\/store\/madurai-arkay-rocks\/\" style=\"color: inherit; text-decoration: none;\">\n                                Madurai Arkay Rocks                            <\/a>\n                                                    <\/h4>\n                        \n                                                    <span style=\"font-size: 11px; color: #64748b; background: #f1f5f9; padding: 2px 8px; border-radius: 12px; text-transform: capitalize; display: inline-block; margin-bottom: 12px;\">\n                                building-materials                            <\/span>\n                        \n                        <div style=\"margin-top: 5px;\">\n                            <a href=\"https:\/\/indusells.com\/b2b\/store\/madurai-arkay-rocks\/\" class=\"dokan-btn dokan-btn-theme\" style=\"padding: 6px 16px; font-size: 12px; border-radius: 4px; display: inline-block; text-decoration: none; background: #000; color: #fff;\">\n                                Visit Store                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                            \n                <div class=\"ilife-el-store-card\" style=\"background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03); text-align: center; padding-bottom: 20px; transition: transform 0.2s;\">\n                    \n                    <div style=\"height: 110px; background-image: url('https:\/\/indusells.com\/b2b\/wp-content\/plugins\/dokan-lite\/assets\/images\/no-seller-image.png'); background-size: cover; background-position: center; position: relative;\"><\/div>\n                    \n                    <div style=\"margin-top: -35px; position: relative; z-index: 2;\">\n                        <img decoding=\"async\" src=\"https:\/\/indusells.com\/b2b\/wp-content\/uploads\/2026\/08\/Untitled-design-2026-08-25T181825.728.png\" style=\"width: 70px; height: 70px; border-radius: 50%; border: 3px solid #fff; object-fit: cover; margin: 0 auto; box-shadow: 0 2px 4px rgba(0,0,0,0.08);\">\n                    <\/div>\n\n                    <div style=\"padding: 10px 15px;\">\n                        <h4 style=\"font-size: 15px; font-weight: 600; margin: 8px 0 4px 0; color: #0f172a;\">\n                            <a href=\"https:\/\/indusells.com\/b2b\/store\/katti-ma-exports-pvt-ltd\/\" style=\"color: inherit; text-decoration: none;\">\n                                Katti-Ma Exports Pvt. Ltd                            <\/a>\n                                                    <\/h4>\n                        \n                                                    <span style=\"font-size: 11px; color: #64748b; background: #f1f5f9; padding: 2px 8px; border-radius: 12px; text-transform: capitalize; display: inline-block; margin-bottom: 12px;\">\n                                building-materials                            <\/span>\n                        \n                        <div style=\"margin-top: 5px;\">\n                            <a href=\"https:\/\/indusells.com\/b2b\/store\/katti-ma-exports-pvt-ltd\/\" class=\"dokan-btn dokan-btn-theme\" style=\"padding: 6px 16px; font-size: 12px; border-radius: 4px; display: inline-block; text-decoration: none; background: #000; color: #fff;\">\n                                Visit Store                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n        <\/div>\n\t\t\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","protected":false},"excerpt":{"rendered":"<p>Daily Deals Plumbing Materials Building Materials Electrical Materials Harwares &amp; Tools Mordern Furnitures Clearance Sale Steel Rods Build Smarter, Source Faster Find trusted suppliers, quality materials, and verified construction stores all in one place. Shop Now Connect with Top Vendors Today Grow your business with verified buyers, sellers, and service providers in the industry. Become [&hellip;]<\/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-4454","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/pages\/4454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/comments?post=4454"}],"version-history":[{"count":249,"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/pages\/4454\/revisions"}],"predecessor-version":[{"id":25849,"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/pages\/4454\/revisions\/25849"}],"wp:attachment":[{"href":"https:\/\/indusells.com\/b2b\/wp-json\/wp\/v2\/media?parent=4454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}