soflyy / breakdance-bugs

Bug reports from Breakdance users.
38 stars 6 forks source link

Woo Products List - Modulo division error #124

Closed louisreingold closed 1 year ago

louisreingold commented 1 year ago

Hey Louis, below is a screenshot.

pdt

Originally posted by @onenyarko in https://github.com/soflyy/breakdance-bugs/issues/28#issuecomment-1196099001

jijojosein commented 1 year ago

Got the same error on a local installation with latest beta.

image

image

{"type":"INTERNAL_SERVER_ERROR","errorDetails":{"type":"DivisionByZeroError","message":"Modulo by zero","code":0,"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/includes/wc-template-functions.php","line":463,"trace":[{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/includes/wc-template-functions.php","line":463,"function":null,"class":"DivisionByZeroError","args":["Modulo by zero"],"snippet":{"458":"\t$columns = absint( max( 1, wc_get_loop_prop( 'columns', wc_get_default_products_per_row() ) ) );\n","459":"\n","460":"\t$loop_index ++;\n","461":"\twc_set_loop_prop( 'loop', $loop_index );\n","462":"\n","463":"\tif ( 0 === ( $loop_index - 1 ) % $columns || 1 === $columns ) {\n","464":"\t\treturn 'first';\n","465":"\t}\n","466":"\n","467":"\tif ( 0 === $loop_index % $columns ) {\n"},"startingLine":458},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/includes/wc-template-functions.php","line":652,"function":"wc_get_loop_class","class":null,"args":[],"snippet":{"647":"\t\tarray(\n","648":"\t\t\t'product',\n","649":"\t\t\t'type-product',\n","650":"\t\t\t'post-' . $product->get_id(),\n","651":"\t\t\t'status-' . $product->get_status(),\n","652":"\t\t\twc_get_loop_class(),\n","653":"\t\t\t$product->get_stock_status(),\n","654":"\t\t),\n","655":"\t\twc_get_product_taxonomy_class( $product->get_category_ids(), 'product_cat' ),\n","656":"\t\twc_get_product_taxonomy_class( $product->get_tag_ids(), 'product_tag' )\n"},"startingLine":647},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/includes/wc-template-functions.php","line":727,"function":"wc_get_product_class","class":null,"args":[[],{}],"snippet":{"722":" * @since 3.4.0\n","723":" * @param string|array $class One or more classes to add to the class list.\n","724":" * @param int|WP_Post|WC_Product $product_id Product ID or product object.\n","725":" */\n","726":"function wc_product_class( $class = '', $product_id = null ) {\n","727":"\techo 'class=\"' . esc_attr( implode( ' ', wc_get_product_class( $class, $product_id ) ) ) . '\"';\n","728":"}\n","729":"\n","730":"/**\n","731":" * Outputs hidden form inputs for each query string variable.\n"},"startingLine":722},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/templates/content-product.php","line":27,"function":"wc_product_class","class":null,"args":["",{}],"snippet":{"22":"// Ensure visibility.\n","23":"if ( empty( $product ) || ! $product->is_visible() ) {\n","24":"\treturn;\n","25":"}\n","26":"?>\n","27":"<li <?php wc_product_class( '', $product ); ?>>\n","28":"\t<?php\n","29":"\t/**\n","30":"\t * Hook: woocommerce_before_shop_loop_item.\n","31":"\t *\n"},"startingLine":22},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-includes/template.php","line":772,"function":"require","class":null,"args":["/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/templates/content-product.php"],"snippet":{"767":"\t}\n","768":"\n","769":"\tif ( $require_once ) {\n","770":"\t\trequire_once $_template_file;\n","771":"\t} else {\n","772":"\t\trequire $_template_file;\n","773":"\t}\n","774":"}\n"},"startingLine":767},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/includes/wc-core-functions.php","line":284,"function":"load_template","class":null,"args":["/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/woocommerce/templates/content-product.php",false],"snippet":{"279":"\n","280":"\t// Allow 3rd party plugins to filter template file from their plugin.\n","281":"\t$template = apply_filters( 'wc_get_template_part', $template, $slug, $name );\n","282":"\n","283":"\tif ( $template ) {\n","284":"\t\tload_template( $template, false );\n","285":"\t}\n","286":"}\n","287":"\n","288":"/**\n"},"startingLine":279},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/subplugins/breakdance-woocommerce/util/products.php","line":70,"function":"wc_get_template_part","class":null,"args":["content","product"],"snippet":{"65":" foreach ( $products as $product ) {\n","66":" $GLOBALS['post'] = get_post( $product->id );\n","67":" setup_postdata( $GLOBALS['post'] );\n","68":"\n","69":" // Render product template.\n","70":" wc_get_template_part( 'content', 'product' );\n","71":" }\n","72":" }\n","73":"\n","74":" $GLOBALS['post'] = $original_post;\n"},"startingLine":65},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/subplugins/breakdance-elements/elements/WooProductsList/ssr.php","line":15,"function":"Breakdance\\WooCommerce\\renderProducts","class":null,"args":[[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],{"wrapperClass":null}],"snippet":{"10":" $content = $propertiesData['content']['content'];\n","11":" $layout = $propertiesData['design']['layout']['layout'];\n","12":" $products = \\Breakdance\\WooCommerce\\getProducts($content);\n","13":"\n","14":" \\Breakdance\\WooCommerce\\renderProducts($products, [\n","15":" 'wrapperClass' => $layout === 'slider' ? 'swiper-container' : null\n","16":" ]);\n","17":" });\n","18":"\n","19":"\n"},"startingLine":10},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/subplugins/breakdance-woocommerce/util/actions.php","line":105,"function":"{closure}","class":"Breakdance\\Elements\\Element","args":[],"snippet":{"100":" * @return static\n","101":" */\n","102":" public static function then(callable $callback)\n","103":" {\n","104":" if (is_callable($callback)) {\n","105":" $callback();\n","106":" }\n","107":"\n","108":" static::reset();\n","109":" return new static;\n"},"startingLine":100},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/subplugins/breakdance-elements/elements/WooProductsList/ssr.php","line":17,"function":"then","class":"Breakdance\\WooCommerce\\WooActions","args":[{}],"snippet":{"12":" $products = \\Breakdance\\WooCommerce\\getProducts($content);\n","13":"\n","14":" \\Breakdance\\WooCommerce\\renderProducts($products, [\n","15":" 'wrapperClass' => $layout === 'slider' ? 'swiper-container' : null\n","16":" ]);\n","17":" });\n","18":"\n","19":"\n","20":"\n"},"startingLine":12},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/elements/Element.class.php","line":243,"function":"include","class":null,"args":["/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/subplugins/breakdance-elements/elements/WooProductsList/ssr.php"],"snippet":{"238":" if ($ssr_file_path) {\n","239":" // Include the file if it exists without blowing up\n","240":" /**\n","241":" * @psalm-suppress UnresolvableInclude\n","242":" */\n","243":" if(!@include $ssr_file_path) {\n","244":" ob_end_flush();\n","245":" return getSsrErrorMessage(\"This element doesn't have a ssr.php file\");\n","246":" }\n","247":"\n"},"startingLine":238},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":377,"function":"ssr","class":"Breakdance\\Elements\\Element","args":[{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}},"globalSettings":{"typography":{"heading_font":"gfont-jost","body_font":"gfont-jost"},"colors":{"brand":"#E7453D","links":"#E7453D","palette":{"colors":[{"cssVariableName":"bd-palette-color-1","label":"White","value":"#FFFFFFFF"},{"cssVariableName":"bd-palette-color-2","label":"Black","value":"#000000FF"}]}}}},[]],"snippet":{"372":" $renderedTemplate = $twigInstance->runTwig($TEMPLATE, $props);\n","373":"\n","374":" // Replace SSR with the result of $element::ssr()\n","375":" if (strpos($element::template(), '%%SSR%%') !== false) {\n","376":" $renderedTemplate = renderTags($renderedTemplate, [\n","377":" 'ssr' => $element::ssr($props, $ssrParentProperties),\n","378":" ]);\n","379":" }\n","380":"\n","381":" return renderTags($renderedTemplate, array_merge([\n"},"startingLine":372},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":717,"function":"Breakdance\\Render\\getInnerHtml","class":null,"args":["EssentialElements\\Wooproductslist",{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}},"globalSettings":{"typography":{"heading_font":"gfont-jost","body_font":"gfont-jost"},"colors":{"brand":"#E7453D","links":"#E7453D","palette":{"colors":[{"cssVariableName":"bd-palette-color-1","label":"White","value":"#FFFFFFFF"},{"cssVariableName":"bd-palette-color-2","label":"Black","value":"#000000FF"}]}}}},"",{"id":117,"selector":".breakdance .essential-elements-wooproductslist-2-117","postId":2},[]],"snippet":{"712":"\n","713":" return htmlElement(\n","714":" [\n","715":" 'tag' => $tag,\n","716":" 'classList' => array_merge($classNames, $additionalClassNames),\n","717":" 'childHtml' => getInnerHtml($element, $props, $childHtml, $tags, $ssrParentProperties),\n","718":" 'atts' => $atts,\n","719":" 'id' => $id,\n","720":" ]\n","721":" );\n"},"startingLine":712},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":1059,"function":"Breakdance\\Render\\getHtml","class":null,"args":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116},"EssentialElements\\Wooproductslist",{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}},"globalSettings":{"typography":{"heading_font":"gfont-jost","body_font":"gfont-jost"},"colors":{"brand":"#E7453D","links":"#E7453D","palette":{"colors":[{"cssVariableName":"bd-palette-color-1","label":"White","value":"#FFFFFFFF"},{"cssVariableName":"bd-palette-color-2","label":"Black","value":"#000000FF"}]}}}},"",["essential-elements-wooproductslist-2-117","essential-elements-wooproductslist"],{"id":117,"selector":".breakdance .essential-elements-wooproductslist-2-117","postId":2},[]],"snippet":{"1054":"\n","1055":" /**\n","1056":" * @psalm-suppress InvalidArgument\n","1057":" */\n","1058":" $elementHtml = $shouldShowNode ? getHtml(\n","1059":" $node,\n","1060":" $element,\n","1061":" $propsAndCount['propsWithDynamicDataRendered'],\n","1062":" $renderedChildrenData['html'],\n","1063":" array_merge([$identifyingClassName, $elementClassName], $appliedClassNames),\n"},"startingLine":1054},{"file":"[internal]","line":0,"function":"Breakdance\\Render\\{closure}","class":null,"args":[{"html":"","cssRules":[],"dependencies":[],"defaultCss":[]},{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"snippet":false,"startingLine":1},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":1126,"function":"array_reduce","class":null,"args":[[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],{},{"html":"","cssRules":[],"dependencies":[],"defaultCss":[]}],"snippet":{"1121":" 'cssRules' => $CSS_RULES,\n","1122":" 'html' => $finalHtml,\n","1123":" 'defaultCss' => $DEFAULT_CSS,\n","1124":" ];\n","1125":" },\n","1126":" BLANK_RENDERED_NODE_DATA\n","1127":" );\n","1128":"}\n","1129":"\n","1130":"/**\n"},"startingLine":1121},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":1032,"function":"Breakdance\\Render\\_render","class":null,"args":[[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],2,false,[]],"snippet":{"1027":" * the mixed type through\n","1028":" * @psalm-suppress RedundantConditionGivenDocblockType because somehow $node['children'] can be null, not just a blank array. dafuq? probably nuances of json decoding\n","1029":" * @var array{children:TreeNode[]} $node\n","1030":" */\n","1031":" $renderedChildrenData = isset($node['children']) && is_array($node['children']) && count($node['children'])\n","1032":" ? _render($node['children'], $postId, $justDoHtmlAndSkipTheCss, $parentProperties)\n","1033":" : BLANK_RENDERED_NODE_DATA;\n","1034":"\n","1035":" $cssToInlineAsHtml = '';\n","1036":"\n"},"startingLine":1027},{"file":"[internal]","line":0,"function":"Breakdance\\Render\\{closure}","class":null,"args":[{"html":"","cssRules":[],"dependencies":[],"defaultCss":[]},{"id":116,"data":{"type":"EssentialElements\\Div","properties":null},"children":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"_parentId":104}],"snippet":false,"startingLine":1},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":1126,"function":"array_reduce","class":null,"args":[[{"id":116,"data":{"type":"EssentialElements\\Div","properties":null},"children":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"_parentId":104}],{},{"html":"","cssRules":[],"dependencies":[],"defaultCss":[]}],"snippet":{"1121":" 'cssRules' => $CSS_RULES,\n","1122":" 'html' => $finalHtml,\n","1123":" 'defaultCss' => $DEFAULT_CSS,\n","1124":" ];\n","1125":" },\n","1126":" BLANK_RENDERED_NODE_DATA\n","1127":" );\n","1128":"}\n","1129":"\n","1130":"/**\n"},"startingLine":1121},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":1032,"function":"Breakdance\\Render\\_render","class":null,"args":[[{"id":116,"data":{"type":"EssentialElements\\Div","properties":null},"children":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"_parentId":104}],2,false,[]],"snippet":{"1027":" * the mixed type through\n","1028":" * @psalm-suppress RedundantConditionGivenDocblockType because somehow $node['children'] can be null, not just a blank array. dafuq? probably nuances of json decoding\n","1029":" * @var array{children:TreeNode[]} $node\n","1030":" */\n","1031":" $renderedChildrenData = isset($node['children']) && is_array($node['children']) && count($node['children'])\n","1032":" ? _render($node['children'], $postId, $justDoHtmlAndSkipTheCss, $parentProperties)\n","1033":" : BLANK_RENDERED_NODE_DATA;\n","1034":"\n","1035":" $cssToInlineAsHtml = '';\n","1036":"\n"},"startingLine":1027},{"file":"[internal]","line":0,"function":"Breakdance\\Render\\{closure}","class":null,"args":[{"dependencies":[],"cssRules":["\n \n .breakdance .essential-elements-section-2-100 .section-container {\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n\n\n.breakdance .essential-elements-section-2-100 {\n background-color: ;\n background-image: url(https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg);\n \n }\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-background-overlay {\n \n filter:\n ;\n}\n\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 * {\n }\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-container {\n height: 100vh;\n }\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n .breakdance .essential-elements-section-2-100 .section-container {\n padding-left: 0px;\npadding-right: 0px;\npadding-bottom: 0px;\npadding-top: 0px;\n\n }\n\n\n\n\n\n\n\n .breakdance .essential-elements-section-2-100 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-section-2-100:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n @media (max-width: 1119px) {\n \n .breakdance .essential-elements-section-2-100 .section-container {\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n\n\n.breakdance .essential-elements-section-2-100 {\n background-color: ;\n \n }\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-background-overlay {\n \n filter:\n ;\n}\n\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 * {\n }\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n\n\n\n\n\n\n\n .breakdance .essential-elements-section-2-100 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-section-2-100:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }@media (max-width: 1023px) {\n \n .breakdance .essential-elements-section-2-100 .section-container {\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n\n\n.breakdance .essential-elements-section-2-100 {\n background-color: ;\n \n }\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-background-overlay {\n \n filter:\n ;\n}\n\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 * {\n }\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n\n\n\n\n\n\n\n .breakdance .essential-elements-section-2-100 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-section-2-100:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }@media (max-width: 767px) {\n \n .breakdance .essential-elements-section-2-100 .section-container {\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n\n\n.breakdance .essential-elements-section-2-100 {\n background-color: ;\n \n }\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-background-overlay {\n \n filter:\n ;\n}\n\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 * {\n }\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n\n\n\n\n\n\n\n .breakdance .essential-elements-section-2-100 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-section-2-100:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }@media (max-width: 479px) {\n \n .breakdance .essential-elements-section-2-100 .section-container {\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n\n\n.breakdance .essential-elements-section-2-100 {\n background-color: ;\n \n }\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-background-overlay {\n \n filter:\n ;\n}\n\n\n\n\n\n\n.breakdance .essential-elements-section-2-100 * {\n }\n\n\n\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n.breakdance .essential-elements-section-2-100 .section-container {\n }\n\n\n\n\n\n\n\n\n .breakdance .essential-elements-section-2-100 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-section-2-100:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }","\n \n .breakdance .essential-elements-div-2-103 {\n width: 100%;\n height: 100vh;\n background-color: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n \n \n\n border-radius: ;\n \n box-shadow: ;\n\n margin-top: ;\n margin-bottom: ;\n\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n.breakdance .essential-elements-div-2-103 {\n }\n\n\n\n\n\n\n .breakdance .essential-elements-div-2-103 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-div-2-103:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n @media (max-width: 1119px) {\n \n .breakdance .essential-elements-div-2-103 {\n width: ;\n height: ;\n background-color: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n \n \n\n border-radius: ;\n \n box-shadow: ;\n\n margin-top: ;\n margin-bottom: ;\n\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n.breakdance .essential-elements-div-2-103 {\n }\n\n\n\n\n\n\n .breakdance .essential-elements-div-2-103 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-div-2-103:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }@media (max-width: 1023px) {\n \n .breakdance .essential-elements-div-2-103 {\n width: ;\n height: ;\n background-color: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n \n \n\n border-radius: ;\n \n box-shadow: ;\n\n margin-top: ;\n margin-bottom: ;\n\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n.breakdance .essential-elements-div-2-103 {\n }\n\n\n\n\n\n\n .breakdance .essential-elements-div-2-103 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-div-2-103:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }@media (max-width: 767px) {\n \n .breakdance .essential-elements-div-2-103 {\n width: ;\n height: ;\n background-color: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n \n \n\n border-radius: ;\n \n box-shadow: ;\n\n margin-top: ;\n margin-bottom: ;\n\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n.breakdance .essential-elements-div-2-103 {\n }\n\n\n\n\n\n\n .breakdance .essential-elements-div-2-103 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-div-2-103:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }@media (max-width: 479px) {\n \n .breakdance .essential-elements-div-2-103 {\n width: ;\n height: ;\n background-color: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n \n \n\n border-radius: ;\n \n box-shadow: ;\n\n margin-top: ;\n margin-bottom: ;\n\n \n gap: ; \n \n justify-content: ;\n \n \n\n}\n\n.breakdance .essential-elements-div-2-103 {\n }\n\n\n\n\n\n\n .breakdance .essential-elements-div-2-103 {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n\n .breakdance .essential-elements-div-2-103:hover {\n background-color: ;\n background-clip: ;\n\n \n \n \n \n \n \n \n \n\n\n display: ;\n\n \n overflow: ;\n float: ;\n clear: ;\n visibility: ;\n z-index: ;\n\n \n align-self: ;\n order: ;\n flex-grow: ;\n flex-shrink: ;\n flex-basis: ;\n\n width: ;\n min-width: ;\n max-width: ;\n height: ;\n min-height: ;\n max-height: ;\n\n text-align: ;\n color: ;\n\n \n margin-top: ;\n margin-right: ;\n margin-bottom: ;\n margin-left: ;\n \n padding-top: ;\n padding-right: ;\n padding-bottom: ;\n padding-left: ;\n \n\n \n \n\n border-radius: ;\n \n\n opacity: ;\n box-shadow: ;\n mix-blend-mode: ;\n transition:\n ;\n\n transform:\n ;\n\n transform-origin: ;\n \n perspective: ;\n\n filter:\n ;\n\n \n\n }\n \n\n\n\n\n\n }"],"html":"<section class=\"essential-elements-section-2-100 essential-elements-section\">\n \n \n \n \n\n\t\n\n <div class=\"section-background-overlay\"></div>\n\n\n\n\n<div class=\"section-container\"><div class=\"essential-elements-div-2-103 essential-elements-div\"></div></div>\n\n\n </section>","defaultCss":[{"slug":"EssentialElements\\Section","css":".breakdance .essential-elements-section {\r\n position: relative;\r\n width: 100%;\r\n background-position: center center;\r\n background-size: cover;\r\n}\r\n\r\n.breakdance .essential-elements-section .section-container:empty {\r\n min-height: 80px;\r\n}\r\n\r\n.breakdance .essential-elements-section .section-container {\r\n max-width: var(--bd-section-width);\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: flex-start;\r\n text-align: left;\r\n margin: 0 auto;\r\n padding: var(--bd-section-vertical-padding)\r\n var(--bd-section-horizontal-padding);\r\n}\r\n\r\n.breakdance .essential-elements-section .section-shape-divider-wrapper {\r\n position: absolute;\r\n overflow: hidden;\r\n top: 0;\r\n left: 0;\r\n bottom: 0;\r\n right: 0;\r\n pointer-events: none;\r\n}\r\n\r\n.breakdance\r\n .essential-elements-section\r\n .section-shape-divider-wrapper\r\n .section-shape-divider\r\n svg {\r\n position: absolute;\r\n}\r\n"},{"slug":"EssentialElements\\Div","css":".breakdance .essential-elements-div {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: flex-start;\r\n text-align: left;\r\n max-width: 100%;\r\n}"}]},{"id":104,"data":{"type":"EssentialElements\\Section","properties":null},"children":[{"id":116,"data":{"type":"EssentialElements\\Div","properties":null},"children":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"_parentId":104}],"_parentId":1}],"snippet":false,"startingLine":1},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":1126,"function":"array_reduce","class":null,"args":[[{"id":100,"data":{"type":"EssentialElements\\Section","properties":{"design":{"spacing":{"padding":{"breakpoint_base":{"top":{"number":0,"unit":"px","style":"0px"},"bottom":{"number":0,"unit":"px","style":"0px"},"left":{"number":0,"unit":"px","style":"0px"},"right":{"number":0,"unit":"px","style":"0px"}}},"margin":null},"size":{"height":{"breakpoint_base":"viewport"},"custom_height":{"breakpoint_base":{"number":100,"unit":"vh","style":"100vh"}}},"background":{"type":"image","image":{"breakpoint_base":{"id":83,"filename":"bg-home-09.jpeg","url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg","alt":"","caption":"","mime":"image/jpeg","type":"image","sizes":{"thumbnail":{"height":150,"width":150,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg","orientation":"landscape"},"medium":{"height":156,"width":300,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg","orientation":"landscape"},"large":{"height":533,"width":1024,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg","orientation":"landscape"},"medium_large":{"height":400,"width":768,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg","orientation":"landscape"},"1536x1536":{"height":800,"width":1536,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg","orientation":"landscape"},"woocommerce_thumbnail":{"height":300,"width":300,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg","orientation":"landscape"},"woocommerce_single":{"height":313,"width":600,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg","orientation":"landscape"},"woocommerce_gallery_thumbnail":{"height":100,"width":100,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg","orientation":"landscape"},"shop_catalog":{"height":300,"width":300,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg","orientation":"landscape"},"shop_single":{"height":313,"width":600,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg","orientation":"landscape"},"shop_thumbnail":{"height":100,"width":100,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg","orientation":"landscape"},"full":{"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg","height":1000,"width":1920,"orientation":"landscape"}},"attributes":{"srcset":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w","sizes":"(max-width: 1920px) 100vw, 1920px"}}}}}}},"children":[{"id":103,"data":{"type":"EssentialElements\\Div","properties":{"design":{"container":{"width":{"breakpoint_base":{"number":100,"unit":"%","style":"100%"}},"height":{"breakpoint_base":{"number":100,"unit":"vh","style":"100vh"}}}}}},"children":[],"_parentId":100}],"_parentId":1},{"id":104,"data":{"type":"EssentialElements\\Section","properties":null},"children":[{"id":116,"data":{"type":"EssentialElements\\Div","properties":null},"children":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"_parentId":104}],"_parentId":1}],{},{"html":"","cssRules":[],"dependencies":[],"defaultCss":[]}],"snippet":{"1121":" 'cssRules' => $CSS_RULES,\n","1122":" 'html' => $finalHtml,\n","1123":" 'defaultCss' => $DEFAULT_CSS,\n","1124":" ];\n","1125":" },\n","1126":" BLANK_RENDERED_NODE_DATA\n","1127":" );\n","1128":"}\n","1129":"\n","1130":"/**\n"},"startingLine":1121},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/renderer.php","line":177,"function":"Breakdance\\Render\\_render","class":null,"args":[[{"id":100,"data":{"type":"EssentialElements\\Section","properties":{"design":{"spacing":{"padding":{"breakpoint_base":{"top":{"number":0,"unit":"px","style":"0px"},"bottom":{"number":0,"unit":"px","style":"0px"},"left":{"number":0,"unit":"px","style":"0px"},"right":{"number":0,"unit":"px","style":"0px"}}},"margin":null},"size":{"height":{"breakpoint_base":"viewport"},"custom_height":{"breakpoint_base":{"number":100,"unit":"vh","style":"100vh"}}},"background":{"type":"image","image":{"breakpoint_base":{"id":83,"filename":"bg-home-09.jpeg","url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg","alt":"","caption":"","mime":"image/jpeg","type":"image","sizes":{"thumbnail":{"height":150,"width":150,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg","orientation":"landscape"},"medium":{"height":156,"width":300,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg","orientation":"landscape"},"large":{"height":533,"width":1024,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg","orientation":"landscape"},"medium_large":{"height":400,"width":768,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg","orientation":"landscape"},"1536x1536":{"height":800,"width":1536,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg","orientation":"landscape"},"woocommerce_thumbnail":{"height":300,"width":300,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg","orientation":"landscape"},"woocommerce_single":{"height":313,"width":600,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg","orientation":"landscape"},"woocommerce_gallery_thumbnail":{"height":100,"width":100,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg","orientation":"landscape"},"shop_catalog":{"height":300,"width":300,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg","orientation":"landscape"},"shop_single":{"height":313,"width":600,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg","orientation":"landscape"},"shop_thumbnail":{"height":100,"width":100,"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg","orientation":"landscape"},"full":{"url":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg","height":1000,"width":1920,"orientation":"landscape"}},"attributes":{"srcset":"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w","sizes":"(max-width: 1920px) 100vw, 1920px"}}}}}}},"children":[{"id":103,"data":{"type":"EssentialElements\\Div","properties":{"design":{"container":{"width":{"breakpoint_base":{"number":100,"unit":"%","style":"100%"}},"height":{"breakpoint_base":{"number":100,"unit":"vh","style":"100vh"}}}}}},"children":[],"_parentId":100}],"_parentId":1},{"id":104,"data":{"type":"EssentialElements\\Section","properties":null},"children":[{"id":116,"data":{"type":"EssentialElements\\Div","properties":null},"children":[{"id":117,"data":{"type":"EssentialElements\\Wooproductslist","properties":{"content":{"content":{"product_count_to_show":9,"order_by":"date","order":"DESC"}},"design":{"layout":{"layout":"grid","slider":{"arrows":{"prev_icon":{"slug":"icon-arrow-circle-left.","name":"arrow circle left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg>"},"show_arrows":true,"color":"#9E9E9EFF","next_icon":{"slug":"icon-arrow-right.","name":"arrow right","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg>"},"size":{"number":28,"unit":"px","style":"28px"},"previous_icon":{"slug":"icon-arrow-left.","name":"arrow left","svgCode":"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg>"},"space_to_edge":{"number":12,"unit":"px","style":"12px"}},"slider":{"autoplay":false,"spacing_all":{"padding":{"base":{"top":{"number":80,"unit":"px","style":"80px"},"left":{"number":"null","unit":"px","style":""},"right":{"number":"null","unit":"px","style":""},"bottom":{"number":80,"unit":"px","style":"80px"}}},"margin":{"base":{"left":{"number":"null","unit":"px","style":""}}}}},"dots":{"show_dots":true,"color":"#2F73BBFF","type":"bullets"},"styles":{"size":{"width":{"base":{"number":100,"unit":"%","style":"100%"}},"height":"null"},"spacing_all":{"padding":{"base":{"top":{"number":20,"unit":"px","style":"20px"},"bottom":{"number":20,"unit":"px","style":"20px"}}}},"background":"null","all_slides_spacing":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"}}}}},"wrapper_styles":{"size":"null","background":"null","spacing_all":{"padding":{"base":{"left":{"number":40,"unit":"px","style":"40px"},"right":{"number":40,"unit":"px","style":"40px"},"bottom":{"number":40,"unit":"px","style":"40px"},"top":{"number":40,"unit":"px","style":"40px"}}}}},"settings":{"autoplay":"disabled","effect":"slide","animation_speed":{"number":1000,"unit":"ms","style":"1000ms"},"infinite":"false","animation_speed_ms":"1000","autoplay_delay_ms":{"number":100,"unit":"ms","style":"100ms"},"autoplay_delay":{"number":3000,"unit":"ms","style":"3000ms"},"autoplay_pause_on_hover":true,"coverflow_shadow":"null","coverflow_depth_offset":"null","coverflow_slides_rotation":"null","coverflow_stretch_space_between_slides":"null"},"pagination":{"show_pagination":true,"type":"bullets","clickable":true,"color":"#9E9E9EFF","size":{"number":12,"unit":"px","style":"12px"}},"advanced_settings":{"direction":"horizontal","slides_per_view":3}},"products_per_row":{"breakpoint_phone_landscape":2},"space_between_products":{"breakpoint_phone_landscape":{"number":20,"unit":"px","style":"20px"}}}}}},"children":[],"_parentId":116}],"_parentId":104}],"_parentId":1}],2,false],"snippet":{"172":"\n","173":" if ($tree === false) {\n","174":" return false;\n","175":" }\n","176":"\n","177":" $renderedNodes = _render($tree['root']['children'], $postId, $justDoHtmlAndSkipTheCss);\n","178":"\n","179":" // don't forget about the brittleAndDisgustingProcedureToAddJavaScriptsInSettingsToHead in Canvas.vue\n","180":" return $renderedNodes;\n","181":"}\n"},"startingLine":172},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/render/cache.php","line":51,"function":"Breakdance\\Render\\getRenderedNodes","class":null,"args":[2],"snippet":{"46":"{\n","47":" DependencyCache::getInstance()->whereToCache = \"post\";\n","48":"\n","49":" $cssNamespace = 'post-' . ((string) $postId);\n","50":"\n","51":" $renderedNodes = getRenderedNodes($postId);\n","52":"\n","53":" $tree = \\Breakdance\\Data\\get_tree($postId);\n","54":"\n","55":" if (!$renderedNodes || !$tree) {\n"},"startingLine":46},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/data/save.php","line":49,"function":"Breakdance\\Render\\generateCacheForPost","class":null,"args":[2],"snippet":{"44":"\n","45":" /* this updates the last modified date and also triggers a\n","46":" revision to save (thanks to the code in the revisions folder) */\n","47":" wp_update_post(['ID' => $id]);\n","48":"\n","49":" \\Breakdance\\Render\\generateCacheForPost($id);\n","50":"\n","51":" do_action(\"breakdance_after_save_document\", $id);\n","52":"\n","53":"}\n"},"startingLine":44},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/ajax/api.php","line":93,"function":"Breakdance\\Data\\save_document","class":null,"args":["{\"root\":{\"id\":1,\"data\":{\"type\":\"root\",\"properties\":[]},\"children\":[{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1}]},\"_nextNodeId\":118,\"status\":\"exported\",\"exportedLookupTable\":{\"1\":{\"id\":1,\"data\":{\"type\":\"root\",\"properties\":[]},\"children\":[{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1}]},\"100\":{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},\"103\":{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100},\"104\":{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1},\"116\":{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104},\"117\":{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}}}","{\"settings\":{\"typography\":{\"heading_font\":\"gfont-jost\",\"body_font\":\"gfont-jost\"},\"colors\":{\"brand\":\"#E7453D\",\"links\":\"#E7453D\",\"palette\":{\"colors\":[{\"cssVariableName\":\"bd-palette-color-1\",\"label\":\"White\",\"value\":\"#FFFFFFFF\"},{\"cssVariableName\":\"bd-palette-color-2\",\"label\":\"Black\",\"value\":\"#000000FF\"}]}}}}","[]",2],"snippet":{"88":" }\n","89":"\n","90":" try {\n","91":" /** @var mixed $return_value */\n","92":" /** @psalm-suppress MixedAssignment */\n","93":" $return_value = call_user_func_array($callback, array_values($callback_args));\n","94":" } catch (Exception $callback_exec_exception) {\n","95":" throw new Exception($callback_exec_exception->getMessage(), 500, $callback_exec_exception);\n","96":" }\n","97":"\n"},"startingLine":88},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-content/plugins/breakdance/plugin/ajax/api.php","line":93,"function":"call_user_func_array","class":null,"args":["\\Breakdance\\Data\\save_document",["{\"root\":{\"id\":1,\"data\":{\"type\":\"root\",\"properties\":[]},\"children\":[{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1}]},\"_nextNodeId\":118,\"status\":\"exported\",\"exportedLookupTable\":{\"1\":{\"id\":1,\"data\":{\"type\":\"root\",\"properties\":[]},\"children\":[{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1}]},\"100\":{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},\"103\":{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100},\"104\":{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1},\"116\":{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104},\"117\":{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}}}","{\"settings\":{\"typography\":{\"heading_font\":\"gfont-jost\",\"body_font\":\"gfont-jost\"},\"colors\":{\"brand\":\"#E7453D\",\"links\":\"#E7453D\",\"palette\":{\"colors\":[{\"cssVariableName\":\"bd-palette-color-1\",\"label\":\"White\",\"value\":\"#FFFFFFFF\"},{\"cssVariableName\":\"bd-palette-color-2\",\"label\":\"Black\",\"value\":\"#000000FF\"}]}}}}","[]",2]],"snippet":{"88":" }\n","89":"\n","90":" try {\n","91":" /** @var mixed $return_value */\n","92":" /** @psalm-suppress MixedAssignment */\n","93":" $return_value = call_user_func_array($callback, array_values($callback_args));\n","94":" } catch (Exception $callback_exec_exception) {\n","95":" throw new Exception($callback_exec_exception->getMessage(), 500, $callback_exec_exception);\n","96":" }\n","97":"\n"},"startingLine":88},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-includes/class-wp-hook.php","line":307,"function":"Breakdance\\AJAX\\{closure}","class":null,"args":[""],"snippet":{"302":"\n","303":"\t\t\t\t// Avoid the array_slice() if possible.\n","304":"\t\t\t\tif ( 0 == $the_['accepted_args'] ) {\n","305":"\t\t\t\t\t$value = call_user_func( $the_['function'] );\n","306":"\t\t\t\t} elseif ( $the_['accepted_args'] >= $num_args ) {\n","307":"\t\t\t\t\t$value = call_user_func_array( $the_['function'], $args );\n","308":"\t\t\t\t} else {\n","309":"\t\t\t\t\t$value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int) $the_['accepted_args'] ) );\n","310":"\t\t\t\t}\n","311":"\t\t\t}\n"},"startingLine":302},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-includes/class-wp-hook.php","line":331,"function":"apply_filters","class":"WP_Hook","args":["",[""]],"snippet":{"326":"\t *\n","327":"\t * @param array $args Parameters to pass to the callback functions.\n","328":"\t */\n","329":"\tpublic function do_action( $args ) {\n","330":"\t\t$this->doing_action = true;\n","331":"\t\t$this->apply_filters( '', $args );\n","332":"\n","333":"\t\t// If there are recursive calls to the current action, we haven't finished it until we get to the last one.\n","334":"\t\tif ( ! $this->nesting_level ) {\n","335":"\t\t\t$this->doing_action = false;\n"},"startingLine":326},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-includes/plugin.php","line":476,"function":"do_action","class":"WP_Hook","args":[[""]],"snippet":{"471":"\t} elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {\n","472":"\t\t// Backward compatibility for PHP4-style passing ofarray( &$this )as action$arg.\n","473":"\t\t$arg[0] = $arg[0][0];\n","474":"\t}\n","475":"\n","476":"\t$wp_filter[ $hook_name ]->do_action( $arg );\n","477":"\n","478":"\tarray_pop( $wp_current_filter );\n","479":"}\n","480":"\n"},"startingLine":471},{"file":"/Users/jijojose/Local Sites/ism-store-bd/app/public/wp-admin/admin-ajax.php","line":187,"function":"do_action","class":null,"args":["wp_ajax_breakdance_save"],"snippet":{"182":"\t * The dynamic portion of the hook name,$action, refers\n","183":"\t * to the name of the Ajax action callback being fired.\n","184":"\t *\n","185":"\t * @since 2.1.0\n","186":"\t */\n","187":"\tdo_action( \"wp_ajax_{$action}\" );\n","188":"} else {\n","189":"\t// If no action is registered, return a Bad Request response.\n","190":"\tif ( ! has_action( \"wp_ajax_nopriv_{$action}\" ) ) {\n","191":"\t\twp_die( '0', 400 );\n"},"startingLine":182}]},"requestDetails":{"friendlyName":"Saving to WordPress","responseCode":"500","requestUrl":"https://ism-store-bd.local/wp-admin/admin-ajax.php","requestMethod":"POST","body":{"action":"breakdance_save","id":2,"tree":"{\"root\":{\"id\":1,\"data\":{\"type\":\"root\",\"properties\":[]},\"children\":[{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1}]},\"_nextNodeId\":118,\"status\":\"exported\",\"exportedLookupTable\":{\"1\":{\"id\":1,\"data\":{\"type\":\"root\",\"properties\":[]},\"children\":[{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1}]},\"100\":{\"id\":100,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":{\"design\":{\"spacing\":{\"padding\":{\"breakpoint_base\":{\"top\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"bottom\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"left\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"},\"right\":{\"number\":0,\"unit\":\"px\",\"style\":\"0px\"}}},\"margin\":null},\"size\":{\"height\":{\"breakpoint_base\":\"viewport\"},\"custom_height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}},\"background\":{\"type\":\"image\",\"image\":{\"breakpoint_base\":{\"id\":83,\"filename\":\"bg-home-09.jpeg\",\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"alt\":\"\",\"caption\":\"\",\"mime\":\"image/jpeg\",\"type\":\"image\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-150x150.jpeg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":156,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg\",\"orientation\":\"landscape\"},\"large\":{\"height\":533,\"width\":1024,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg\",\"orientation\":\"landscape\"},\"medium_large\":{\"height\":400,\"width\":768,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg\",\"orientation\":\"landscape\"},\"1536x1536\":{\"height\":800,\"width\":1536,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_thumbnail\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"woocommerce_gallery_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"shop_catalog\":{\"height\":300,\"width\":300,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x300.jpeg\",\"orientation\":\"landscape\"},\"shop_single\":{\"height\":313,\"width\":600,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg\",\"orientation\":\"landscape\"},\"shop_thumbnail\":{\"height\":100,\"width\":100,\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-100x100.jpeg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg\",\"height\":1000,\"width\":1920,\"orientation\":\"landscape\"}},\"attributes\":{\"srcset\":\"https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09.jpeg 1920w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-300x156.jpeg 300w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1024x533.jpeg 1024w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-768x400.jpeg 768w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-1536x800.jpeg 1536w, https://ism-store-bd.local/wp-content/uploads/2022/07/bg-home-09-600x313.jpeg 600w\",\"sizes\":\"(max-width: 1920px) 100vw, 1920px\"}}}}}}},\"children\":[{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100}],\"_parentId\":1},\"103\":{\"id\":103,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":{\"design\":{\"container\":{\"width\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":{\"breakpoint_base\":{\"number\":100,\"unit\":\"vh\",\"style\":\"100vh\"}}}}}},\"children\":[],\"_parentId\":100},\"104\":{\"id\":104,\"data\":{\"type\":\"EssentialElements\\\\Section\",\"properties\":null},\"children\":[{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104}],\"_parentId\":1},\"116\":{\"id\":116,\"data\":{\"type\":\"EssentialElements\\\\Div\",\"properties\":null},\"children\":[{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}],\"_parentId\":104},\"117\":{\"id\":117,\"data\":{\"type\":\"EssentialElements\\\\Wooproductslist\",\"properties\":{\"content\":{\"content\":{\"product_count_to_show\":9,\"order_by\":\"date\",\"order\":\"DESC\"}},\"design\":{\"layout\":{\"layout\":\"grid\",\"slider\":{\"arrows\":{\"prev_icon\":{\"slug\":\"icon-arrow-circle-left.\",\"name\":\"arrow circle left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 512 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\\\"/></svg>\"},\"show_arrows\":true,\"color\":\"#9E9E9EFF\",\"next_icon\":{\"slug\":\"icon-arrow-right.\",\"name\":\"arrow right\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"/></svg>\"},\"size\":{\"number\":28,\"unit\":\"px\",\"style\":\"28px\"},\"previous_icon\":{\"slug\":\"icon-arrow-left.\",\"name\":\"arrow left\",\"svgCode\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 448 512\\\"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d=\\\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\\\"/></svg>\"},\"space_to_edge\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"slider\":{\"autoplay\":false,\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"},\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"right\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"},\"bottom\":{\"number\":80,\"unit\":\"px\",\"style\":\"80px\"}}},\"margin\":{\"base\":{\"left\":{\"number\":\"null\",\"unit\":\"px\",\"style\":\"\"}}}}},\"dots\":{\"show_dots\":true,\"color\":\"#2F73BBFF\",\"type\":\"bullets\"},\"styles\":{\"size\":{\"width\":{\"base\":{\"number\":100,\"unit\":\"%\",\"style\":\"100%\"}},\"height\":\"null\"},\"spacing_all\":{\"padding\":{\"base\":{\"top\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"},\"bottom\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}},\"background\":\"null\",\"all_slides_spacing\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"wrapper_styles\":{\"size\":\"null\",\"background\":\"null\",\"spacing_all\":{\"padding\":{\"base\":{\"left\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"right\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"bottom\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"},\"top\":{\"number\":40,\"unit\":\"px\",\"style\":\"40px\"}}}}},\"settings\":{\"autoplay\":\"disabled\",\"effect\":\"slide\",\"animation_speed\":{\"number\":1000,\"unit\":\"ms\",\"style\":\"1000ms\"},\"infinite\":\"false\",\"animation_speed_ms\":\"1000\",\"autoplay_delay_ms\":{\"number\":100,\"unit\":\"ms\",\"style\":\"100ms\"},\"autoplay_delay\":{\"number\":3000,\"unit\":\"ms\",\"style\":\"3000ms\"},\"autoplay_pause_on_hover\":true,\"coverflow_shadow\":\"null\",\"coverflow_depth_offset\":\"null\",\"coverflow_slides_rotation\":\"null\",\"coverflow_stretch_space_between_slides\":\"null\"},\"pagination\":{\"show_pagination\":true,\"type\":\"bullets\",\"clickable\":true,\"color\":\"#9E9E9EFF\",\"size\":{\"number\":12,\"unit\":\"px\",\"style\":\"12px\"}},\"advanced_settings\":{\"direction\":\"horizontal\",\"slides_per_view\":3}},\"products_per_row\":{\"breakpoint_phone_landscape\":2},\"space_between_products\":{\"breakpoint_phone_landscape\":{\"number\":20,\"unit\":\"px\",\"style\":\"20px\"}}}}}},\"children\":[],\"_parentId\":116}}}","globalSettings":"{\"settings\":{\"typography\":{\"heading_font\":\"gfont-jost\",\"body_font\":\"gfont-jost\"},\"colors\":{\"brand\":\"#E7453D\",\"links\":\"#E7453D\",\"palette\":{\"colors\":[{\"cssVariableName\":\"bd-palette-color-1\",\"label\":\"White\",\"value\":\"#FFFFFFFF\"},{\"cssVariableName\":\"bd-palette-color-2\",\"label\":\"Black\",\"value\":\"#000000FF\"}]}}}}","classes":"[]"}}}

louisreingold commented 1 year ago

Solved in beta 5.