{"id":50107,"date":"2025-05-12T20:10:13","date_gmt":"2025-05-12T19:10:13","guid":{"rendered":"https:\/\/zoovustg.wpenginepowered.com\/product-recommendation-quiz-2"},"modified":"2026-04-14T15:56:41","modified_gmt":"2026-04-14T14:56:41","slug":"product-recommendation-quiz","status":"publish","type":"page","link":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz","title":{"rendered":"DE - Product recommendation quiz LP"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"50107\" class=\"elementor elementor-50107 elementor-47123\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-08f8e86 hero-grad elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"08f8e86\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aebb36f exad-sticky-section-no\" data-id=\"aebb36f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ccf3a8b exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"ccf3a8b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n<script>\nwindow.addEventListener('message', function (event) {\n  if (\n    event.data.type === 'hsFormCallback' &&\n    event.data.eventName === 'onFormReady' &&\n    event.data.id === '9c4150f1-c4ca-420b-b166-6adbcf5d5c70'\n  ) {\n    const form = document.querySelector(\n      'form.hs-form[data-form-id=\"9c4150f1-c4ca-420b-b166-6adbcf5d5c70\"]'\n    ) || document.querySelector('form.hs-form');\n\n    if (!form) return;\n\n    const emailInput = form.querySelector('input[type=\"email\"], input[name=\"email\"]');\n    if (!emailInput) return;\n\n    \/\/ Clear error message when user starts typing a new email\n    emailInput.addEventListener('input', function () {\n      const errorMsg = form.querySelector('.custom-email-error');\n      if (errorMsg) {\n        errorMsg.textContent = '';\n      }\n      emailInput.style.removeProperty('margin-bottom');\n    });\n\n    form.addEventListener('submit', function (e) {\n      const emailValue = emailInput.value.trim().toLowerCase();\n      const blockedDomains = ['.edu', '.org'];\n      const blockedKeywords = ['student'];\n\n      const isDomainBlocked = blockedDomains.some(domain => emailValue.endsWith(domain));\n      const isKeywordBlocked = blockedKeywords.some(keyword => emailValue.includes(keyword));\n\n      if (isDomainBlocked || isKeywordBlocked) {\n        e.preventDefault();\n        e.stopImmediatePropagation();\n\n        \/\/ Show error message\n        let errorMsg = form.querySelector('.custom-email-error');\n        if (!errorMsg) {\n          errorMsg = document.createElement('div');\n          errorMsg.className = 'custom-email-error';\n          errorMsg.style.color = 'rgb(204, 0, 58)';\n          errorMsg.style.fontSize = '12px';\n          errorMsg.style.margin = '0';\n          emailInput.parentNode.appendChild(errorMsg);\n        }\n        errorMsg.textContent = 'Akademische und studentische E-Mail-Adressen werden nicht akzeptiert.';\n        emailInput.style.setProperty('margin-bottom', '0', 'important');\n        emailInput.focus();\n      }\n    }, true);\n  }\n});\n\n\n<\/script>\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d42c42e ppc-hero-full-form exad-sticky-section-no elementor-widget elementor-widget-wp-widget-headingctawithsetti_widget\" data-id=\"d42c42e\" data-element_type=\"widget\" data-widget_type=\"wp-widget-headingctawithsetti_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\n\t\t<style type=\"text\/css\">\n\t\t\t.elementor-widget-container .zv-cta-proof {\n\t\t\t\tlist-style-type: none;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 15px 0;\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tgap: 10px;\n\t\t\t}\n\n\t\t\t.elementor-widget-container .zv-cta-proof li {\n\t\t\t\tflex-basis: calc(33% - 5px);\n\t\t\t\tbackground-color: #F5F7FD;\n\t\t\t\tborder-radius: 8px;\n\t\t\t\tpadding: 14px 16px 14px 60px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tline-height: 16.3px;\n\t\t\t\tbackground-size: 28px;\n\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\tbackground-position: 16px center;\n\t\t\t\ttext-align: left;\n\t\t\t}\n\n\t\t\t.elementor-widget-container .zv-cta-proof.icon-social-proof li {\n\t\t\t\tbackground-image: url(\/wp-content\/uploads\/2024\/02\/icon-social-proof.webp);\n\t\t\t}\n\n\t\t\t.elementor-widget-container .zv-cta-proof li strong {\n\t\t\t\tfont-family: \"Saans-Medium\", sans-serif;\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 1024px) {\n\t\t\t\t.elementor-widget-container .zv-cta-proof li {\n\t\t\t\t\tflex-basis: 100%;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 767px) {\n\t\t\t\t.elementor-widget-container .zv-cta-proof li {\n\t\t\t\t\tflex-basis: calc(33% - 5px);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 640px) {\n\t\t\t\t.elementor-widget-container .zv-cta-proof li {\n\t\t\t\t\tflex-basis: 100%;\n\t\t\t\t}\n\t\t\t}\n\t\t<\/style>\n\n\n\t\t<style>#headcta-222645 .cta-img{\n\n\t\t\t\tmax-width: calc(100% - 10px);\n\t\t\t\twidth: calc(100% - 10px);\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 1199px) {\n\t\t\t\t#headcta-222645 .cta-img {\n\t\t\t\t\tmax-width: 100%;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tmargin-left: 0 !important;\n\t\t\t\t}\n\t\t\t}\n\t\t\t<\/style>\t\t\t<style>\n\t\t\t\t#typingtext\n\t\t\t\t{\n\t\t\t\t\tdisplay:none;\n\t\t\t\t}\n\t\t\t#headcta-222645.cta-link {\n\t\t\t\tcolor:#ffffff !important;background-color:#ee001e !important;\t\t\t}\n\n\t\t\t#headcta-222645.cta-link:hover {\n\t\t\t\tcolor:#ffffff !important;background-color:#ee001e !important;\t\t\t}\n\n\t\t\t.elementor-widget-wp-widget-headingctawithsetti_widget .cta-heading .ch-title span {\n\t\t\t\tcolor: red;\n\t\t\t}\n\t\t\t<\/style>\n\n\t\t\t <style>#headcta-222645 .cta-heading .ch-bottom-border{\n\n\t\t\t\tbackground-color: #001529;\n\n\t\t\t}<\/style><div style=\"padding-top: 0px;padding-bottom: 0px;\" class=\"headcta cta-section cta-bg-color \" style='background-color:#ffffff;' id=\"headcta-222645\"><div class=\"cta-wrapper\"><div class=\"row align-items-center\"><div class=\"col-md-6\"><div class=\"cta-content w-100\"><span class=\"ch-txt\" style='color:#ee001e;'><\/span><h1 class=\"cta-heading\" style='color:#001533;'><span style=\"font-size: 60px\" class=\"ch-title\"><span class=\"gradient-text\">Produktempfehlungs\u2011 Quiz\u2011Software <\/span> f\u00fcr den E\u2011Commerce<\/span><span class=\"ch-bottom-border\"><\/span><\/h1><p class=\"cta-para cta-para-bottom\" style='color:#293750;'><p style=\"font-size: 22px; margin-bottom: 40px !important; color: #c5cad3 !important;\">Erstellen Sie interaktive Produkt\u2011Quizze, die Shopper mit personalisierten Fragen und Empfehlungen zu den passenden Produkten f\u00fchren.<\/p>\r\n\r\n\r\n<div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"><div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><iframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/trd72f9kmf?web_component=true&seo=false\" title=\"Bosch Guided Selling loop Video\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" width=\"100%\" height=\"100%\"><\/iframe><\/div><\/div>\r\n<script src=\"https:\/\/fast.wistia.net\/player.js\" async><\/script><\/p><\/div><\/div>\n\n\n<div class=\"col-md-6\">\n\t\t\t\t<div class=\"hubspot_form_wrraper whiteboxform\">\n\t\t\t\t\t<h3>Kostenlose Demo sichern <span>Sehen Sie, wie Produkt\u2011Quizze das Vertrauen von K\u00e4ufern in ihre Entscheidung st\u00e4rken.<\/span><\/h3>\n\n\t\t\t\t\t<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/v2.js\"><\/script>\n\t\t\t\t\t<script>\n\t\t\t\t\t<!--\/\/--><![CDATA[\/\/ ><!--\n\t\t\t\t\t  hbspt.forms.create({\n\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\tportalId: \"44562639\",\n\t\t\t\t\t\tformId: \"9c4150f1-c4ca-420b-b166-6adbcf5d5c70\",\n\t\t\t\t\t\tcssClass:\"hubspotForm whiteboxform\"\n\t\t\t\t\t});\n\t\t\t\t\t\/\/--><!]]>\n\t\t\t\t\t<\/script>\n\t\t\t\t<\/div><\/div><\/div><\/div><\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-feeb7b0 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"feeb7b0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {\n    padding: initial;\n}\n\n.cta-content .ch-txt {\n    display: inline-block;\n    color: #277DFF !important;\n    font-size: 12px;\n    line-height: 1.16666;\n    font-family: campton-medium;\n    text-transform: uppercase !important;\n    background: rgb(39 125 255 \/ 10%);\n    border-radius: 4px;\n    padding: 10px 12px;\n    margin-bottom: 33px;\n    margin-top: 25px;\n}\n.ch-txt {\n    font-size: 14px !important;\n    padding: 6px 12px !important;\n    border-radius: 64px !important;\n    border: 1px solid var(--Light-Blue, #E6ECFA) !important;\n    display: inline-block;\n    background-color: #ffffff !important;\n}\n\n\n.hbspt-form input.hs-button {\n    background-color: #816EFF !important;\n}\n\n.modal-body .hbspt-form input.hs-button:hover {\n    background-color: #6956e6 !important;\n}\n\nform a {\n    color: #816EFF !important;\n}\n\nfieldset.form-columns-2 .input input, fieldset.form-columns-1 .input input {\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);\n    padding: 10px !important;\n}\n\n\n.modal-body {\nbackground: linear-gradient(180deg, #f8f9ff 0%,  #eef2ff 40%,  #fdf7fa 100% );\nborder-radius: 8px;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9962522 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"9962522\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\n  function scrollToInput() {\n        var inputElement = document.getElementById('firstname-9c4150f1-c4ca-420b-b166-6adbcf5d5c70');\n        \n        inputElement.scrollIntoView({\n            behavior: 'smooth', \/\/ Smooth scroll to the element\n            block: 'center'     \/\/ Center the element in the viewport\n        });\n        \n        setTimeout(function() {\n            inputElement.focus(); \/\/ Set focus to the input element\n            inputElement.setSelectionRange(0, 0); \/\/ Place the cursor at the beginning of the input field\n        }, 100); \/\/ Delay to ensure scrolling is complete\n    }\n\n  document.addEventListener('DOMContentLoaded', function() {\n    document.querySelectorAll('.get_demo_btn, .zv-button-tertiary, .zv-button-secondary, .sca-link, .cta-arrow-link-blue, .learn-more-link, .feature-link').forEach(function(element) {\n        element.addEventListener('click', function(event) {\n            event.preventDefault(); \/\/ Prevent the default behavior\n            scrollToInput();\n        });\n    });\n});\n\n    window.addEventListener('load', function() {\n        var headerLogo = document.querySelector('.header-logo');\n        var link = headerLogo.querySelector('a');\n        var image = link.querySelector('img');\n\n        \/\/ Remove the link and keep the image\n        headerLogo.innerHTML = '';\n        headerLogo.appendChild(image);\n    });\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9b76549 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"9b76549\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ebf80ac exad-sticky-section-no\" data-id=\"ebf80ac\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d7e95f0 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"d7e95f0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"borderbottom\"><\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ebae5b elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"6ebae5b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c5e99f exad-sticky-section-no\" data-id=\"0c5e99f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-83fc81c exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"83fc81c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Vertrauen von den weltweit f\u00fchrenden Marken<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-27aa185 logo-spray elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"27aa185\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-1337d1d exad-sticky-section-no\" data-id=\"1337d1d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-37efa20 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"37efa20\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"750\" height=\"111\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png\" class=\"attachment-large size-large wp-image-47804\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png 1000w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo-300x44.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo-768x114.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" style=\"width:100%;height:14.8%;max-width:1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-d7ecd3e exad-sticky-section-no\" data-id=\"d7ecd3e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61cd2d0 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"61cd2d0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"750\" height=\"160\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2023\/01\/bosch.svg\" class=\"attachment-large size-large wp-image-28581\" alt=\"Bosch logo\" style=\"width:100%;height:21.36%;max-width:2500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-7bb8259 exad-sticky-section-no\" data-id=\"7bb8259\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5550c29 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"5550c29\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"750\" height=\"167\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/GE-healthcare-logo.png\" class=\"attachment-large size-large wp-image-46071\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/GE-healthcare-logo.png 1000w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/GE-healthcare-logo-300x67.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/GE-healthcare-logo-768x171.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" style=\"width:100%;height:22.3%;max-width:1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-15c0767 drager exad-sticky-section-no\" data-id=\"15c0767\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-493ab21 elementor-widget__width-initial exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"493ab21\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"291\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/drager-logo.png\" class=\"attachment-large size-large wp-image-46069\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/drager-logo.png 1000w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/drager-logo-300x116.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/drager-logo-768x298.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" style=\"width:100%;height:38.8%;max-width:1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-6d355e6 exad-sticky-section-no\" data-id=\"6d355e6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-14c89c6 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"14c89c6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/10\/microsoft.svg\" class=\"attachment-large size-large wp-image-45430\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-cabe856 exad-sticky-section-no\" data-id=\"cabe856\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-95943c9 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"95943c9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/10\/canon.svg\" class=\"attachment-large size-large wp-image-45428\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-top-column elementor-element elementor-element-1868708 exad-sticky-section-no\" data-id=\"1868708\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f52510f exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"f52510f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"163\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/straumann-logo.png\" class=\"attachment-large size-large wp-image-46075\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/straumann-logo.png 1000w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/straumann-logo-300x65.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/straumann-logo-768x167.png 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" style=\"width:100%;height:21.7%;max-width:1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7e08f7a hide elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"7e08f7a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-01331db exad-sticky-section-no\" data-id=\"01331db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42896a7 exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"42896a7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Product finders, quizzes, and recommendation <br>engines built with Zoovu <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0560cd8 hide elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"0560cd8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0966cfe exad-sticky-section-no\" data-id=\"0966cfe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-edb0467 zv-logos-static elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"edb0467\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-47e62ae exad-sticky-section-no\" data-id=\"47e62ae\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a32826 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"9a32826\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2500\" height=\"534\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/09\/microsoft.svg\" class=\"attachment-full size-full wp-image-4012\" alt=\"Microsoft Logo\" style=\"width:100%;height:21.36%;max-width:2500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c66fb63 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"c66fb63\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/fast.wistia.com\/embed\/medias\/065tv4p23w.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"><div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><span class=\"wistia_embed wistia_async_065tv4p23w popover=true videoFoam=true\" style=\"display:inline-block;height:100%;position:relative;width:100%\">&nbsp;<\/span><\/span><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d37b751 campton-semibold exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"d37b751\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Microsoft Laptop Finder<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaff1df exad-sticky-section-no elementor-widget elementor-widget-text-editor\" data-id=\"eaff1df\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"wistia_embed wistia_async_065tv4p23w popover=true popoverContent=link stillUrl=data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" style=\"display: inline-block; white-space: nowrap;\">\n<a class=\"cta-arrow-link-blue\" href=\"#\">See it in action<\/a><\/span>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5678ead exad-sticky-section-no\" data-id=\"5678ead\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3190a31 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"3190a31\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"137\" height=\"40\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2023\/08\/logitech-logo-1.webp\" class=\"attachment-full size-full wp-image-36661\" alt=\"Logitech\" style=\"width:100%;height:29.2%;max-width:137px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac18b59 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"ac18b59\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/fast.wistia.com\/embed\/medias\/3mmb1m6wfa.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><div class=\"wistia_responsive_padding\" style=\"padding:55.42% 0 0 0;position:relative;\"><div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><span class=\"wistia_embed wistia_async_3mmb1m6wfa popover=true videoFoam=true\" style=\"display:inline-block;height:100%;position:relative;width:100%\">&nbsp;<\/span><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a2493a campton-semibold exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"4a2493a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Workplace Configurator<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f65b0e2 exad-sticky-section-no elementor-widget elementor-widget-text-editor\" data-id=\"f65b0e2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"wistia_embed wistia_async_3mmb1m6wfa popover=true popoverContent=link stillUrl=data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" style=\"display: inline-block; white-space: nowrap;\">\n<a class=\"cta-arrow-link-blue\" href=\"#\">See it in action<\/a><\/span>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-483311e exad-sticky-section-no\" data-id=\"483311e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a07e503 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"a07e503\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"431\" height=\"202\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/07\/dicks-sporting-goods-logo.svg\" class=\"attachment-full size-full wp-image-28745\" alt=\"Dick&#039;s Sporting Goods logo\" style=\"width:100%;height:46.87%;max-width:431px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b1f0be exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"1b1f0be\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/fast.wistia.com\/embed\/medias\/ndqbrqh5f3.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"><div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><span class=\"wistia_embed wistia_async_ndqbrqh5f3 popover=true videoFoam=true\" style=\"display:inline-block;height:100%;position:relative;width:100%\">&nbsp;<\/span><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd9992c campton-semibold exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"dd9992c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Dick's Sporting Goods Wedge Selector<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62e9b54 exad-sticky-section-no elementor-widget elementor-widget-text-editor\" data-id=\"62e9b54\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"wistia_embed wistia_async_ndqbrqh5f3 popover=true popoverContent=link stillUrl=data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" style=\"display: inline-block; white-space: nowrap;\">\n<a class=\"cta-arrow-link-blue\" href=\"#\">See it in action<\/a><\/span>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-9746dc5 exad-sticky-section-no\" data-id=\"9746dc5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-298499b exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"298499b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"84\" height=\"10\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/08\/trek.svg\" class=\"attachment-full size-full wp-image-2592\" alt=\"Trek logo\" style=\"width:100%;height:11.9%;max-width:84px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d97074 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"1d97074\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/fast.wistia.com\/embed\/medias\/vpunyp94jl.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"><div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><span class=\"wistia_embed wistia_async_vpunyp94jl popover=true videoFoam=true\" style=\"display:inline-block;height:100%;position:relative;width:100%\">&nbsp;<\/span><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8a6cf9 campton-semibold exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"f8a6cf9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Trek Bike Finder<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50df6b6 exad-sticky-section-no elementor-widget elementor-widget-text-editor\" data-id=\"50df6b6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"wistia_embed wistia_async_vpunyp94jl popover=true popoverContent=link stillUrl=data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" style=\"display: inline-block; white-space: nowrap;\">\n<a class=\"cta-arrow-link-blue\" href=\"#\">See it in action<\/a><\/span>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-0104f15 exad-sticky-section-no\" data-id=\"0104f15\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f460894 exad-sticky-section-no elementor-widget elementor-widget-image\" data-id=\"f460894\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2500\" height=\"519\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/09\/canon.svg\" class=\"attachment-full size-full wp-image-4006\" alt=\"Canon logo\" style=\"width:100%;height:20.76%;max-width:2500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f39fcc0 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"f39fcc0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/fast.wistia.com\/embed\/medias\/8nsd0dd64u.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"><div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><span class=\"wistia_embed wistia_async_8nsd0dd64u popover=true videoFoam=true\" style=\"display:inline-block;height:100%;position:relative;width:100%\">&nbsp;<\/span><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf3c6b7 campton-semibold exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"bf3c6b7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Canon Lens Selector<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82dfaf9 exad-sticky-section-no elementor-widget elementor-widget-text-editor\" data-id=\"82dfaf9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"wistia_embed wistia_async_8nsd0dd64u popover=true popoverContent=link stillUrl=data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" style=\"display: inline-block; white-space: nowrap;\">\n<a class=\"cta-arrow-link-blue\" href=\"#\">See it in action<\/a><\/span>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebc2e3a exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"ebc2e3a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n.zv-logos-static .elementor-container {\n    display: flex;\n    gap: 30px;\n}\n\n.zv-logos-static .elementor-column {\n    flex-basis: 20%;\n}\n\n.zv-logos-static .elementor-widget-image img {\n    max-width: 120px !important;\n    max-height: 40px;\n    height: fit-content !important;\n}\n\n.zv-logos-static .elementor-widget-image {\n    min-height: 40px;\n}\n\n.zv-logos-static .elementor-widget-image .elementor-widget-container {\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.zv-logos-static .elementor-widget-text-editor .elementor-widget-container {\n    text-align: center;\n}\n\n.zv-logos-static .elementor-widget-heading {\n    margin-bottom: 10px !important;\n}\n\n.zv-logos-static div[aria-label=\"Play\"] {\n    background-color: #002266 !important;\n    border-radius: 50%;\n    width: 48px !important;\n    height: 48px !important;\n    background-size: contain !important;\n    background-position: center !important;\n}\n\n.zv-logos-static div[id$=\"button_background\"] {\n    display: none;\n}\n\n@media only screen and (max-width: 1200px) {\n    .zv-logos-static .elementor-column {\n        flex-basis: calc(33.3333% - 20px);\n    }\n    \n    .zv-logos-static .elementor-container {\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n}\n\n@media only screen and (max-width: 767px) {\n    .zv-logos-static .elementor-column {\n        flex-basis: calc(50% - 15px);\n    }\n}\n\n@media only screen and (max-width: 640px) {\n    .zv-logos-static .elementor-column {\n        flex-basis: 100%;\n    }\n    \n    .zv-logos-static .elementor-container {\n        gap: 40px;\n    }\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2cecfa4 section-break elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"2cecfa4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38432a0 exad-sticky-section-no\" data-id=\"38432a0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-80a5a3c exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"80a5a3c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n  <style>\n\n\n    .features-section {\n      \/*background: linear-gradient(180deg, #0d0d14 0%, #0a0a0f 100%);*\/\n    \n      padding: 80px 20px;\n      text-align: center;\n    }\n\n    .features-section h2 {\n      font-size: 2.8rem !important;\n      font-weight: 700;\n      margin-bottom: 48px;\n      color: #ffffff;\n      line-height: 1 !important;\n    }\n\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      \/*max-width: 1000px;*\/\n      margin: 0 auto;\n    }\n\n    .feature-card {\n      background: rgba(15, 15, 25, 0.6);\n      border: 1px solid #4f46e5;\n      border-radius: 16px;\n      padding: 32px;\n      text-align: left;\n    }\n\n    .feature-card .icon {\n      width: 48px;\n      height: 48px;\n      background: rgba(79, 70, 229, 0.15);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n      color: #818cf8;\n    }\n\n    .feature-card .title {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #ffffff;\n      margin-bottom: 12px;\n    }\n\n    .feature-card .description {\n      font-size: 1rem;\n      color: #6b7280;\n      line-height: 1.3;\n    }\n\n    .icon svg {\n      width: 24px;\n      height: 24px;\n      stroke: currentColor;\n      stroke-width: 2;\n      fill: none;\n    }\n\n    @media (max-width: 640px) {\n      .features-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n\n\n  <section class=\"features-section\">\n    <h2 style=\"color: white !important;\">Zoovus Produktempfehlungs\u2011Quiz sorgt f\u00fcr sichere Kaufentscheidungen<\/h2>\n    \n    <div class=\"features-grid\">\n      <div class=\"feature-card\">\n        <div class=\"icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\n        <\/div>\n        <div class=\"title\">Conversion Rates steigern<\/div>\n        <div class=\"description\">F\u00fchren Sie Shopper mit einem interaktiven Shopping\u2011Quiz \u2013 statt mit statischen Filtern.<\/div>\n      <\/div>\n      \n      <div class=\"feature-card\">\n        <div class=\"icon\">\n          <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\/><line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\/><\/svg>\n        <\/div>\n        <div class=\"title\">Kundeninteraktion erh\u00f6hen<\/div>\n        <div class=\"description\">Nutzen Sie ein Online\u2011Shopping\u2011Quiz, um Absprungraten zu senken und Kunden gezielt auf stark konvertierende Seiten zu f\u00fchren.<\/div>\n      <\/div>\n      \n      <div class=\"feature-card\">\n        <div class=\"icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\"\/><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"\/><\/svg>\n        <\/div>\n        <div class=\"title\">Retouren reduzieren<\/div>\n        <div class=\"description\">Personalisierte Quiz\u2011Ergebnisse sorgen daf\u00fcr, dass Shopper Produkte w\u00e4hlen, die wirklich zu ihren Anforderungen passen.<\/div>\n      <\/div>\n      \n      <div class=\"feature-card\">\n        <div class=\"icon\">\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\/><\/svg>\n        <\/div>\n        <div class=\"title\">Wertvolle Insights gewinnen<\/div>\n        <div class=\"description\">Erfassen Sie Zero\u2011Party\u2011Data zu Kundenbed\u00fcrfnissen, die Sie sonst nirgendwo so bekommen.<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-65ac74e white-heading elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"65ac74e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-99efe89 exad-sticky-section-no\" data-id=\"99efe89\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-010dedf h2-heading exad-sticky-section-no elementor-widget elementor-widget-heading\" data-id=\"010dedf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sorgen Sie daf\u00fcr, dass Kunden mit gutem Gef\u00fchl auf \u201eIn den Warenkorb\u201c klicken.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-07c6959 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"07c6959\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b99fa72 exad-sticky-section-no\" data-id=\"b99fa72\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18942d1 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"18942d1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"feature-blocks\">\n  <div class=\"feature-container\">\n    \n    <!-- Feature 1: Cut sales cycles -->\n    <div class=\"feature-row\">\n      <div class=\"feature-content\">\n        <div class=\"feature-badge\">\n          <span class=\"badge-dot\"><\/span>\n          <span class=\"badge-text\">PRODUKTINTELLIGENZ<\/span>\n        <\/div>\n        \n        <h2 class=\"feature-title\">Machen Sie aus Produktspezifikationen Empfehlungen, die K\u00e4ufer sofort verstehen.<\/h2>\n        \n\n        \n        <ul class=\"feature-list\">\n          <li><span class=\"list-dot\"><\/span>\u00dcbersetzen Sie technische Spezifikationen in eine bedarfsorientierte Sprache, die Shopper verstehen.<\/li>\n<li><span class=\"list-dot\"><\/span>Ordnen Sie Produkte konkreten Anwendungsf\u00e4llen zu \u2013 z. B. Gaming, kleine R\u00e4ume oder Profi\u2011Einsatz.<\/li>\n<li><span class=\"list-dot\"><\/span>Liefern Sie hochpersonalisierte Ergebnisse, die erkl\u00e4ren, warum ein Produkt f\u00fcr den jeweiligen K\u00e4ufer passt.<\/li>\n        <\/ul>\n        \n        <a href=\"#\" class=\"feature-link\">\n          Mehr erfahren\n          <svg class=\"link-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n          <\/svg>\n        <\/a>\n      <\/div>\n      \n      <div class=\"feature-image\">\n       \n             <img decoding=\"async\" style=\"border-radius: 8px;\" src=\"\/wp-content\/uploads\/2026\/01\/lp-guided-selling-power-tools.png\">\n      \n      <\/div>\n    <\/div>\n    \n    <!-- Feature 2: Scale globally -->\n    <div class=\"feature-row reverse\">\n      <div class=\"feature-image\">\n          <img decoding=\"async\" style=\"border-radius: 8px;\" src=\"\/wp-content\/uploads\/2026\/01\/lp-guided-selling-under-armour.png\">\n      <\/div>\n      \n      <div class=\"feature-content\">\n        <div class=\"feature-badge\">\n          <span class=\"badge-dot\"><\/span>\n          <span class=\"badge-text\">PRODUKTFINDUNG<\/span>\n        <\/div>\n        \n        <h2 class=\"feature-title\">Ersetzen Sie endloses Scrollen durch passgenaue Empfehlungen.<\/h2>\n        \n        <ul class=\"feature-list\">\n          <li><span class=\"list-dot\"><\/span>F\u00fchren Sie Shopper durch dynamische Frageabl\u00e4ufe \u2013 statt sie manuell suchen zu lassen.<\/li>\n          <li><span class=\"list-dot\"><\/span>Erfassen Sie, was jeder K\u00e4ufer braucht, und matchen Sie ihn mit den passenden Produkten.<\/li>\n          <li><span class=\"list-dot\"><\/span>Zeigen Sie eine fokussierte Auswahl an Empfehlungen \u2013 individuell f\u00fcr jeden Shopper.<\/li>\n        <\/ul>\n        \n        <a href=\"#\" class=\"feature-link\">\n         Mehr erfahren\n          <svg class=\"link-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n          <\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n    \n    \n    \n    <!-- Feature 3: Cut sales cycles -->\n    <div class=\"feature-row\">\n      <div class=\"feature-content\">\n        <div class=\"feature-badge\">\n          <span class=\"badge-dot\"><\/span>\n          <span class=\"badge-text\">GENERATIVE KI\u2011BERATER<\/span>\n        <\/div>\n        \n        <h2 class=\"feature-title\">Machen Sie aus Produktfragen sichere Kaufentscheidungen.<\/h2>\n        \n\n        \n        <ul class=\"feature-list\">\n          <li><span class=\"list-dot\"><\/span>Binden Sie generative KI\u2011Berater direkt auf Empfehlungsseiten ein.<\/li>\n<li><span class=\"list-dot\"><\/span>Beantworten Sie Fragen von Shoppern und erkl\u00e4ren Sie, warum jedes Produkt wirklich passt.<\/li>\n<li><span class=\"list-dot\"><\/span>Liefern Sie personalisierte Erkl\u00e4rungen, die Interessenten \u00fcberzeugend bis zum Kauf f\u00fchren.<\/li>\n        <\/ul>\n        \n        <a href=\"#\" class=\"feature-link\">\n          Mehr erfahren\n          <svg class=\"link-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n          <\/svg>\n        <\/a>\n      <\/div>\n      \n      <div class=\"feature-image\">\n       \n             <img decoding=\"async\" style=\"border-radius: 8px;\" src=\"\/wp-content\/uploads\/2026\/01\/lp-guided-selling-microsoft.png\">\n      \n      <\/div>\n    <\/div>\n    \n  <\/div>\n<\/section>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1da49d elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"b1da49d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42175fe exad-sticky-section-no\" data-id=\"42175fe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-45097d6 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"45097d6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Quote\/Social Proof Section -->\n<section class=\"quote-section\">\n  <div class=\"quote-container\">\n    <div class=\"quote-content\">\n      <svg class=\"quote-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21c0 1 0 1 1 1z\"\/>\n        <path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"\/>\n      <\/svg>\n      <blockquote class=\"quote-text\">\n    \u201eVereinfachung ist einer unserer zentralen strategischen Pfeiler. Wo immer wir dieses Ziel mit Technologie erreichen k\u00f6nnen, tun wir das. Der mit Zoovu entwickelte Accessory Advisor vereinfacht die Customer Journey.\u201c\n\n\n\n\n      <\/blockquote>\n      <div class=\"quote-attribution\">\n        <img decoding=\"async\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2023\/01\/bosch.svg\" alt=\"Bosch\" class=\"quote-logo\">\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-851a522 section-break elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"851a522\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-faca023 exad-sticky-section-no\" data-id=\"faca023\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e682f73 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"e682f73\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"value-props\">\n  <div class=\"value-props-container\">\n    <h2 class=\"value-props-title\" style=\"color: white !important;\">In wenigen Stunden bauen, live gehen und Conversions steigern<\/h2>\n    \n    <div class=\"value-props-grid\">\n      <div class=\"value-card\">\n        <div class=\"value-icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"><\/rect>\n            <rect width=\"7\" height=\"7\" x=\"14\" y=\"3\" rx=\"1\"><\/rect>\n            <rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"><\/rect>\n            <rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"><\/rect>\n          <\/svg>\n        <\/div>\n        <div class=\"value-label\">Konzipieren<\/div>\n        <p class=\"value-description\">Reichern Sie Ihre Produktdaten an und erstellen Sie Frage\u2011\/Antwort\u2011Flows.<\/p>\n      <\/div>\n      \n      <div class=\"value-card\">\n        <div class=\"value-icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"><\/rect>\n            <line x1=\"8\" x2=\"16\" y1=\"21\" y2=\"21\"><\/line>\n            <line x1=\"12\" x2=\"12\" y1=\"17\" y2=\"21\"><\/line>\n            <path d=\"m9 10 2 2 4-4\"><\/path>\n          <\/svg>\n        <\/div>\n        <div class=\"value-label\">Umsetzen<\/div>\n        <p class=\"value-description\">W\u00e4hlen Sie ein Template oder gestalten Sie Look & Feel des Quiz passend zu Ihrer Marke.<\/p>\n      <\/div>\n      \n      <div class=\"value-card\">\n        <div class=\"value-icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14\"><\/path>\n            <path d=\"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9\"><\/path>\n            <path d=\"m2 13 6 6\"><\/path>\n          <\/svg>\n        <\/div>\n        <div class=\"value-label\">Einbinden<\/div>\n        <p class=\"value-description\">F\u00fcgen Sie Ihr Quiz mit Copy\u2011&\u2011Paste von zwei Codezeilen in Ihre E\u2011Commerce\u2011Plattform ein.<\/p>\n      <\/div>\n      \n      <div class=\"value-card\">\n        <div class=\"value-icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"m6 17 5-5-5-5\"><\/path>\n            <path d=\"m13 17 5-5-5-5\"><\/path>\n          <\/svg>\n        <\/div>\n        <div class=\"value-label\">Optimieren<\/div>\n        <p class=\"value-description\">Testen, analysieren und optimieren Sie Ihr Quiz, um Interaktion und Conversion zu steigern.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3b82dbf hide elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"3b82dbf\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f8d4040 exad-sticky-section-no\" data-id=\"f8d4040\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71604fb exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"71604fb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n.elementor-widget-heading .ch-txt-gradient span {\n\tcolor: #0C59CC !important;\n\tfont-size: 14px;\n\ttext-transform: none !important;\n\tbackground: transparent;\n\tpadding: 9px 12px 9px 12px;\n\tmax-height: 48px;\n\toverflow: hidden;\n\tdisplay: flex;\n\talign-items: center;\n\twidth: fit-content;\n\tmargin: 0;\n\tfont-family: 'Campton-Medium';\n}\n\n.elementor-widget-heading .ch-txt-gradient .ch-txt:before {\n\tcontent: \"\";\n\tposition: absolute;\n\tinset: 0;\n\tborder-radius: 50px;\n\tpadding: 1px;\n\tbackground: linear-gradient(45deg,#277DFF,#59B287);\n\t-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n\t-webkit-mask-composite: xor;\n\tmask-composite: exclude;\n}\n\n@supports (hanging-punctuation: first) and (-webkit-appearance: none) {\n    .elementor-widget-heading .ch-txt-gradient span {\n    \tpadding: 11px 12px 7px 12px;\n    }\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00956dd exad-sticky-section-no elementor-widget elementor-widget-zoovu-case-studies-slider\" data-id=\"00956dd\" data-element_type=\"widget\" data-widget_type=\"zoovu-case-studies-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<style type=\"text\/css\">\n\t\t\t.elementor-editor-active .splide{visibility: visible !important;}\n\t\t\t.zv-cs-slider .splide__slide {display:flex;gap:136px;background-color: #F5F7FD;border-radius:8px;padding: 40px;max-width: 100%;}\n\t\t\t.cs-slider-text {flex-basis: calc(100% - 450px - 136px); display: flex;flex-wrap: wrap;flex-direction: column;}\n\t\t\t.cs-slider-text h2 {margin-bottom: 23px;}\n\t\t\t.cs-slider-text h2 a {font-size:48px;line-height: 58px;font-family: \"Saans-Medium\", sans-serif;color: #00143D;}\n\t\t\t.cs-slider-text p {font-size: 24px;color:#192B50;line-height: 30px;}\n\t\t\t.cs-slider-text span {font-size: 21px;color:#277DFF;font-family: \"Saans-Medium\", sans-serif;margin-bottom: 18px;margin-top:-9px;display: block;}\n\t\t\t.cs-slider-image {flex-basis: 450px;}\n\t\t\t.cs-slider-image img {height: 423px !important; object-fit: cover;border-radius:8px;}\n\t\t\t.zv-cs-carousel .splide__slide {text-align: center;border: 0 !important;border-top: 2px solid #E6ECFA !important;height: 68px;display: flex;align-items: flex-end;justify-content: center;}\n\t\t\t.zv-cs-carousel .splide__slide.is-active {border-top-color: #0C59CC !important;}\n\t\t\t.zv-cs-carousel .splide__slide img {max-width:200px;}\n\t\t\t.zv-cs-carousel {margin-top: 40px;}\n\t\t\t.zv-cs-carousel.zv-top-carousel {margin-bottom:40px;margin-top:0;}\n\t\t\t.zv-cs-carousel .splide__slide:not(.is-active) img {filter: brightness(0)saturate(100%)invert(33%)sepia(14%)saturate(992%)hue-rotate(179deg)brightness(96%)contrast(83%);filter: saturate(0);}\n\t\t\t.zv-cta-buttons{display: flex;gap: 30px;flex-wrap: wrap;align-items: flex-end;}\n\t\t\t.cs-slider-text .zoovu-cta-link-arrow {margin-top: auto;width: fit-content;font-size: 16px;margin-bottom: -5px;}\n\t\t\t.zoovu-cta-link-arrow:before {width: 10px;height: 10px;}\n\t\t\t.zv-cs-logo-wrapper {display: flex;align-items: center;height:25px;}\n\t\t\t.wistia_click_to_play {cursor: pointer;}\n\t\t\t.zv_wistia_play {\n\t\t\t\tbackground: url('https:\/\/zoovu.com\/shoptalk\/assets\/images\/download-1.png') #001529 !important;\n\t\t\t\twidth: 4.5em;\n\t\t\t\theight: 4.5em;\n\t\t\t\tmargin: 0 auto;\n\t\t\t\ttransform: translate(-50%, -50%);\n\t\t\t\tleft: 50% !important;\n\t\t\t\ttop: 50% !important;\n\t\t\t\tborder-radius: 50%;\n\t\t\t\tcursor: pointer;\n\t\t\t\tbackground-size: 1em !important;\n\t\t\t\tbackground-repeat: no-repeat !important;\n\t\t\t\tbackground-position: 2em center !important;\n\t\t\t\tz-index: 2;\n\t\t\t\tposition: absolute;\n\t\t\t}\n\n\t\t\t@supports (hanging-punctuation: first) and (-webkit-appearance: none) {\n\t\t\t\t.zv-cs-slider .zoovu-cta-link-arrow:before {\n\t\t\t\t\ttop: calc(50% - 1px);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 1200px) {\n\t\t\t\t.zv-cs-slider .splide__slide {gap:60px;}\n\t\t\t\t.cs-slider-text {flex-basis: calc(100% - 450px - 60px);}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 1024px) {\n\t\t\t\t.cs-slider-text h2 a {font-size: 36px;line-height: 44px;}\n\t\t\t\t.zv-cs-slider .splide__slide {padding: 20px;}\n\t\t\t\t.cs-slider-text p {font-size: 18px;line-height: 24px;}\n\t\t\t\t.cs-slider-image {flex-basis: 350px;}\n\t\t\t\t.cs-slider-text {flex-basis: calc(100% - 350px - 60px);}\n\t\t\t\t.zv-cta-buttons .cta-link:nth-child(2){margin-top: 0;max-height: 46px;}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 767px) {\n\t\t\t\t.cs-slider-image, .cs-slider-text {flex-basis: 100%}\n\t\t\t\t.zv-cs-slider .splide__slide {gap:30px;}\n\t\t\t\t.zv-cs-carousel .splide__slide img {max-height: 15px;}\n\t\t\t\t.zv-cs-carousel .splide__slide {height: 48px;}\n\t\t\t\t.zv-cs-slider .splide__slide{flex-wrap: wrap;}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 480px) {\n\t\t\t\t.zv-cs-slider .splide__pagination {bottom: -2.5em;}\n\t\t\t\t.zv-cs-slider .splide__pagination__page.is-active {background: #145bc9;}\n\t\t\t\t.zv-cs-slider .splide__pagination__page {height: 12px;margin: 8px;width: 12px;}\n\t\t\t\t.zv-cs-carousel {display: none;}\n\t\t\t\t.zv-cta-buttons .cta-link{flex-basis: 100%;}\n\t\t\t\t.zv-cta-buttons{gap: 20px;}\n\t\t\t}\n\n\t\t\t\t\t<\/style>\n\n\t\t\n\t\t\t\t\t<section class=\"zv-cs-carousel zv-top-carousel splide splide-1911240895\" aria-label=\"Case Studies Carousel\">\n\t\t\t\t<div class=\"splide__track\">\n\t\t\t\t\t<ul class=\"splide__list\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t<div class=\"zv-cs-logo-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" style=\"height:25px\" class=\"cs-custom-logo\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/09\/microsoft.svg\" alt=\"PC Finder Quiz \" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t<div class=\"zv-cs-logo-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" style=\"height:25px\" class=\"cs-custom-logo\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-logo.png\" alt=\"Running Shoe Quiz \" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t<div class=\"zv-cs-logo-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" style=\"height:25px\" class=\"cs-custom-logo\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-sportwswear-logo.png\" alt=\"Jacket Quiz \" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t<div class=\"zv-cs-logo-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" style=\"height:25px\" class=\"cs-custom-logo\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-logo.png\" alt=\"Robotic Lawnmower Advisor \" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t \t<\/div>\n\t\t\t<\/section>\n\t\t\n\t\t<section class=\"zv-cs-slider  splide splide-272555258\" aria-label=\"Case Studies Slider\">\n\t\t\t<div class=\"splide__track\">\n\t\t\t\t<ul class=\"splide__list\">\n\t\t\t\t\t\n\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t<div class=\"cs-slider-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Microsoft<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2><a class=\"cs-custom-title\" href=\"https:\/\/zoovu.com\/?post_type=case-studies&p=2894\">PC Finder Quiz <\/a><\/h2>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p><p>Microsoft uses a product finder and a generative AI product advisor on recommendation pages to help customers choose the right laptop. This experience has increased conversion rates by 29%.<\/p><\/p>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-slider-image\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1836\" height=\"1725\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu.png 1836w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu-300x282.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu-1024x962.png 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu-768x722.png 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu-1536x1443.png 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/microsoft-laptop-finder-zoovu-1568x1473.png 1568w\" sizes=\"(max-width: 1836px) 100vw, 1836px\" style=\"width:100%;height:93.95%;max-width:1836px;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t<div class=\"cs-slider-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Under Armour<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2><a class=\"cs-custom-title\" href=\"https:\/\/zoovu.com\/?post_type=case-studies&p=29336\">Running Shoe Quiz <\/a><\/h2>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p><p>Under Armour's Running Shoe Finder guides you through a curated selection of shoes, ensuring you find the ideal pair based on how and where you run.<\/p><\/p>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-slider-image\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1836\" height=\"1725\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu.png 1836w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu-300x282.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu-1024x962.png 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu-768x722.png 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu-1536x1443.png 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/underarmour-running-shoe-quiz-zoovu-1568x1473.png 1568w\" sizes=\"(max-width: 1836px) 100vw, 1836px\" style=\"width:100%;height:93.95%;max-width:1836px;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t<div class=\"cs-slider-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Columbia<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2><a class=\"cs-custom-title\" href=\"https:\/\/zoovu.com\/customers\/canon\">Jacket Quiz <\/a><\/h2>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p><p>Columbia simplifies the journey to finding your ideal jacket. By identifying your must-have features, they guide you to jackets that encompass all your outdoor requirements.<\/p><\/p>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-slider-image\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1836\" height=\"1725\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu.png 1836w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu-300x282.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu-1024x962.png 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu-768x722.png 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu-1536x1443.png 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/columbia-jacket-quiz-zoovu-1568x1473.png 1568w\" sizes=\"(max-width: 1836px) 100vw, 1836px\" style=\"width:100%;height:93.95%;max-width:1836px;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\n\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t<div class=\"cs-slider-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Gardena<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2><a class=\"cs-custom-title\" href=\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz\">Robotic Lawnmower Advisor <\/a><\/h2>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p><p>Gardena\u2019s Robotic Lawnmower Advisor guides you through a curated selection of lawnmowers, ensuring you find the perfect fit for your lawn based on size, and smart home capability.<\/p><\/p>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-slider-image\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1836\" height=\"1725\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu.png 1836w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu-300x282.png 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu-1024x962.png 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu-768x722.png 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu-1536x1443.png 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/12\/gardena-robotic-lawnmower-advisor-zoovu-1568x1473.png 1568w\" sizes=\"(max-width: 1836px) 100vw, 1836px\" style=\"width:100%;height:93.95%;max-width:1836px;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t<\/section>\n\n\t\t\n\t\t\n\n\t\t<script>\n\t\t  document.addEventListener( \"DOMContentLoaded\", function() {\n\t\t    var main = new Splide( \".splide-272555258\", {\n\t\t    \ttype   : \"fade\",\n\t\t\t\t\tautoplay: true, \n\t\t\t\t\tinterval: 5000,\n\t\t\t\t\trewind: true,\n\t\t\t\t\tpagination:\tfalse,\n\t\t    \tarrows:\tfalse,\n\t\t\t\tbreakpoints : {\n\t\t\t\t\t480: {\n\t\t\t\t\t\tpagination:\ttrue\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t    } );\n\n\t\t    var thumbnails = new Splide( \".splide-1911240895\", {\n\t\t\t\tgap        : 0,\n\t\t\t\tperPage : 4,\n\t\t\t\trewind     : true,\n\t\t\t\tdrag : false,\n\t\t\t\tisNavigation: true,\n\t\t    \tpagination:\tfalse,\n\t\t    \tarrows:\tfalse,\n\t\t    } );\n\n\t\t\tmain.sync( thumbnails );\n\t\t\tmain.mount();\n\t\t\tthumbnails.mount();\n\t\t  } );\n\t\t<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-22dc251 hide elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"22dc251\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b063b1f exad-sticky-section-no\" data-id=\"b063b1f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1dab82e exad-sticky-section-no elementor-widget elementor-widget-zoovu-vertical-tabs-2026\" data-id=\"1dab82e\" data-element_type=\"widget\" data-widget_type=\"zoovu-vertical-tabs-2026.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<style type=\"text\/css\">\n\t\t.zv-vertical-tabs-new .zv-tab,\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container p.subtitle,\n\t\t.elementor-widget-zoovu-vertical-tabs-2026 ul li,\n\t\t.zv-button-tertiary {\n\t\t\tfont-family: \"Saans-Regular\" !important;\n\t\t}\n\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h2,\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container .tab-right h4,\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h6 {\n\t\t\tfont-weight: 500 !important;\n\t\t\tfont-family: \"Saans-Medium\", sans-serif !important;\n\t\t\tcolor: #000 !important;\t\t\t\n\t\t}\n\n\n\t\t.elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default {\n\t\t    max-width: 1404px !important;\n\t\t}\n\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h2 {\n\t\t\tfont-size: 54px !important;\n\t\t\tline-height: 1.2em !important;\n\t\t\tmargin-bottom: 22px;\n\t\t}\n\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container p.subtitle {\n\t\t\tfont-size: 21px !important;\n\t\t\tline-height: 1.3em !important;\n\t\t\tfont-weight: 400 !important;\n\t\t\tcolor: #000 !important;\n\t\t}\n\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container .tab-right h4 {\n\t\t\tfont-size: 28px;\n\t\t\tline-height: 1.3em !important;\n\t\t\tmargin-bottom: 15px !important;\n\t\t}\n\n\t\t.elementor-widget-zoovu-vertical-tabs-2026 ul {\n\t\t\tpadding-left: 0;\n\t\t\tmargin-bottom: 27px;\n\t\t}\n\n\t\t.elementor-widget-zoovu-vertical-tabs-2026 ul li {\n\t\t\tfont-size: 18px;\n\t\t\tline-height: 1.4em;\n\t\t\tlist-style-type: none;\n\t\t\tpadding-left: 30px;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.elementor-widget-zoovu-vertical-tabs-2026 ul li:not(:last-child) {\n\t\t\tmargin-bottom: 4px;\n\t\t}\n\n\t\t.elementor-widget-zoovu-vertical-tabs-2026 ul li:before {\n\t\t\tcontent: '';\n\t\t\twidth: 12px;\n\t\t\theight: 12px;\n\t\t\tbackground-color: #000;\n\t\t\tborder-radius: 50%;\n\t\t\tposition: absolute;\n\t\t\tleft: 0;\n\t\t\ttop: 6px;\n\t\t}\n\n\t\t.size-18px {\n\t\t\tfont-size: 18px;\n\t\t}\t\t\n\n\t\t.zv-button-tertiary {\n\t\t\tcolor: #000;\n\t\t\tposition: relative;\n\n\t\t\t-webkit-transition: all .3s ease-out;\n\t\t\t-moz-transition: all .3s ease-out;\n\t\t\t-o-transition: all .3s ease-out;\n\t\t\ttransition: all .3s ease-out;\n\t\t}\n\n\t\t.zv-button-tertiary:hover {\n\t\t\tcolor: #5A5A5A;\n\t\t}\n\n\t\t.zv-button-tertiary:before {\n\t\t\tcontent: \"\";\n\t\t\tbackground-image: url(\"data:image\/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M1 7.5h23' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'\/%3E%3Cpath d='M7 13.5L13 7.5L7 1.5' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\") !important;\n\t\t\tbackground-size: cover;\n\t\t\tbackground-repeat: no-repeat;\n\t\t\twidth: 12px;\n\t\t\theight: 12px;\n\t\t\tposition: absolute;\n\t\t\ttop: 50%;\n\t\t\tright: -20px;\n\t\t\ttransform: translateY(-50%);\n\t\t\t-webkit-transition: all .5s ease-out;\n\t\t\t-moz-transition: all .5s ease-out;\n\t\t\t-o-transition: all .5s ease-out;\n\t\t\ttransition: all .5s ease-out;\n\t\t}\n\n\t\t.zv-button-tertiary:hover:before {\n\t\t\tright: -24px;\n\t\t\tbackground-image: url(\"data:image\/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M1 7.5h23' stroke='%235A5A5A' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'\/%3E%3Cpath d='M7 13.5L13 7.5L7 1.5' stroke='%235A5A5A' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E%0A\") !important;\n\t\t}\n\n\t\t.zv-vertical-tabs-new .zv-tab {\n\t\t\tmargin-bottom:16px;\n\t\t\tfont-size: 14px;\n\t\t\tline-height: 1.3em;\n\t\t\tcolor:#00000066;\n\t\t\tpadding:0;\n\t\t\t-webkit-transition: all .4s ease-out;\n\t\t\t-moz-transition: all .4s ease-out;\n\t\t\t-o-transition: all .4s ease-out;\n\t\t\ttransition: all .4s ease-out;\n\t\t\tposition: relative;\n\t\t}\n\t\t.zv-vertical-tabs-new .zv-tab:not(.active) {cursor: pointer;}\n\t\t.zv-vertical-tabs-new {display: flex; flex-wrap: wrap;flex-basis: 204px;gap: 0;flex-direction: column;margin-top: -4px;}\n\t\t.zv-vertical-tabs-new-wrap {display: flex;flex-wrap: wrap;justify-content: flex-start;gap:32px;overflow: hidden;padding-top: 30px;}\n\t\t.zv-vertical-tabs-new-wrap .zv-tab.active,\n\t\t.zv-vertical-tabs-new-wrap .zv-tab:hover { color: #000; padding-left: 18px;}\n\n\t\t.zv-vertical-tabs-new-wrap .zv-tab:before {\n\t\t\tcontent: '';\n\t\t\twidth: 10px;\n\t\t\theight: 10px;\n\t\t\tbackground-color: #FF6B66;\n\t\t\tposition: absolute;\n\t\t\tleft: 0;\n\t\t\ttop: 4px;\n\t\t\topacity: 0;\n\t\t\tborder-radius: 50%;\n\t\t\t-webkit-transition: all .4s ease-out;\n\t\t\t-moz-transition: all .4s ease-out;\n\t\t\t-o-transition: all .4s ease-out;\n\t\t\ttransition: all .4s ease-out;\n\t\t}\n\n\t\t.zv-vertical-tabs-new-wrap .zv-tab.active:before,\n\t\t.zv-vertical-tabs-new-wrap .zv-tab:hover:before {opacity: 1;}\n\n\t\t.zv-vertical-tabs-new-wrap .zv-tab-content{\n\t\t\tflex-basis: calc(100% - 204px - 32px);\n\t\t\tdisplay: flex;\n\t\t\tflex-direction:column;\n\t\t\tmin-height: 544px;\n\t\t    background-color: #F2F3FB;\n    \t\tpadding: 32px;\n    \t\tborder-radius: 16px;\n\t\t}\n\t\t.zv-vertical-tabs-new-wrap .zv-tabs-item:not(.active){display: none;}\n\t\t.zv-vertical-tabs-new-wrap .zv-tabs-item .tab-left img {\n\t\t\tborder-radius:8px;\n\t\t\twidth: 526px !important;\n\t\t\theight: 480px !important;\n\t\t\tobject-fit: cover;\n\t\t}\n\t\t.zv-vertical-tabs-new-wrap .tab-description{margin-top:0px;padding-left: 30px}\n\t\t.zv-vertical-tabs-new-wrap .tab-description .check-list-color,.zv-vertical-tabs-new-wrap .tab-description .check-list-color li:last-child {margin-bottom: 0 !important}\n\t\t.zv-vertical-tabs-new-wrap .tab-description, .zv-vertical-tabs-new-wrap .tab-description p{font-size: 18px;line-height:23px;color:#293750;}\n\t\t.zv-vertical-tabs-new-wrap .tab-description p{margin-bottom:8px}\n\t\t.zv-vertical-tabs-new-wrap .tab-description p:last-child{margin-bottom:0}\n\t\t.zv-vertical-tabs-new-wrap .zoovu-cta-link-arrow {margin-top:20px;display: inline-block;}\n\n\t\t.zv-vertical-tabs-new-wrap .zv-tabs-item {\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tgap: 32px;\n\t\t}\n\n\t\t.zv-tabs-item .tab-left {\n\t\t\tflex-basis: 526px;\n\t\t}\n\n\t\t.zv-tabs-item .tab-right {\n\t\t\tflex-basis: calc(100% - 526px - 32px);\n\t\t\tdisplay: flex;;\n    \t\tflex-direction: column;\n\t\t}\n\n\t\t.zv-tabs-item .tab-right .tab-logo-wrapper {\n\t\t\tmargin-top: auto;\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tgap: 32px;\n\t\t\talign-items: center;\n\t\t}\n\n\t\t.zv-tabs-item .tab-right .zv-button-tertiary {\n\t\t\twidth: fit-content;\n\t\t}\n\n\t\t.zv-tabs-item .tab-right .tab-logo {\n\t\t\tbackground-color: #FFF;\n\t\t\tborder-radius: 8px;\n\t\t\tpadding: 0 24px;\n\t\t\tflex-basis: 142px;\n\t\t\tdisplay: flex;\n\t\t\tmin-height: 72px;\n\t\t\talign-items: center;\n\t\t}\n\n\t\t.zv-tabs-item .tab-right .tab-logo img {\n\t\t\twidth: 100% !important;\n\t\t\theight: fit-content !important;\n\t\t}\n\n\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h6 {\n\t\t\tflex-basis: calc(100% - 142px - 32px);\n\t\t\tfont-size: 18px !important; \n\t\t\tline-height: 1.2em !important;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t@media only screen and (max-width: 1199px) {\n\t\t\t.zv-vertical-tabs-new-wrap .zv-tabs-item .tab-left img {\n\t\t\t    width: 350px !important;\n\t\t\t    height: 350px !important;\n\t\t\t}\n\n\t\t\t.zv-tabs-item .tab-left {flex-basis: 350px;}\n\t\t\t.zv-tabs-item .tab-right { flex-basis: calc(100% - 350px - 32px); }\n\t\t\t.zv-tabs-item .tab-right .tab-logo-wrapper{margin-top: 30px;}\n\t\t}\n\n\t\t@media only screen and (max-width: 1023px) {\n    \t\t.zv-tabs-item .tab-left, .zv-tabs-item .tab-right  {flex-basis: 100%;}\n\t\t}\n\n\t\t@media only screen and (max-width: 767px) {\n\t\t\t.zv-vertical-tabs-new-wrap .zv-tab-content { padding: 15px;}\n\t\t\t.zv-vertical-tabs-new-wrap .zv-tabs-item .tab-left img {width: 100% !important;}\n\t\t\t.zv-vertical-tabs-new {flex-basis: 120px;}\n\t\t\t.zv-vertical-tabs-new-wrap {gap: 20px;}\n\t\t\t.zv-vertical-tabs-new-wrap .zv-tab-content {flex-basis: calc(100% - 120px - 20px);}\n\t\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h2 {font-size: 32px !important;}\n\t\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container p.subtitle br {display: none;}\n\t\t}\n\n\t\t@media only screen and (max-width: 640px) {\n\t\t\t.zv-vertical-tabs-new,.zv-vertical-tabs-new-wrap .zv-tab-content {flex-basis: 100%;}\n\t\t\t.zv-vertical-tabs-new .zv-tab br,\n\t\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container p.subtitle br,\n\t\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h2 br {display: none}\n\t\t\t.zv-vertical-tabs-new-wrap {gap: 10px;}\n\t\t\t.zv-vertical-tabs-new-wrap{padding-top: 10px;}\n\t\t}\n\n\t\t@media only screen and (max-width: 480px) {\n\t\t\t.zv-tabs-item .tab-right .tab-logo-wrapper{gap: 20px;}\n\t\t\t.zv-tabs-item .tab-right .tab-logo,\n\t\t\tbody .elementor-widget-zoovu-vertical-tabs-2026 .elementor-widget-container h6{flex-basis: 100%;}\n\t\t\t.zv-tabs-item .tab-right .tab-logo img {max-width: 50%;margin: 0 auto;}\n\t\t}\n\t\t<\/style>\n\n\t\t\n\t\t<script type=\"text\/javascript\">\n\t\t(function($, document) {\n\t\t\t\"use strict\";\n\n\t\t\tfunction addStyleAttribute($element, styleAttribute) {\n\t\t\t\t$element.attr('style', styleAttribute);\n\t\t\t}\n\n\n    \t\tjQuery(document).ready(function($) {\n\t\t\t\t$(\".zv-vertical-tabs-new-wrap.zv-vertical-tabs-new-663719283 .zv-tab-content .zv-tabs-item:first-child\").addClass( \"active\" );\n\n\t\t\t\t$(\".zv-vertical-tabs-new-wrap.zv-vertical-tabs-new-663719283 .zv-tab\").click( function() {\n\t\t\t\t\tif ( $( this).hasClass(\"active\") ) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t\t$( \".zv-vertical-tabs-new-wrap.zv-vertical-tabs-new-663719283 .zv-tab\" ).removeClass( \"active\").eq($(this).index()).addClass(\"active\" );\n\t\t\t\t\t$( \".zv-vertical-tabs-new-wrap.zv-vertical-tabs-new-663719283 .zv-tab-content .zv-tabs-item\" ).removeClass( \"active\").eq($(this).index()).addClass(\"active\" );\n\n\t\t\t\t\t$( \".zv-vertical-tabs-new-663719283 .zv-tab-content .zv-tabs-item\" ).hide().eq( $( this ).index() ).fadeIn(400);\n\n\t\t\t\t}).eq(0).addClass( \"active\" );\n\n\t\t    });\n\t\t})(jQuery, document);\n\t\t<\/script>\n\n\t\t<h2>Platform overview<\/h2>\n\n\t\t<p class=\"subtitle\">Zoovu delivers AI-powered search, guided selling, configuration, <br>and bundling\u2014all from a single, scalable platform.<\/p>\n\n\t\t<div class=\"zv-vertical-tabs-new-wrap zv-vertical-tabs-new-663719283\">\n\t\t\t\t<div class=\"zv-vertical-tabs-new\">\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"zv-tab active\">\n\t\t\t\t\t\t\tAI search\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"zv-tab \">\n\t\t\t\t\t\t\tGuided selling and product finders\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"zv-tab \">\n\t\t\t\t\t\t\tVisual configurators\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"zv-tab \">\n\t\t\t\t\t\t\tBundling and <br>recommendations\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"zv-tab \">\n\t\t\t\t\t\t\tAI shopping assistants\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<span class=\"zv-tab \">\n\t\t\t\t\t\t\tData enrichment\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div class=\"zv-tab-content\">\t\t\t\t\t\t\t<div class=\"zv-tabs-item\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"tab-left\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2336\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-scaled.jpg 2560w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-300x274.jpg 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-1024x934.jpg 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-768x701.jpg 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-1536x1402.jpg 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-2048x1869.jpg 2048w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/ai-search-1568x1431.jpg 1568w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" style=\"width:100%;height:91.25%;max-width:2560px;\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"tab-right\">\n\t\t\t\t\t\t<h4>Smarter search that understand what buyers mean\u2013not just what they type.<\/h4><ul><li>Interprets natural language, context, and buyer intent<\/li><li>Delivers dynamic results based on enriched product data<\/li><li>Replaces static filters with intelligent, adaptive suggestions<\/li><\/ul><a class=\"zv-button-tertiary size-18px\" href=\"\/ai-search\">Learn more<\/a>\n\t\t\t\t\t\t<div class=\"tab-logo-wrapper\">\n\t\t\t\t\t\t\t<div class=\"tab-logo\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/05\/euronics.svg\" class=\"attachment-full size-full\" alt=\"\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h6>Euronics saw 8x lower cart abandonment with Zoovu AI Search than the retail average.<\/h6>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"zv-tabs-item\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"tab-left\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2336\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-scaled.jpg 2560w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-300x274.jpg 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-1024x934.jpg 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-768x701.jpg 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-1536x1402.jpg 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-2048x1869.jpg 2048w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/guided-selling-product-finders-1568x1431.jpg 1568w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" style=\"width:100%;height:91.25%;max-width:2560px;\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"tab-right\">\n\t\t\t\t\t\t<h4>Lead buyers to the right product with zero guesswork. <\/h4><ul><li>Ask-the-expert flows that mimic human guidance<\/li><li>Match products based on needs, use cases, and goals<\/li><li>Eliminate decision fatigue with interactive recommendations<\/li><\/ul><a class=\"zv-button-tertiary size-18px\" href=\"\/guided-selling-assistant\">Learn more<\/a>\n\t\t\t\t\t\t<div class=\"tab-logo-wrapper\">\n\t\t\t\t\t\t\t<div class=\"tab-logo\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2500\" height=\"519\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/10\/canon.svg\" class=\"attachment-full size-full\" alt=\"\" style=\"width:100%;height:20.76%;max-width:2500px;\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h6>Canon product finders drove a 53% lift in conversion rate. <\/h6>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"zv-tabs-item\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"tab-left\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2336\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-scaled.jpg 2560w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-300x274.jpg 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-1024x934.jpg 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-768x701.jpg 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-1536x1402.jpg 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-2048x1869.jpg 2048w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/visual-configurators-1568x1431.jpg 1568w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" style=\"width:100%;height:91.25%;max-width:2560px;\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"tab-right\">\n\t\t\t\t\t\t<h4>Let buyers build exactly what they need\u2014without back-and-forth. <\/h4><ul><li>Dynamic configuration flows that adapt to product logic<\/li><li>Visual assembly of bundles, kits, and BOMs<\/li><li>Automatically prevents invalid combinations or errors<\/li><\/ul><a class=\"zv-button-tertiary size-18px\" href=\"\/visual-product-configurator\">Learn more<\/a>\n\t\t\t\t\t\t<div class=\"tab-logo-wrapper\">\n\t\t\t\t\t\t\t<div class=\"tab-logo\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"90\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/07\/kitchenaid.svg\" class=\"attachment-full size-full\" alt=\"KitchenAid logo\" style=\"width:100%;height:8.79%;max-width:1024px;\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h6>KitchenAid configurator saw a 65% increase in average order value. <\/h6>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"zv-tabs-item\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"tab-left\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2336\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-scaled.jpg 2560w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-300x274.jpg 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-1024x934.jpg 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-768x701.jpg 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-1536x1402.jpg 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-2048x1869.jpg 2048w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/bundling-recommendations-1568x1431.jpg 1568w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" style=\"width:100%;height:91.25%;max-width:2560px;\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"tab-right\">\n\t\t\t\t\t\t<h4>Increase AOV with personalized suggestions that make sense. <\/h4><ul><li>Recommend accessories, add-ons, and related products<\/li><li>Build bundles based on buyer behavior\u2014not guesswork<\/li><li>Upsell without interrupting the buying flow<\/li><\/ul><a class=\"zv-button-tertiary size-18px\" href=\"\/product-bundling\">Learn more<\/a>\n\t\t\t\t\t\t<div class=\"tab-logo-wrapper\">\n\t\t\t\t\t\t\t<div class=\"tab-logo\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"197\" height=\"40\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/09\/einhell-logo.svg\" class=\"attachment-full size-full\" alt=\"\" style=\"width:100%;height:20.3%;max-width:197px;\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h6>Einhell reduced search abandonment by 35% with smart recommendations. <\/h6>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"zv-tabs-item\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"tab-left\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2336\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-scaled.jpg 2560w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-300x274.jpg 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-1024x934.jpg 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-768x701.jpg 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-1536x1402.jpg 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-2048x1869.jpg 2048w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/zoe-1568x1431.jpg 1568w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" style=\"width:100%;height:91.25%;max-width:2560px;\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"tab-right\">\n\t\t\t\t\t\t<h4>Bring your product expertise to life\u2014at scale. <\/h4><ul><li>Chat-based product discovery experience powered by Zoovu GenAI<\/li><li>Learns from buyer signals and adapts in real time<\/li><li>Fills content gaps instantly with AI-generated insights<\/li><\/ul><a class=\"zv-button-tertiary size-18px\" href=\"\/advisor-studio\">Learn more<\/a>\n\t\t\t\t\t\t<div class=\"tab-logo-wrapper\">\n\t\t\t\t\t\t\t<div class=\"tab-logo\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/zoovu.com\/wp-content\/plugins\/zoovu-elementor-widgets\/assets\/images\/logo-blue.svg\"  alt=\"logo blue\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h6>Used across 3.38M+ interactions with a 71% helpfulness rating from buyers. <\/h6>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"zv-tabs-item\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"tab-left\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2336\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-scaled.jpg 2560w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-300x274.jpg 300w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-1024x934.jpg 1024w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-768x701.jpg 768w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-1536x1402.jpg 1536w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-2048x1869.jpg 2048w, https:\/\/zoovu.com\/wp-content\/uploads\/2025\/09\/data-enrichment-1-1568x1431.jpg 1568w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" style=\"width:100%;height:91.25%;max-width:2560px;\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"tab-right\">\n\t\t\t\t\t\t<h4>Power every experience with clean, enriched product data. <\/h4><ul><li>Connects to ERP, PIM, and CRM to unify and structure information automatically<\/li><li>Standardizes attributes and fills gaps without manual effort<\/li><li>Creates AI-ready inputs for search, guided selling, configuration, and recommendations<\/li><\/ul><a class=\"zv-button-tertiary size-18px\" href=\"\/data-enrichment\">Learn more<\/a>\n\t\t\t\t\t\t<div class=\"tab-logo-wrapper\">\n\t\t\t\t\t\t\t<div class=\"tab-logo\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/09\/better-post-search-experience-icon@2x.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/zoovu.com\/wp-content\/uploads\/2024\/09\/better-post-search-experience-icon@2x.png 120w, https:\/\/zoovu.com\/wp-content\/uploads\/2024\/09\/elementor\/thumbs\/better-post-search-experience-icon@2x-qtoc397jltpkdd9mn6j6aeupd1wp4qumxs68tmifko.png 60w\" sizes=\"(max-width: 120px) 100vw, 120px\" style=\"width:100%;height:100%;max-width:120px;\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<h6>Zoovu processes product data on 57 million SKUs daily.<\/h6>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-95971c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"95971c2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-755b9c4 exad-sticky-section-no\" data-id=\"755b9c4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5f70c0 exad-sticky-section-no elementor-widget elementor-widget-html\" data-id=\"e5f70c0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n  .success-stories {\n    \/*background: linear-gradient(to bottom, #0d0d14, #0a0a0f);*\/\n    padding: 0px 20px;\n    text-align: center;\n    \/*min-height: 100vh;*\/\n  }\n\n  .badge {\n    display: inline-block;\n    padding: 8px 16px;\n    border: 1px solid #4f46e5;\n    border-radius: 9999px;\n    color: #818cf8;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .section-title {\n    color: white;\n    font-size: 36px;\n    font-weight: 700;\n    max-width: 950px;\n    margin: 32px auto 48px;\n    line-height: 1.3;\n  }\n\n  .brand-toggle {\n    display: flex;\n    max-width: 720px; \/* was 600px - gives 3 logos a bit more breathing room *\/\n    margin: 0 auto 40px;\n    border-bottom: 1px solid rgba(79, 70, 229, 0.3);\n  }\n\n  .brand-tab {\n    flex: 1;\n    background: transparent;\n    border: none;\n    padding: 20px 32px;\n    cursor: pointer;\n    position: relative;\n    transition: opacity 0.3s ease;\n    opacity: 0.5;\n  }\n\n  .brand-tab::after {\n    content: '';\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: #4f46e5;\n    transform: scaleX(0);\n    transition: transform 0.3s ease;\n  }\n\n  .brand-tab.active {\n    opacity: 1;\n  }\n\n  .brand-tab.active::after {\n    transform: scaleX(1);\n  }\n\n  .brand-tab img {\n    height: 24px;\n    width: auto;\n    filter: brightness(0) invert(1);\n  }\n\n  .case-study-card {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    max-width: 1300px;\n    margin: 0 auto;\n    background: #1e1e39b8;\n    border: 1px solid #4f46e5;\n    border-radius: 24px;\n    padding: 48px;\n    text-align: left;\n  }\n\n  .case-study-label {\n    color: #818cf8;\n    font-size: 14px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n .elementor-widget-container :not([data-testid=\"answer-text\"]):not(.zv-item-answer-text) > h3.case-study-stat, :not([data-testid=\"answer-text\"]):not(.zv-item-answer-text) > h3.case-study-stat, .case-study-stat {\n    color: white !important;\n    font-size: 40px !important;\n    font-weight: 700;\n    margin: 16px 0 24px;\n    line-height: 1.2;\n  }\n\n  .case-study-description {\n    color: #9ca3af;\n    font-size: 21px;\n    line-height: 1.6;\n  }\n\n  .case-study-image {\n    display: flex;\n    justify-content: flex-end;\n  }\n\n  .case-study-image img {\n    max-width: 400px;\n    height: 100%;\n    object-fit: cover;\n    border-radius: 16px;\n  }\n\n  @media (max-width: 768px) {\n    .case-study-card {\n      grid-template-columns: 1fr;\n    }\n    .section-title {\n      font-size: 28px;\n    }\n    .case-study-stat {\n      font-size: 32px;\n    }\n  }\n<\/style>\n\n<section class=\"success-stories\">\n  <!--<span class=\"badge\">SUCCESS STORIES<\/span>-->\n\n  <h2 class=\"section-title\" style=\"color: white !important;\">\n   Die gr\u00f6\u00dften Marken der Welt nutzen Produktempfehlungs\u2011Quizze, um Conversions zu steigern.\n  <\/h2>\n\n  <div class=\"brand-toggle\">\n    <button class=\"brand-tab active\" onclick=\"switchTab(this, 'microsoft')\">\n      <img decoding=\"async\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2021\/09\/microsoft.svg\" alt=\"Microsoft\" \/>\n    <\/button>\n\n    <button class=\"brand-tab\" onclick=\"switchTab(this, 'canon')\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2021\/09\/canon.svg\" alt=\"Canon\" \/>\n    <\/button>\n\n    <!-- NEW: Bosch Power Tools (B2B) -->\n    <button class=\"brand-tab\" onclick=\"switchTab(this, 'bosch')\">\n      <img decoding=\"async\" src=\"https:\/\/zoovu.com\/wp-content\/uploads\/2023\/03\/bosch-logo-white-red-1.svg\" alt=\"Bosch Power Tools\" \/>\n    <\/button>\n  <\/div>\n\n  <div class=\"case-study-card\">\n    <div class=\"case-study-content\">\n      <span class=\"case-study-label\" id=\"label\">UMSATZ STEIGERN<\/span>\n      <h3 class=\"case-study-stat\" id=\"stat\">270\u2011facher Anstieg der Retail\u2011Sales<\/h3>\n      <p class=\"case-study-description\" id=\"description\">\n        Microsoft steigerte die Interaktion um 90 % und die Retail\u2011Sales um 270 %, indem das Unternehmen \u00fcber 250 Experiences \u00fcber mehr als 100 H\u00e4ndler hinweg ausspielte.\n      <\/p>\n    <\/div>\n    <div class=\"case-study-image\">\n      <img decoding=\"async\" id=\"image\" src=\"\/wp-content\/uploads\/2024\/01\/microsoft-success-story-cover@2x.png\" alt=\"Case study\" \/>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  var caseStudies = {\n    microsoft: {\n      label: 'UMSATZ STEIGERN',\n      stat: '270\u2011facher Anstieg der Retail\u2011Sales',\n      description: 'Microsoft steigerte die Interaktion um 90 % und die Retail\u2011Sales um 270 %, indem das Unternehmen \u00fcber 250 Experiences \u00fcber mehr als 100 H\u00e4ndler hinweg ausspielte.',\n      image: '\/wp-content\/uploads\/2024\/01\/microsoft-success-story-cover@2x.png'\n    },\n    canon: {\n      label: 'CONVERSIONS STEIGERN',\n      stat: '53 % mehr Conversions',\n      description: 'Canon hat die Assistenten innerhalb weniger Wochen in 52 L\u00e4ndern ausgerollt und \u00fcbersetzt \u2013 das Ergebnis: 53 % mehr Conversions und 14 % mehr Umsatz.',\n      image: '\/wp-content\/uploads\/2024\/01\/canon-success-story-cover@2x.png'\n    },\n\n    \/\/ NEW: Bosch Power Tools (B2B)\n    bosch: {\n      label: 'SELF\u2011SERVICE\u2011KAUF SKALIEREN',\n      stat: 'In 36+ L\u00e4ndern ausgerollt',\n      description: 'Bosch Power Tools hat 46 Live\u2011Experiences in \u00fcber 36 L\u00e4ndern f\u00fcr mehr als 10.000 Produkte und Zubeh\u00f6r gestartet.',\n      image: '\/wp-content\/uploads\/2023\/03\/EN-highlights-bosch-powertools-2.jpg' \n    }\n  };\n\n  function switchTab(clickedTab, brand) {\n    var tabs = document.querySelectorAll('.brand-tab');\n    for (var i = 0; i < tabs.length; i++) {\n      tabs[i].classList.remove('active');\n    }\n    clickedTab.classList.add('active');\n\n    var study = caseStudies[brand];\n    document.getElementById('label').textContent = study.label;\n    document.getElementById('stat').textContent = study.stat;\n    document.getElementById('description').textContent = study.description;\n    document.getElementById('image').src = study.image;\n  }\n<\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-96db944 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-sticky-section-no\" data-id=\"96db944\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-031dbf8 exad-sticky-section-no\" data-id=\"031dbf8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-286a577 exad-sticky-section-no elementor-widget elementor-widget-zoovu-cta-two-columns\" data-id=\"286a577\" data-element_type=\"widget\" data-widget_type=\"zoovu-cta-two-columns.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<style type=\"text\/css\">\n\t\t\t.elementor-widget-zoovu-cta-two-columns .elementor-widget-container h2,\n\t\t\t.zv-button-primary {\n\t\t\t\tfont-family: \"Saans-Regular\" !important;\n\t\t\t}\n\n\t\t\t.elementor-widget-zoovu-cta-two-columns .zv-button-primary {\n\t\t\t\tpadding: 10px 24px;\n\t\t\t\tborder-radius: 48px;\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 18px !important;\n\t\t\t\tline-height: 1.3em;\n\t\t\t\tmin-height: 45px;\n\t\t\t\theight: fit-content;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: fit-content;\n\t\t\t\tbackground-color: #FFF;\n\t\t\t}\n\n\t\t\t.elementor-widget-zoovu-cta-two-columns .zv-button-secondary {\n\t\t\t\tpadding: 10px 24px;\n\t\t\t\tborder-radius: 48px;\n\t\t\t\tborder: 1px;\n\t\t\t\tborder-style: solid;\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 18px !important;\n\t\t\t\tline-height: 1.3em;\n\t\t\t\tmin-height: 45px;\n\t\t\t\theight: fit-content;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: fit-content;\n\t\t\t}\n\n\t\t\t.cta-left-column:hover .zv-button-secondary {\n\t\t\t\tborder-color: #FFF !important;\n\t\t\t\tbackground-image: linear-gradient(90deg, #09112B 0%, #36365B 26.9%, #6A5E8E 53.8%, #A588C3 80.71%, #BB9CDE 107.61%, #A698E1 134.51%, #8E95E2 161.41%, #7192E1 188.31%);\n\t\t\t\tbackground-size: 100%;\n\n\t\t\t\tbackground-clip: text;\n\t\t\t\t-webkit-background-clip: text;\n\t\t\t\t-moz-background-clip: text;\n\n\t\t\t\ttext-fill-color: transparent;\n\t\t\t\t-webkit-text-fill-color: transparent; \n\t\t\t\t-moz-text-fill-color: transparent;\n\n\t\t\t\t-webkit-transition: all .05s ease-out;\n\t\t\t\t-moz-transition: all .05s ease-out;\n\t\t\t\t-o-transition: all .05s ease-out;\n\t\t\t\ttransition: all .05s ease-out;\n\t\t\t}\n\n\t\t\t.elementor-widget-zoovu-cta-two-columns .zv-button-secondary-wrapper {\n    \t\t\twidth: fit-content;\n    \t\t\tborder-radius: 48px;\n    \t\t\tz-index: 1;\n\t\t\t}\n\n\t\t\t.elementor-widget-zoovu-cta-two-columns .zv-button-primary-wrapper {\n    \t\t\twidth: fit-content;\n    \t\t\tborder-radius: 48px;\n    \t\t\tz-index: 1;\n    \t\t\tbackground-color: #FFF;\n\t\t\t}\n\n\t\t\t.cta-left-column:hover .zv-button-secondary-wrapper {\n\t\t\t\tbackground-color: #FFF;\n\t\t\t}\n\n\t\t\t.cta-right-column .zv-button-primary:hover {\n\t\t\t\tcolor: #000 !important;\n\t\t\t\tborder-color: #FFF !important;\n\t\t\t\tbackground-image: linear-gradient(90deg, #09112B 0%, #36365B 26.9%, #6A5E8E 53.8%, #A588C3 80.71%, #BB9CDE 107.61%, #A698E1 134.51%, #8E95E2 161.41%, #7192E1 188.31%);\n\t\t\t\tbackground-size: 100%;\n\n\t\t\t\tbackground-clip: text;\n\t\t\t\t-webkit-background-clip: text;\n\t\t\t\t-moz-background-clip: text;\n\n\t\t\t\ttext-fill-color: transparent;\n\t\t\t\t-webkit-text-fill-color: transparent; \n\t\t\t\t-moz-text-fill-color: transparent;\n\n\t\t\t\t-webkit-transition: all .05s ease-out;\n\t\t\t\t-moz-transition: all .05s ease-out;\n\t\t\t\t-o-transition: all .05s ease-out;\n\t\t\t\ttransition: all .05s ease-out;\n\t\t\t}\n\n\t\t\t.color-white {\n\t\t\t    color: #FFF;\n\t\t\t    border-color: #FFF;\n\t\t\t}\n\n\t\t\t.color-black {\n\t\t\t    color: #000;\n\t\t\t}\n\n\n\n\t\t\t.elementor-widget-zoovu-cta-two-columns .elementor-widget-container {\n\t\t\t\tdisplay: flex;\n\t\t\t\tgap: 8px;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t}\n\n\t\t\t.cta-left-column,\n\t\t\t.cta-right-column {\n\t\t\t\tflex-basis: calc(50% - 4px);\n\t\t\t\tmin-height: 460px;\n\t\t\t\tdisplay: flex;\n    \t\t\tflex-direction: column;\n    \t\t\tpadding: 38px 45px 48px 45px;\n    \t\t\tborder-radius: 8px;\n\t\t\t}\n\n\t\t\t.cta-left-column .zv-button-secondary-wrapper,\n\t\t\t.cta-right-column .zv-button-primary-wrapper {\n\t\t\t\tmargin-top: auto;\n\t\t\t}\n\n\t\t\t.cta-left-column {\n\t\t\t\tposition: relative;\n\n\t\t\t\tbackground: #0E121B;\n\t\t\t\tbackground: linear-gradient(45deg,rgba(14, 18, 27, 1) 0%, rgba(14, 18, 27, 1) 20%, rgba(32, 40, 62, 1) 41%, rgba(77, 93, 136, 1) 59%, rgba(234, 231, 242, 1) 100%);\n\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\tbackground-size: cover;\n\t\t\t}\n\n\t\t\t.cta-right-column {\n\t\t\t\tbackground-image: url();\n\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\tbackground-size: cover;\n\t\t\t}\n\n\t\t\t.cta-left-column:before {\n\t\t\t\tbackground: linear-gradient(225deg,rgba(14, 18, 27, 1) 0%, rgba(14, 18, 27, 1) 20%, rgba(32, 40, 62, 1) 41%, rgba(77, 93, 136, 1) 59%, rgba(234, 231, 242, 1) 100%);\n\t\t\t\tposition: absolute;\n\t\t\t\tcontent: \"\";\n\t\t\t\tinset: 0;\n\t\t\t\tz-index: 1;\n\t\t\t\topacity: 0;\n\t\t\t\tborder-radius: 8px;\n\n\t\t\t\t-webkit-transition: all .3s ease-out;\n\t\t\t\t-moz-transition: all .3s ease-out;\n\t\t\t\t-o-transition: all .3s ease-out;\n\t\t\t\ttransition: all .3s ease-out;\n\t\t\t}\n\n\t\t\t.cta-left-column:hover:before {\n\t\t\t\topacity: 1;\n\t\t\t}\n\n\t\t\t.elementor-widget-zoovu-cta-two-columns .elementor-widget-container h2 {\n\t\t\t\tfont-size: 44px !important;\n\t\t\t\tcolor: #FFF !important;\n\t\t\t\tline-height: 1.136em !important;\n\t\t\t\tfont-weight: 500 !important;\n\t\t\t\tfont-family: \"Saans-Medium\", sans-serif !important;\n\t\t\t\tz-index: 5;\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 1199px) {\n\t\t\t\t.cta-right-column h2 br {display: none;}\n\t\t\t\t.cta-left-column, .cta-right-column {padding: 20px 25px 20px 25px;}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 1023px) {\n\t\t\t\t.cta-left-column, .cta-right-column {flex-basis: 100%;}\n\t\t\t\t.elementor-widget-zoovu-cta-two-columns .elementor-widget-container {gap: 30px;}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 767px) {\n\t\t\t\t.elementor-widget-zoovu-cta-two-columns .elementor-widget-container h2 {font-size: 24px !important;}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 480px) {\n\t\t\t\t.elementor-widget-zoovu-cta-two-columns .zv-button-secondary,\n\t\t\t\t.elementor-widget-zoovu-cta-two-columns .zv-button-primary {padding: 10px 15px;height: fit-content;font-size: 16px !important;}\n\t\t\t}\n\n\t\t<\/style>\n\n\t\t\n\t\t<div class=\"cta-left-column\">\n\t\t\t<h2>Schlie\u00dfen Sie sich den weltweit f\u00fchrenden E\u2011Commerce-Unternehmen an, die mit Zoovu bereits mehr verkaufen.<\/h2>\n\n\t\t\t\n\t\t\t\t<div class=\"zv-button-secondary-wrapper\"><a class=\"zv-button-secondary color-white\" href=\"#\">\n\t\t\t\t\tDemo buchen\t\t\t\t<\/a><\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"cta-right-column\">\n\t\t\t<h2><\/h2>\n\n\t\t\t\t\t<\/div>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Vertrauen von den weltweit f\u00fchrenden Marken Product finders, quizzes, and recommendation engines built with Zoovu &nbsp; Microsoft Laptop Finder See it in action &nbsp; Workplace Configurator See it in action &nbsp; Dick&#8217;s Sporting Goods Wedge Selector See it in action &nbsp; Trek Bike Finder See it in action &nbsp; Canon Lens Selector See it in&hellip; <a class=\"more-link\" href=\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz\">Continue reading <span class=\"screen-reader-text\">DE &#8211; Product recommendation quiz LP<\/span><\/a><\/p>\n","protected":false},"author":12,"featured_media":0,"parent":45267,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-50107","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Die Nr. 1 f\u00fcr Produkt\u2011Empfehlungs\u2011Quiz | Zoovu<\/title>\n<meta name=\"description\" content=\"Erstellen Sie ein KI\u2011gest\u00fctztes Produktempfehlungs\u2011Quiz, das Kunden genau zum Produkt f\u00fchrt, das sie suchen. Steigern Sie Conversions, durchschnittlichen Bestellwert und Umsatz.\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Die Nr. 1 f\u00fcr Produkt\u2011Empfehlungs\u2011Quiz | Zoovu\" \/>\n<meta property=\"og:description\" content=\"Erstellen Sie ein KI\u2011gest\u00fctztes Produktempfehlungs\u2011Quiz, das Kunden genau zum Produkt f\u00fchrt, das sie suchen. Steigern Sie Conversions, durchschnittlichen Bestellwert und Umsatz.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz\" \/>\n<meta property=\"og:site_name\" content=\"Zoovu\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T14:56:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"148\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz\",\"url\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz\",\"name\":\"Die Nr. 1 f\u00fcr Produkt\u2011Empfehlungs\u2011Quiz | Zoovu\",\"isPartOf\":{\"@id\":\"https:\/\/zoovu.com\/de#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png\",\"datePublished\":\"2025-05-12T19:10:13+00:00\",\"dateModified\":\"2026-04-14T14:56:41+00:00\",\"description\":\"Erstellen Sie ein KI\u2011gest\u00fctztes Produktempfehlungs\u2011Quiz, das Kunden genau zum Produkt f\u00fchrt, das sie suchen. Steigern Sie Conversions, durchschnittlichen Bestellwert und Umsatz.\",\"breadcrumb\":{\"@id\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#primaryimage\",\"url\":\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png\",\"contentUrl\":\"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zoovu.com\/de\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LP\",\"item\":\"https:\/\/zoovu.com\/de\/lp\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"DE - Product recommendation quiz LP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zoovu.com\/de#website\",\"url\":\"https:\/\/zoovu.com\/de\",\"name\":\"Zoovu\",\"description\":\"Zoovu\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zoovu.com\/de?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Die Nr. 1 f\u00fcr Produkt\u2011Empfehlungs\u2011Quiz | Zoovu","description":"Erstellen Sie ein KI\u2011gest\u00fctztes Produktempfehlungs\u2011Quiz, das Kunden genau zum Produkt f\u00fchrt, das sie suchen. Steigern Sie Conversions, durchschnittlichen Bestellwert und Umsatz.","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"de_DE","og_type":"article","og_title":"Die Nr. 1 f\u00fcr Produkt\u2011Empfehlungs\u2011Quiz | Zoovu","og_description":"Erstellen Sie ein KI\u2011gest\u00fctztes Produktempfehlungs\u2011Quiz, das Kunden genau zum Produkt f\u00fchrt, das sie suchen. Steigern Sie Conversions, durchschnittlichen Bestellwert und Umsatz.","og_url":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz","og_site_name":"Zoovu","article_modified_time":"2026-04-14T14:56:41+00:00","og_image":[{"width":1000,"height":148,"url":"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz","url":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz","name":"Die Nr. 1 f\u00fcr Produkt\u2011Empfehlungs\u2011Quiz | Zoovu","isPartOf":{"@id":"https:\/\/zoovu.com\/de#website"},"primaryImageOfPage":{"@id":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#primaryimage"},"image":{"@id":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#primaryimage"},"thumbnailUrl":"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png","datePublished":"2025-05-12T19:10:13+00:00","dateModified":"2026-04-14T14:56:41+00:00","description":"Erstellen Sie ein KI\u2011gest\u00fctztes Produktempfehlungs\u2011Quiz, das Kunden genau zum Produkt f\u00fchrt, das sie suchen. Steigern Sie Conversions, durchschnittlichen Bestellwert und Umsatz.","breadcrumb":{"@id":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#primaryimage","url":"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png","contentUrl":"https:\/\/zoovu.com\/wp-content\/uploads\/2025\/06\/panasonic-logo.png"},{"@type":"BreadcrumbList","@id":"https:\/\/zoovu.com\/de\/lp\/product-recommendation-quiz#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zoovu.com\/de"},{"@type":"ListItem","position":2,"name":"LP","item":"https:\/\/zoovu.com\/de\/lp"},{"@type":"ListItem","position":3,"name":"DE - Product recommendation quiz LP"}]},{"@type":"WebSite","@id":"https:\/\/zoovu.com\/de#website","url":"https:\/\/zoovu.com\/de","name":"Zoovu","description":"Zoovu","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zoovu.com\/de?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"}]}},"_links":{"self":[{"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/pages\/50107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/comments?post=50107"}],"version-history":[{"count":0,"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/pages\/50107\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/pages\/45267"}],"wp:attachment":[{"href":"https:\/\/zoovu.com\/de\/wp-json\/wp\/v2\/media?parent=50107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}