window["Experro"].BeforeInit(`
window["Experro"].SetConfig({
"content_page_desc_count": 200,
"product_desc_count": 70,
"autocomplete_desc_count": 50,
"is_search_redirect_enabled": true,
"is_live": false,
"add_to_cart_behavior": "redirect",
"spellcheck_enabled": false,
"compare_limit": 4,
"did_you_mean_limit": 1,
"desktop_view": {
"autocomplete_block_selector": "<your_autocomplete_block_selector>",
"autocomplete_input_selector": "<your_autocomplete_input_selector>",
"autocomplete_result_selector": "<your_autocomplete_result_selector>",
"autocomplete_replace_with": "input",
"category_page_selector": "<your_category_page_selector>",
"search_page_selector": "<your_search_page_selector>",
"swatch_visibility_scope": "limited",
"swatch_visibility_type": "image",
"placeholder_animation_type": "typing"
},
"mobile_view": {
"autocomplete_block_selector": "<your_autocomplete_block_selector>",
"autocomplete_input_selector": "<your_autocomplete_input_selector>",
"autocomplete_result_selector": "<your_autocomplete_result_selector>",
"autocomplete_replace_with": "icon",
"category_page_selector": "<your_category_page_selector>",
"search_page_selector": "<your_search_page_selector>",
"swatch_visibility_scope": "limited",
"swatch_visibility_type": "image",
"placeholder_animation_type": "typing"
}
})
`);