{"data":{"customers":{},"product_questions":null,"options":null,"images":{},"uuid":"07065001-644c-4745-8180-37c0364a5bee","template_javascript_class":"var _createClass=(()=>{function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,\"value\"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}})();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError(\"Cannot call a class as a function\")}!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=\"function\"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error(\"Cannot find module '\"+o+\"'\")}u=n[o]={exports:{}};t[o][0].call(u.exports,function(e){var n=t[o][1][e];return s(n||e)},u,u.exports,e,t,n,r)}return n[o].exports}for(var i=\"function\"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(require,module,exports){[Element.prototype,Document.prototype,DocumentFragment.prototype].forEach(function(item){item.hasOwnProperty(\"prepend\")||Object.defineProperty(item,\"prepend\",{configurable:!0,enumerable:!0,writable:!0,value:function(){var argArr=Array.prototype.slice.call(arguments),docFrag=document.createDocumentFragment();argArr.forEach(function(argItem){var isNode=argItem instanceof Node;docFrag.appendChild(isNode?argItem:document.createTextNode(String(argItem)))}),this.insertBefore(docFrag,this.firstChild)}})})},{}],2:[function(require,module,exports){[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach(function(item){item.hasOwnProperty(\"remove\")||Object.defineProperty(item,\"remove\",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})})},{}],3:[function(require,module,exports){require(\"../../shared/polyfills/prepend.js\"),require(\"../../shared/polyfills/remove.js\");var FeedbackCompanyBarWidget=(()=>{function FeedbackCompanyBarWidget(options){var _this=this;_classCallCheck(this,FeedbackCompanyBarWidget),this.options=options,this.overlay=document.createElement(\"div\"),this.animationState=\"card-hidden\",this.overlay.className=\"__fbcw__bar-overlay\",options.renderHTMl(options.data,function(){_this.onRender()})}return _createClass(FeedbackCompanyBarWidget,[{key:\"onRender\",value:function(){this.logoAnimationStateSetter=this.options.parentNode.querySelector('[data-role=\"feedback-company-branding-animation-state-setter\"]'),this.initiateInteraction(),this.trustedCard.remove()}},{key:\"getType\",value:function(){return\"bar\"}},{key:\"initiateInteraction\",value:function(){var _this2=this;this.trustedCardOpener=this.options.parentNode.querySelector('[data-role=\"feedback-company-trusted-card-opener\"]'),this.trustedCard=this.options.parentNode.querySelector('[data-role=\"feedback-company-trusted-card\"]'),this.trustedCardOpener.addEventListener(\"mouseenter\",function(){_this2.animateCardIn()}),this.trustedCardOpener.addEventListener(\"touchend\",function(){_this2.animateCardIn()}),this.trustedCard.addEventListener(\"mouseenter\",function(){_this2.animateCardIn()}),this.overlay.addEventListener(\"mouseenter\",function(){_this2.animateCardOut()}),this.overlay.addEventListener(\"mousemove\",function(){_this2.animateCardOut()}),this.overlay.addEventListener(\"click\",function(){_this2.animateCardIn()})}},{key:\"setAnimationState\",value:function(state){this.animationState=state,this.logoAnimationStateSetter.className=\"__fbcw__bar-widget__feedback-company-branding __fbcw__bar-widget__feedback-company-branding--card-\"+String(state)}},{key:\"animateCardOut\",value:function(){var baseClass,_this3=this;\"card-hidden\"!==this.animationState&&\"transitioning-in\"!==this.animationState&&\"transitioning-out\"!==this.animationState&&this.executeAnimationFlow([{customFunction:function(){_this3.setAnimationState(\"transitioning-out\")},className:(baseClass=\"__fbcw__feedback-company-trusted-card\")+\" \"+baseClass+\"--transitioning-out\",startDelay:0},{customFunction:function(){\"transitioning-out\"===_this3.animationState&&_this3.setAnimationState(\"card-hidden\"),_this3.trustedCard.dataset.animationDirection=\"from-top\",_this3.overlay.remove(),_this3.trustedCard.remove()},startDelay:332}])}},{key:\"animateCardIn\",value:function(){var bodyBoundingBox,offsetTop,offsetRight,cardOpenerBoundingBox,_this4=this;\"card-showing\"!==this.animationState&&\"transitioning-in\"!==this.animationState&&\"transitioning-out\"!==this.animationState&&(cardOpenerBoundingBox=this.trustedCardOpener.getBoundingClientRect(),bodyBoundingBox=document.body.getBoundingClientRect(),offsetTop=Math.round(cardOpenerBoundingBox.top),offsetRight=Math.round(cardOpenerBoundingBox.x-bodyBoundingBox.x-235),this.trustedCard.style.cssText=\"top: \"+String(offsetTop)+\"px !important; left: \"+String(offsetRight)+\"px !important;\",this.executeAnimationFlow([{customFunction:function(){_this4.setAnimationState(\"transitioning-in\"),document.body.prepend(_this4.overlay),document.body.prepend(_this4.trustedCard)},className:(cardOpenerBoundingBox=\"__fbcw__feedback-company-trusted-card\")+\" \"+cardOpenerBoundingBox+\"--transitioning-in\",startDelay:0},{customFunction:function(){var cardBoundingBox=_this4.trustedCard.getBoundingClientRect();0<4*cardBoundingBox.height+cardBoundingBox.top-window.innerHeight?(_this4.trustedCard.dataset.animationDirection=\"from-bottom\",cardBoundingBox=offsetTop-4*_this4.trustedCard.getBoundingClientRect().height+30,_this4.trustedCard.style.cssText=\"top: \"+cardBoundingBox+\"px !important; left: \"+String(offsetRight)+\"px !important;\"):_this4.trustedCard.dataset.animationDirection=\"from-top\"},className:cardOpenerBoundingBox+\" \"+cardOpenerBoundingBox+\"--card-showing\",startDelay:32},{customFunction:function(){\"transitioning-in\"===_this4.animationState&&_this4.setAnimationState(\"card-showing\")},startDelay:332}]))}},{key:\"executeAnimationFlow\",value:function(animationFlow){var _this5=this;animationFlow.forEach(function(step){setTimeout(function(){window.requestAnimationFrame(function(){step.className&&(_this5.trustedCard.className=step.className),step.customFunction&&step.customFunction()})},step.startDelay)})}}]),FeedbackCompanyBarWidget})();window.createFeedbackCompanyBarWidget=function(options){return new FeedbackCompanyBarWidget(options)}},{\"../../shared/polyfills/prepend.js\":1,\"../../shared/polyfills/remove.js\":2}]},{},[3]);","product":null,"product_review_aggregate":null,"template":"<div class=\"__fbcw__bar-widget\" style=\"display: none; opacity: 0;\">\n <div class=\"__fbcw__bar-widget__content\" onclick=\"window.open('{{=it.data.shop_review_website.company_page_url}}')\">\n <div class=\"__fbcw__bar-widget__score\">\n {{= it.data.shop.average_score }}\n </div>\n <div class=\"__fbcw__bar-widget__stars\">\n <!-- htmlmin:ignore -->\n {{\n var stars = {\n amountOfStars: it.data.shop.amount_of_stars,\n svgs: {\n full: '<svg class=\"__fbcw__star\" width=\"48px\" height=\"48px\" viewBox=\"0 0 48 48\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <polygon fill=\"#FECD58\" id=\"Star-Shape\" points=\"39.2300134 48 33.4778997 29.6870393 48 18.2634146 29.8577486 18.2634146 24 0 18.1422514 18.2634146 2.08166817e-17 18.2634146 14.5221003 29.6870393 8.76998657 48 24 36.9038077\"></polygon>\n </svg>',\n half: '<svg class=\"__fbcw__star\" width=\"48px\" height=\"48px\" viewBox=\"0 0 48 48\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <polygon fill=\"#F1C661\" id=\"left-Half\" points=\"24 0 18.1470642 18.2654266 -7.10542736e-15 18.2654266 14.5238495 29.6903076 8.77394104 48 24 36.9086609\"></polygon>\n <polygon fill=\"#F1C661\" id=\"right-Half\" fill-opacity=\"0.3\" transform=\"translate(36.000000, 24.000000) scale(-1, 1) translate(-36.000000, -24.000000) \" points=\"48 3.55271368e-15 42.1470642 18.2654266 24 18.2654266 38.5238495 29.6903076 32.773941 48 48 36.9086609\"></polygon>\n </svg>',\n empty: '<svg class=\"__fbcw__star\" width=\"48px\" height=\"48px\" viewBox=\"0 0 48 48\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <polygon fill-opacity=\"0.3\" fill=\"#FECD58\" id=\"Star-Shape\" points=\"39.2300134 48 33.4778997 29.6870393 48 18.2634146 29.8577486 18.2634146 24 0 18.1422514 18.2634146 2.08166817e-17 18.2634146 14.5221003 29.6870393 8.76998657 48 24 36.9038077\"></polygon>\n </svg>'\n }\n };\n }}\n {{\n for (stars.index = 1; stars.index < 6; stars.index++) {\n if (stars.index < stars.amountOfStars || stars.index === stars.amountOfStars) {\n }} {{=stars.svgs.full}} {{\n } else if (stars.index === stars.amountOfStars + 0.5) {\n }} {{=stars.svgs.half}} {{\n } else {\n }} {{=stars.svgs.empty}} {{\n }\n }\n }}\n <!-- htmlmin:ignore -->\n </div>\n <div class=\"__fbcw__bar-widget__amount-of-reviews\">\n {{\n var amountOfReviews = {\n value: it.data.shop.amount_of_reviews,\n showLabel: true\n };\n }}\n <!--\n Reusable template for displaying the amount of reviews\n\n @param amountOfReviews object The options for rendering the template\n @param amountOfReviews.value integer The amount of reviews\n @param amountOfReviews.showLabel boolean Whether or not to show a text label\n-->\n<!-- htmlmin:ignore -->\n{{\n if (amountOfReviews.value > 9999) {\n amountOfReviews.thousands = amountOfReviews.value / 1000;\n if (amountOfReviews.thousands < 100) {\n amountOfReviews.thousands = Math.round(amountOfReviews.thousands * 10) / 10;\n } else {\n amountOfReviews.thousands = Math.round(amountOfReviews.thousands);\n }\n amountOfReviews.value = amountOfReviews.thousands + 'K';\n } else if (amountOfReviews.value > 999) {\n amountOfReviews.value = amountOfReviews.value.toString();\n amountOfReviews.value = amountOfReviews.value.slice(0, 1) + '.' + amountOfReviews.value.slice(1);\n }\n if (amountOfReviews.showLabel) {\n if (amountOfReviews.value === 1) {\n amountOfReviews.output = it.data.translations.widget_main_amount_of_reviews_singular\n } else {\n amountOfReviews.output = it.data.translations.widget_main_amount_of_reviews_plural\n }\n amountOfReviews.output =\n amountOfReviews.output.replace(\n \"{amount}\",\n amountOfReviews.value);\n } else {\n amountOfReviews.output = '(' + amountOfReviews.value + ')'\n }\n\n}}\n<!-- htmlmin:ignore -->\n{{= amountOfReviews.output }}\n\n </div>\n <div data-role=\"feedback-company-branding-animation-state-setter\" class=\"__fbcw__bar-widget__feedback-company-branding __fbcw__bar-widget__feedback-company-branding--card-card-hidden\">\n <svg data-role=\"feedback-company-trusted-card-opener\" class=\"__fbcw__bar-widget__feedback-company-logo __fbcw__feedback-company-logo\" width=\"25px\" height=\"95px\" viewBox=\"0 0 100 95\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs>\n <linearGradient x1=\"-12.3982067%\" y1=\"-10.4568059%\" x2=\"85.5188112%\" y2=\"99.2080422%\" id=\"linearGradient-1\">\n <stop stop-color=\"#6590FF\" offset=\"0%\"></stop>\n <stop stop-color=\"#4DC9E2\" offset=\"50.707348%\"></stop>\n <stop stop-color=\"#35FFC6\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g id=\"Logo\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"Atom/Logos/Logo/Mark/Colored\" fill=\"url(#linearGradient-1)\">\n <path class=\"__fbcw__feedback-company-logo__cloud __fbcw__feedback-company-logo__cloud--fade-in-green\" d=\"M57.9721349,7.98474815 C56.3222419,7.98474815 54.9805261,9.32576257 54.9805261,10.976449 L54.9805261,44.0480731 C54.9805261,45.6987594 56.3222419,47.0411203 57.9721349,47.0411203 L81.9776764,47.0411203 C82.5644246,47.0411203 83.1404068,47.214806 83.6302609,47.5392883 L94.0181281,54.4328565 L94.0181281,10.976449 C94.0181281,9.32576257 92.6777581,7.98474815 91.0278651,7.98474815 L57.9721349,7.98474815 Z M97.0097369,63 C96.432409,63 95.8550808,62.8330462 95.3558064,62.5018318 L81.0760219,53.0258685 L57.9721349,53.0258685 C53.025147,53.0258685 49,48.998786 49,44.0480731 L49,10.976449 C49,6.0270825 53.025147,2 57.9721349,2 L91.0278651,2 C95.9748528,2 100,6.0270825 100,10.976449 L100,60.008299 C100,61.1096544 99.3944111,62.1234935 98.425469,62.6458967 C97.9813705,62.8815168 97.4955536,63 97.0097369,63 L97.0097369,63 Z\" id=\"Fill-32\"></path>\n <path class=\"__fbcw__feedback-company-logo__cloud __fbcw__feedback-company-logo__cloud--fade-in-blue\" d=\"M26.934151,97 C26.4587709,97 25.9807501,96.8822617 25.5463055,96.6427254 C24.5942251,96.1189932 24,95.1013017 24,93.9915849 L24,51.0225389 C24,46.0491128 27.9496155,42 32.8037736,42 L37.6949058,42 C39.3164798,42 40.6303773,43.3465466 40.6303773,45.0084151 C40.6303773,46.6689303 39.3164798,48.0154769 37.6949058,48.0154769 L32.8037736,48.0154769 C31.1861611,48.0154769 29.8696226,49.3647302 29.8696226,51.0225389 L29.8696226,88.3888685 L38.3789247,82.6048079 C38.8595868,82.2773061 39.4234403,82.1027287 40.0018194,82.1027287 L60.1949057,82.1027287 C61.8138387,82.1027287 63.1303772,80.7548289 63.1303772,79.0970202 L63.1303772,64.5651435 C63.1303772,62.9046284 64.4442748,61.5580818 66.0658488,61.5580818 C67.6861024,61.5580818 69,62.9046284 69,64.5651435 L69,79.0970202 C69,84.0704461 65.0503843,88.1195591 60.1949057,88.1195591 L40.8852339,88.1195591 L28.5570455,96.4992742 C28.0671402,96.8321892 27.501966,97 26.934151,97\" id=\"Fill-34\"></path>\n <path class=\"__fbcw__feedback-company-logo__cloud __fbcw__feedback-company-logo__cloud--fade-in-lightblue\" d=\"M16.0531941,60.7729141 C16.6763459,62.1208139 16.2274086,63.7271967 14.9998666,64.5500111 L4.62472434,71.4992742 C4.12754302,71.8321892 3.55397536,72 2.97772746,72 C2.49528737,72 2.01016706,71.8822617 1.5679303,71.6427254 C0.603050117,71.1189932 0,70.1013017 0,68.9915849 L0,26.0225389 C0,21.0409931 4.00023245,17 8.93452252,17 L37.8527858,17 C39.4099952,17 40.8291731,18.1313698 40.9846261,19.6971531 C41.1628608,21.4984129 39.7678049,23.0168303 38.0229799,23.0168303 L8.93452252,23.0168303 C7.29020587,23.0168303 5.95679505,24.3620235 5.95679505,26.0225389 L5.95679505,63.3888685 L11.7072129,59.5359859 C13.2255591,58.5196477 15.2839702,59.1056323 16.0531941,60.7729141\" id=\"Fill-36\"></path>\n </g>\n </g>\n </svg>\n </div>\n </div>\n\n <div class=\"__fbcw__feedback-company-trusted-card\" data-role=\"feedback-company-trusted-card\" data-animation-direction=\"from-top\">\n <div class=\"__fbcw__feedback-company-trusted-card__header\">\n <div class=\"__fbcw__feedback-company-trusted-card__feedback-company-logo __fbcw__feedback-company-logo--in-header\">\n <!-- Feedback Company Logo -->\n \n<svg width=\"304px\" height=\"288px\" viewBox=\"0 0 304 288\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->\n <title>Icon</title>\n <desc>Created with Sketch.</desc>\n <defs>\n <linearGradient x1=\"-12.3982067%\" y1=\"-10.4568059%\" x2=\"85.5188112%\" y2=\"99.2080422%\" id=\"linearGradient-1\">\n <stop stop-color=\"#6590FF\" offset=\"0%\"></stop>\n <stop stop-color=\"#4DC9E2\" offset=\"50.707348%\"></stop>\n <stop stop-color=\"#35FFC6\" offset=\"100%\"></stop>\n </linearGradient>\n </defs>\n <g id=\"Icon\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"Atom/Logos/Logo/Mark/Colored\" transform=\"translate(3.293184, 2.000000)\" fill=\"url(#linearGradient-1)\" fill-rule=\"nonzero\">\n <path d=\"M113.488,120.172 C118.4,120.172 122.38,124.152 122.38,129.06 C122.38,133.972 118.4,137.952 113.488,137.952 L98.672,137.952 C93.768,137.952 89.784,141.94 89.784,146.84 L89.784,257.28 L115.56,240.188 C117.016,239.22 118.724,238.704 120.472,238.704 L181.648,238.704 C186.548,238.704 190.536,234.716 190.536,229.816 L190.536,186.868 C190.536,181.96 194.516,177.976 199.424,177.976 C204.336,177.976 208.316,181.96 208.316,186.868 L208.316,229.816 C208.316,244.52 196.352,256.484 181.648,256.484 L123.152,256.484 L85.808,281.256 C84.324,282.236 82.608,282.736 80.892,282.736 C79.448,282.736 78.004,282.384 76.688,281.68 C73.804,280.128 72,277.12 72,273.844 L72,146.84 C72,132.136 83.968,120.172 98.672,120.172 L113.488,120.172 Z M112.988,44.172 C117.636,44.172 121.876,47.516 122.336,52.14 C122.872,57.464 118.704,61.952 113.496,61.952 L26.668,61.952 C21.76,61.952 17.784,65.932 17.784,70.84 L17.784,181.28 L34.948,169.896 C39.48,166.888 45.624,168.62 47.924,173.548 C49.78,177.536 48.44,182.28 44.776,184.712 L13.808,205.252 C12.324,206.236 10.608,206.732 8.892,206.732 C7.448,206.732 6.008,206.384 4.688,205.676 C1.804,204.128 5.13367127e-13,201.116 5.13367127e-13,197.844 L5.13367127e-13,70.84 C5.13367127e-13,56.112 11.944,44.172 26.668,44.172 L112.988,44.172 Z M272.924,0.172 C287.632,0.172 299.596,12.136 299.596,26.84 L299.596,172.508 C299.596,175.784 297.796,178.792 294.912,180.34 C293.588,181.048 292.148,181.4 290.704,181.4 C288.988,181.4 287.276,180.9 285.792,179.916 L243.344,151.764 L174.668,151.764 C159.968,151.764 148,139.8 148,125.092 L148,26.84 C148,12.136 159.968,0.172 174.668,0.172 L272.924,0.172 Z M272.924,17.952 L174.668,17.952 C169.772,17.952 165.784,21.94 165.784,26.84 L165.784,125.092 C165.784,129.996 169.772,133.984 174.668,133.984 L246.024,133.984 C247.772,133.984 249.48,134.5 250.936,135.468 L281.816,155.944 L281.816,26.84 C281.816,21.94 277.828,17.952 272.924,17.952 Z\" id=\"Combined-Shape\"></path>\n </g>\n </g>\n</svg>\n </div>\n <svg width=\"280px\" height=\"67px\" viewBox=\"0 0 280 67\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <defs>\n <radialGradient cx=\"2.22815689%\" cy=\"50%\" fx=\"2.22815689%\" fy=\"50%\" r=\"257.140274%\" gradientTransform=\"translate(0.022282,0.500000),scale(0.236282,1.000000),rotate(11.212386),translate(-0.022282,-0.500000)\" id=\"radialGradient-1\">\n <stop stop-color=\"#438BF8\" offset=\"0%\"></stop>\n <stop stop-color=\"#438BF8\" offset=\"100%\"></stop>\n </radialGradient>\n </defs>\n <g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g id=\"Bar-Widget/Feedback-Company-Information\" fill=\"url(#radialGradient-1)\" fill-rule=\"nonzero\">\n <g id=\"Container\">\n <path d=\"M0,0 L280,0 L280,52.527023 C233.333333,61.6150318 186.666667,66.1590361 140,66.1590361 C93.3333333,66.1590361 46.6666667,61.6150318 2.48689958e-13,52.527023 L0,0 Z\" id=\"pricing-page-lite-top-curve\"></path>\n </g>\n </g>\n </g>\n </svg>\n </div>\n <div class=\"__fbcw__feedback-company-trusted-card__content\">\n <p class=\"__fbcw__overline\">{{=it.data.translations.feedback_company_trusted_card_pretitle}}</p>\n <p class=\"__fbcw__headline6\">{{=it.data.translations.feedback_company_trusted_card_title}}</p>\n <p class=\"__fbcw__body2\">\n {{=it.data.translations.feedback_company_trusted_card_main_text.replace('{company name}', it.data.shop.display_name)}}\n </p>\n <div class=\"__fbcw__feedback-company-trusted-card__rating-row\">\n <div class=\"__fbcw__feedback-company-trusted-card__stars\">\n {{\n for (stars.index = 1; stars.index < 6; stars.index++) {\n if (stars.index < stars.amountOfStars || stars.index === stars.amountOfStars) {\n }} {{=stars.svgs.full}} {{\n } else if (stars.index === stars.amountOfStars + 0.5) {\n }} {{=stars.svgs.half}} {{\n } else {\n }} {{=stars.svgs.empty}} {{\n }\n }\n }}\n <span class=\"__fbcw__feedback-company-trusted-card__score __fbcw__headline6\">{{= it.data.shop.average_score }}</span>\n </div>\n </div>\n <div class=\"__fbcw__feedback-company-trusted-card__score-and-count-holder\">\n <a href=\"{{=it.data.shop_review_website.company_page_url}}\" class=\"__fbcw__feedback-company-trusted-card__label\" target=\"_blank\" rel=\"noopener\">\n {{\n var amountOfReviews = {\n value: it.data.shop.amount_of_reviews,\n showLabel: true\n };\n }}\n <!--\n Reusable template for displaying the amount of reviews\n\n @param amountOfReviews object The options for rendering the template\n @param amountOfReviews.value integer The amount of reviews\n @param amountOfReviews.showLabel boolean Whether or not to show a text label\n-->\n<!-- htmlmin:ignore -->\n{{\n if (amountOfReviews.value > 9999) {\n amountOfReviews.thousands = amountOfReviews.value / 1000;\n if (amountOfReviews.thousands < 100) {\n amountOfReviews.thousands = Math.round(amountOfReviews.thousands * 10) / 10;\n } else {\n amountOfReviews.thousands = Math.round(amountOfReviews.thousands);\n }\n amountOfReviews.value = amountOfReviews.thousands + 'K';\n } else if (amountOfReviews.value > 999) {\n amountOfReviews.value = amountOfReviews.value.toString();\n amountOfReviews.value = amountOfReviews.value.slice(0, 1) + '.' + amountOfReviews.value.slice(1);\n }\n if (amountOfReviews.showLabel) {\n if (amountOfReviews.value === 1) {\n amountOfReviews.output = it.data.translations.widget_main_amount_of_reviews_singular\n } else {\n amountOfReviews.output = it.data.translations.widget_main_amount_of_reviews_plural\n }\n amountOfReviews.output =\n amountOfReviews.output.replace(\n \"{amount}\",\n amountOfReviews.value);\n } else {\n amountOfReviews.output = '(' + amountOfReviews.value + ')'\n }\n\n}}\n<!-- htmlmin:ignore -->\n{{= amountOfReviews.output }}\n\n </a>\n </div>\n <a href=\"{{=it.data.shop_review_website.company_page_url}}\" target=\"_blank\" class=\"__fbcw__feedback-company-trusted-card__button\" rel=\"noopener\">{{=it.data.translations.feedback_company_trusted_card_company_page_cta}}</a>\n </div>\n </div>\n</div>\n<style>\n @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800);.__fbcw__headline1{font-family:'Open Sans',sans-serif!important;font-size:6rem!important;font-weight:800!important;margin:24px 0 0 0!important;text-align:left!important;letter-spacing:-1.5px!important;color:#263239!important}.__fbcw__headline2{font-family:'Open Sans',sans-serif!important;font-size:3.75rem!important;font-weight:700!important;margin:24px 0 0 0!important;text-align:left!important;letter-spacing:-.5px!important;color:#263239!important}.__fbcw__headline3{font-family:'Open Sans',sans-serif!important;font-size:3rem!important;font-weight:700!important;margin:24px 0 0 0!important;text-align:left!important;color:#263239!important}.__fbcw__headline4{font-family:'Open Sans',sans-serif!important;font-size:34px!important;font-weight:2.125rem!important;margin:24px 0 0 0!important;text-align:left!important;letter-spacing:.25px!important;color:#263239!important}.__fbcw__headline5{font-family:'Open Sans',sans-serif!important;font-size:1.5rem!important;font-weight:700!important;margin:24px 0 0 0!important;color:#263239!important}.__fbcw__headline6{font-family:'Open Sans',sans-serif!important;font-size:1.25em!important;font-weight:700!important;margin:24px 0 0 0!important;letter-spacing:.15px!important;color:#263239!important}.__fbcw__subtitle1{font-family:'Open Sans',sans-serif!important;font-size:1rem!important;font-weight:400!important;line-height:24px!important;text-align:left!important;letter-spacing:.15px!important;color:#263239!important}.__fbcw__subtitle2{font-family:'Open Sans',sans-serif!important;font-size:.875rem!important;font-weight:400!important;line-height:24px!important;text-align:left!important;letter-spacing:.1px!important;color:#263239!important}.__fbcw__body1{font-family:'Open Sans',sans-serif!important;font-size:1em!important;font-weight:400!important;line-height:28px!important;text-align:left!important;letter-spacing:.44px!important;color:#263239!important}.__fbcw__body2{font-family:'Open Sans',sans-serif!important;font-size:.875rem!important;font-weight:400!important;line-height:20px!important;text-align:left!important;letter-spacing:.25px!important;color:#263239!important}.__fbcw__button_typography{font-family:'Open Sans',sans-serif!important;font-size:.875rem!important;font-weight:600!important;letter-spacing:0!important;color:#263239!important}.__fbcw__caption{font-family:'Open Sans',sans-serif!important;font-size:.75rem!important;font-weight:400!important;line-height:16px!important;text-align:left!important;letter-spacing:.4px!important;color:#263239!important}.__fbcw__overline{font-family:'Open Sans',sans-serif!important;font-size:.625rem!important;font-weight:300!important;line-height:16px!important;letter-spacing:1px!important;color:#263239!important}.__fbcw__product-review,.__fbcw__product-review *,.__fbcw__widget,.__fbcw__widget *{font-family:'Open Sans',Arial,sans-serif!important;font-weight:400!important;font-style:normal!important;font-variant:normal!important;line-height:normal!important;position:static!important;position:relative!important;z-index:0!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:block!important;float:none!important;overflow:visible!important;width:auto!important;min-width:none!important;max-width:none!important;height:auto!important;min-height:none!important;max-height:none!important;margin:0!important;padding:0!important;-webkit-transform:rotate(0) skewX(1) skewY(1) scaleX(1) scaleY(1) scaleZ(1) translate(0,0) translate3d(0,0,0)!important;transform:rotate(0) skewX(1) skewY(1) scaleX(1) scaleY(1) scaleZ(1) translate(0,0) translate3d(0,0,0)!important;text-align:left!important;white-space:normal!important;text-decoration:none!important;text-indent:0!important;letter-spacing:normal!important;text-transform:none!important;word-wrap:normal!important;opacity:1!important;color:#303c50!important;border-radius:0!important;border-radius:none!important;outline:0!important;background:0 0!important;background-color:rgba(0,0,0,0)!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important;direction:ltr!important}.__fbcw__product-review * span,.__fbcw__product-review span,.__fbcw__widget * span,.__fbcw__widget span{display:inline-block!important}.__fbcw__product-review * input[type=hidden],.__fbcw__product-review * script,.__fbcw__product-review * style,.__fbcw__product-review input[type=hidden],.__fbcw__product-review script,.__fbcw__product-review style,.__fbcw__widget * input[type=hidden],.__fbcw__widget * script,.__fbcw__widget * style,.__fbcw__widget input[type=hidden],.__fbcw__widget script,.__fbcw__widget style{display:none!important}.__fbcw__product-review :after,.__fbcw__product-review :before,.__fbcw__product-review:after,.__fbcw__product-review:before,.__fbcw__widget :after,.__fbcw__widget :before,.__fbcw__widget:after,.__fbcw__widget:before{content:none!important}.__fbcw__bar-widget{font-size:16px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;width:100%!important;height:35px!important;padding:0 10px!important;-webkit-animation:cubic-bezier(.86,.29,.61,.99) fadein .4s!important;animation:cubic-bezier(.86,.29,.61,.99) fadein .4s!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important}.__fbcw__bar-widget *{font-family:'Open Sans',Arial,sans-serif!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.__fbcw__headline6,.__fbcw__overline{margin:0!important}.__fbcw__body2{text-align:center!important}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}.__fbcw__bar-widget__content{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;cursor:pointer!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.__fbcw__bar-widget__score{word-break:break-all!important;-ms-flex-negative:0!important;flex-shrink:0!important}.__fbcw__bar-widget__stars{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:125px!important;max-height:100%!important;margin:-3px 10px 0!important;-ms-flex-negative:2!important;flex-shrink:2!important}.__fbcw__bar-widget__stars .__fbcw__star{width:20%!important;height:100%!important;max-height:24px!important}.__fbcw__bar-widget__amount-of-reviews{text-decoration:none!important;word-break:break-all!important;color:#303c50!important;-ms-flex-negative:0!important;flex-shrink:0!important}.__fbcw__feedback-company-logo{width:100%!important;height:100%!important}.__fbcw__feedback-company-logo--in-header .__fbcw__feedback-company-logo{width:55%!important;height:55%!important}.__fbcw__bar-widget__feedback-company-logo{position:relative!important;width:25px!important;max-height:25px!important;margin-left:10px!important}.__fbcw__bar-widget__feedback-company-logo .__fbcw__feedback-company-logo__cloud{-webkit-transition-property:fill!important;transition-property:fill!important}.__fbcw__bar-widget__feedback-company-branding{position:relative!important;height:25px!important}.__fbcw__feedback-company-trusted-card{position:fixed!important;z-index:2147483647!important;right:-2px!important;display:block!important;overflow:hidden!important;width:280px!important;-webkit-transform-origin:100% 0!important;transform-origin:100% 0!important;text-align:center!important;border-radius:20px!important;background:#fff!important;-webkit-box-shadow:0 6px 16px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.03)!important;box-shadow:0 6px 16px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.03)!important}.__fbcw__feedback-company-trusted-card__button{font-family:'Open Sans'!important;font-size:14px!important;position:relative!important;display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;width:100%!important;height:40px!important;text-decoration:none!important;color:#fff!important;border:0!important;border:1px solid #438bf8!important;border-radius:4px!important;background:#438bf8!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.__fbcw__feedback-company-trusted-card__button:hover{cursor:pointer!important;-webkit-box-shadow:0 6px 14px 0 rgba(0,0,0,.1)!important;box-shadow:0 6px 14px 0 rgba(0,0,0,.1)!important}.__fbcw__feedback-company-trusted-card__button:active{-webkit-transform:scale(.95)!important;transform:scale(.95)!important;-webkit-box-shadow:0 6px 14px 0 rgba(0,0,0,.1)!important;box-shadow:0 6px 14px 0 rgba(0,0,0,.1)!important}.__fbcw__feedback-company-trusted-card__content{padding:30px 15px 15px!important}.__fbcw__feedback-company-trusted-card__header{position:relative!important}.__fbcw__feedback-company-trusted-card__feedback-company-logo{position:absolute!important;bottom:-30%!important;left:50%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:66px!important;height:66px!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important;border-radius:50%!important;background:#fff!important;-webkit-box-shadow:0 6px 6px 0 rgba(0,0,0,.07),0 10px 20px 0 rgba(0,0,0,.04)!important;box-shadow:0 6px 6px 0 rgba(0,0,0,.07),0 10px 20px 0 rgba(0,0,0,.04)!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.__fbcw__feedback-company-trusted-card__feedback-company-logo svg{width:37px!important}.__fbcw__feedback-company-trusted-card__header-background{width:100%!important;height:59px!important;background-image:linear-gradient(42deg,#2c72dc 0,#438bf8 100%)!important}.__fbcw__feedback-company-trusted-card__stars{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:100%!important;height:42px!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.__fbcw__feedback-company-trusted-card__stars .__fbcw__star{width:42px!important;height:42px!important;margin:0!important}.__fbcw__feedback-company-trusted-card__rating-row{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.__fbcw__feedback-company-trusted-card__score{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin:0!important;margin-left:12px!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.__fbcw__feedback-company-trusted-card__score-and-count-holder{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:100%!important;margin:15px 0!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.__fbcw__feedback-company-trusted-card__label{font-family:'Open Sans',arial,sans-serif!important;font-size:16px!important;line-height:28px!important;width:100%!important;text-align:center!important;text-decoration:none!important;letter-spacing:.33px!important;color:#9bafb9!important}.__fbcw__bar-overlay{position:fixed!important;z-index:2147483646!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.__fbcw__bar-widget__feedback-company-branding--card-card-showing .__fbcw__feedback-company-logo__cloud--fade-in-green,.__fbcw__bar-widget__feedback-company-branding--card-transitioning-in .__fbcw__feedback-company-logo__cloud--fade-in-green{-webkit-transition-duration:.1s!important;transition-duration:.1s!important;fill:#6edcb1!important}.__fbcw__bar-widget__feedback-company-branding--card-card-showing .__fbcw__feedback-company-logo__cloud--fade-in-blue,.__fbcw__bar-widget__feedback-company-branding--card-transitioning-in .__fbcw__feedback-company-logo__cloud--fade-in-blue{-webkit-transition-duration:.3s!important;transition-duration:.3s!important;fill:#438bf8!important}.__fbcw__bar-widget__feedback-company-branding--card-card-showing .__fbcw__feedback-company-logo__cloud--fade-in-lightblue,.__fbcw__bar-widget__feedback-company-branding--card-transitioning-in .__fbcw__feedback-company-logo__cloud--fade-in-lightblue{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;fill:#98d2d5!important}.__fbcw__feedback-company-trusted-card__button{-webkit-transition:opacity .2s ease-out!important;transition:opacity .2s ease-out!important;-webkit-transition-delay:.3s!important;transition-delay:.3s!important;opacity:0!important}.__fbcw__feedback-company-trusted-card.__fbcw__feedback-company-trusted-card--transitioning-in{display:block!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;-webkit-transform:scale(.25)!important;transform:scale(.25)!important;opacity:0!important}.__fbcw__feedback-company-trusted-card.__fbcw__feedback-company-trusted-card--transitioning-out{display:block!important;-webkit-transition:all .3s!important;transition:all .3s!important;-webkit-transform:scale(0)!important;transform:scale(0)!important;opacity:0!important}.__fbcw__feedback-company-trusted-card.__fbcw__feedback-company-trusted-card--card-showing{display:block!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;-webkit-transform:scale(1)!important;transform:scale(1)!important;opacity:1!important}.__fbcw__feedback-company-trusted-card.__fbcw__feedback-company-trusted-card--card-showing .__fbcw__feedback-company-trusted-card__button{opacity:1!important}[data-animation-direction=from-bottom]{-webkit-transform-origin:100% 100%!important;transform-origin:100% 100%!important}\n</style>\n{{? it.data.shop.rich_snippets_enabled}}\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org/\",\n \"@type\": \"{{=it.data.shop.schema_org_organization_type}}\",\n \"name\": \"{{=it.data.shop.name}}\",\n \"url\": \"{{=it.data.shop.url}}\",\n \"image\": \"{{=it.data.shop.logo_url}}\",\n \"address\":{\n \"@type\": \"PostalAddress\",\n \"addressLocality\": \"{{=it.data.shop.town}}\",\n \"postalCode\": \"{{=it.data.shop.postalcode}}\",\n \"streetAddress\": \"{{=it.data.shop.street}}\"\n },\n \"telephone\": \"{{=it.data.shop.telephone}}\"\n {{? it.data.shop.amount_of_reviews > 0}}\n ,\"aggregateRating\": {\n \"@type\": \"AggregateRating\",\n \"ratingValue\": \"{{=it.data.shop.average_score}}\",\n \"bestRating\": \"10\",\n \"worstRating\": \"1\",\n \"reviewCount\": \"{{=it.data.shop.amount_of_reviews}}\",\n \"ratingCount\": \"{{=it.data.shop.amount_of_reviews}}\"\n }\n {{?}}\n }\n <\/script>\n{{?}}\n\n","shop_review_website":{"prepare_product_review_url":"https://www.feedbackcompany.com/nl-nl/review/dovendi/prepare","logo_url":"https://www.feedbackcompany.com/samenvoordeel/img/logo/jad2996.jpg","product_review_form_url":"https://www.feedbackcompany.com/nl-nl/review/dovendi/product","merchant_review_form_url":"https://www.feedbackcompany.com/nl-nl/review/dovendi","company_page_url":"https://www.feedbackcompany.com/nl-nl/reviews/dovendi"},"shop":{"postalcode":"1096AM","product_reviews_enabled":false,"telephone":"020 82 02 111","display_name":"Dovendi","amount_of_stars":4.5,"schema_org_organization_type":"Organization","street":"H.J.E. Wenckebachweg 123","country_code":"NL","logo_url":"https://www.feedbackcompany.com/samenvoordeel/img/logo/jad2996.jpg","amount_of_reviews":50,"town":"Amsterdam","url":"https://dovendi.com/","product_questions_enabled":false,"average_score":9.4,"company_page_url":"https://www.feedbackcompany.com/nl-nl/reviews/dovendi","name":"Dovendi","id":18072,"rich_snippets_enabled":false},"reviews":null,"template_javascript_class_name":"FeedbackCompanyBarWidget","page":1,"product_reviews":null,"translations":{"widget_main_amount_of_reviews_singular":"1 review","feedback_company_trusted_card_company_page_cta":"Bekijk reviews","widget_main_more_info":"Meer info","feedback_company_trusted_card_main_text":"Als onafhankelijke review partij bevestigen wij dat {company name} door zijn klanten is beoordeeld met een:","widget_main_amount_of_reviews_plural":"{amount} reviews","feedback_company_trusted_card_title":"Feedback Company","feedback_company_trusted_card_pretitle":"Reviews powered by"}},"success":true}
