{"id":5613,"date":"2023-07-28T17:36:41","date_gmt":"2023-07-28T15:36:41","guid":{"rendered":"https:\/\/dev.stonex.it\/prodotti\/"},"modified":"2026-03-25T11:13:15","modified_gmt":"2026-03-25T10:13:15","slug":"prodotti","status":"publish","type":"page","link":"https:\/\/stonex.it\/it\/prodotti\/","title":{"rendered":"Prodotti"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5613\" class=\"elementor elementor-5613 elementor-688\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf55b0f e-flex e-con-boxed e-con e-parent\" data-id=\"cf55b0f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12b5703 elementor-widget elementor-widget-heading\" data-id=\"12b5703\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tutti i prodotti<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34fc175 elementor-widget elementor-widget-text-editor\" data-id=\"34fc175\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">Stonex dispone di un&#8217;ampia gamma di prodotti per diverse tipologie di applicazioni.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4f217f e-flex e-con-boxed e-con e-parent\" data-id=\"e4f217f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-73d2286 e-con-full e-flex e-con e-child\" data-id=\"73d2286\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e4afea elementor-widget elementor-widget-wl-product-filter\" data-id=\"1e4afea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wl-product-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"woolentor-filter-wrap\" style=\"\">\n\n                                        <form class=\"wl_product_search_form\" role=\"search\" method=\"get\" action=\"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/pages\/5613\/\">\n                            <input type=\"search\" placeholder=\"Search Products&hellip;\" value=\"\" name=\"q\" title=\"Search for:\" \/>\n                            <button type=\"submit\" aria-label=\"Search\"><i class=\"fa fa-search\"><\/i><\/button>\n                        <\/form>\n\n                    \n                \n                                    <script type=\"text\/javascript\">\n                        ;jQuery(document).ready(function($) {\n                            'use strict';\n\n                            var id = '1e4afea';\n\n                            \/\/ Filter Reset Button\n                            $('.woolentor-filter-reset-button').on('click', function(e){\n                                e.preventDefault()\n                                var pre_url = window.location.href;\n                                var onlyUrl = window.location.href.replace( window.location.search,'' ),\n                                    clear_time_out;\n                                window.history.pushState( {}, '', onlyUrl );\n\n                                if( onlyUrl != pre_url ){\n                                    clearTimeout( clear_time_out );\n                                    clear_time_out = setTimeout( function () {\n                                        window.location.replace( onlyUrl );\n                                    }, 500 );\n                                }\n\n                            })\n\n                            \/\/ Texnomony Filter\n                            $('.woolentor-filter-vertical-'+id+' li a').on('click', function (e) {\n\n                                e.preventDefault();\n\n                                var url = new URL( window.location ),\n                                    clear_time_out,\n                                    key = $(this).closest('ul').data('filter-key'),\n                                    selected_values = $(this).data('value');\n                                \n                                if ( typeof( key ) != \"undefined\" ){\n\n                                    \/\/ Remove Search params\n                                    if( url.searchParams.get('q') ){\n                                        url.searchParams.delete( 'q' );\n                                    }else if( url.searchParams.get('s') ){\n                                        url.searchParams.delete( 's' );\n                                    }\n\n                                    if( !url.searchParams.get('wlfilter') ){\n                                        url.searchParams.set( 'wlfilter', '1' );\n                                    }\n\n                                    if( url.searchParams.get( key ) ){\n                                        var selected_array = url.searchParams.get( key ).split(',');\n                                        if( selected_array.indexOf( selected_values ) == -1 ){\n                                            selected_values = url.searchParams.get( key ) + ',' + selected_values;\n                                        }else{\n                                            const remove_index = selected_array.indexOf( selected_values );\n                                            if ( remove_index > -1 ) {\n                                                selected_array.splice( remove_index, 1 );\n                                            }\n                                            selected_values = selected_array.toString();\n                                        }\n                                    }\n\n                                    if ( selected_values.length === 0 ) {\n                                        url.searchParams.delete( key );\n                                        if( Array.from(url.searchParams.keys()).length === 1){\n                                            url.searchParams.delete( 'wlfilter' );\n                                        }\n                                    } else {\n                                        url.searchParams.set( key, selected_values );\n                                    }\n\n                                    let baseUrl = url.href.split(\/[?#]\/)[0].replace(\/\\\/page\\\/[0-9]+\\\/\/g, \"\"),\n                                        parametter = url.href.split(\/[?#]\/)[1],\n                                        generateUrl = parametter ? decodeURIComponent(baseUrl + \"?\" + parametter) : baseUrl;\n\n                                    var url_history = decodeURIComponent(generateUrl);\n                                    \/\/ var url_history = decodeURIComponent(url.href);\n                                    window.history.pushState( {}, '', url_history );\n\n                                    clearTimeout( clear_time_out );\n                                    clear_time_out = setTimeout( function () {\n                                        window.location.replace( url_history );\n                                    }, 500 );\n\n                                }\n\n                                return false;\n\n                            });\n\n                        });\n                    <\/script>\n                \n            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc32285 elementor-widget elementor-widget-shortcode\" data-id=\"bc32285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"wlpf-filter-wrap wlpf-attribute-filter wlpf-filter-field-type-select wlpf-filter-terms-type- wlpf-filter-terms-name-yes wlpf-filter-terms-count-no wlpf-filter-collapsible wlpf-filter-16928794174158\" data-wlpf-active-label=\"\" data-wlpf-attribute=\"pa_industries\" data-wlpf-with-children-terms=\"1\" data-wlpf-available-terms=\"{&quot;153&quot;:{&quot;id&quot;:153,&quot;parent&quot;:0,&quot;slug&quot;:&quot;3d-scanning-it&quot;,&quot;name&quot;:&quot;3D Scanning&quot;,&quot;count&quot;:12},&quot;151&quot;:{&quot;id&quot;:151,&quot;parent&quot;:0,&quot;slug&quot;:&quot;agricoltura-di-precisione&quot;,&quot;name&quot;:&quot;Agricoltura di Precisione&quot;,&quot;count&quot;:53},&quot;220&quot;:{&quot;id&quot;:220,&quot;parent&quot;:0,&quot;slug&quot;:&quot;agricoltura-di-precisione-it&quot;,&quot;name&quot;:&quot;Agricoltura di precisione&quot;,&quot;count&quot;:1},&quot;156&quot;:{&quot;id&quot;:156,&quot;parent&quot;:0,&quot;slug&quot;:&quot;bim-it&quot;,&quot;name&quot;:&quot;Bim&quot;,&quot;count&quot;:13},&quot;166&quot;:{&quot;id&quot;:166,&quot;parent&quot;:0,&quot;slug&quot;:&quot;catastale&quot;,&quot;name&quot;:&quot;Catastale&quot;,&quot;count&quot;:36},&quot;152&quot;:{&quot;id&quot;:152,&quot;parent&quot;:0,&quot;slug&quot;:&quot;drill-and-mining&quot;,&quot;name&quot;:&quot;Drill and Mining&quot;,&quot;count&quot;:8},&quot;171&quot;:{&quot;id&quot;:171,&quot;parent&quot;:0,&quot;slug&quot;:&quot;estrazione&quot;,&quot;name&quot;:&quot;Estrazione&quot;,&quot;count&quot;:12},&quot;224&quot;:{&quot;id&quot;:224,&quot;parent&quot;:0,&quot;slug&quot;:&quot;fotovoltaico&quot;,&quot;name&quot;:&quot;Fotovoltaico&quot;,&quot;count&quot;:3},&quot;158&quot;:{&quot;id&quot;:158,&quot;parent&quot;:0,&quot;slug&quot;:&quot;geologia&quot;,&quot;name&quot;:&quot;Geologia&quot;,&quot;count&quot;:21},&quot;175&quot;:{&quot;id&quot;:175,&quot;parent&quot;:0,&quot;slug&quot;:&quot;gis-and-mapping&quot;,&quot;name&quot;:&quot;GIS and Mapping&quot;,&quot;count&quot;:20},&quot;155&quot;:{&quot;id&quot;:155,&quot;parent&quot;:0,&quot;slug&quot;:&quot;heritage-and-archaeology-it&quot;,&quot;name&quot;:&quot;Heritage and Archaeology&quot;,&quot;count&quot;:27},&quot;180&quot;:{&quot;id&quot;:180,&quot;parent&quot;:0,&quot;slug&quot;:&quot;ingegneria&quot;,&quot;name&quot;:&quot;Ingegneria&quot;,&quot;count&quot;:43},&quot;154&quot;:{&quot;id&quot;:154,&quot;parent&quot;:0,&quot;slug&quot;:&quot;mappatura-mobile&quot;,&quot;name&quot;:&quot;Mappatura Mobile&quot;,&quot;count&quot;:12},&quot;165&quot;:{&quot;id&quot;:165,&quot;parent&quot;:0,&quot;slug&quot;:&quot;monitoraggio&quot;,&quot;name&quot;:&quot;Monitoraggio&quot;,&quot;count&quot;:17},&quot;187&quot;:{&quot;id&quot;:187,&quot;parent&quot;:0,&quot;slug&quot;:&quot;operazioni-marine&quot;,&quot;name&quot;:&quot;Operazioni marine&quot;,&quot;count&quot;:8},&quot;164&quot;:{&quot;id&quot;:164,&quot;parent&quot;:0,&quot;slug&quot;:&quot;rilievo&quot;,&quot;name&quot;:&quot;Rilievo&quot;,&quot;count&quot;:30},&quot;183&quot;:{&quot;id&quot;:183,&quot;parent&quot;:0,&quot;slug&quot;:&quot;risorse-naturali&quot;,&quot;name&quot;:&quot;Risorse naturali&quot;,&quot;count&quot;:20},&quot;157&quot;:{&quot;id&quot;:157,&quot;parent&quot;:0,&quot;slug&quot;:&quot;sicurezza-pubblica&quot;,&quot;name&quot;:&quot;Sicurezza Pubblica&quot;,&quot;count&quot;:17},&quot;184&quot;:{&quot;id&quot;:184,&quot;parent&quot;:0,&quot;slug&quot;:&quot;silvicoltura&quot;,&quot;name&quot;:&quot;Silvicoltura&quot;,&quot;count&quot;:17},&quot;221&quot;:{&quot;id&quot;:221,&quot;parent&quot;:0,&quot;slug&quot;:&quot;strade&quot;,&quot;name&quot;:&quot;Strade&quot;,&quot;count&quot;:11},&quot;176&quot;:{&quot;id&quot;:176,&quot;parent&quot;:0,&quot;slug&quot;:&quot;utilities-it&quot;,&quot;name&quot;:&quot;Utilities&quot;,&quot;count&quot;:39}}\" data-wlpf-selected-terms=\"[]\" data-wlpf-terms-operator=\"IN\" data-wlpf-group-item=\"0\" data-wlpf-apply-action=\"auto\" data-wlpf-clear-action=\"none\" data-wlpf-group-apply-action=\"\" data-wlpf-group-clear-action=\"\" data-wlpf-apply-action-taken=\"1\" data-wlpf-clear-action-taken=\"1\" data-wlpf-fixed-filter-args=\"[]\"><div class=\"wlpf-filter-header\"><div class=\"wlpf-filter-label\"><h2 class=\"wlpf-filter-label-text\">Industries<\/h2><\/div><div class=\"wlpf-filter-collapse\"><button class=\"wlpf-filter-collapse-button\" aria-label=\"Collapse\"><i class=\"wlpf-icon\"><\/i><\/button><\/div><\/div><div class=\"wlpf-filter-content\" style=\"display: block;\"><select class=\"wlpf-terms-select\"><option class=\"wlpf-term-item\" value=\"0\">All<\/option><option class=\"wlpf-term-item\" value=\"153\">3D Scanning<\/option><option class=\"wlpf-term-item\" value=\"151\">Agricoltura di Precisione<\/option><option class=\"wlpf-term-item\" value=\"220\">Agricoltura di precisione<\/option><option class=\"wlpf-term-item\" value=\"156\">Bim<\/option><option class=\"wlpf-term-item\" value=\"166\">Catastale<\/option><option class=\"wlpf-term-item\" value=\"152\">Drill and Mining<\/option><option class=\"wlpf-term-item\" value=\"171\">Estrazione<\/option><option class=\"wlpf-term-item\" value=\"224\">Fotovoltaico<\/option><option class=\"wlpf-term-item\" value=\"158\">Geologia<\/option><option class=\"wlpf-term-item\" value=\"175\">GIS and Mapping<\/option><option class=\"wlpf-term-item\" value=\"155\">Heritage and Archaeology<\/option><option class=\"wlpf-term-item\" value=\"180\">Ingegneria<\/option><option class=\"wlpf-term-item\" value=\"154\">Mappatura Mobile<\/option><option class=\"wlpf-term-item\" value=\"165\">Monitoraggio<\/option><option class=\"wlpf-term-item\" value=\"187\">Operazioni marine<\/option><option class=\"wlpf-term-item\" value=\"164\">Rilievo<\/option><option class=\"wlpf-term-item\" value=\"183\">Risorse naturali<\/option><option class=\"wlpf-term-item\" value=\"157\">Sicurezza Pubblica<\/option><option class=\"wlpf-term-item\" value=\"184\">Silvicoltura<\/option><option class=\"wlpf-term-item\" value=\"221\">Strade<\/option><option class=\"wlpf-term-item\" value=\"176\">Utilities<\/option><\/select><\/div><\/div><\/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-e1345e2 elementor-widget elementor-widget-shortcode\" data-id=\"e1345e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"wlpf-filter-wrap wlpf-attribute-filter wlpf-filter-field-type-select wlpf-filter-terms-type- wlpf-filter-terms-name-yes wlpf-filter-terms-count-no wlpf-filter-collapsible wlpf-filter-16928794732608\" data-wlpf-active-label=\"\" data-wlpf-attribute=\"pa_type-2\" data-wlpf-with-children-terms=\"1\" data-wlpf-available-terms=\"{&quot;186&quot;:{&quot;id&quot;:186,&quot;parent&quot;:0,&quot;slug&quot;:&quot;3d-scanner-it&quot;,&quot;name&quot;:&quot;3D Scanner&quot;,&quot;count&quot;:4},&quot;223&quot;:{&quot;id&quot;:223,&quot;parent&quot;:0,&quot;slug&quot;:&quot;3d-software-it&quot;,&quot;name&quot;:&quot;3D Software&quot;,&quot;count&quot;:1},&quot;188&quot;:{&quot;id&quot;:188,&quot;parent&quot;:0,&quot;slug&quot;:&quot;antenne-gnss&quot;,&quot;name&quot;:&quot;Antenne GNSS&quot;,&quot;count&quot;:5},&quot;190&quot;:{&quot;id&quot;:190,&quot;parent&quot;:0,&quot;slug&quot;:&quot;autolivelli-ottici-e-digitali&quot;,&quot;name&quot;:&quot;Autolivelli ottici e digitali&quot;,&quot;count&quot;:2},&quot;177&quot;:{&quot;id&quot;:177,&quot;parent&quot;:0,&quot;slug&quot;:&quot;gis-mobile-gnss-it&quot;,&quot;name&quot;:&quot;Gis &amp;amp; Mobile GNSS&quot;,&quot;count&quot;:10},&quot;173&quot;:{&quot;id&quot;:173,&quot;parent&quot;:0,&quot;slug&quot;:&quot;gnss-cors&quot;,&quot;name&quot;:&quot;GNSS CORS&quot;,&quot;count&quot;:3},&quot;159&quot;:{&quot;id&quot;:159,&quot;parent&quot;:0,&quot;slug&quot;:&quot;laser-scanners-it&quot;,&quot;name&quot;:&quot;Laser Scanners&quot;,&quot;count&quot;:6},&quot;229&quot;:{&quot;id&quot;:229,&quot;parent&quot;:0,&quot;slug&quot;:&quot;lasers-distance-meters-it&quot;,&quot;name&quot;:&quot;Lasers Distance Meters&quot;,&quot;count&quot;:1},&quot;228&quot;:{&quot;id&quot;:228,&quot;parent&quot;:0,&quot;slug&quot;:&quot;lasers-rotante&quot;,&quot;name&quot;:&quot;Lasers Rotante&quot;,&quot;count&quot;:1},&quot;219&quot;:{&quot;id&quot;:219,&quot;parent&quot;:0,&quot;slug&quot;:&quot;machine-control-solutions-it&quot;,&quot;name&quot;:&quot;Machine Control Solutions&quot;,&quot;count&quot;:10},&quot;195&quot;:{&quot;id&quot;:195,&quot;parent&quot;:0,&quot;slug&quot;:&quot;radios&quot;,&quot;name&quot;:&quot;Radios&quot;,&quot;count&quot;:2},&quot;172&quot;:{&quot;id&quot;:172,&quot;parent&quot;:0,&quot;slug&quot;:&quot;ricevitori-gnss&quot;,&quot;name&quot;:&quot;Ricevitori GNSS&quot;,&quot;count&quot;:17},&quot;160&quot;:{&quot;id&quot;:160,&quot;parent&quot;:0,&quot;slug&quot;:&quot;slam-scanners-it&quot;,&quot;name&quot;:&quot;SLAM Scanners&quot;,&quot;count&quot;:5},&quot;210&quot;:{&quot;id&quot;:210,&quot;parent&quot;:0,&quot;slug&quot;:&quot;software-it&quot;,&quot;name&quot;:&quot;Software&quot;,&quot;count&quot;:10},&quot;169&quot;:{&quot;id&quot;:169,&quot;parent&quot;:0,&quot;slug&quot;:&quot;stazioni-totali&quot;,&quot;name&quot;:&quot;Stazioni Totali&quot;,&quot;count&quot;:6},&quot;178&quot;:{&quot;id&quot;:178,&quot;parent&quot;:0,&quot;slug&quot;:&quot;tablets-controllers-it&quot;,&quot;name&quot;:&quot;Tablets &amp;amp; Controllers&quot;,&quot;count&quot;:6},&quot;209&quot;:{&quot;id&quot;:209,&quot;parent&quot;:0,&quot;slug&quot;:&quot;theodoliti&quot;,&quot;name&quot;:&quot;Theodoliti&quot;,&quot;count&quot;:1},&quot;216&quot;:{&quot;id&quot;:216,&quot;parent&quot;:0,&quot;slug&quot;:&quot;uav-payloads-it&quot;,&quot;name&quot;:&quot;UAV Payloads&quot;,&quot;count&quot;:1},&quot;214&quot;:{&quot;id&quot;:214,&quot;parent&quot;:0,&quot;slug&quot;:&quot;vslam-scanner-it&quot;,&quot;name&quot;:&quot;vSLAM Scanner&quot;,&quot;count&quot;:1}}\" data-wlpf-selected-terms=\"[]\" data-wlpf-terms-operator=\"IN\" data-wlpf-group-item=\"0\" data-wlpf-apply-action=\"auto\" data-wlpf-clear-action=\"none\" data-wlpf-group-apply-action=\"\" data-wlpf-group-clear-action=\"\" data-wlpf-apply-action-taken=\"1\" data-wlpf-clear-action-taken=\"1\" data-wlpf-fixed-filter-args=\"[]\"><div class=\"wlpf-filter-header\"><div class=\"wlpf-filter-label\"><h2 class=\"wlpf-filter-label-text\">Type<\/h2><\/div><div class=\"wlpf-filter-collapse\"><button class=\"wlpf-filter-collapse-button\" aria-label=\"Collapse\"><i class=\"wlpf-icon\"><\/i><\/button><\/div><\/div><div class=\"wlpf-filter-content\" style=\"display: block;\"><select class=\"wlpf-terms-select\"><option class=\"wlpf-term-item\" value=\"0\">All<\/option><option class=\"wlpf-term-item\" value=\"186\">3D Scanner<\/option><option class=\"wlpf-term-item\" value=\"223\">3D Software<\/option><option class=\"wlpf-term-item\" value=\"188\">Antenne GNSS<\/option><option class=\"wlpf-term-item\" value=\"190\">Autolivelli ottici e digitali<\/option><option class=\"wlpf-term-item\" value=\"177\">Gis &amp; Mobile GNSS<\/option><option class=\"wlpf-term-item\" value=\"173\">GNSS CORS<\/option><option class=\"wlpf-term-item\" value=\"159\">Laser Scanners<\/option><option class=\"wlpf-term-item\" value=\"229\">Lasers Distance Meters<\/option><option class=\"wlpf-term-item\" value=\"228\">Lasers Rotante<\/option><option class=\"wlpf-term-item\" value=\"219\">Machine Control Solutions<\/option><option class=\"wlpf-term-item\" value=\"195\">Radios<\/option><option class=\"wlpf-term-item\" value=\"172\">Ricevitori GNSS<\/option><option class=\"wlpf-term-item\" value=\"160\">SLAM Scanners<\/option><option class=\"wlpf-term-item\" value=\"210\">Software<\/option><option class=\"wlpf-term-item\" value=\"169\">Stazioni Totali<\/option><option class=\"wlpf-term-item\" value=\"178\">Tablets &amp; Controllers<\/option><option class=\"wlpf-term-item\" value=\"209\">Theodoliti<\/option><option class=\"wlpf-term-item\" value=\"216\">UAV Payloads<\/option><option class=\"wlpf-term-item\" value=\"214\">vSLAM Scanner<\/option><\/select><\/div><\/div><\/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-29dfd12 elementor-widget elementor-widget-shortcode\" data-id=\"29dfd12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"wlpf-filter-wrap wlpf-attribute-filter wlpf-filter-field-type-select wlpf-filter-terms-type- wlpf-filter-terms-name-yes wlpf-filter-terms-count-no wlpf-filter-collapsible wlpf-filter-16928795155921\" data-wlpf-active-label=\"\" data-wlpf-attribute=\"pa_solutions\" data-wlpf-with-children-terms=\"1\" data-wlpf-available-terms=\"{&quot;185&quot;:{&quot;id&quot;:185,&quot;parent&quot;:0,&quot;slug&quot;:&quot;3d-it&quot;,&quot;name&quot;:&quot;3D&quot;,&quot;count&quot;:7},&quot;225&quot;:{&quot;id&quot;:225,&quot;parent&quot;:0,&quot;slug&quot;:&quot;livellamento&quot;,&quot;name&quot;:&quot;Livellamento&quot;,&quot;count&quot;:5},&quot;218&quot;:{&quot;id&quot;:218,&quot;parent&quot;:0,&quot;slug&quot;:&quot;machine-guidance-it&quot;,&quot;name&quot;:&quot;Machine Guidance&quot;,&quot;count&quot;:6},&quot;168&quot;:{&quot;id&quot;:168,&quot;parent&quot;:0,&quot;slug&quot;:&quot;monitoraggio&quot;,&quot;name&quot;:&quot;Monitoraggio&quot;,&quot;count&quot;:11},&quot;226&quot;:{&quot;id&quot;:226,&quot;parent&quot;:0,&quot;slug&quot;:&quot;perforazione&quot;,&quot;name&quot;:&quot;Perforazione&quot;,&quot;count&quot;:3},&quot;227&quot;:{&quot;id&quot;:227,&quot;parent&quot;:0,&quot;slug&quot;:&quot;piling-it&quot;,&quot;name&quot;:&quot;Piling&quot;,&quot;count&quot;:3},&quot;222&quot;:{&quot;id&quot;:222,&quot;parent&quot;:0,&quot;slug&quot;:&quot;scavi&quot;,&quot;name&quot;:&quot;Scavi&quot;,&quot;count&quot;:8},&quot;167&quot;:{&quot;id&quot;:167,&quot;parent&quot;:0,&quot;slug&quot;:&quot;total-station-gnss-onepole&quot;,&quot;name&quot;:&quot;Total Station + GNSS | OnePole&quot;,&quot;count&quot;:13}}\" data-wlpf-selected-terms=\"[]\" data-wlpf-terms-operator=\"IN\" data-wlpf-group-item=\"0\" data-wlpf-apply-action=\"auto\" data-wlpf-clear-action=\"none\" data-wlpf-group-apply-action=\"\" data-wlpf-group-clear-action=\"\" data-wlpf-apply-action-taken=\"1\" data-wlpf-clear-action-taken=\"1\" data-wlpf-fixed-filter-args=\"[]\"><div class=\"wlpf-filter-header\"><div class=\"wlpf-filter-label\"><h2 class=\"wlpf-filter-label-text\">Solutions<\/h2><\/div><div class=\"wlpf-filter-collapse\"><button class=\"wlpf-filter-collapse-button\" aria-label=\"Collapse\"><i class=\"wlpf-icon\"><\/i><\/button><\/div><\/div><div class=\"wlpf-filter-content\" style=\"display: block;\"><select class=\"wlpf-terms-select\"><option class=\"wlpf-term-item\" value=\"0\">All<\/option><option class=\"wlpf-term-item\" value=\"185\">3D<\/option><option class=\"wlpf-term-item\" value=\"225\">Livellamento<\/option><option class=\"wlpf-term-item\" value=\"218\">Machine Guidance<\/option><option class=\"wlpf-term-item\" value=\"168\">Monitoraggio<\/option><option class=\"wlpf-term-item\" value=\"226\">Perforazione<\/option><option class=\"wlpf-term-item\" value=\"227\">Piling<\/option><option class=\"wlpf-term-item\" value=\"222\">Scavi<\/option><option class=\"wlpf-term-item\" value=\"167\">Total Station + GNSS | OnePole<\/option><\/select><\/div><\/div><\/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-476fbd8 elementor-widget elementor-widget-shortcode\" data-id=\"476fbd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"wlpf-filter-wrap wlpf-attribute-filter wlpf-filter-field-type-checkbox wlpf-filter-terms-type- wlpf-filter-terms-name-yes wlpf-filter-terms-count-no wlpf-filter-collapsible wlpf-filter-16928795924483\" data-wlpf-active-label=\"\" data-wlpf-attribute=\"pa_typology\" data-wlpf-with-children-terms=\"1\" data-wlpf-available-terms=\"{&quot;161&quot;:{&quot;id&quot;:161,&quot;parent&quot;:0,&quot;slug&quot;:&quot;hardware-it&quot;,&quot;name&quot;:&quot;Hardware&quot;,&quot;count&quot;:55},&quot;211&quot;:{&quot;id&quot;:211,&quot;parent&quot;:0,&quot;slug&quot;:&quot;software-it&quot;,&quot;name&quot;:&quot;Software&quot;,&quot;count&quot;:11}}\" data-wlpf-selected-terms=\"[]\" data-wlpf-terms-operator=\"IN\" data-wlpf-group-item=\"0\" data-wlpf-apply-action=\"auto\" data-wlpf-clear-action=\"none\" data-wlpf-group-apply-action=\"\" data-wlpf-group-clear-action=\"\" data-wlpf-apply-action-taken=\"1\" data-wlpf-clear-action-taken=\"1\" data-wlpf-fixed-filter-args=\"[]\"><div class=\"wlpf-filter-header\"><div class=\"wlpf-filter-collapse\"><button class=\"wlpf-filter-collapse-button\" aria-label=\"Collapse\"><i class=\"wlpf-icon\"><\/i><\/button><\/div><\/div><div class=\"wlpf-filter-content\" style=\"display: block;\"><ul class=\"wlpf-terms-list\"><li class=\"wlpf-term-item\"><span class=\"wlpf-term-content\"><span class=\"wlpf-term-label-wrap\"><label class=\"wlpf-term-label\"><span class=\"wlpf-term-input\"><input class=\"wlpf-term-field\" type=\"checkbox\" name=\"wlpf-pa_typology\" value=\"161\"><span class=\"wlpf-term-box\" style=\"\"><\/span><\/span><span class=\"wlpf-term-info\"><span class=\"wlpf-term-name\">Hardware<\/span><\/span><\/label><\/span><\/span><\/li><li class=\"wlpf-term-item\"><span class=\"wlpf-term-content\"><span class=\"wlpf-term-label-wrap\"><label class=\"wlpf-term-label\"><span class=\"wlpf-term-input\"><input class=\"wlpf-term-field\" type=\"checkbox\" name=\"wlpf-pa_typology\" value=\"211\"><span class=\"wlpf-term-box\" style=\"\"><\/span><\/span><span class=\"wlpf-term-info\"><span class=\"wlpf-term-name\">Software<\/span><\/span><\/label><\/span><\/span><\/li><\/ul><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76647f5 e-con-full e-flex e-con e-child\" data-id=\"76647f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eeeada9 prod wl-columns-tablet-3 wl-columns-mobile-2 wl-columns-5 elementor-widget elementor-widget-woolentor-custom-product-archive\" data-id=\"eeeada9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woolentor-custom-product-archive.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"ht-products wl-filterable-products-wrap \"data-wl-widget-name=\"woolentor-custom-product-archive\" data-wl-widget-settings=\"{&quot;product_limit&quot;:15,&quot;hide_product_price&quot;:&quot;yes&quot;,&quot;hide_product_ratting&quot;:&quot;yes&quot;,&quot;hide_product_gird_content&quot;:&quot;yes&quot;,&quot;hide_product_sale_badge&quot;:&quot;yes&quot;,&quot;product_sale_badge_custom&quot;:null,&quot;show_wishlist_button&quot;:null,&quot;show_compare_button&quot;:null,&quot;show_addtocart_button&quot;:null,&quot;action_button_style&quot;:null,&quot;action_button_show_on&quot;:null,&quot;product_category_typography_typography&quot;:&quot;custom&quot;,&quot;product_category_typography_font_family&quot;:&quot;Poppins&quot;,&quot;product_category_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:14,&quot;sizes&quot;:[]},&quot;product_category_hover_color&quot;:&quot;#0075BE&quot;,&quot;product_title_typography_typography&quot;:&quot;custom&quot;,&quot;product_title_typography_font_family&quot;:&quot;Poppins&quot;,&quot;product_title_typography_font_weight&quot;:&quot;500&quot;,&quot;product_title_color&quot;:&quot;#0075BE&quot;,&quot;product_title_hover_color&quot;:&quot;#0075BE&quot;,&quot;product_grid_description_typography_typography&quot;:&quot;custom&quot;,&quot;product_grid_description_typography_font_family&quot;:&quot;Poppins&quot;,&quot;product_grid_description_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:14,&quot;sizes&quot;:[]},&quot;product_grid_description_typography_font_weight&quot;:&quot;300&quot;,&quot;product_action_button_background_color_background&quot;:&quot;classic&quot;,&quot;product_action_button_background_color_color&quot;:&quot;#0075BE&quot;,&quot;product_tooltip_color&quot;:&quot;#FFFEFE&quot;,&quot;product_action_button_normal_color&quot;:&quot;#FFFEFE&quot;,&quot;product_action_button_normal_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;0&quot;,&quot;left&quot;:&quot;15&quot;,&quot;isLinked&quot;:false},&quot;product_action_button_normal_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;15&quot;,&quot;right&quot;:&quot;10&quot;,&quot;bottom&quot;:&quot;15&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:false},&quot;product_action_button_hover_color&quot;:&quot;#FFFEFE&quot;,&quot;result_count_typography_typography&quot;:&quot;custom&quot;,&quot;result_count_typography_font_family&quot;:&quot;Poppins&quot;,&quot;result_count_text_color&quot;:&quot;#1F1F1F&quot;,&quot;sorting_text_color&quot;:&quot;#000000&quot;,&quot;sorting_border_color&quot;:&quot;#979797&quot;,&quot;__globals__&quot;:{&quot;product_category_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_title_hover_color&quot;:&quot;globals\\\/colors?id=accent&quot;,&quot;product_title_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_action_button_background_color_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_tooltip_color&quot;:&quot;globals\\\/colors?id=7f21682&quot;,&quot;product_action_button_normal_color&quot;:&quot;globals\\\/colors?id=7f21682&quot;,&quot;product_action_button_hover_color&quot;:&quot;globals\\\/colors?id=7f21682&quot;,&quot;result_count_text_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;sorting_text_color&quot;:&quot;globals\\\/colors?id=secondary&quot;,&quot;sorting_border_color&quot;:&quot;&quot;,&quot;product_list_viewmode_active_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_category_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_category_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_title_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_title_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_quickview_button_hover_background_color&quot;:&quot;globals\\\/colors?id=accent&quot;},&quot;product_list_description_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_description_typography_font_family&quot;:&quot;Poppins&quot;,&quot;product_list_category_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_category_typography_font_family&quot;:&quot;Poppins&quot;,&quot;product_list_title_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_title_typography_font_family&quot;:&quot;Poppins&quot;,&quot;_css_classes&quot;:&quot;prod&quot;,&quot;custom_css&quot;:&quot;.prod .ht-product-list-action {\\n    display: none;\\n}\\n\\n.prod .ht-row {\\n    align-items: center;\\n}\\n\\n@media only screen and (max-width:768px) {\\n    .prod .wlproduct-list-img {\\n        display:none\\n    ;\\n    }\\n}\\n\\n\\\/*\\n\\n@media only screen and (max-width:768px) { .prod .ht-product-image {\\n    padding: 10px 80px;\\n}\\n}\\n\\n@media only screen and (min-width:1024px) { .prod .ht-product-image {\\n    padding: 10px 40px;\\n}\\n}\\n\\n*\\\/\\n\\n.prod .ht-product-image \\nimg {\\n    width:100%!important;\\n}\\n\\n\\\/* rendo invisibile l&#039;opzione griglia o lista*\\\/\\n.wl-shop-tab-links {\\n    display:none;\\n}&quot;,&quot;column_tablet&quot;:&quot;3&quot;,&quot;column_mobile&quot;:&quot;2&quot;,&quot;no_gutters&quot;:&quot;&quot;,&quot;thumbnailsize_size&quot;:&quot;full&quot;,&quot;column&quot;:&quot;5&quot;,&quot;product_category_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;10&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:false},&quot;product_inner_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;30&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:false},&quot;show_quickview_button&quot;:null,&quot;title_length&quot;:5,&quot;categories&quot;:[],&quot;show_action_button&quot;:&quot;&quot;,&quot;show_result_count&quot;:&quot;&quot;,&quot;woolentor_list_desription_count&quot;:null,&quot;product_content_area_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;7&quot;,&quot;bottom&quot;:&quot;0&quot;,&quot;left&quot;:&quot;7&quot;,&quot;isLinked&quot;:false},&quot;product_badge_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;0&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:true},&quot;_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;0&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:true},&quot;hide_category_before_border&quot;:&quot;yes&quot;,&quot;product_excerpt_allow_html&quot;:&quot;yes&quot;,&quot;item_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;allow_order&quot;:&quot;&quot;,&quot;hide_product_category&quot;:&quot;yes&quot;,&quot;thumbnails_style&quot;:&quot;2&quot;,&quot;cat_operator&quot;:&quot;AND&quot;,&quot;product_layout&quot;:&quot;universal&quot;,&quot;woolentor_product_view_mode&quot;:&quot;grid&quot;,&quot;tab_menu&quot;:&quot;yes&quot;,&quot;filterable&quot;:&quot;yes&quot;,&quot;same_height_box&quot;:&quot;no&quot;,&quot;product_type&quot;:&quot;recent&quot;,&quot;product_id&quot;:null,&quot;product_ids_manually&quot;:null,&quot;orderby&quot;:&quot;none&quot;,&quot;order&quot;:&quot;DESC&quot;,&quot;paginate&quot;:&quot;yes&quot;,&quot;query_post_type&quot;:&quot;current_query&quot;,&quot;default_column&quot;:null,&quot;item_bottom_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;product_content_style&quot;:&quot;1&quot;,&quot;hide_product_title&quot;:&quot;&quot;,&quot;woolentor_product_grid_desription_count&quot;:null,&quot;hide_product_list_content&quot;:&quot;&quot;,&quot;product_sale_badge_type&quot;:&quot;default&quot;,&quot;product_sale_percent_position&quot;:null,&quot;product_after_badge_percent&quot;:null,&quot;product_before_badge_percent&quot;:null,&quot;product_outofstock_badge_custom&quot;:null,&quot;stock_progress_bar&quot;:&quot;&quot;,&quot;show_product_brand&quot;:&quot;&quot;,&quot;product_brand_taxonomy&quot;:null,&quot;hide_brand_before_border&quot;:null,&quot;title_html_tag_grid_view&quot;:&quot;h4&quot;,&quot;title_html_tag_list_view&quot;:&quot;h3&quot;,&quot;hide_order_counter&quot;:null,&quot;hide_available_counter&quot;:null,&quot;order_custom_text&quot;:null,&quot;available_custom_text&quot;:null,&quot;action_button_position&quot;:&quot;right&quot;,&quot;addtocart_button_txt&quot;:null,&quot;variation_quick_addtocart&quot;:&quot;&quot;,&quot;thumbnailsize_custom_dimension&quot;:null,&quot;image_navigation_bg_color&quot;:&quot;#444444&quot;,&quot;image_dots_normal_bg_color&quot;:&quot;#cccccc&quot;,&quot;image_dots_hover_bg_color&quot;:&quot;#666666&quot;,&quot;image_tab_menu_border_color&quot;:null,&quot;image_tab_menu_active_border_color&quot;:null,&quot;show_countdown&quot;:&quot;no&quot;,&quot;show_countdown_gutter&quot;:null,&quot;product_countdown_position&quot;:null,&quot;custom_labels&quot;:null,&quot;customlabel_days&quot;:null,&quot;customlabel_hours&quot;:null,&quot;customlabel_minutes&quot;:null,&quot;customlabel_seconds&quot;:null,&quot;product_inner_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_border_area_border&quot;:&quot;&quot;,&quot;product_inner_border_area_width&quot;:null,&quot;product_inner_border_area_color&quot;:null,&quot;product_inner_border_radius_area&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_border_color&quot;:&quot;#f1f1f1&quot;,&quot;product_inner_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;product_inner_box_shadow_box_shadow&quot;:null,&quot;product_inner_box_shadow_box_shadow_position&quot;:null,&quot;product_content_area_bg_color&quot;:&quot;#ffffff&quot;,&quot;product_content_area_border_border&quot;:&quot;&quot;,&quot;product_content_area_border_width&quot;:null,&quot;product_content_area_border_color&quot;:null,&quot;product_badge_color&quot;:&quot;#444444&quot;,&quot;product_outofstock_badge_color&quot;:&quot;&quot;,&quot;product_badge_bg_color&quot;:&quot;&quot;,&quot;product_badge_typography_typography&quot;:&quot;&quot;,&quot;product_badge_typography_font_family&quot;:null,&quot;product_badge_typography_font_size&quot;:null,&quot;product_badge_typography_font_weight&quot;:null,&quot;product_badge_typography_text_transform&quot;:null,&quot;product_badge_typography_font_style&quot;:null,&quot;product_badge_typography_text_decoration&quot;:null,&quot;product_badge_typography_line_height&quot;:null,&quot;product_badge_typography_letter_spacing&quot;:null,&quot;product_badge_typography_word_spacing&quot;:null,&quot;product_category_typography_font_weight&quot;:&quot;&quot;,&quot;product_category_typography_text_transform&quot;:&quot;&quot;,&quot;product_category_typography_font_style&quot;:&quot;&quot;,&quot;product_category_typography_text_decoration&quot;:&quot;&quot;,&quot;product_category_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_category_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_category_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_category_color&quot;:&quot;#444444&quot;,&quot;product_brand_typography_typography&quot;:null,&quot;product_brand_typography_font_family&quot;:null,&quot;product_brand_typography_font_size&quot;:null,&quot;product_brand_typography_font_weight&quot;:null,&quot;product_brand_typography_text_transform&quot;:null,&quot;product_brand_typography_font_style&quot;:null,&quot;product_brand_typography_text_decoration&quot;:null,&quot;product_brand_typography_line_height&quot;:null,&quot;product_brand_typography_letter_spacing&quot;:null,&quot;product_brand_typography_word_spacing&quot;:null,&quot;product_brand_color&quot;:null,&quot;product_brand_hover_color&quot;:null,&quot;product_brand_margin&quot;:null,&quot;product_title_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_title_typography_text_transform&quot;:&quot;&quot;,&quot;product_title_typography_font_style&quot;:&quot;&quot;,&quot;product_title_typography_text_decoration&quot;:&quot;&quot;,&quot;product_title_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_title_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_title_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_title_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_sale_price_color&quot;:&quot;#444444&quot;,&quot;product_sale_price_typography_typography&quot;:&quot;&quot;,&quot;product_sale_price_typography_font_family&quot;:null,&quot;product_sale_price_typography_font_size&quot;:null,&quot;product_sale_price_typography_font_weight&quot;:null,&quot;product_sale_price_typography_text_transform&quot;:null,&quot;product_sale_price_typography_font_style&quot;:null,&quot;product_sale_price_typography_text_decoration&quot;:null,&quot;product_sale_price_typography_line_height&quot;:null,&quot;product_sale_price_typography_letter_spacing&quot;:null,&quot;product_sale_price_typography_word_spacing&quot;:null,&quot;product_regular_price_color&quot;:&quot;#444444&quot;,&quot;product_regular_price_typography_typography&quot;:&quot;&quot;,&quot;product_regular_price_typography_font_family&quot;:null,&quot;product_regular_price_typography_font_size&quot;:null,&quot;product_regular_price_typography_font_weight&quot;:null,&quot;product_regular_price_typography_text_transform&quot;:null,&quot;product_regular_price_typography_font_style&quot;:null,&quot;product_regular_price_typography_text_decoration&quot;:null,&quot;product_regular_price_typography_line_height&quot;:null,&quot;product_regular_price_typography_letter_spacing&quot;:null,&quot;product_regular_price_typography_word_spacing&quot;:null,&quot;product_price_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_rating_color&quot;:&quot;#aaaaaa&quot;,&quot;product_rating_give_color&quot;:&quot;#dc9a0e&quot;,&quot;product_rating_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_grid_description_typography_text_transform&quot;:&quot;&quot;,&quot;product_grid_description_typography_font_style&quot;:&quot;&quot;,&quot;product_grid_description_typography_text_decoration&quot;:&quot;&quot;,&quot;product_grid_description_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_grid_description_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_grid_description_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_grid_description_color&quot;:&quot;#444444&quot;,&quot;product_grid_description_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_background_color_color_stop&quot;:null,&quot;product_action_button_background_color_color_b&quot;:null,&quot;product_action_button_background_color_color_b_stop&quot;:null,&quot;product_action_button_background_color_gradient_type&quot;:null,&quot;product_action_button_background_color_gradient_angle&quot;:null,&quot;product_action_button_background_color_gradient_position&quot;:null,&quot;product_action_button_background_color_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;product_action_button_background_color_position&quot;:null,&quot;product_action_button_background_color_xpos&quot;:null,&quot;product_action_button_background_color_ypos&quot;:null,&quot;product_action_button_background_color_attachment&quot;:null,&quot;product_action_button_background_color_repeat&quot;:null,&quot;product_action_button_background_color_size&quot;:null,&quot;product_action_button_background_color_bg_width&quot;:null,&quot;product_action_button_background_color_video_link&quot;:null,&quot;product_action_button_background_color_video_start&quot;:null,&quot;product_action_button_background_color_video_end&quot;:null,&quot;product_action_button_background_color_play_once&quot;:null,&quot;product_action_button_background_color_play_on_mobile&quot;:null,&quot;product_action_button_background_color_privacy_mode&quot;:null,&quot;product_action_button_background_color_video_fallback&quot;:null,&quot;product_action_button_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_background_color_slideshow_loop&quot;:null,&quot;product_action_button_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;product_action_button_box_shadow_box_shadow&quot;:null,&quot;product_action_button_box_shadow_box_shadow_position&quot;:null,&quot;product_action_button_tooltip_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_tooltip_background_color_color&quot;:null,&quot;product_action_button_tooltip_background_color_color_stop&quot;:null,&quot;product_action_button_tooltip_background_color_color_b&quot;:null,&quot;product_action_button_tooltip_background_color_color_b_stop&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_type&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_angle&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_position&quot;:null,&quot;product_action_button_tooltip_background_color_image&quot;:null,&quot;product_action_button_tooltip_background_color_position&quot;:null,&quot;product_action_button_tooltip_background_color_xpos&quot;:null,&quot;product_action_button_tooltip_background_color_ypos&quot;:null,&quot;product_action_button_tooltip_background_color_attachment&quot;:null,&quot;product_action_button_tooltip_background_color_repeat&quot;:null,&quot;product_action_button_tooltip_background_color_size&quot;:null,&quot;product_action_button_tooltip_background_color_bg_width&quot;:null,&quot;product_action_button_tooltip_background_color_video_link&quot;:null,&quot;product_action_button_tooltip_background_color_video_start&quot;:null,&quot;product_action_button_tooltip_background_color_video_end&quot;:null,&quot;product_action_button_tooltip_background_color_play_once&quot;:null,&quot;product_action_button_tooltip_background_color_play_on_mobile&quot;:null,&quot;product_action_button_tooltip_background_color_privacy_mode&quot;:null,&quot;product_action_button_tooltip_background_color_video_fallback&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_loop&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;product_action_button_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;product_action_button_normal_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_normal_background_color_color&quot;:null,&quot;product_action_button_normal_background_color_color_stop&quot;:null,&quot;product_action_button_normal_background_color_color_b&quot;:null,&quot;product_action_button_normal_background_color_color_b_stop&quot;:null,&quot;product_action_button_normal_background_color_gradient_type&quot;:null,&quot;product_action_button_normal_background_color_gradient_angle&quot;:null,&quot;product_action_button_normal_background_color_gradient_position&quot;:null,&quot;product_action_button_normal_background_color_image&quot;:null,&quot;product_action_button_normal_background_color_position&quot;:null,&quot;product_action_button_normal_background_color_xpos&quot;:null,&quot;product_action_button_normal_background_color_ypos&quot;:null,&quot;product_action_button_normal_background_color_attachment&quot;:null,&quot;product_action_button_normal_background_color_repeat&quot;:null,&quot;product_action_button_normal_background_color_size&quot;:null,&quot;product_action_button_normal_background_color_bg_width&quot;:null,&quot;product_action_button_normal_background_color_video_link&quot;:null,&quot;product_action_button_normal_background_color_video_start&quot;:null,&quot;product_action_button_normal_background_color_video_end&quot;:null,&quot;product_action_button_normal_background_color_play_once&quot;:null,&quot;product_action_button_normal_background_color_play_on_mobile&quot;:null,&quot;product_action_button_normal_background_color_privacy_mode&quot;:null,&quot;product_action_button_normal_background_color_video_fallback&quot;:null,&quot;product_action_button_normal_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_normal_background_color_slideshow_loop&quot;:null,&quot;product_action_button_normal_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_normal_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_normal_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_normal_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_normal_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_normal_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_normal_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_normal_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_normal_button_border_border&quot;:&quot;&quot;,&quot;product_action_button_normal_button_border_width&quot;:null,&quot;product_action_button_normal_button_border_color&quot;:null,&quot;product_action_button_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;product_action_button_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;product_action_button_hover_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_hover_background_color_color&quot;:null,&quot;product_action_button_hover_background_color_color_stop&quot;:null,&quot;product_action_button_hover_background_color_color_b&quot;:null,&quot;product_action_button_hover_background_color_color_b_stop&quot;:null,&quot;product_action_button_hover_background_color_gradient_type&quot;:null,&quot;product_action_button_hover_background_color_gradient_angle&quot;:null,&quot;product_action_button_hover_background_color_gradient_position&quot;:null,&quot;product_action_button_hover_background_color_image&quot;:null,&quot;product_action_button_hover_background_color_position&quot;:null,&quot;product_action_button_hover_background_color_xpos&quot;:null,&quot;product_action_button_hover_background_color_ypos&quot;:null,&quot;product_action_button_hover_background_color_attachment&quot;:null,&quot;product_action_button_hover_background_color_repeat&quot;:null,&quot;product_action_button_hover_background_color_size&quot;:null,&quot;product_action_button_hover_background_color_bg_width&quot;:null,&quot;product_action_button_hover_background_color_video_link&quot;:null,&quot;product_action_button_hover_background_color_video_start&quot;:null,&quot;product_action_button_hover_background_color_video_end&quot;:null,&quot;product_action_button_hover_background_color_play_once&quot;:null,&quot;product_action_button_hover_background_color_play_on_mobile&quot;:null,&quot;product_action_button_hover_background_color_privacy_mode&quot;:null,&quot;product_action_button_hover_background_color_video_fallback&quot;:null,&quot;product_action_button_hover_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_hover_background_color_slideshow_loop&quot;:null,&quot;product_action_button_hover_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_hover_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_hover_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_hover_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_hover_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_hover_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_hover_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_hover_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_hover_button_border_border&quot;:&quot;&quot;,&quot;product_action_button_hover_button_border_width&quot;:null,&quot;product_action_button_hover_button_border_color&quot;:null,&quot;product_counter_color&quot;:null,&quot;product_counter_background_color_background&quot;:null,&quot;product_counter_background_color_color&quot;:null,&quot;product_counter_background_color_color_stop&quot;:null,&quot;product_counter_background_color_color_b&quot;:null,&quot;product_counter_background_color_color_b_stop&quot;:null,&quot;product_counter_background_color_gradient_type&quot;:null,&quot;product_counter_background_color_gradient_angle&quot;:null,&quot;product_counter_background_color_gradient_position&quot;:null,&quot;product_counter_background_color_image&quot;:null,&quot;product_counter_background_color_position&quot;:null,&quot;product_counter_background_color_xpos&quot;:null,&quot;product_counter_background_color_ypos&quot;:null,&quot;product_counter_background_color_attachment&quot;:null,&quot;product_counter_background_color_repeat&quot;:null,&quot;product_counter_background_color_size&quot;:null,&quot;product_counter_background_color_bg_width&quot;:null,&quot;product_counter_background_color_video_link&quot;:null,&quot;product_counter_background_color_video_start&quot;:null,&quot;product_counter_background_color_video_end&quot;:null,&quot;product_counter_background_color_play_once&quot;:null,&quot;product_counter_background_color_play_on_mobile&quot;:null,&quot;product_counter_background_color_privacy_mode&quot;:null,&quot;product_counter_background_color_video_fallback&quot;:null,&quot;product_counter_background_color_slideshow_gallery&quot;:null,&quot;product_counter_background_color_slideshow_loop&quot;:null,&quot;product_counter_background_color_slideshow_slide_duration&quot;:null,&quot;product_counter_background_color_slideshow_slide_transition&quot;:null,&quot;product_counter_background_color_slideshow_transition_duration&quot;:null,&quot;product_counter_background_color_slideshow_background_size&quot;:null,&quot;product_counter_background_color_slideshow_background_position&quot;:null,&quot;product_counter_background_color_slideshow_lazyload&quot;:null,&quot;product_counter_background_color_slideshow_ken_burns&quot;:null,&quot;product_counter_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_counter_space_between&quot;:null,&quot;result_count_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_font_weight&quot;:&quot;&quot;,&quot;result_count_typography_text_transform&quot;:&quot;&quot;,&quot;result_count_typography_font_style&quot;:&quot;&quot;,&quot;result_count_typography_text_decoration&quot;:&quot;&quot;,&quot;result_count_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_typography&quot;:&quot;&quot;,&quot;sorting_typography_font_family&quot;:null,&quot;sorting_typography_font_size&quot;:null,&quot;sorting_typography_font_weight&quot;:null,&quot;sorting_typography_text_transform&quot;:null,&quot;sorting_typography_font_style&quot;:null,&quot;sorting_typography_text_decoration&quot;:null,&quot;sorting_typography_line_height&quot;:null,&quot;sorting_typography_letter_spacing&quot;:null,&quot;sorting_typography_word_spacing&quot;:null,&quot;product_pagination_position&quot;:&quot;left&quot;,&quot;pagination_typography_typography&quot;:&quot;&quot;,&quot;pagination_typography_font_family&quot;:null,&quot;pagination_typography_font_size&quot;:null,&quot;pagination_typography_font_weight&quot;:null,&quot;pagination_typography_text_transform&quot;:null,&quot;pagination_typography_font_style&quot;:null,&quot;pagination_typography_text_decoration&quot;:null,&quot;pagination_typography_line_height&quot;:null,&quot;pagination_typography_letter_spacing&quot;:null,&quot;pagination_typography_word_spacing&quot;:null,&quot;product_pagination_border_border&quot;:&quot;&quot;,&quot;product_pagination_border_width&quot;:null,&quot;product_pagination_border_color&quot;:null,&quot;product_pagination_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_pagination_link_color&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color&quot;:&quot;&quot;,&quot;product_pagination_link_color_hover&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color_hover&quot;:&quot;&quot;,&quot;product_pagination_border_color_hover&quot;:&quot;&quot;,&quot;product_pagination_link_color_active&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color_active&quot;:&quot;&quot;,&quot;product_pagination_border_color_active&quot;:&quot;&quot;,&quot;product_list_border_area_border&quot;:&quot;&quot;,&quot;product_list_border_area_width&quot;:null,&quot;product_list_border_area_color&quot;:null,&quot;product_list_border_radius_area&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_list_area_background_background&quot;:&quot;&quot;,&quot;product_list_area_background_color&quot;:null,&quot;product_list_area_background_color_stop&quot;:null,&quot;product_list_area_background_color_b&quot;:null,&quot;product_list_area_background_color_b_stop&quot;:null,&quot;product_list_area_background_gradient_type&quot;:null,&quot;product_list_area_background_gradient_angle&quot;:null,&quot;product_list_area_background_gradient_position&quot;:null,&quot;product_list_area_background_position&quot;:null,&quot;product_list_area_background_xpos&quot;:null,&quot;product_list_area_background_ypos&quot;:null,&quot;product_list_area_background_attachment&quot;:null,&quot;product_list_area_background_repeat&quot;:null,&quot;product_list_area_background_size&quot;:null,&quot;product_list_area_background_bg_width&quot;:null,&quot;product_list_area_background_video_link&quot;:null,&quot;product_list_area_background_video_start&quot;:null,&quot;product_list_area_background_video_end&quot;:null,&quot;product_list_area_background_play_once&quot;:null,&quot;product_list_area_background_play_on_mobile&quot;:null,&quot;product_list_area_background_privacy_mode&quot;:null,&quot;product_list_area_background_video_fallback&quot;:null,&quot;product_list_area_background_slideshow_gallery&quot;:null,&quot;product_list_area_background_slideshow_loop&quot;:null,&quot;product_list_area_background_slideshow_slide_duration&quot;:null,&quot;product_list_area_background_slideshow_slide_transition&quot;:null,&quot;product_list_area_background_slideshow_transition_duration&quot;:null,&quot;product_list_area_background_slideshow_background_size&quot;:null,&quot;product_list_area_background_slideshow_background_position&quot;:null,&quot;product_list_area_background_slideshow_lazyload&quot;:null,&quot;product_list_area_background_slideshow_ken_burns&quot;:null,&quot;product_list_area_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_list_viewmode_button_color&quot;:&quot;#000000&quot;,&quot;product_list_viewmode_active_color&quot;:&quot;#f05b64&quot;,&quot;product_list_description_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_font_weight&quot;:&quot;&quot;,&quot;product_list_description_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_description_typography_font_style&quot;:&quot;&quot;,&quot;product_list_description_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_description_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_color&quot;:&quot;#444444&quot;,&quot;product_list_category_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_font_weight&quot;:&quot;&quot;,&quot;product_list_category_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_category_typography_font_style&quot;:&quot;&quot;,&quot;product_list_category_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_category_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_color&quot;:&quot;#444444&quot;,&quot;product_list_category_hover_color&quot;:&quot;#dc9a0e&quot;,&quot;product_list_title_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_title_typography_font_weight&quot;:&quot;&quot;,&quot;product_list_title_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_title_typography_font_style&quot;:&quot;&quot;,&quot;product_list_title_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_title_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_title_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_title_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_title_color&quot;:&quot;#444444&quot;,&quot;product_list_title_hover_color&quot;:&quot;#dc9a0e&quot;,&quot;product_list_sale_price_color&quot;:&quot;#444444&quot;,&quot;product_list_sale_price_typography_typography&quot;:&quot;&quot;,&quot;product_list_sale_price_typography_font_family&quot;:null,&quot;product_list_sale_price_typography_font_size&quot;:null,&quot;product_list_sale_price_typography_font_weight&quot;:null,&quot;product_list_sale_price_typography_text_transform&quot;:null,&quot;product_list_sale_price_typography_font_style&quot;:null,&quot;product_list_sale_price_typography_text_decoration&quot;:null,&quot;product_list_sale_price_typography_line_height&quot;:null,&quot;product_list_sale_price_typography_letter_spacing&quot;:null,&quot;product_list_sale_price_typography_word_spacing&quot;:null,&quot;product_list_regular_price_color&quot;:&quot;#444444&quot;,&quot;product_list_regular_price_typography_typography&quot;:&quot;&quot;,&quot;product_list_regular_price_typography_font_family&quot;:null,&quot;product_list_regular_price_typography_font_size&quot;:null,&quot;product_list_regular_price_typography_font_weight&quot;:null,&quot;product_list_regular_price_typography_text_transform&quot;:null,&quot;product_list_regular_price_typography_font_style&quot;:null,&quot;product_list_regular_price_typography_text_decoration&quot;:null,&quot;product_list_regular_price_typography_line_height&quot;:null,&quot;product_list_regular_price_typography_letter_spacing&quot;:null,&quot;product_list_regular_price_typography_word_spacing&quot;:null,&quot;product_list_rating_color&quot;:&quot;#aaaaaa&quot;,&quot;product_list_rating_give_color&quot;:&quot;#dc9a0e&quot;,&quot;product_list_cart_button_typography_typography&quot;:&quot;&quot;,&quot;product_list_cart_button_typography_font_family&quot;:null,&quot;product_list_cart_button_typography_font_size&quot;:null,&quot;product_list_cart_button_typography_font_weight&quot;:null,&quot;product_list_cart_button_typography_text_transform&quot;:null,&quot;product_list_cart_button_typography_font_style&quot;:null,&quot;product_list_cart_button_typography_text_decoration&quot;:null,&quot;product_list_cart_button_typography_line_height&quot;:null,&quot;product_list_cart_button_typography_letter_spacing&quot;:null,&quot;product_list_cart_button_typography_word_spacing&quot;:null,&quot;product_list_cart_button_color&quot;:&quot;#000000&quot;,&quot;product_list_cart_button_border_color&quot;:&quot;#000000&quot;,&quot;product_list_cart_button_background_color&quot;:&quot;#ffffff&quot;,&quot;product_list_cart_button_hover_color&quot;:&quot;#ffffff&quot;,&quot;product_list_cart_button_hover_border_color&quot;:&quot;#ff3535&quot;,&quot;product_list_cart_button_hover_background_color&quot;:&quot;#ff3535&quot;,&quot;product_list_quickview_button_color&quot;:&quot;#000000&quot;,&quot;product_list_quickview_button_background_color&quot;:&quot;#ffffff&quot;,&quot;product_list_quickview_button_hover_color&quot;:&quot;#ffffff&quot;,&quot;product_list_quickview_button_hover_background_color&quot;:&quot;#ff3535&quot;,&quot;progressbar_height&quot;:null,&quot;progressbar_bg_color&quot;:null,&quot;progressbar_active_bg_color&quot;:null,&quot;progressbar_area&quot;:null,&quot;order_ability_typography_typography&quot;:null,&quot;order_ability_typography_font_family&quot;:null,&quot;order_ability_typography_font_size&quot;:null,&quot;order_ability_typography_font_weight&quot;:null,&quot;order_ability_typography_text_transform&quot;:null,&quot;order_ability_typography_font_style&quot;:null,&quot;order_ability_typography_text_decoration&quot;:null,&quot;order_ability_typography_line_height&quot;:null,&quot;order_ability_typography_letter_spacing&quot;:null,&quot;order_ability_typography_word_spacing&quot;:null,&quot;order_ability_color&quot;:null,&quot;counter_number_color&quot;:null,&quot;quick_cart_button_color&quot;:null,&quot;quick_cart_button_typography_typography&quot;:null,&quot;quick_cart_button_typography_font_family&quot;:null,&quot;quick_cart_button_typography_font_size&quot;:null,&quot;quick_cart_button_typography_font_weight&quot;:null,&quot;quick_cart_button_typography_text_transform&quot;:null,&quot;quick_cart_button_typography_font_style&quot;:null,&quot;quick_cart_button_typography_text_decoration&quot;:null,&quot;quick_cart_button_typography_line_height&quot;:null,&quot;quick_cart_button_typography_letter_spacing&quot;:null,&quot;quick_cart_button_typography_word_spacing&quot;:null,&quot;quick_cart_button_background_background&quot;:null,&quot;quick_cart_button_background_color&quot;:null,&quot;quick_cart_button_background_color_stop&quot;:null,&quot;quick_cart_button_background_color_b&quot;:null,&quot;quick_cart_button_background_color_b_stop&quot;:null,&quot;quick_cart_button_background_gradient_type&quot;:null,&quot;quick_cart_button_background_gradient_angle&quot;:null,&quot;quick_cart_button_background_gradient_position&quot;:null,&quot;quick_cart_button_background_position&quot;:null,&quot;quick_cart_button_background_xpos&quot;:null,&quot;quick_cart_button_background_ypos&quot;:null,&quot;quick_cart_button_background_attachment&quot;:null,&quot;quick_cart_button_background_repeat&quot;:null,&quot;quick_cart_button_background_size&quot;:null,&quot;quick_cart_button_background_bg_width&quot;:null,&quot;quick_cart_button_background_video_link&quot;:null,&quot;quick_cart_button_background_video_start&quot;:null,&quot;quick_cart_button_background_video_end&quot;:null,&quot;quick_cart_button_background_play_once&quot;:null,&quot;quick_cart_button_background_play_on_mobile&quot;:null,&quot;quick_cart_button_background_privacy_mode&quot;:null,&quot;quick_cart_button_background_video_fallback&quot;:null,&quot;quick_cart_button_background_slideshow_gallery&quot;:null,&quot;quick_cart_button_background_slideshow_loop&quot;:null,&quot;quick_cart_button_background_slideshow_slide_duration&quot;:null,&quot;quick_cart_button_background_slideshow_slide_transition&quot;:null,&quot;quick_cart_button_background_slideshow_transition_duration&quot;:null,&quot;quick_cart_button_background_slideshow_background_size&quot;:null,&quot;quick_cart_button_background_slideshow_background_position&quot;:null,&quot;quick_cart_button_background_slideshow_lazyload&quot;:null,&quot;quick_cart_button_background_slideshow_ken_burns&quot;:null,&quot;quick_cart_button_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;quick_cart_button_padding&quot;:null,&quot;quick_cart_button_border_border&quot;:null,&quot;quick_cart_button_border_width&quot;:null,&quot;quick_cart_button_border_color&quot;:null,&quot;quick_cart_button_border_radius&quot;:null,&quot;quick_cart_button_hover_color&quot;:null,&quot;quick_cart_button_hover_background_background&quot;:null,&quot;quick_cart_button_hover_background_color&quot;:null,&quot;quick_cart_button_hover_background_color_stop&quot;:null,&quot;quick_cart_button_hover_background_color_b&quot;:null,&quot;quick_cart_button_hover_background_color_b_stop&quot;:null,&quot;quick_cart_button_hover_background_gradient_type&quot;:null,&quot;quick_cart_button_hover_background_gradient_angle&quot;:null,&quot;quick_cart_button_hover_background_gradient_position&quot;:null,&quot;quick_cart_button_hover_background_position&quot;:null,&quot;quick_cart_button_hover_background_xpos&quot;:null,&quot;quick_cart_button_hover_background_ypos&quot;:null,&quot;quick_cart_button_hover_background_attachment&quot;:null,&quot;quick_cart_button_hover_background_repeat&quot;:null,&quot;quick_cart_button_hover_background_size&quot;:null,&quot;quick_cart_button_hover_background_bg_width&quot;:null,&quot;quick_cart_button_hover_background_video_link&quot;:null,&quot;quick_cart_button_hover_background_video_start&quot;:null,&quot;quick_cart_button_hover_background_video_end&quot;:null,&quot;quick_cart_button_hover_background_play_once&quot;:null,&quot;quick_cart_button_hover_background_play_on_mobile&quot;:null,&quot;quick_cart_button_hover_background_privacy_mode&quot;:null,&quot;quick_cart_button_hover_background_video_fallback&quot;:null,&quot;quick_cart_button_hover_background_slideshow_gallery&quot;:null,&quot;quick_cart_button_hover_background_slideshow_loop&quot;:null,&quot;quick_cart_button_hover_background_slideshow_slide_duration&quot;:null,&quot;quick_cart_button_hover_background_slideshow_slide_transition&quot;:null,&quot;quick_cart_button_hover_background_slideshow_transition_duration&quot;:null,&quot;quick_cart_button_hover_background_slideshow_background_size&quot;:null,&quot;quick_cart_button_hover_background_slideshow_background_position&quot;:null,&quot;quick_cart_button_hover_background_slideshow_lazyload&quot;:null,&quot;quick_cart_button_hover_background_slideshow_ken_burns&quot;:null,&quot;quick_cart_button_hover_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;quick_cart_button_hover_border_border&quot;:null,&quot;quick_cart_button_hover_border_width&quot;:null,&quot;quick_cart_button_hover_border_color&quot;:null,&quot;_title&quot;:&quot;&quot;,&quot;_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_element_width&quot;:&quot;&quot;,&quot;_element_width_tablet&quot;:&quot;&quot;,&quot;_element_width_mobile&quot;:&quot;&quot;,&quot;_element_custom_width&quot;:null,&quot;_grid_column&quot;:&quot;&quot;,&quot;_grid_column_custom&quot;:null,&quot;_grid_row&quot;:&quot;&quot;,&quot;_grid_row_custom&quot;:null,&quot;_flex_align_self&quot;:&quot;&quot;,&quot;_flex_order&quot;:&quot;&quot;,&quot;_flex_order_custom&quot;:null,&quot;_flex_size&quot;:&quot;&quot;,&quot;_flex_grow&quot;:null,&quot;_flex_shrink&quot;:null,&quot;_element_vertical_align&quot;:null,&quot;_position&quot;:&quot;&quot;,&quot;_offset_orientation_h&quot;:null,&quot;_offset_x&quot;:null,&quot;_offset_x_end&quot;:null,&quot;_offset_orientation_v&quot;:null,&quot;_offset_y&quot;:null,&quot;_offset_y_end&quot;:null,&quot;_z_index&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;e_display_conditions&quot;:&quot;&quot;,&quot;_element_cache&quot;:&quot;&quot;,&quot;plus_tooltip&quot;:&quot;&quot;,&quot;plus_tooltip_content_type&quot;:null,&quot;plus_tooltip_content_desc&quot;:null,&quot;plus_tooltip_content_wysiwyg&quot;:null,&quot;plus_tooltip_content_align&quot;:null,&quot;plus_tooltip_content_typography_typography&quot;:null,&quot;plus_tooltip_content_typography_font_family&quot;:null,&quot;plus_tooltip_content_typography_font_size&quot;:null,&quot;plus_tooltip_content_typography_font_weight&quot;:null,&quot;plus_tooltip_content_typography_text_transform&quot;:null,&quot;plus_tooltip_content_typography_font_style&quot;:null,&quot;plus_tooltip_content_typography_text_decoration&quot;:null,&quot;plus_tooltip_content_typography_line_height&quot;:null,&quot;plus_tooltip_content_typography_letter_spacing&quot;:null,&quot;plus_tooltip_content_typography_word_spacing&quot;:null,&quot;plus_tooltip_content_color&quot;:null,&quot;tooltip_opt_popover_toggle&quot;:null,&quot;tooltip_opt_plus_tooltip_interactive&quot;:null,&quot;tooltip_opt_plus_tooltip_position&quot;:null,&quot;tooltip_opt_plus_tooltip_theme&quot;:null,&quot;tooltip_opt_plus_tooltip_width&quot;:null,&quot;tooltip_opt_plus_tooltip_x_offset&quot;:null,&quot;tooltip_opt_plus_tooltip_y_offset&quot;:null,&quot;tooltip_opt_plus_tooltip_arrow&quot;:null,&quot;tooltip_opt_plus_tooltip_arrow_color&quot;:null,&quot;tooltip_opt_plus_tooltip_triggger&quot;:null,&quot;tooltip_opt_plus_tooltip_animation&quot;:null,&quot;tooltip_opt_plus_tooltip_duration_in&quot;:null,&quot;tooltip_opt_plus_tooltip_duration_out&quot;:null,&quot;tooltip_style_popover_toggle&quot;:null,&quot;tooltip_style_toolip_padding&quot;:null,&quot;tooltip_style_toolip_background&quot;:null,&quot;tooltip_style_toolip_color&quot;:null,&quot;tooltip_style_toolip_color_stop&quot;:null,&quot;tooltip_style_toolip_color_b&quot;:null,&quot;tooltip_style_toolip_color_b_stop&quot;:null,&quot;tooltip_style_toolip_gradient_type&quot;:null,&quot;tooltip_style_toolip_gradient_angle&quot;:null,&quot;tooltip_style_toolip_gradient_position&quot;:null,&quot;tooltip_style_plus_tooltip_border&quot;:null,&quot;tooltip_style_plus_tooltip_border_width&quot;:null,&quot;tooltip_style_plus_tooltip_border_color&quot;:null,&quot;tooltip_style_plus_tooltip_border_radius&quot;:null,&quot;tooltip_style_plus_tooltip_shadow&quot;:null,&quot;tooltip_style_plus_tooltip_box_shadow&quot;:null,&quot;plus_continuous_animation&quot;:&quot;&quot;,&quot;plus_animation_effect&quot;:null,&quot;plus_animation_hover&quot;:null,&quot;plus_animation_duration&quot;:null,&quot;plus_transform_origin&quot;:null,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;&quot;,&quot;motion_fx_translateY_effect&quot;:null,&quot;motion_fx_translateY_direction&quot;:null,&quot;motion_fx_translateY_speed&quot;:null,&quot;motion_fx_translateY_affectedRange&quot;:null,&quot;motion_fx_translateX_effect&quot;:null,&quot;motion_fx_translateX_direction&quot;:null,&quot;motion_fx_translateX_speed&quot;:null,&quot;motion_fx_translateX_affectedRange&quot;:null,&quot;motion_fx_opacity_effect&quot;:null,&quot;motion_fx_opacity_direction&quot;:null,&quot;motion_fx_opacity_level&quot;:null,&quot;motion_fx_opacity_range&quot;:null,&quot;motion_fx_blur_effect&quot;:null,&quot;motion_fx_blur_direction&quot;:null,&quot;motion_fx_blur_level&quot;:null,&quot;motion_fx_blur_range&quot;:null,&quot;motion_fx_rotateZ_effect&quot;:null,&quot;motion_fx_rotateZ_direction&quot;:null,&quot;motion_fx_rotateZ_speed&quot;:null,&quot;motion_fx_rotateZ_affectedRange&quot;:null,&quot;motion_fx_scale_effect&quot;:null,&quot;motion_fx_scale_direction&quot;:null,&quot;motion_fx_scale_speed&quot;:null,&quot;motion_fx_scale_range&quot;:null,&quot;motion_fx_transform_origin_x&quot;:null,&quot;motion_fx_transform_origin_y&quot;:null,&quot;motion_fx_devices&quot;:null,&quot;motion_fx_range&quot;:null,&quot;motion_fx_motion_fx_mouse&quot;:&quot;&quot;,&quot;motion_fx_mouseTrack_effect&quot;:null,&quot;motion_fx_mouseTrack_direction&quot;:null,&quot;motion_fx_mouseTrack_speed&quot;:null,&quot;motion_fx_tilt_effect&quot;:null,&quot;motion_fx_tilt_direction&quot;:null,&quot;motion_fx_tilt_speed&quot;:null,&quot;handle_motion_fx_asset_loading&quot;:&quot;&quot;,&quot;sticky&quot;:&quot;&quot;,&quot;sticky_on&quot;:null,&quot;sticky_offset&quot;:null,&quot;sticky_offset_tablet&quot;:null,&quot;sticky_offset_mobile&quot;:null,&quot;sticky_effects_offset&quot;:null,&quot;sticky_effects_offset_tablet&quot;:null,&quot;sticky_effects_offset_mobile&quot;:null,&quot;sticky_anchor_link_offset&quot;:null,&quot;sticky_anchor_link_offset_tablet&quot;:null,&quot;sticky_anchor_link_offset_mobile&quot;:null,&quot;sticky_parent&quot;:null,&quot;_animation&quot;:&quot;&quot;,&quot;_animation_tablet&quot;:&quot;&quot;,&quot;_animation_mobile&quot;:&quot;&quot;,&quot;animation_duration&quot;:null,&quot;_animation_delay&quot;:null,&quot;_transform_rotate_popover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect&quot;:null,&quot;_transform_rotateZ_effect_tablet&quot;:null,&quot;_transform_rotateZ_effect_mobile&quot;:null,&quot;_transform_rotate_3d&quot;:null,&quot;_transform_rotateX_effect&quot;:null,&quot;_transform_rotateX_effect_tablet&quot;:null,&quot;_transform_rotateX_effect_mobile&quot;:null,&quot;_transform_rotateY_effect&quot;:null,&quot;_transform_rotateY_effect_tablet&quot;:null,&quot;_transform_rotateY_effect_mobile&quot;:null,&quot;_transform_perspective_effect&quot;:null,&quot;_transform_perspective_effect_tablet&quot;:null,&quot;_transform_perspective_effect_mobile&quot;:null,&quot;_transform_translate_popover&quot;:&quot;&quot;,&quot;_transform_translateX_effect&quot;:null,&quot;_transform_translateX_effect_tablet&quot;:null,&quot;_transform_translateX_effect_mobile&quot;:null,&quot;_transform_translateY_effect&quot;:null,&quot;_transform_translateY_effect_tablet&quot;:null,&quot;_transform_translateY_effect_mobile&quot;:null,&quot;_transform_scale_popover&quot;:&quot;&quot;,&quot;_transform_keep_proportions&quot;:&quot;yes&quot;,&quot;_transform_scale_effect&quot;:null,&quot;_transform_scale_effect_tablet&quot;:null,&quot;_transform_scale_effect_mobile&quot;:null,&quot;_transform_scaleX_effect&quot;:null,&quot;_transform_scaleX_effect_tablet&quot;:null,&quot;_transform_scaleX_effect_mobile&quot;:null,&quot;_transform_scaleY_effect&quot;:null,&quot;_transform_scaleY_effect_tablet&quot;:null,&quot;_transform_scaleY_effect_mobile&quot;:null,&quot;_transform_skew_popover&quot;:&quot;&quot;,&quot;_transform_skewX_effect&quot;:null,&quot;_transform_skewX_effect_tablet&quot;:null,&quot;_transform_skewX_effect_mobile&quot;:null,&quot;_transform_skewY_effect&quot;:null,&quot;_transform_skewY_effect_tablet&quot;:null,&quot;_transform_skewY_effect_mobile&quot;:null,&quot;_transform_flipX_effect&quot;:&quot;&quot;,&quot;_transform_flipY_effect&quot;:&quot;&quot;,&quot;_transform_rotate_popover_hover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect_hover&quot;:null,&quot;_transform_rotateZ_effect_hover_tablet&quot;:null,&quot;_transform_rotateZ_effect_hover_mobile&quot;:null,&quot;_transform_rotate_3d_hover&quot;:null,&quot;_transform_rotateX_effect_hover&quot;:null,&quot;_transform_rotateX_effect_hover_tablet&quot;:null,&quot;_transform_rotateX_effect_hover_mobile&quot;:null,&quot;_transform_rotateY_effect_hover&quot;:null,&quot;_transform_rotateY_effect_hover_tablet&quot;:null,&quot;_transform_rotateY_effect_hover_mobile&quot;:null,&quot;_transform_perspective_effect_hover&quot;:null,&quot;_transform_perspective_effect_hover_tablet&quot;:null,&quot;_transform_perspective_effect_hover_mobile&quot;:null,&quot;_transform_translate_popover_hover&quot;:&quot;&quot;,&quot;_transform_translateX_effect_hover&quot;:null,&quot;_transform_translateX_effect_hover_tablet&quot;:null,&quot;_transform_translateX_effect_hover_mobile&quot;:null,&quot;_transform_translateY_effect_hover&quot;:null,&quot;_transform_translateY_effect_hover_tablet&quot;:null,&quot;_transform_translateY_effect_hover_mobile&quot;:null,&quot;_transform_scale_popover_hover&quot;:&quot;&quot;,&quot;_transform_keep_proportions_hover&quot;:&quot;yes&quot;,&quot;_transform_scale_effect_hover&quot;:null,&quot;_transform_scale_effect_hover_tablet&quot;:null,&quot;_transform_scale_effect_hover_mobile&quot;:null,&quot;_transform_scaleX_effect_hover&quot;:null,&quot;_transform_scaleX_effect_hover_tablet&quot;:null,&quot;_transform_scaleX_effect_hover_mobile&quot;:null,&quot;_transform_scaleY_effect_hover&quot;:null,&quot;_transform_scaleY_effect_hover_tablet&quot;:null,&quot;_transform_scaleY_effect_hover_mobile&quot;:null,&quot;_transform_skew_popover_hover&quot;:&quot;&quot;,&quot;_transform_skewX_effect_hover&quot;:null,&quot;_transform_skewX_effect_hover_tablet&quot;:null,&quot;_transform_skewX_effect_hover_mobile&quot;:null,&quot;_transform_skewY_effect_hover&quot;:null,&quot;_transform_skewY_effect_hover_tablet&quot;:null,&quot;_transform_skewY_effect_hover_mobile&quot;:null,&quot;_transform_flipX_effect_hover&quot;:&quot;&quot;,&quot;_transform_flipY_effect_hover&quot;:&quot;&quot;,&quot;_transform_transition_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;motion_fx_transform_x_anchor_point&quot;:null,&quot;motion_fx_transform_y_anchor_point&quot;:null,&quot;_background_background&quot;:&quot;&quot;,&quot;_background_color&quot;:null,&quot;_background_color_stop&quot;:null,&quot;_background_color_b&quot;:null,&quot;_background_color_b_stop&quot;:null,&quot;_background_gradient_type&quot;:null,&quot;_background_gradient_angle&quot;:null,&quot;_background_gradient_position&quot;:null,&quot;_background_image&quot;:null,&quot;_background_image_tablet&quot;:null,&quot;_background_image_mobile&quot;:null,&quot;_background_position&quot;:null,&quot;_background_xpos&quot;:null,&quot;_background_ypos&quot;:null,&quot;_background_attachment&quot;:null,&quot;_background_repeat&quot;:null,&quot;_background_size&quot;:null,&quot;_background_bg_width&quot;:null,&quot;_background_video_link&quot;:null,&quot;_background_video_start&quot;:null,&quot;_background_video_end&quot;:null,&quot;_background_play_once&quot;:null,&quot;_background_play_on_mobile&quot;:null,&quot;_background_privacy_mode&quot;:null,&quot;_background_video_fallback&quot;:null,&quot;_background_slideshow_gallery&quot;:null,&quot;_background_slideshow_loop&quot;:null,&quot;_background_slideshow_slide_duration&quot;:null,&quot;_background_slideshow_slide_transition&quot;:null,&quot;_background_slideshow_transition_duration&quot;:null,&quot;_background_slideshow_background_size&quot;:null,&quot;_background_slideshow_background_position&quot;:null,&quot;_background_slideshow_lazyload&quot;:null,&quot;_background_slideshow_ken_burns&quot;:null,&quot;_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_background&quot;:&quot;&quot;,&quot;_background_hover_color&quot;:null,&quot;_background_hover_color_stop&quot;:null,&quot;_background_hover_color_b&quot;:null,&quot;_background_hover_color_b_stop&quot;:null,&quot;_background_hover_gradient_type&quot;:null,&quot;_background_hover_gradient_angle&quot;:null,&quot;_background_hover_gradient_position&quot;:null,&quot;_background_hover_image&quot;:null,&quot;_background_hover_image_tablet&quot;:null,&quot;_background_hover_image_mobile&quot;:null,&quot;_background_hover_position&quot;:null,&quot;_background_hover_xpos&quot;:null,&quot;_background_hover_ypos&quot;:null,&quot;_background_hover_attachment&quot;:null,&quot;_background_hover_repeat&quot;:null,&quot;_background_hover_size&quot;:null,&quot;_background_hover_bg_width&quot;:null,&quot;_background_hover_video_link&quot;:null,&quot;_background_hover_video_start&quot;:null,&quot;_background_hover_video_end&quot;:null,&quot;_background_hover_play_once&quot;:null,&quot;_background_hover_play_on_mobile&quot;:null,&quot;_background_hover_privacy_mode&quot;:null,&quot;_background_hover_video_fallback&quot;:null,&quot;_background_hover_slideshow_gallery&quot;:null,&quot;_background_hover_slideshow_loop&quot;:null,&quot;_background_hover_slideshow_slide_duration&quot;:null,&quot;_background_hover_slideshow_slide_transition&quot;:null,&quot;_background_hover_slideshow_transition_duration&quot;:null,&quot;_background_hover_slideshow_background_size&quot;:null,&quot;_background_hover_slideshow_background_position&quot;:null,&quot;_background_hover_slideshow_lazyload&quot;:null,&quot;_background_hover_slideshow_ken_burns&quot;:null,&quot;_background_hover_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_border_border&quot;:&quot;&quot;,&quot;_border_width&quot;:null,&quot;_border_color&quot;:null,&quot;_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_box_shadow&quot;:null,&quot;_box_shadow_box_shadow_position&quot;:null,&quot;_border_hover_border&quot;:&quot;&quot;,&quot;_border_hover_width&quot;:null,&quot;_border_hover_color&quot;:null,&quot;_border_radius_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_hover_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_hover_box_shadow&quot;:null,&quot;_box_shadow_hover_box_shadow_position&quot;:null,&quot;_border_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_mask_switch&quot;:&quot;&quot;,&quot;_mask_shape&quot;:null,&quot;_mask_image&quot;:null,&quot;_mask_image_tablet&quot;:null,&quot;_mask_image_mobile&quot;:null,&quot;_mask_size&quot;:null,&quot;_mask_size_scale&quot;:null,&quot;_mask_position&quot;:null,&quot;_mask_position_x&quot;:null,&quot;_mask_position_y&quot;:null,&quot;_mask_repeat&quot;:null,&quot;hide_desktop&quot;:&quot;&quot;,&quot;hide_tablet&quot;:&quot;&quot;,&quot;hide_mobile&quot;:&quot;&quot;,&quot;_attributes&quot;:&quot;&quot;,&quot;tabuniqid&quot;:&quot;eeeada9&quot;}\">\r\n                <div id=\"wl-shop-tab-area-eeeada9\" class=\"wl-shop-tab-area grid_view wl-filterable-products-content\">\r\n                    <div class=\"woocommerce columns-5 \"><div class=\"woolentor-before-shop\">                        <ul id=\"wl-shop-tab-links-eeeada9\" class=\"wl-shop-tab-links\">\n                            <li><a href=\"#grid-eeeada9\" data-tabvalue=\"grid_view\" class=\"htactive\" aria-label=\"Grid\" rel=\"nofollow\"><i class=\"sli sli-grid\"><\/i><\/a><\/li>\n                            <li><a href=\"#list-eeeada9\" data-tabvalue=\"list_view\" class=\"\" aria-label=\"List\" rel=\"nofollow\"><i class=\"sli sli-menu\"><\/i><\/a><\/li>\n                        <\/ul>\n                    <div class=\"woocommerce-notices-wrapper\"><\/div><\/div><div class=\"woolentor-products wl-row columns-5   \" data-settings=\"\" >\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"7254\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/xvs-vslam-3d-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"XVS vSLAM Scanner\"><img fetchpriority=\"high\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png\" class=\"attachment-full size-full\" alt=\"XVS vSLAM 3D scanner: Fotogrammetria di nuova generazione\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/xvs-vslam-3d-scanner\/'>XVS vSLAM Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 2 camere &#8211; vSLAM &amp; RGB<br \/>\n\u2022 Min range 0.4m<br \/>\n\u2022 Max range 40m<br \/>\n\u2022 Accuracy @1m: 3mm<br \/>\n\u2022 Design ergonomico<br \/>\n\u2022 Solo 740g<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/xvs-vslam-3d-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"XVS vSLAM Scanner\"><img fetchpriority=\"high\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png\" class=\"attachment-full size-full\" alt=\"XVS vSLAM 3D scanner: Fotogrammetria di nuova generazione\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"7254\" aria-label=\"XVS vSLAM Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/xvs-vslam-3d-scanner\/'>XVS vSLAM Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 2 camere &#8211; vSLAM &amp; RGB<br \/>\n\u2022 Min range 0.4m<br \/>\n\u2022 Max range 40m<br \/>\n\u2022 Accuracy @1m: 3mm<br \/>\n\u2022 Design ergonomico<br \/>\n\u2022 Solo 740g<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"7269\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/xfly-soluzione-lidar\/\" class=\"item ht-slider-first-item \" aria-label=\"XFLY Soluzione Lidar\"><img decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/04\/uav-payload-xfly-lidar.png\" class=\"attachment-full size-full\" alt=\"XFLY Soluzione Lidar: Preciso e Affidabile\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/xfly-soluzione-lidar\/'>XFLY Soluzione Lidar<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 2 modelli: Xfly300 \/ Xfly120<br \/>\n\u2022 FOV 360\u00b0H &#8211; 40.3\u00b0V\/31\u00b0V<br \/>\n\u2022 Portata massima 300m \/ 120m<br \/>\n\u2022 Accuratezza 5m\/s @50m: 3cm<br \/>\n\u2022 Ritorni: 2 \/ 3<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/xfly-soluzione-lidar\/\" class=\"item ht-slider-first-item \" aria-label=\"XFLY Soluzione Lidar\"><img decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/04\/uav-payload-xfly-lidar.png\" class=\"attachment-full size-full\" alt=\"XFLY Soluzione Lidar: Preciso e Affidabile\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"7269\" aria-label=\"XFLY Soluzione Lidar\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/xfly-soluzione-lidar\/'>XFLY Soluzione Lidar<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 2 modelli: Xfly300 \/ Xfly120<br \/>\n\u2022 FOV 360\u00b0H &#8211; 40.3\u00b0V\/31\u00b0V<br \/>\n\u2022 Portata massima 300m \/ 120m<br \/>\n\u2022 Accuratezza 5m\/s @50m: 3cm<br \/>\n\u2022 Ritorni: 2 \/ 3<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"5822\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x70go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X70&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/03\/scanner-laser-x70go-slam.png\" class=\"attachment-full size-full\" alt=\"X70GO: SLAM laser scanner a scansione ibrida\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x70go-slam-laser-scanner\/'>X70GO SLAM Laser Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>Testa rotante<br \/>\n\u2022 200.000 pts\/s<br \/>\n\u2022 2 camere<br \/>\n\u2022 Min range 0,1 m<br \/>\n\u2022 Max range 70m<br \/>\n\u2022 Misura automatica dei punti di controllo<br \/>\n\u2022 Design ergonomico<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x70go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X70&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/03\/scanner-laser-x70go-slam.png\" class=\"attachment-full size-full\" alt=\"X70GO: SLAM laser scanner a scansione ibrida\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"5822\" aria-label=\"X70&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x70go-slam-laser-scanner\/'>X70GO SLAM Laser Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>Testa rotante<br \/>\n\u2022 200.000 pts\/s<br \/>\n\u2022 2 camere<br \/>\n\u2022 Min range 0,1 m<br \/>\n\u2022 Max range 70m<br \/>\n\u2022 Misura automatica dei punti di controllo<br \/>\n\u2022 Design ergonomico<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"7266\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x40go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X40&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/10\/scanner-laser-x40go-slam.png\" class=\"attachment-full size-full\" alt=\"X40GO: SLAM laser scanner portatile\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x40go-slam-laser-scanner\/'>X40GO SLAM Laser Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 360\u00b0H, -7\u223c52\u00b0V FOV<br \/>\n\u2022 200.000 pts\/s<br \/>\n\u2022 Fotocamera RGB<br \/>\n\u2022 Min range 0,1 m<br \/>\n\u2022 Max range 70 m@80%, 40 m@10%<br \/>\n\u2022 Misura automatica dei punti di controllo<br \/>\n\u2022 Design ergonomico<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x40go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X40&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/10\/scanner-laser-x40go-slam.png\" class=\"attachment-full size-full\" alt=\"X40GO: SLAM laser scanner portatile\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"7266\" aria-label=\"X40&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x40go-slam-laser-scanner\/'>X40GO SLAM Laser Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 360\u00b0H, -7\u223c52\u00b0V FOV<br \/>\n\u2022 200.000 pts\/s<br \/>\n\u2022 Fotocamera RGB<br \/>\n\u2022 Min range 0,1 m<br \/>\n\u2022 Max range 70 m@80%, 40 m@10%<br \/>\n\u2022 Misura automatica dei punti di controllo<br \/>\n\u2022 Design ergonomico<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"9843\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x200go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X200&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/03\/X200GO_thumbnail_v2.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x200go-slam-laser-scanner\/'>X200GO SLAM Laser Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 FOV 360\u00b0x290\u00b0<br \/>\n\u2022 Single Ret.: 640.000 pts\/s<br \/>\n\u2022 2 camere<br \/>\n\u2022 Min range 0.5m<br \/>\n\u2022 Max range 300m<br \/>\n\u2022 Misura automatica dei punti di controllo<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x200go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X200&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/03\/X200GO_thumbnail_v2.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"9843\" aria-label=\"X200&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x200go-slam-laser-scanner\/'>X200GO SLAM Laser Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 FOV 360\u00b0x290\u00b0<br \/>\n\u2022 Single Ret.: 640.000 pts\/s<br \/>\n\u2022 2 camere<br \/>\n\u2022 Min range 0.5m<br \/>\n\u2022 Max range 300m<br \/>\n\u2022 Misura automatica dei punti di controllo<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"10929\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x120go-v2-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X120GO SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/08\/X120GO_v2_thumbnail.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x120go-v2-slam-laser-scanner\/'>X120GO SLAM Laser Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 FOV 360\u00b0x290\u00b0<br \/>\n\u2022 Single Ret.: 320.000 pts\/s<br \/>\n\u2022 Dual Ret.: 640.000 pts\/s<br \/>\n\u2022 2 camere<br \/>\n\u2022 Min range 0.05m<br \/>\n\u2022 Max range 120m<br \/>\n\u2022 Misura automatica dei punti di controllo<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x120go-v2-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X120GO SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/08\/X120GO_v2_thumbnail.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"10929\" aria-label=\"X120GO SLAM Laser Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x120go-v2-slam-laser-scanner\/'>X120GO SLAM Laser Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 FOV 360\u00b0x290\u00b0<br \/>\n\u2022 Single Ret.: 320.000 pts\/s<br \/>\n\u2022 Dual Ret.: 640.000 pts\/s<br \/>\n\u2022 2 camere<br \/>\n\u2022 Min range 0.05m<br \/>\n\u2022 Max range 120m<br \/>\n\u2022 Misura automatica dei punti di controllo<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"6294\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x120go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X120&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2023\/11\/scanner-laser-x120go-slam.png\" class=\"attachment-full size-full\" alt=\"X120GO: SLAM laser scanner\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/discontinued\/\">Discontinued<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x120go-slam-laser-scanner\/'>X120GO SLAM Laser Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 FOV 360\u00b0x270\u00b0<br \/>\n\u2022 320.000 pts\/s<br \/>\n\u2022 3 camere da 5MP<br \/>\n\u2022 Min range 0.5m<br \/>\n\u2022 Max range 120m<br \/>\n\u2022 Misura automatica dei punti di controllo<br \/>\n\u2022 Design ergonomico<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x120go-slam-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X120&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2023\/11\/scanner-laser-x120go-slam.png\" class=\"attachment-full size-full\" alt=\"X120GO: SLAM laser scanner\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"6294\" aria-label=\"X120&lt;sup&gt;GO&lt;\/sup&gt; SLAM Laser Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x120go-slam-laser-scanner\/'>X120GO SLAM Laser Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 FOV 360\u00b0x270\u00b0<br \/>\n\u2022 320.000 pts\/s<br \/>\n\u2022 3 camere da 5MP<br \/>\n\u2022 Min range 0.5m<br \/>\n\u2022 Max range 120m<br \/>\n\u2022 Misura automatica dei punti di controllo<br \/>\n\u2022 Design ergonomico<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/discontinued\/\">Discontinued<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"7260\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x100-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X100 Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/04\/scanner-terrestre-slam-x100.png\" class=\"attachment-full size-full\" alt=\"X100 Laser Scanner: Leggero e Veloce\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x100-laser-scanner\/'>X100 Laser Scanner<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 360\u00b0x268\u00b0<br \/>\n\u2022 320.000 pts\/s<br \/>\n\u2022 Supporto per telecamera esterna a 360\u00b0<br \/>\n\u2022 Portata minima 0.5m<br \/>\n\u2022 Portata massima 120m<br \/>\n\u2022 Precisione @10m: 6mm<br \/>\n\u2022 Compensatore a doppio asse<br \/>\n\u2022 3,2Kg<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/x100-laser-scanner\/\" class=\"item ht-slider-first-item \" aria-label=\"X100 Laser Scanner\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/04\/scanner-terrestre-slam-x100.png\" class=\"attachment-full size-full\" alt=\"X100 Laser Scanner: Leggero e Veloce\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"7260\" aria-label=\"X100 Laser Scanner\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/x100-laser-scanner\/'>X100 Laser Scanner<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 360\u00b0x268\u00b0<br \/>\n\u2022 320.000 pts\/s<br \/>\n\u2022 Supporto per telecamera esterna a 360\u00b0<br \/>\n\u2022 Portata minima 0.5m<br \/>\n\u2022 Portata massima 120m<br \/>\n\u2022 Precisione @10m: 6mm<br \/>\n\u2022 Compensatore a doppio asse<br \/>\n\u2022 3,2Kg<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/3d-scanner-it\/\">3D Scanner<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"6251\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/ut56-rugged-tablet\/\" class=\"item ht-slider-first-item \" aria-label=\"UT56 Tablet Rugged&lt;br&gt;&lt;br&gt;\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/10\/UT56_thumbnail_v2.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/tablet-controller-it\/\">Tablet &amp; Controller<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/ut56-rugged-tablet\/'>UT56 Tablet Rugged<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Android 10<br \/>\u2022 CPU 2.3 GHz<br \/>\u2022 RAM 4GB<br \/>\u2022 FLASH 64GB<br \/>\u2022 Schermo 10.1&#8221;<br \/>\u2022 Nits 500<br \/>\u2022 BT\/WiFi\/GSM 4G<br \/>\u2022 750g<br \/>\u2022 -10\u00b0C\/+55\u00b0C<br \/>\u2022 IP67 <\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/ut56-rugged-tablet\/\" class=\"item ht-slider-first-item \" aria-label=\"UT56 Tablet Rugged&lt;br&gt;&lt;br&gt;\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/10\/UT56_thumbnail_v2.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"6251\" aria-label=\"UT56 Tablet Rugged&lt;br&gt;&lt;br&gt;\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/ut56-rugged-tablet\/'>UT56 Tablet Rugged<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Android 10<br \/>\u2022 CPU 2.3 GHz<br \/>\u2022 RAM 4GB<br \/>\u2022 FLASH 64GB<br \/>\u2022 Schermo 10.1&#8221;<br \/>\u2022 Nits 500<br \/>\u2022 BT\/WiFi\/GSM 4G<br \/>\u2022 750g<br \/>\u2022 -10\u00b0C\/+55\u00b0C<br \/>\u2022 IP67 <\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/tablet-controller-it\/\">Tablet &amp; Controller<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"8192\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/ut12p-rugged-tablet\/\" class=\"item ht-slider-first-item \" aria-label=\"UT12P Tablet Rugged\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/01\/tablet-controller-ut12p.png\" class=\"attachment-full size-full\" alt=\"UT12P: Tablet Android robusto da 6,0&quot;\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/discontinued\/\">Discontinued<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/ut12p-rugged-tablet\/'>UT12P Tablet Rugged<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Android 10<br \/>\n\u2022 CPU 2.2 GHz<br \/>\n\u2022 RAM 4GB<br \/>\n\u2022 FLASH 64GB<br \/>\n\u2022 Schermo 6&#8221;<br \/>\n\u2022 Nits 400<br \/>\n\u2022 BT\/WiFi\/GSM 4G<br \/>\n\u2022 360g<br \/>\n\u2022 -20\u00b0C\/+55\u00b0C<br \/>\n\u2022 IP67<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/ut12p-rugged-tablet\/\" class=\"item ht-slider-first-item \" aria-label=\"UT12P Tablet Rugged\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/01\/tablet-controller-ut12p.png\" class=\"attachment-full size-full\" alt=\"UT12P: Tablet Android robusto da 6,0&quot;\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"8192\" aria-label=\"UT12P Tablet Rugged\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/ut12p-rugged-tablet\/'>UT12P Tablet Rugged<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Android 10<br \/>\n\u2022 CPU 2.2 GHz<br \/>\n\u2022 RAM 4GB<br \/>\n\u2022 FLASH 64GB<br \/>\n\u2022 Schermo 6&#8221;<br \/>\n\u2022 Nits 400<br \/>\n\u2022 BT\/WiFi\/GSM 4G<br \/>\n\u2022 360g<br \/>\n\u2022 -20\u00b0C\/+55\u00b0C<br \/>\n\u2022 IP67<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/discontinued\/\">Discontinued<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"6245\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/srt10w-rugged-tablet\/\" class=\"item ht-slider-first-item \" aria-label=\"Tablet Rugged SRT10W&lt;br&gt;&lt;br&gt;\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/10\/tablet-controller-srt10w.png\" class=\"attachment-full size-full\" alt=\"SRT10W: Tablet Windows robusto da 10,1&quot;\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/tablet-controller-it\/\">Tablet &amp; Controller<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/srt10w-rugged-tablet\/'>Tablet Rugged SRT10W<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Windows 10 IoT<br \/>\u2022 CPU 1.92 GHz<br \/>\u2022 RAM 4GB<br \/>\u2022 FLASH 64GB<br \/>\u2022 Schermo 10.1&#8221;<br \/>\u2022 Nits 400<br \/>\u2022 BT\/WiFi<br \/>\u2022 750g<br \/>\u2022 -20\u00b0C\/+55\u00b0C<br \/>\u2022 IP67 <\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/srt10w-rugged-tablet\/\" class=\"item ht-slider-first-item \" aria-label=\"Tablet Rugged SRT10W&lt;br&gt;&lt;br&gt;\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/10\/tablet-controller-srt10w.png\" class=\"attachment-full size-full\" alt=\"SRT10W: Tablet Windows robusto da 10,1&quot;\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"6245\" aria-label=\"Tablet Rugged SRT10W&lt;br&gt;&lt;br&gt;\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/srt10w-rugged-tablet\/'>Tablet Rugged SRT10W<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Windows 10 IoT<br \/>\u2022 CPU 1.92 GHz<br \/>\u2022 RAM 4GB<br \/>\u2022 FLASH 64GB<br \/>\u2022 Schermo 10.1&#8221;<br \/>\u2022 Nits 400<br \/>\u2022 BT\/WiFi<br \/>\u2022 750g<br \/>\u2022 -20\u00b0C\/+55\u00b0C<br \/>\u2022 IP67 <\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/tablet-controller-it\/\">Tablet &amp; Controller<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"11784\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stx-mc-software\/\" class=\"item ht-slider-first-item \" aria-label=\"STX-MC Software\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/10\/stx-mc_thumbnail.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/sistemi-machine-control\/\">Sistemi Machine Control<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stx-mc-software\/'>STX-MC Software<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Per OS Android<br \/>\n\u2022 Diversi moduli<br \/>\n\u2022 Sviluppato da Stonex<br \/>\n\u2022 Multilingua<br \/>\n\u2022 Facile da usare<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stx-mc-software\/\" class=\"item ht-slider-first-item \" aria-label=\"STX-MC Software\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/10\/stx-mc_thumbnail.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"11784\" aria-label=\"STX-MC Software\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stx-mc-software\/'>STX-MC Software<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Per OS Android<br \/>\n\u2022 Diversi moduli<br \/>\n\u2022 Sviluppato da Stonex<br \/>\n\u2022 Multilingua<br \/>\n\u2022 Facile da usare<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/sistemi-machine-control\/\">Sistemi Machine Control<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"11883\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stx-cloud-sofware\/\" class=\"item ht-slider-first-item \" aria-label=\"STX-Cloud Software\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/11\/stx-cloud_thumbnail.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/sistemi-machine-control\/\">Sistemi Machine Control<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stx-cloud-sofware\/'>STX-Cloud Software<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Portale web cloud<br \/>\n\u2022 Funziona con il software STX-MC<br \/>\n\u2022 Sviluppato da Stonex<br \/>\n\u2022 Multilingua<br \/>\n\u2022 Facile da usare<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stx-cloud-sofware\/\" class=\"item ht-slider-first-item \" aria-label=\"STX-Cloud Software\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2025\/11\/stx-cloud_thumbnail.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"11883\" aria-label=\"STX-Cloud Software\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stx-cloud-sofware\/'>STX-Cloud Software<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Portale web cloud<br \/>\n\u2022 Funziona con il software STX-MC<br \/>\n\u2022 Sviluppato da Stonex<br \/>\n\u2022 Multilingua<br \/>\n\u2022 Facile da usare<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/sistemi-machine-control\/\">Sistemi Machine Control<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"7828\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stx-alpha155-laser\/\" class=\"item ht-slider-first-item \" aria-label=\"STX-Alpha155 Laser\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/11\/laser-stx-alpha155.png\" class=\"attachment-full size-full\" alt=\"STX-Alpha155: Livello Laser\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/laser-it\/\">Laser<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stx-alpha155-laser\/'>STX-Alpha155 Laser<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Accuracy H. \u00b11mm\/10m<br \/>\n\u2022 Accuracy V. \u00b11mm\/10m<br \/>\n\u2022 Doppia pendenza<br \/>\n\u2022 -10\u00b0C\/+50\u00b0C<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stx-alpha155-laser\/\" class=\"item ht-slider-first-item \" aria-label=\"STX-Alpha155 Laser\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/11\/laser-stx-alpha155.png\" class=\"attachment-full size-full\" alt=\"STX-Alpha155: Livello Laser\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"7828\" aria-label=\"STX-Alpha155 Laser\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stx-alpha155-laser\/'>STX-Alpha155 Laser<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Accuracy H. \u00b11mm\/10m<br \/>\n\u2022 Accuracy V. \u00b11mm\/10m<br \/>\n\u2022 Doppia pendenza<br \/>\n\u2022 -10\u00b0C\/+50\u00b0C<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/laser-it\/\">Laser<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-5 ht-product-action-right ht-product-countdown-fill\" data-id=\"7194\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stt402l-theodolite\/\" class=\"item ht-slider-first-item \" aria-label=\"STT402L Teodolite\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/02\/teodolite-stt402l-stonex.png\" class=\"attachment-full size-full\" alt=\"STT402L: Teodolite ad alta precisione\" \/><\/a>                    <\/div>\n\n                            <\/div>\n\n            \n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/stonex.it\/it\/.\/livelli-e-teodoliti\/\">Livelli e teodoliti<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stt402l-theodolite\/'>STT402L Teodolite<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                <div class='woocommerce-product-details__short-description'><p>\u2022 Ingrandimento 30x \u2022 Precisione 1&#8243; \u2022 Messa a fuoco minima 1 m \u2022 Peso 4.5 kg \u2022 &#8211; 20\u00b0C\/+ 50\u00b0C \u2022 Batterie ricaricabili agli ioni di litio e AA \u2022 IP55<\/p>\n<\/div>\n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <div class=\"ht-product-image-slider ht-product-image-thumbnaisl-eeeada9\" data-slick='{\"rtl\":false }'>\n                                        <a href=\"https:\/\/stonex.it\/it\/prodotto\/stt402l-theodolite\/\" class=\"item ht-slider-first-item \" aria-label=\"STT402L Teodolite\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"280\" src=\"https:\/\/stonex.it\/wp-content\/uploads\/2024\/02\/teodolite-stt402l-stonex.png\" class=\"attachment-full size-full\" alt=\"STT402L: Teodolite ad alta precisione\" \/><\/a>                                    <\/div>\n\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"7194\" aria-label=\"STT402L Teodolite\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/stonex.it\/it\/prodotto\/stt402l-theodolite\/'>STT402L Teodolite<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u2022 Ingrandimento 30x \u2022 Precisione 1&#8243; \u2022 Messa a fuoco minima 1 m \u2022 Peso 4.5 kg \u2022 &#8211; 20\u00b0C\/+ 50\u00b0C \u2022 Batterie ricaricabili agli ioni di litio e AA \u2022 IP55<\/p>\n<\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/stonex.it\/it\/.\/livelli-e-teodoliti\/\">Livelli e teodoliti<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End--><\/div><nav class=\"woocommerce-pagination\" aria-label=\"Imaginazione del prodotto\">\n\t<ul class='page-numbers'>\n\t<li><span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span><\/li>\n\t<li><a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"\/it\/wp-json\/wp\/v2\/pages\/5613?product-page=2\">2<\/a><\/li>\n\t<li><a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"\/it\/wp-json\/wp\/v2\/pages\/5613?product-page=3\">3<\/a><\/li>\n\t<li><a aria-label=\"Pagina 4\" class=\"page-numbers\" href=\"\/it\/wp-json\/wp\/v2\/pages\/5613?product-page=4\">4<\/a><\/li>\n\t<li><a aria-label=\"Pagina 5\" class=\"page-numbers\" href=\"\/it\/wp-json\/wp\/v2\/pages\/5613?product-page=5\">5<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"\/it\/wp-json\/wp\/v2\/pages\/5613?product-page=2\">&rarr;<\/a><\/li>\n<\/ul>\n<\/nav>\n<\/div>                <\/div>\r\n            <\/div>\r\n\r\n            <script type=\"text\/javascript\">\r\n                ;jQuery(document).ready(function($) {\r\n                    var uniqid = 'eeeada9';\r\n                    function woolentor_tabs_pro( $tabmenus, $tabpane ){\r\n                        $tabmenus.on('click', 'a', function(e){\r\n                            e.preventDefault();\r\n                            var $this = $(this),\r\n                                $target = $this.attr('href'),\r\n                                $data = $this.data('tabvalue');\r\n                            $this.addClass('htactive').parent().siblings().children('a').removeClass('htactive');\r\n                            $( $tabpane ).removeClass('grid_view list_view');\r\n                            $( $tabpane ).addClass( $data );\r\n\r\n                            \/\/ refresh slick\r\n                            $id = $this.attr('href');\r\n                            $('.wl-shop-tab-area').find('.slick-slider').slick('refresh');\r\n                        });\r\n                    }\r\n                    woolentor_tabs_pro( $( \"#wl-shop-tab-links-\"+uniqid ), '#wl-shop-tab-area-'+uniqid );\r\n                });\r\n            <\/script>\r\n\r\n            \r\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9364967 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"9364967\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6b2494 elementor-align-center elementor-widget elementor-widget-global elementor-global-7381 elementor-global-1551 elementor-widget-button\" data-id=\"a6b2494\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzkyOCwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 64 64\"><image id=\"Livello_1\" data-name=\"Livello 1\" x=\"-1\" y=\"-1\" width=\"66\" height=\"67\" xlink:href=\"data:img\/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAADZ0lEQVRYhbWYX4jVRRTHP3t3dVu6m65\/Vyw2XXA1dNldggKjQoIeQvdBIaQo1gdLRCNNRFl8UJQgCCSNHgJJwaceKtCiEiofKhIk0\/7oukIqiavuylpspn5l4PuD4Xbv\/f3u3b0HDjN35pwz3zkzc8753TpJVEgPAk8Bs4A2YCpwAxgCBoFfgb8qshlAZOAGSaskHZB0ReVpTNIXkl6WNDmL\/Sye6AX6gcejsZ+88wHgJtBkrywElkRyZ4E9wEfVemKKpA+iPQ9JeltSV8rOFkh6Q9LpSPdzSXNL6ZQy9IikUzZwT9I2SdMyHl3MayUN285lSUuygpgl6aIVf5bUWcXiMbdJ+sr2\/pHUkwZicuTG45KmjhNAzIdt96qPuiSIAxYclNQygQAS\/ia6I0VB9FjgtqSOGgAI3Cpp1OusLAbie0\/uqRGAhF\/1On8WgnjCE8OF51UF12XQOef1VoTfDQ4Xa90edPApR3OAPuABIO8w3gI0As3+vRM4UsbGe8Be4HXgswTZBSN7MsMudqSEbfmCl7Mxx3J3JeWDJ9qBR4FrwA9pMRz4BJgC1AHXnbTy3l2jZe6m2AgJ7g+gA+gOILo88XsGAIFOAZsLxg4bwKiP5KEMdr4ziMdyTsWBzmcEUUifAquBH4GXPDczg94lt7MbIhcOVwFgH7ACGHN7z+NZPDHmNh88ETjQpAoBvAWsd385cBWYUQGIJrf1uehJzq4AwIvAO+6HI\/ja\/eRCtvoJl6ME6EguupA9GQE854sYaGvUx68FH3GuiG5MHe6fDm+2yTWD\/H7Lve8QR\/6z7P4SMi9Iej7FTrPLwEDtyWCS79ekKL9muSPjDO3LovxRnwz2efBkinLeu8yNE8THXq8\/TmBNUYp9tsZZdFEU3uepIJVv8cRvNQZxzOu8n4zFk\/WSBiywt0YANtr+qGvZ\/4EI3B25auMEA1ge2V4dzxUTXhcJb58gAK9ENncVzpdS2hQpHfJ3SDWLz5T0YWTr3WJy5QyEmHHHyiN+TmnBLOGHfZwXIwBvlpJP+xZdDOx2hgz0L3AUOOaiZCiqIZpdIK0ClrrkC3QC2FC2YMq4s15JX6oyOukI25Bmv9L\/JzqBZ4CngfnAdGAacCtkQ+AM8C3wi9tMVM2fJDGFbBlScihQ\/o6KmuwE3Af5W\/o63yaXewAAAABJRU5ErkJggg==\"><\/image><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Richiedi informazioni\/prezzo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tutti i prodotti Stonex dispone di un&#8217;ampia gamma di prodotti per diverse tipologie di applicazioni. 3D Scanner XVS vSLAM Scanner \u2022 2 cameras &#8211; vSLAM &amp; RGB \u2022 Min range 0.4m \u2022 Max range 40m \u2022 Accuracy @1m: 3mm \u2022 Ergonomic design \u2022 Only 740g XVS vSLAM Scanner \u2022 2 cameras &#8211; vSLAM &amp; RGB [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5613","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Prodotti - Stonex<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/stonex.it\/it\/prodotti\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Prodotti - Stonex\" \/>\n<meta property=\"og:description\" content=\"Tutti i prodotti Stonex dispone di un&#8217;ampia gamma di prodotti per diverse tipologie di applicazioni. 3D Scanner XVS vSLAM Scanner \u2022 2 cameras &#8211; vSLAM &amp; RGB \u2022 Min range 0.4m \u2022 Max range 40m \u2022 Accuracy @1m: 3mm \u2022 Ergonomic design \u2022 Only 740g XVS vSLAM Scanner \u2022 2 cameras &#8211; vSLAM &amp; RGB [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stonex.it\/it\/prodotti\/\" \/>\n<meta property=\"og:site_name\" content=\"Stonex\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T10:13:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stonex.it\/it\/prodotti\/\",\"url\":\"https:\/\/stonex.it\/it\/prodotti\/\",\"name\":\"Prodotti - Stonex\",\"isPartOf\":{\"@id\":\"https:\/\/stonex.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/stonex.it\/it\/prodotti\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/stonex.it\/it\/prodotti\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png\",\"datePublished\":\"2023-07-28T15:36:41+00:00\",\"dateModified\":\"2026-03-25T10:13:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/stonex.it\/it\/prodotti\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stonex.it\/it\/prodotti\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/stonex.it\/it\/prodotti\/#primaryimage\",\"url\":\"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png\",\"contentUrl\":\"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stonex.it\/it\/prodotti\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/stonex.it\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Prodotti\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stonex.it\/#website\",\"url\":\"https:\/\/stonex.it\/\",\"name\":\"Stonex\",\"description\":\"Design and Production of Surveying Instruments\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stonex.it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Prodotti - Stonex","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/stonex.it\/it\/prodotti\/","og_locale":"it_IT","og_type":"article","og_title":"Prodotti - Stonex","og_description":"Tutti i prodotti Stonex dispone di un&#8217;ampia gamma di prodotti per diverse tipologie di applicazioni. 3D Scanner XVS vSLAM Scanner \u2022 2 cameras &#8211; vSLAM &amp; RGB \u2022 Min range 0.4m \u2022 Max range 40m \u2022 Accuracy @1m: 3mm \u2022 Ergonomic design \u2022 Only 740g XVS vSLAM Scanner \u2022 2 cameras &#8211; vSLAM &amp; RGB [&hellip;]","og_url":"https:\/\/stonex.it\/it\/prodotti\/","og_site_name":"Stonex","article_modified_time":"2026-03-25T10:13:15+00:00","og_image":[{"url":"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"3 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stonex.it\/it\/prodotti\/","url":"https:\/\/stonex.it\/it\/prodotti\/","name":"Prodotti - Stonex","isPartOf":{"@id":"https:\/\/stonex.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/stonex.it\/it\/prodotti\/#primaryimage"},"image":{"@id":"https:\/\/stonex.it\/it\/prodotti\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png","datePublished":"2023-07-28T15:36:41+00:00","dateModified":"2026-03-25T10:13:15+00:00","breadcrumb":{"@id":"https:\/\/stonex.it\/it\/prodotti\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stonex.it\/it\/prodotti\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/stonex.it\/it\/prodotti\/#primaryimage","url":"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png","contentUrl":"https:\/\/www.stonex.it\/wp-content\/uploads\/2024\/03\/scanner-visivo-xvs-slam.png"},{"@type":"BreadcrumbList","@id":"https:\/\/stonex.it\/it\/prodotti\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stonex.it\/it\/"},{"@type":"ListItem","position":2,"name":"Prodotti"}]},{"@type":"WebSite","@id":"https:\/\/stonex.it\/#website","url":"https:\/\/stonex.it\/","name":"Stonex","description":"Design and Production of Surveying Instruments","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stonex.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"_links":{"self":[{"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/pages\/5613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/comments?post=5613"}],"version-history":[{"count":16,"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/pages\/5613\/revisions"}],"predecessor-version":[{"id":9602,"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/pages\/5613\/revisions\/9602"}],"wp:attachment":[{"href":"https:\/\/stonex.it\/it\/wp-json\/wp\/v2\/media?parent=5613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}