{"id":246408,"date":"2022-11-22T10:03:02","date_gmt":"2022-11-22T10:03:02","guid":{"rendered":"https:\/\/brandandbuildtemplates.me\/dividemos\/?page_id=246408"},"modified":"2022-11-22T10:06:10","modified_gmt":"2022-11-22T10:06:10","slug":"horizontal-content-slider","status":"publish","type":"page","link":"https:\/\/brandandbuildtemplates.me\/dividemos\/horizontal-content-slider\/","title":{"rendered":"Horizontal Content Slider"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Header&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;2c96b761-7b84-48f1-97b7-8f0836f80606&#8243; background_color=&#8221;#fcfcfc&#8221; custom_padding=&#8221;20px||0px||false|false&#8221; animation_style=&#8221;fade&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Header&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;5fa8a835-0c36-490b-bfb3-fbf610368989&#8243; text_font_size=&#8221;24px&#8221; header_font=&#8221;Poppins|700|||||||&#8221; header_text_color=&#8221;#262122&#8243; header_font_size=&#8221;40px&#8221; header_letter_spacing=&#8221;-1px&#8221; header_4_font=&#8221;Poppins|600||on|||||&#8221; header_4_text_color=&#8221;#262122&#8243; header_4_font_size=&#8221;30px&#8221; header_4_letter_spacing=&#8221;-1px&#8221; header_5_text_color=&#8221;#f4d582&#8243; header_5_font_size=&#8221;60px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; header_text_shadow_style=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h5>Freebie Demo<\/h5>\n<h1>Horizontal Content Slider<\/h1>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/brandandbuild.me\/divi-horizontal-content-slider&#8221; button_text=&#8221;Back to post&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;54857050-722c-4778-b112-7c62658dc382&#8243; custom_button=&#8221;off&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; button_text_color__hover=&#8221;#262122&#8243; sticky_enabled=&#8221;0&#8243;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_code admin_label=&#8221;CSS&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->\/* ******************************************** *\/<!-- [et_pb_line_break_holder] -->\/* Horizontal content slider - By Brand & Build *\/<!-- [et_pb_line_break_holder] -->\/* ******************************************** *\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Slide controls styling *\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Flex the slide controls container *\/<!-- [et_pb_line_break_holder] -->.bb-row-slider-buttons .slick-track {<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    flex-wrap: wrap;<!-- [et_pb_line_break_holder] -->    justify-content: center;<!-- [et_pb_line_break_holder] -->    width: 100% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Position the slide controls*\/<!-- [et_pb_line_break_holder] -->.bb-row-slider-buttons .slick-slide {<!-- [et_pb_line_break_holder] -->    position: relative;<!-- [et_pb_line_break_holder] -->    width: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Add the slide controls underline *\/<!-- [et_pb_line_break_holder] -->.bb-row-slider-buttons .slick-slide .et_pb_module:before {<!-- [et_pb_line_break_holder] -->    content: '';<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    bottom: 10px;<!-- [et_pb_line_break_holder] -->    left: 0;<!-- [et_pb_line_break_holder] -->    right: 0;<!-- [et_pb_line_break_holder] -->    width: 0;<!-- [et_pb_line_break_holder] -->    height: 3px;<!-- [et_pb_line_break_holder] -->    background: #262122;<!-- [et_pb_line_break_holder] -->    opacity: 1;<!-- [et_pb_line_break_holder] -->    display: block;<!-- [et_pb_line_break_holder] -->    margin: 0 auto;<!-- [et_pb_line_break_holder] -->    transition: all 0.5s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Show slide controls underline on active *\/<!-- [et_pb_line_break_holder] -->.bb-row-slider-buttons .slick-slide.slick-current .et_pb_module:before {<!-- [et_pb_line_break_holder] -->    width: calc(100% - 20px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Only required if using the included blurb modules *\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Add image scale transition *\/<!-- [et_pb_line_break_holder] -->.bb-slider-blurb .et_pb_main_blurb_image img {<!-- [et_pb_line_break_holder] -->    transition: transform 0.5s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Scale image on hover *\/<!-- [et_pb_line_break_holder] -->.bb-slider-blurb:hover .et_pb_main_blurb_image img {<!-- [et_pb_line_break_holder] -->    transform: scale(1.1);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Flex the blurb content container *\/<!-- [et_pb_line_break_holder] -->.bb-slider-blurb .et_pb_blurb_container {<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    flex-direction: column-reverse;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Change blurb button background on hover *\/<!-- [et_pb_line_break_holder] -->.bb-slider-blurb:hover .et_pb_module_header {<!-- [et_pb_line_break_holder] -->    background: #262122 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_fullwidth_code][et_pb_fullwidth_code admin_label=&#8221;JS&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script type=\"text\/javascript\" src=\"\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick.min.js\"><\/script><!-- [et_pb_line_break_holder] --><link rel=\"stylesheet\" type=\"text\/css\" href=\"\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick.css\"\/><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->\/\/Horizontal content slider - By Brand & Build<!-- [et_pb_line_break_holder] -->jQuery(document).ready(function ($) {<!-- [et_pb_line_break_holder] -->    \/\/Main slider<!-- [et_pb_line_break_holder] -->    if ($('.bb-row-slider').length) {<!-- [et_pb_line_break_holder] -->        $('.bb-row-slider').slick({<!-- [et_pb_line_break_holder] -->            slidesToShow: 1,<!-- [et_pb_line_break_holder] -->            slidesToScroll: 1,<!-- [et_pb_line_break_holder] -->            arrows: false,<!-- [et_pb_line_break_holder] -->            infinite: false,<!-- [et_pb_line_break_holder] -->            autoplay: false,<!-- [et_pb_line_break_holder] -->            adaptiveHeight: true,<!-- [et_pb_line_break_holder] -->            cssEase: 'linear',<!-- [et_pb_line_break_holder] -->            asNavFor: '.bb-row-slider-buttons .et_pb_row .et_pb_column'<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \/\/Slide navigation<!-- [et_pb_line_break_holder] -->    if ($('.bb-row-slider-buttons .et_pb_row .et_pb_column').length) {<!-- [et_pb_line_break_holder] -->        $('.bb-row-slider-buttons .et_pb_row .et_pb_column').slick({<!-- [et_pb_line_break_holder] -->            slidesToShow: 10, \/\/Increase if you have more than 10 slides<!-- [et_pb_line_break_holder] -->            slidesToScroll: 1,<!-- [et_pb_line_break_holder] -->            asNavFor: '.bb-row-slider',<!-- [et_pb_line_break_holder] -->            dots: false,<!-- [et_pb_line_break_holder] -->            focusOnSelect: true,<!-- [et_pb_line_break_holder] -->            autoplay: false<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Slide navigation&#8221; module_class=&#8221;bb-row-slider-buttons&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;2c96b761-7b84-48f1-97b7-8f0836f80606&#8243; custom_padding=&#8221;||0px||false|false&#8221; animation_style=&#8221;fade&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Slide 1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;5fa8a835-0c36-490b-bfb3-fbf610368989&#8243; header_6_text_align=&#8221;center&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6>Slide 1<\/h6>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Slide 2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;5fa8a835-0c36-490b-bfb3-fbf610368989&#8243; header_6_text_align=&#8221;center&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6>Slide 2<\/h6>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Slide 3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;5fa8a835-0c36-490b-bfb3-fbf610368989&#8243; header_6_text_align=&#8221;center&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6>Slide 3<\/h6>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Slide 4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;5fa8a835-0c36-490b-bfb3-fbf610368989&#8243; header_6_text_align=&#8221;center&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6>Slide 4<\/h6>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Slide 5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;5fa8a835-0c36-490b-bfb3-fbf610368989&#8243; header_6_text_align=&#8221;center&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6>Slide 5<\/h6>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Slides&#8221; module_class=&#8221;bb-row-slider&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;2c96b761-7b84-48f1-97b7-8f0836f80606&#8243; custom_padding=&#8221;0px||||false|false&#8221; animation_style=&#8221;fade&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,1_2,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Slide 1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;|15%||15%|false|true&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;|5%||5%|false|true&#8221; custom_css_main_element=&#8221;display: flex !important;||flex-wrap: wrap;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/camera.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tv.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart TV<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/phone.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tablet.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Tablet<\/h3>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/watch.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Watch<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,1_5,1_5,1_5,1_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Slide 2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;|15%||15%|false|true&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;|5%||5%|false|true&#8221; custom_css_main_element=&#8221;display: flex !important;||flex-wrap: wrap;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/camera.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tv.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart TV<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/phone.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f3001c&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #ffffff;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/watch.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Watch<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tablet.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Tablet<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Slide 3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;|15%||15%|false|true&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;|5%||5%|false|true&#8221; custom_css_main_element=&#8221;display: flex !important;||flex-wrap: wrap;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/phone.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#4671e1&#8243; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #ffffff;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/camera.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tv.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart TV<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tablet.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Tablet<\/h3>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/watch.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Watch<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Slide 4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;|15%||15%|false|true&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;|5%||5%|false|true&#8221; custom_css_main_element=&#8221;display: flex !important;||flex-wrap: wrap;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/watch.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Watch<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/phone.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f3001c&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #ffffff;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tablet.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Tablet<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Slide 5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;|15%||15%|false|true&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;|5%||5%|false|true&#8221; custom_css_main_element=&#8221;display: flex !important;||flex-wrap: wrap;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/camera.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tv.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart TV<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/tablet.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Tablet<\/h3>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/watch.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#f9f9f9&#8243; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #262122;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Smart Watch<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;View Product&#8221; image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/phone.png&#8221; module_class=&#8221;bb-slider-blurb&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;|600|||||||&#8221; header_letter_spacing=&#8221;1px&#8221; body_font=&#8221;|600||on|||||&#8221; body_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#2c2c2c&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; module_alignment=&#8221;center&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;|5px|10px|5px|false|true&#8221; custom_padding=&#8221;10px|20px|20px|20px|false|true&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center;||flex: 1 1 auto;&#8221; custom_css_blurb_image=&#8221;margin-bottom: 0;||order: 0;&#8221; custom_css_blurb_title=&#8221;padding: 10px 20px;||margin: 0 auto;||border-radius: 30px;||background: transparent;||border: 2px solid #ffffff;||cursor: pointer;&#8221; custom_css_blurb_content=&#8221;display: flex;||flex-direction: column;&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;10px&#8221; box_shadow_color=&#8221;RGBA(0,0,0,0)&#8221; image_max_width__hover=&#8221;&#8221; image_max_width__hover_enabled=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; custom_css_blurb_title__hover_enabled=&#8221;on|desktop&#8221; custom_css_blurb_title__hover=&#8221;||&#8221; body_text_color__hover_enabled=&#8221;off|desktop&#8221; header_text_color__hover_enabled=&#8221;on|hover&#8221; header_text_color__hover=&#8221;#FFFFFF&#8221; box_shadow_color__hover_enabled=&#8221;on|hover&#8221; box_shadow_color__hover=&#8221;rgba(0,0,0,0.3)&#8221; image_icon_width__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Digital Camera<\/h3>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Freebie Demo Horizontal Content SliderSlide 1Slide 2Slide 3Slide 4Slide 5Digital CameraSmart TVDigital CameraSmart TabletSmart WatchDigital CameraSmart TVDigital CameraSmart WatchSmart TabletDigital CameraDigital CameraSmart TVSmart TabletSmart WatchSmart WatchDigital CameraSmart TabletDigital CameraSmart TVSmart TabletSmart WatchDigital Camera<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-246408","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages\/246408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/comments?post=246408"}],"version-history":[{"count":5,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages\/246408\/revisions"}],"predecessor-version":[{"id":246441,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages\/246408\/revisions\/246441"}],"wp:attachment":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/media?parent=246408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}