



{"id":2201,"date":"2022-11-18T17:03:50","date_gmt":"2022-11-18T16:03:50","guid":{"rendered":"http:\/\/synapseparfum.com\/?page_id=2201"},"modified":"2024-05-20T20:01:09","modified_gmt":"2024-05-20T18:01:09","slug":"home","status":"publish","type":"page","link":"https:\/\/synapseparfum.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2201\" class=\"elementor elementor-2201\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-722ec4b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"722ec4b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5c0b044\" data-id=\"5c0b044\" data-element_type=\"column\" data-e-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-e3e1522 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"e3e1522\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<head>\n  <link\n    href=\"https:\/\/synapseparfum.com\/wp-content\/themes\/hello-theme-child-master\/assets\/css\/animation.css\"\n    rel=\"stylesheet\"\n  \/>\n<\/head>\n<body>\n\t<div class=\"position-relative bg-jello\">\n\t\t<div id=\"jello-container\" class=\"jello-container\" style=\"opacity:0\"><\/div>\n\t\t<h1 class=\"title\"><b>INSIDE YOUR MIND<\/b><\/h1>\n\t<\/div>\n\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js\"><\/script>\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/pixi.js\/4.8.8\/pixi.min.js\"><\/script>\n  <script src=\"https:\/\/synapseparfum.com\/wp-content\/themes\/hello-theme-child-master\/assets\/script\/TweenLite.min.js\"><\/script>\n\n  <script type=\"text\/javascript\">\n      var containerWidth = $('#jello-container').width();\n      var containerHeight = $('#jello-container').height();\n\n      class Jello {\n        constructor(options = {}) {\n          this.defaults = {};\n          this.options = options;\n          this.canvasHolder = document.getElementById(\"jello-container\");\n\n          this.imgWidth = containerWidth;\n          this.imgHeight = containerHeight;\n\n          this.imgRatio = containerHeight \/ containerWidth;\n          this.winWidth = containerWidth;\n\n          this.renderer = PIXI.autoDetectRenderer(\n            this.width = containerWidth,\n            this.height = containerHeight,\n          );\n\n          this.bgArray = [];\n          this.bgSpriteArray = [];\n\n          this.stage = new PIXI.Container();\n          this.imgContainer = new PIXI.Container();\n          this.imageCounter = 0;\n          this.displacementSprite = PIXI.Sprite.fromImage(\n            \"https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/t-1043\/dmap-clouds-01.jpg\"\n          );\n          this.displacementFilter = new PIXI.filters.DisplacementFilter(\n            this.displacementSprite\n          );\n          this.currentMap = {};\n          this.mapCounter = 0;\n          this.mapArray = [];\n          this.raf = this.animateFilters.bind(this);\n\n          this.isDistorted = true;\n          this.isTransitioning = false;\n\n          this.initialize();\n        }\n\n        initialize() {\n          this.defaults = {\n            transition: 0.4,\n            speed: 0.2,\n            dispScale: 1600,\n            dispX: true,\n            dispY: true,\n            count: 0\n          };\n\n          this.update();\n\n          var windowMax = window.matchMedia( '(max-width: 47.9em)' );\n          var windowMin = window.matchMedia( '(min-width: 48em)' );\n          if (windowMax.matches) {\n            this.bgArray.push(\n\t\t\t\t\t\t\t\"https:\/\/i.postimg.cc\/7L5PwLhn\/02-mobile.jpg\",\n              \"https:\/\/i.postimg.cc\/sgVvdy5T\/04-mobile.jpg\",\n              \"https:\/\/i.postimg.cc\/q72BZv7b\/01-mobile.jpg\",\n              \"https:\/\/i.postimg.cc\/JnW01BgC\/03-mobile.jpg\"\n            );\n          } else if(windowMin.matches){\n            this.bgArray.push(\n\t\t\t\t\t\t\t\"https:\/\/i.postimg.cc\/cJpYw28w\/02-desktop.jpg\",\n              \"https:\/\/i.postimg.cc\/TY56Hsyp\/04-desktop.jpg\",\n              \"https:\/\/i.postimg.cc\/Bnfgf8v2\/01-desktop.jpg\",\n              \"https:\/\/i.postimg.cc\/SxzxCsL1\/03-desktop.jpg\"\n            );\n          }\n\n          this.mapArray.push(\n            {\n              image:\n                \"https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/t-1043\/dmap-clouds-01.jpg\",\n              speed: 0.5,\n              scale: 200\n            },\n            {\n              image:\n                \"https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/t-1043\/dmap-glass-01.jpg\",\n              speed: 0.3,\n              scale: 200\n            }\n          );\n\n          this.backgroundFill();\n          this.buildStage();\n          this.createBackgrounds();\n          this.createFilters();\n          this.animateFilters();\n          this.eventListener();\n\n          this.canvasHolder.appendChild(this.renderer.view);\n        }\n\n        animateFilters() {\n          this.displacementFilter.scale.x = this.settings.dispX\n            ? this.settings.transition * this.settings.dispScale\n            : 0;\n          this.displacementFilter.scale.y = this.settings.dispY\n            ? this.settings.transition * (this.settings.dispScale + 10)\n            : 0;\n\n          this.displacementSprite.x = Math.sin(this.settings.count * 0.15) * 200;\n          this.displacementSprite.y = Math.cos(this.settings.count * 0.13) * 200;\n\n          this.displacementSprite.rotation = this.settings.count * 0.06;\n\n          this.settings.count += 0.05 * this.settings.speed;\n          this.renderer.render(this.stage);\n\n          window.requestAnimationFrame(this.raf);\n        }\n\n        backgroundFill() {\n          this.renderer.view.setAttribute('style', 'height:100%;width:100%;');\n        }\n\n        buildStage() {\n          this.imgContainer.position.x = this.imgWidth \/ 2;\n          this.imgContainer.position.y = this.imgHeight \/ 2;\n\n          this.stage.scale.x = this.stage.scale.y = this.imgWidth \/ this.imgWidth;\n\n          this.stage.interactive = true;\n          this.stage.addChild(this.imgContainer);\n        }\n\n        changeImage() {\n          if (this.imageCounter < this.bgArray.length - 1) {\n            this.imageCounter++;\n          } else {\n            this.imageCounter = 0;\n          }\n\n          this.bgSpriteArray.map((sprite, i) => {\n            if (i == this.imageCounter) {\n              TweenLite.to(sprite, 1, { alpha: 1, ease: Power2.easeInOut });\n            } else {\n              TweenLite.to(sprite, 1, { alpha: 0, ease: Power2.easeInOut });\n            }\n          });\n        }\n\n        createBackgrounds() {\n          this.bgArray.map(image => {\n            const bg = PIXI.Sprite.fromImage(image);\n\n            bg.anchor.x = 0.5;\n            bg.anchor.y = 0.5;\n\n            this.imgContainer.addChild(bg);\n            this.bgSpriteArray.push(bg);\n\n            bg.alpha = this.bgSpriteArray.length === 1 ? 1 : 0;\n          });\n        }\n\n        createFilters() {\n          this.stage.addChild(this.displacementSprite);\n\n          this.displacementFilter.scale.x = this.displacementFilter.scale.y =\n            this.winWidth \/ this.imgWidth;\n\n          this.imgContainer.filters = [this.displacementFilter];\n        }\n\n        eventListener() {\n          const changeImageBtn = document.getElementsByClassName(\n            \"jello-container\"\n          )[0];\n\n          changeImageBtn.onclick = () => {\n            this.changeImage();\n            console.log('click');\n          };\n        }\n\n        update() {\n          this.settings = Object.assign({}, this.defaults, this.options);\n        }\n      }\n\n      const instance = new Jello();\n\t\t\tsetTimeout(function(){\n        $('#jello-container canvas').remove();\n        const instance = new Jello();\n      },34000);\n\n      jQuery(function($){\n  \t\t\t$(document).ready(function() {\n          setTimeout(function(){\n  \t        $('#jello-container').css({'opacity':'1'});\n  \t      },1900);\n        });\n    \t});\n    <\/script>\n\n<\/body>\n\n\n\t\t<div class=\"elementor-shortcode\"><\/div>\n\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-99f3292 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle\" data-id=\"99f3292\" data-element_type=\"section\" data-e-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-25 elementor-top-column elementor-element elementor-element-db3f51d colFragranza\" data-id=\"db3f51d\" data-element_type=\"column\" data-e-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-deb8dde elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"deb8dde\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"deb8dde\" data-elementor-lightbox-title=\"fragranza-synapse-innocence\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYwOSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UtaW5ub2NlbmNlLnBuZyIsInNsaWRlc2hvdyI6ImRlYjhkZGUifQ%3D%3D\" href=\"https:\/\/synapseparfum.com\/en\/innocence\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-innocence.png\" alt=\"fragranza-synapse-innocence\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"deb8dde\" data-elementor-lightbox-title=\"astuccio-synapse-Innocence\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU4MywidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1Jbm5vY2VuY2UucG5nIiwic2xpZGVzaG93IjoiZGViOGRkZSJ9\" href=\"https:\/\/synapseparfum.com\/en\/innocence\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Innocence.png\" alt=\"astuccio-synapse-Innocence\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bb2356 elementor-widget elementor-widget-heading\" data-id=\"7bb2356\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/innocence\/\">INNOCENCE<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bea3406 elementor-widget elementor-widget-heading\" data-id=\"bea3406\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-25 elementor-top-column elementor-element elementor-element-ee96de4 colFragranza\" data-id=\"ee96de4\" data-element_type=\"column\" data-e-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-10421e1 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"10421e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"10421e1\" data-elementor-lightbox-title=\"fragranza-synapse-fault\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYwNSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UtZmF1bHQucG5nIiwic2xpZGVzaG93IjoiMTA0MjFlMSJ9\" href=\"https:\/\/synapseparfum.com\/en\/fault\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-fault.png\" alt=\"fragranza-synapse-fault\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"10421e1\" data-elementor-lightbox-title=\"astuccio-synapse-Fault\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU3OSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1GYXVsdC5wbmciLCJzbGlkZXNob3ciOiIxMDQyMWUxIn0%3D\" href=\"https:\/\/synapseparfum.com\/en\/fault\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Fault.png\" alt=\"astuccio-synapse-Fault\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66e03bc elementor-widget elementor-widget-heading\" data-id=\"66e03bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/fault\/\">FAULT<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0e01dc elementor-widget elementor-widget-heading\" data-id=\"e0e01dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-25 elementor-top-column elementor-element elementor-element-0e0b575 colFragranza\" data-id=\"0e0b575\" data-element_type=\"column\" data-e-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-5c3dc6b elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"5c3dc6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5c3dc6b\" data-elementor-lightbox-title=\"fragranza-synapse-blue-leaf\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYxNywidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UtYmx1ZS1sZWFmLnBuZyIsInNsaWRlc2hvdyI6IjVjM2RjNmIifQ%3D%3D\" href=\"https:\/\/synapseparfum.com\/en\/blue-leaf\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-blue-leaf.png\" alt=\"fragranza-synapse-blue-leaf\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5c3dc6b\" data-elementor-lightbox-title=\"astuccio-synapse-Blue-Leaf\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU3NywidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1CbHVlLUxlYWYucG5nIiwic2xpZGVzaG93IjoiNWMzZGM2YiJ9\" href=\"https:\/\/synapseparfum.com\/en\/blue-leaf\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Blue-Leaf.png\" alt=\"astuccio-synapse-Blue-Leaf\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c62b6d8 elementor-widget elementor-widget-heading\" data-id=\"c62b6d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/blue-leaf\/\">BLUE LEAF<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cb6337 elementor-widget elementor-widget-heading\" data-id=\"1cb6337\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-25 elementor-top-column elementor-element elementor-element-89fb03b colFragranza\" data-id=\"89fb03b\" data-element_type=\"column\" data-e-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-9c3aa82 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"9c3aa82\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"9c3aa82\" data-elementor-lightbox-title=\"fragranza-synapse-green-sand\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYwNywidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UtZ3JlZW4tc2FuZC5wbmciLCJzbGlkZXNob3ciOiI5YzNhYTgyIn0%3D\" href=\"https:\/\/synapseparfum.com\/en\/green-sand\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-green-sand.png\" alt=\"fragranza-synapse-green-sand\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"9c3aa82\" data-elementor-lightbox-title=\"astuccio-synapse-Green-Sand\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU4MSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1HcmVlbi1TYW5kLnBuZyIsInNsaWRlc2hvdyI6IjljM2FhODIifQ%3D%3D\" href=\"https:\/\/synapseparfum.com\/en\/green-sand\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Green-Sand.png\" alt=\"astuccio-synapse-Green-Sand\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f8e99d elementor-widget elementor-widget-heading\" data-id=\"3f8e99d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/green-sand\/\">GREEN SAND<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a00fa1 elementor-widget elementor-widget-heading\" data-id=\"3a00fa1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-df656db elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"df656db\" data-element_type=\"section\" data-e-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-25 elementor-top-column elementor-element elementor-element-6f936e5 colFragranza\" data-id=\"6f936e5\" data-element_type=\"column\" data-e-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-fc5ca12 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"fc5ca12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc5ca12\" data-elementor-lightbox-title=\"fragranza-synapse-yellow-ocean\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYxNSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UteWVsbG93LW9jZWFuLnBuZyIsInNsaWRlc2hvdyI6ImZjNWNhMTIifQ%3D%3D\" href=\"https:\/\/synapseparfum.com\/en\/yellow-ocean\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-yellow-ocean.png\" alt=\"fragranza-synapse-yellow-ocean\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc5ca12\" data-elementor-lightbox-title=\"astuccio-synapse-Yellow-Ocean\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU4OSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1ZZWxsb3ctT2NlYW4ucG5nIiwic2xpZGVzaG93IjoiZmM1Y2ExMiJ9\" href=\"https:\/\/synapseparfum.com\/en\/yellow-ocean\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Yellow-Ocean.png\" alt=\"astuccio-synapse-Yellow-Ocean\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-565690c elementor-widget elementor-widget-heading\" data-id=\"565690c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/yellow-ocean\/\">YELLOW OCEAN<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0afb99c elementor-widget elementor-widget-heading\" data-id=\"0afb99c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-25 elementor-top-column elementor-element elementor-element-840b8c5 colFragranza\" data-id=\"840b8c5\" data-element_type=\"column\" data-e-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-fde006d elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"fde006d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fde006d\" data-elementor-lightbox-title=\"fragranza-synapse-pink-blaze\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYxMSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UtcGluay1ibGF6ZS5wbmciLCJzbGlkZXNob3ciOiJmZGUwMDZkIn0%3D\" href=\"https:\/\/synapseparfum.com\/en\/pink-blaze\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-pink-blaze.png\" alt=\"fragranza-synapse-pink-blaze\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fde006d\" data-elementor-lightbox-title=\"astuccio-synapse-Pink-Blaze\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU4NSwidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1QaW5rLUJsYXplLnBuZyIsInNsaWRlc2hvdyI6ImZkZTAwNmQifQ%3D%3D\" href=\"https:\/\/synapseparfum.com\/en\/pink-blaze\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Pink-Blaze.png\" alt=\"astuccio-synapse-Pink-Blaze\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-530a5f4 elementor-widget elementor-widget-heading\" data-id=\"530a5f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/pink-blaze\/\">PINK BLAZE<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c453cd6 elementor-widget elementor-widget-heading\" data-id=\"c453cd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-25 elementor-top-column elementor-element elementor-element-d37a370 colFragranza\" data-id=\"d37a370\" data-element_type=\"column\" data-e-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-c4eefca elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"c4eefca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;no&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c4eefca\" data-elementor-lightbox-title=\"fragranza-synapse-red-sigh\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYxMywidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvZnJhZ3JhbnphLXN5bmFwc2UtcmVkLXNpZ2gucG5nIiwic2xpZGVzaG93IjoiYzRlZWZjYSJ9\" href=\"https:\/\/synapseparfum.com\/en\/red-sigh\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/fragranza-synapse-red-sigh.png\" alt=\"fragranza-synapse-red-sigh\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c4eefca\" data-elementor-lightbox-title=\"astuccio-synapse-Red-Sigh\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU4NywidXJsIjoiaHR0cHM6XC9cL3N5bmFwc2VwYXJmdW0uY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8xMlwvYXN0dWNjaW8tc3luYXBzZS1SZWQtU2lnaC5wbmciLCJzbGlkZXNob3ciOiJjNGVlZmNhIn0%3D\" href=\"https:\/\/synapseparfum.com\/en\/red-sigh\/\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/astuccio-synapse-Red-Sigh.png\" alt=\"astuccio-synapse-Red-Sigh\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a922c5 elementor-widget elementor-widget-heading\" data-id=\"6a922c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/synapseparfum.com\/en\/red-sigh\/\">RED SIGH<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02b3cb2 elementor-widget elementor-widget-heading\" data-id=\"02b3cb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EAU DE PARFUM<\/p>\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-25 elementor-top-column elementor-element elementor-element-58c4458\" data-id=\"58c4458\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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-9ae16d2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9ae16d2\" data-element_type=\"section\" data-e-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-50 elementor-top-column elementor-element elementor-element-6a0ab65\" data-id=\"6a0ab65\" data-element_type=\"column\" data-e-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-e67a64e elementor-widget elementor-widget-image\" data-id=\"e67a64e\" data-element_type=\"widget\" data-e-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\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1067\" height=\"300\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/02_mobile-1.jpg\" class=\"attachment-full size-full wp-image-2276\" alt=\"Synapse acquista online\" srcset=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/02_mobile-1.jpg 1067w, https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/02_mobile-1-300x84.jpg 300w, https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/02_mobile-1-1024x288.jpg 1024w, https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/02_mobile-1-768x216.jpg 768w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/>\t\t\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-29a549b elementor-align-left elementor-widget elementor-widget-button\" data-id=\"29a549b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https:\/\/www.pinalli.it\/collections\/synapse\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-cart-arrow-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><br><br>Shop <br>Here<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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-50 elementor-top-column elementor-element elementor-element-b233647\" data-id=\"b233647\" data-element_type=\"column\" data-e-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-5166096 elementor-widget elementor-widget-image\" data-id=\"5166096\" data-element_type=\"widget\" data-e-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\t\t<img decoding=\"async\" width=\"1067\" height=\"300\" src=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/04_mobile-1.jpg\" class=\"attachment-full size-full wp-image-2274\" alt=\"Synapse Ci trovi qui\" srcset=\"https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/04_mobile-1.jpg 1067w, https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/04_mobile-1-300x84.jpg 300w, https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/04_mobile-1-1024x288.jpg 1024w, https:\/\/synapseparfum.com\/wp-content\/uploads\/2022\/12\/04_mobile-1-768x216.jpg 768w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/>\t\t\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-e478cd4 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"e478cd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https:\/\/synapseparfum.com\/en\/store-locator\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><br><br>Find Us<br>Here<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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-b56d152 elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"b56d152\" data-element_type=\"section\" data-e-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-50 elementor-top-column elementor-element elementor-element-3dc23be\" data-id=\"3dc23be\" data-element_type=\"column\" data-e-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-7109c86 elementor-widget elementor-widget-heading\" data-id=\"7109c86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BE PART OF OUR WORLD<\/h2>\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-50 elementor-top-column elementor-element elementor-element-3b61868\" data-id=\"3b61868\" data-element_type=\"column\" data-e-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-020b04d elementor-widget elementor-widget-heading\" data-id=\"020b04d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Subscribe to the newsletter<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-898cb00 elementor-widget elementor-widget-shortcode\" data-id=\"898cb00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1371-o1\" lang=\"it-IT\" dir=\"ltr\" data-wpcf7-id=\"1371\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/2201#wpcf7-f1371-o1\" method=\"post\" class=\"wpcf7-form init f60ff8afb98e cmatic-conn cmatic-aud-2 cmatic-mapd0-0 cmatic-v097803 cmatic-sent-0 cmatic-total-546 wpcf7-acceptance-as-validation\" aria-label=\"Modulo di contatto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1371\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1371-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div style=\"padding: 0 0% 0% 0%;\" class=\"contenitore-cf7\">\n   <div class=\"col-cf7\"> <span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email mailNewsletter\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Enter your email\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/div>\n   <div class=\"pad-cf7\"> <input class=\"wpcf7-form-control wpcf7-submit has-spinner submitNewsletter\" type=\"submit\" value=\"Iscriviti\" \/>  <\/div>\n<\/div>  \n\n<div style=\"padding: 0 0% 0% 0%; margin-top:10px;\" class=\"wrapperAcceptance\">     \n   <span class=\"wpcf7-form-control-wrap\" data-name=\"accept-this-1\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"accept-this-1\" value=\"1\" class=\"acceptanceFont\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\"><span style=\"padding: 0 0% 0% 0%; font-family:Inter-Light !important;\" >I confirm that I I have read and agreed to OTTESIAN SRL <a href=\"https:\/\/www.iubenda.com\/privacy-policy\/66111700\" target=\"blank\" rel=\"noopener\"><u style=\"text-decoration: none; font-weight: 600;\">Privacy Policy<\/u><\/a> and that I give my consent to the processing of my personal data in accordance with EU Regulation 2016\/679 (GDPR).\n <\/span><\/span><\/label><\/span><\/span><\/span>\n<\/div>\n\n<div style=\"padding: 0 0% 0% 0%; margin-top:10px;\" class=\"wrapperAcceptance\"> \n   <span class=\"wpcf7-form-control-wrap\" data-name=\"accept-this-2\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"accept-this-2\" value=\"1\" class=\"acceptanceFont\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\"><span style=\"padding: 0 0% 0% 0%; font-family:Inter-Light !important;\" >I give my consent to OTTESIAN SRL to process my personal data in accordance with Regulation (EU) 2016\/679 in order to receive newsletters, offers and commercial communications and for possible analysis and profiling, as described in the <a href=\"https:\/\/www.iubenda.com\/privacy-policy\/66111700\" target=\"blank\" rel=\"noopener\"><u style=\"text-decoration: none; font-weight: 600;\">Privacy Policy<\/u><\/a>\n  <\/span><\/span><\/label><\/span><\/span><\/span>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>INNOCENCE EAU DE PARFUM FAULT EAU DE PARFUM BLUE LEAF EAU DE PARFUM GREEN SAND EAU DE PARFUM YELLOW OCEAN EAU DE PARFUM PINK BLAZE EAU DE PARFUM RED SIGH EAU DE PARFUM Shop Here Find UsHere BE PART OF OUR WORLD Subscribe to the newsletter<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2201","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/pages\/2201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/comments?post=2201"}],"version-history":[{"count":74,"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/pages\/2201\/revisions"}],"predecessor-version":[{"id":3160,"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/pages\/2201\/revisions\/3160"}],"wp:attachment":[{"href":"https:\/\/synapseparfum.com\/en\/wp-json\/wp\/v2\/media?parent=2201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}