(function (d, w) {
  var script, config, container, style;
  var embedUuid = '1713f9670a3044e09b276c5dda0eb492';

  function mergeDeep(target, source) {
    if (typeof target == "object" && typeof source == "object") {
      for (var key in source) {
        if (source[key] === null && (target[key] === undefined || target[key] === null)) {
          target[key] = null;
        } else if (source[key] instanceof Array) {
          target[key] = source[key];
        } else if (typeof source[key] == "object" && source[key] !== null) {
          if (!target[key]) target[key] = {};
          mergeDeep(target[key], source[key]);
        } else {
          target[key] = source[key];
        }
      }
    }
    return target;
  }

  function merge(target, source) {
    return mergeDeep(mergeDeep({}, target), source);
  }

  w.flcklr = w.flcklr || {};

  w._flocklerEditVersion = null;

  w._flocklerOverride = w._flocklerOverride || {};
  w.flcklr.EmbedConfigs = w.flcklr.EmbedConfigs || {};
  w.flcklr.EmbedConfigs[embedUuid] = merge({"embedUuid":"1713f9670a3044e09b276c5dda0eb492","embedVersion":"v3","container":"flockler-embed-1713f9670a3044e09b276c5dda0eb492","section":[40151],"site":11127,"style":"carousel_v2","count":"20","defaultCss":true,"defaultJs":true,"extra":{"wall_share_buttons":false,"wall_timestamps":true,"wall_timestamps_format":"relative"},"refresh":0,"showLikes":1,"showComments":1,"showRetweets":1,"showProfile":true,"autoload":"false"}, w._flocklerOverride[embedUuid]);

    w.flcklr.EmbedConfigsV3 = w.flcklr.EmbedConfigsV3 || {};
    w.flcklr.EmbedConfigsV3[embedUuid] = {"embedUuid":"1713f9670a3044e09b276c5dda0eb492","embedVersion":"v3","siteUuid":"1713f59a1af0dd9214ea97aaede321ce","configuration":{"count":"20","locale":"it","filters":{"filterBySectionIds":[40151],"filterByTags":[],"filterByChannels":[],"tagFilterType":"any","filterByProductIds":[],"filterByProductCategoryIds":[],"filterByProductFeedIds":[],"filterByFallbacks":null},"localizations":{"relativeTime":{"seconds":{"singular":"# s fa","plural":"# s fa"},"minutes":{"singular":"# min fa","plural":"# min fa"},"hours":{"singular":"# h fa","plural":"# h fa"},"days":{"singular":"# g fa","plural":"# gg fa"},"weeks":{"singular":"# sett. fa","plural":"# sett. fa"},"months":{"singular":"# mese fa","plural":"# mesi fa"},"years":{"singular":"# anno fa","plural":"# anni fa"}},"actions":{"buyNow":"Acquista ora","next":"Prossimo","previous":"Precedente","tapToPlay":"Tocca per riprodurre","viewProducts":"Visualizzare i prodotti","showMore":"Mostra altro\u0026hellip;"},"help":{"noAltText":"Nessuna descrizione della foto disponibile.","playVideo":"Riproduci video","anonymous":"Anonymous","recommends":"Consiglia %{page_name}","doesNotRecommend":"Non consiglia %{page_name}","seeOriginalPost":"Vedi articolo originale","seePostOn":"Vedi il post originale su","seeProfileOf":"Vedi la pagina del profilo di","profilePictureOf":"Foto del profilo di"},"postLabels":{"facebook":"Un post su Facebook","flickr":"Un post su Flickr","flockler":"Un articolo","fromUser":"di","google_review":"Recensione di Google","instagram":"Un post su Instagram","linkedin":"Un post su LinkedIn","pinterest":"Un post su Pinterest","review":"Review","rss":"Un post dal feed RSS","soundcloud":"Un post di SoundCloud","tiktok":"Un post su TikTok","twitter":"Un post su Twitter","video":"Un post video","youtube":"Un video di YouTube"},"stats":{"commentsLabelSingular":"commento","commentsLabelPlural":"commenti","likesLabelSingular":"mi piace","likesLabelPlural":"mi piace","retweetsLabelSingular":"retweet","retweetsLabelPlural":"retweets","facebookLikeReactionsSingular":"persona ha aggiunto una reazione con Mi piace","facebookLikeReactionsPlural":"hanno aggiunto una reazione con Mi piace","facebookLoveReactionsSingular":"persona ha aggiunto una reazione con Love","facebookLoveReactionsPlural":"hanno aggiunto una reazione con Love","facebookHahaReactionsSingular":"persona ha aggiunto una reazione con Ahah","facebookHahaReactionsPlural":"hanno aggiunto una reazione con Ahah","facebookWowReactionsSingular":"persona ha aggiunto una reazione con Wow","facebookWowReactionsPlural":"hanno aggiunto una reazione con Wow","facebookSadReactionsSingular":"persona ha aggiunto una reazione con Sigh","facebookSadReactionsPlural":"hanno aggiunto una reazione con Sigh","facebookAngryReactionsSingular":"persona ha aggiunto una reazione con Grrr","facebookAngryReactionsPlural":"hanno aggiunto una reazione con Grrr"}},"theme":{"name":"carousel_v2","elements":{"profileDetails":true,"captions":true,"publishedAt":true,"publishedAtFormat":"relative","stats":{"likeCount":1,"commentCount":1,"retweetCount":1},"products":true},"features":{"popup":false,"infiniteScroll":false,"autoRefresh":{"type":"auto","intervalInSeconds":0},"animation":{"type":"none","intervalInSeconds":0},"carouselAutoplay":false,"randomize":false,"styleVariant":null},"text":{"loadMoreText":"Load more","showMoreText":"Show more"},"customization":{"css":null,"ctaLink":{"defaultText":null,"backgroundColor":null,"textColor":null,"icon":null,"utmSource":null,"utmMedium":null,"utmCampaign":null}}}}};


    style = d.createElement('style');
    style.setAttribute('data-flockler-embed-id', embedUuid);
    style.textContent = '';
    style.textContent += '#flockler-embed-1713f9670a3044e09b276c5dda0eb492 { --fl-preview-background:#ffffff;--fl-item-background:#ffffff;--fl-text-color:#111111;--fl-link-color:#111111;--fl-link-color-hover:#1771e0 }';

    document.head.insertAdjacentElement('beforeend', style);


    if (!(w.flcklr.embedJsV3HasBeenAddedToDOM || {})['carousel_v2']) {
      script = d.createElement('script');

        script.src = "https://plugins.flockler.com/embed/v3/embed-carousel_v2.js";

      (d.head || d.body).insertAdjacentElement('beforeend', script);
      w.flcklr.embedJsV3HasBeenAddedToDOM = w.flcklr.embedJsV3HasBeenAddedToDOM || {};
      w.flcklr.embedJsV3HasBeenAddedToDOM['carousel_v2'] = true;

      if ( console && console.log ) {
        console.log('🟦 Social Plugin powered by Flockler — Learn more at flockler.com');
      }
    }
})(document, window);
