{"rules":[],"shop":{"subscriptionName":"Free","settings":{"popupStyle":{"buttonTextColor":null,"backgroundColor":"#FFFFFF","borderRadius":null,"padding":null,"headerFontSize":null,"subHeaderFontSize":null,"bodyColor":null,"bodyFontSize":null,"closeModalOutsideClick":true,"priceShowZeroDecimals":true,"headerFontFamily":null,"bodyFontFamily":null,"primaryColor":"#141414","secondaryColor":"#141414","cssStyles":"#aca-modal {\n  position: fixed;\n  left: 0;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(0, 0, 0, 0.5);\n  z-index: 99999999;\n  overflow-x: hidden;\n  overflow-y: auto;\n  display: block;\n}\n#aca-modal-wrapper {\n  display: flex;\n  align-items: center;\n  width: 80%;\n  height: auto;\n  max-width: 1000px;\n  min-height: calc(100% - 60px);\n  margin: 30px auto;\n}\n#aca-modal-container {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 0 1.5rem rgba(17, 17, 17, 0.7);\n  width: 100%;\n  padding: 20px;\n  background-color: #FFFFFF;\n}\n#aca-close-icon-container {\n  position: absolute;\n  top: 12px;\n  right: 12px;\n  width: 25px;\n  display: none;\n}\n#aca-close-icon {\n  stroke: #141414;\n}\n#aca-modal-custom-image-container {\n  background-color: #FFFFFF;\n  margin: 0.5em 0;\n}\n#aca-modal-custom-image-container img {\n  display: block;\n  min-width: 60px;\n  min-height: 60px;\n  max-width: 200px;\n  max-height: 200px;\n  width: auto;\n  height: auto;\n}\n#aca-modal-headline {\n  text-align: center;\n  margin: 0.5em 0;\n  color: #141414;\n  font-size: 1.25rem;\n  font-family: DomaineDisplay, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;\n  font-weight: 500;\n  letter-spacing: 0;\n  line-height: 1.9375rem;\n}\n@media (min-width: 901px) {\n  #aca-modal-headline {\n    font-size: 1.5625rem;\n    line-height: 2.1875rem;\n  }\n}\n@media (min-width: 1201px) {\n  #aca-modal-headline {\n    font-size: 1.875rem;\n    line-height: 2.5rem;\n  }\n}\n#aca-modal-subheadline, #aca-bottom-close {\n  font-size: 0.875rem;\n  letter-spacing: 0.0225rem;\n  line-height: 1.375rem;\n  margin-top: 10px;\n  font-weight: 400;\n  line-height: 1.3em;\n  color: #141414;\n  text-align: center;\n  margin: 0 0 0.5em 0;\n}\n@media (min-width: 901px) {\n  #aca-modal-subheadline, #aca-bottom-close {\n    font-size: 0.875rem;\n    line-height: 1.375rem;\n  }\n}\n@media (min-width: 1201px) {\n  #aca-modal-subheadline, #aca-bottom-close {\n    font-size: 1rem;\n    letter-spacing: 0.03rem;\n    line-height: 1.5rem;\n  }\n}\n@media (min-width: 901px) {\n  #aca-modal-subheadline, #aca-bottom-close {\n    margin-top: 15px;\n    line-height: 1.3em;\n  }\n}\n@media (min-width: 1201px) {\n  #aca-modal-subheadline, #aca-bottom-close {\n    line-height: 1.3em;\n  }\n}\n#aca-products-container {\n  display: flex;\n  align-items: stretch;\n  justify-content: center;\n  flex-wrap: wrap;\n  width: 85%;\n}\n#aca-products-container .aca-product {\n  text-align: center;\n  margin: 30px;\n  width: 200px;\n  display: flex;\n  flex-direction: column;\n  gap: 1em;\n}\n.aca-product-image {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  height: 200px;\n  background-color: #FFFFFF;\n  margin-bottom: 1em;\n}\n.aca-product-image img {\n  display: block;\n  max-width: 100%;\n  max-height: 100%;\n  width: auto;\n  height: auto;\n}\n.aca-product-name, .aca-subscription-name {\n  color: #141414;\n  line-height: inherit;\n  word-break: break-word;\n  font-size: 1.17em;\n  font-weight: 500;\n  text-transform: uppercase;\n}\n.aca-product-variant-name {\n  margin-top: 1em;\n  color: #141414;\n  line-height: inherit;\n  word-break: break-word;\n  font-size: 1.17em;\n}\n.aca-product-price {\n  color: #141414;\n  line-height: inherit;\n  font-size: .75rem;\n}\n.aca-subscription-label {\n  color: #141414;\n  line-height: inherit;\n  word-break: break-word;\n  font-weight: 600;\n  font-size: 1.17em;\n}\n.aca-product-dropdown {\n  position: relative;\n  display: flex;\n  align-items: center;\n  cursor: pointer;\n  margin-bottom: 1em;\n}\n.aca-product-dropdown .dropdown-icon {\n  position: absolute;\n  right: 8px;\n  height: 12px;\n  width: 12px;\n  fill: #E1E3E4;\n  display: none;\n}\n.aca-product-dropdown select::before,\n.aca-product-dropdown select::after {\n  box-sizing: border-box;\n}\nselect.aca-product-dropdown::-ms-expand {\n  display: none;\n}\n.aca-product-dropdown select {\n  box-sizing: border-box;\n  margin: 0;\n  z-index: 1;\n  cursor: pointer;\n  font-size: 0.75rem;\n  line-height: 1.25rem;\n  width: 100%;\n  height: 50px;\n  padding: 10px 18px;\n  letter-spacing: 0;\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  appearance: none;\n  background-color: #fff;\n  border: 1px solid #f4f4f4;\n  color: #141414;\n  outline: 0;\n}\n.aca-product-dropdown select {\n  padding-top: 0;\n  padding-bottom: 0;\n  background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.943 1.889l4.593 4.665a.65.65 0 0 0 .929 0l4.593-4.665a.674.674 0 0 0 0-.942.65.65 0 0 0-.928 0L5.998 5.138 1.868.945A.648.648 0 0 0 1.154.8a.665.665 0 0 0-.404.615c0 .179.07.348.193.473z' fill-rule='evenodd'/%3E%3C/svg%3E\");\n  background-position: right 10px center;\n  background-repeat: no-repeat;\n  background-size: 11px 6px;\n}\n.aca-product-button {\n  font-size: 0.75rem;\n  letter-spacing: 0.0625rem;\n  line-height: 1.25rem;\n  position: relative;\n  z-index: 0;\n  display: inline-block;\n  padding: 0;\n  font-weight: 500;\n  text-transform: uppercase;\n  background-color: transparent;\n  border: 0;\n  border-radius: 0;\n  color: #fff;\n  cursor: pointer;\n  overflow: hidden;\n  padding: 12px 30px;\n  background: #fff;\n  border: 1px solid #141414;\n  color: #141414;\n  transition: color 0.3s ease;\n  margin-top: auto;\n}\n@media (min-width: 1200px) {\n  .aca-product-button {\n    padding: 13px 10px;\n  }\n}\n@media (min-width: 768px) {\n  .aca-product-button:before {\n    z-index: 1;\n    background: #fff;\n    opacity: 0.08;\n  }\n  .aca-product-button:after,\n  .aca-product-button:before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 0;\n    left: 0;\n    width: calc(100% + 100px);\n    height: 100%;\n    transform: translateX(-100%) translateX(-50px) skew(-45deg);\n    transition: transform 0.3s ease;\n  }\n  .aca-product-button:after {\n    z-index: -1;\n    background: #141414;\n  }\n  .aca-product-button:not(.aca-product-out-of-stock-button):hover:before {\n    transform: translateX(-50%) translateX(-50px) skew(-45deg);\n    transition: transform 0.3s ease 0.2s;\n  }\n  .aca-product-button:not(.aca-product-out-of-stock-button):hover:after {\n    transform: translateX(0) translateX(-50px) skew(-45deg);\n    transition: transform 0.4s ease;\n  }\n  .aca-product-button:not(.aca-product-out-of-stock-button):hover {\n    color: #fff;\n  }\n}\n.aca-product-button.aca-product-out-of-stock-button {\n  cursor: not-allowed;\n  border: 1px solid #141414;\n  background-color: #FFFFFF;\n  color: #141414;\n  opacity: 0.2;\n}\n.aca-button-loader {\n  display: block;\n  border: 3px solid transparent;\n  border-radius: 50%;\n  border-top: 3px solid #FFFFFF;\n  width: 20px;\n  height: 20px;\n  background: transparent;\n  margin: 0 auto;\n  -webkit-animation: aca-loader 0.5s linear infinite;\n  animation: aca-loader 0.5s linear infinite;\n}\n@-webkit-keyframes aca-loader {\n  0% {\n    -webkit-transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(360deg);\n  }\n}\n@keyframes aca-loader {\n  0% {\n    transform: rotate(0deg);\n  }\n  100% {\n    transform: rotate(360deg);\n  }\n}\n.aca-button-tick {\n  display: block;\n  transform: rotate(45deg);\n  -webkit-transform: rotate(45deg);\n  height: 19px;\n  width: 9px;\n  margin: 0 auto;\n  border-bottom: 3px solid #141414;\n  border-right: 3px solid #141414;\n}\n.aca-product-button:not(.aca-product-out-of-stock-button):hover .aca-button-tick {\n  border-color: #FFF;\n}\n.aca-button-cross > svg {\n  width: 22px;\n  margin-bottom: -6px;\n}\n.aca-button-cross .button-cross-icon {\n  stroke: #FFFFFF;\n}\n#aca-bottom-close {\n  cursor: pointer;\n  text-align: center;\n  word-break: break-word;\n  color: #141414;\n}\n@media screen and (min-width: 951px) and (max-width: 1200px) {\n   #aca-products-container {\n    width: 95%;\n    padding: 20px 0;\n  }\n  #aca-products-container .aca-product {\n    margin: 20px 3%;\n    padding: 0;\n  }\n}\n@media screen and (min-width: 951px) and (max-width: 1024px) {\n  #aca-products-container .aca-product {\n    margin: 20px 2%;\n  }\n}\n@media screen and (max-width: 950px) {\n  #aca-products-container {\n    width: 95%;\n    padding: 0;\n  }\n  #aca-products-container .aca-product {\n    width: 45%;\n    max-width: 200px;\n    margin: 2.5%;\n  }\n}\n@media screen and (min-width: 602px) and (max-width: 950px) {\n  #aca-products-container .aca-product {\n    margin: 4%;\n  }\n}\n@media screen and (max-width: 767px) {\n  #aca-modal-wrapper {\n    width: 90%;\n  }\n}\n@media screen and (max-width: 576px) {\n  #aca-modal-container {\n    padding: 23px 0 0;\n  }\n  #aca-close-icon-container {\n    display: block;\n  }\n  #aca-bottom-close {\n    margin: 10px;\n  }\n  #aca-modal-headline {\n    margin: 10px 5%;\n  }\n  #aca-modal-subheadline {\n    margin: 0 0 5px 0;\n  }\n  .aca-product-image {\n    height: 100px;\n    margin: 0;\n  }\n  .aca-product-name, .aca-subscription-name, .aca-product-variant-name {\n    font-size: 12px;\n    margin: 5px 0;\n  }\n  .aca-product-dropdown select, .aca-product-button, .aca-subscription-label {\n    font-size: 12px;\n  }\n  .aca-product-dropdown {\n    height: 30px;\n    margin-bottom: 7px;\n  }\n  .aca-product-button {\n    min-height: 30px;\n    padding: 4px;\n    margin-bottom: 7px;\n  }\n  .aca-button-loader {\n    border: 2px solid transparent;\n    border-top: 2px solid #FFFFFF;\n    width: 12px;\n    height: 12px;\n  }\n  .aca-button-tick {\n    height: 12px;\n    width: 6px;\n    border-bottom: 2px solid #141414;\n    border-right: 2px solid #141414;\n  }\n  .aca-button-cross > svg {\n    width: 15px;\n    margin-bottom: -4px;\n  }\n  .aca-button-cross .button-cross-icon {\n    stroke: #FFFFFF;\n  }\n}\n","hasCustomizations":true,"addButtonText":"Aggiungi al carrello","dismissButtonText":"No, grazie","outOfStockButtonText":"Esaurito","imageUrl":null,"showProductLink":false,"subscriptionLabel":"Subscription Plan"},"notificationStyle":{"position":{"horizontal":"right","vertical":"bottom"},"backgroundColor":"#FFFFFF","borderRadius":null,"headerFontSize":null,"subHeaderFontSize":null,"padding":null,"fontFamily":null,"primaryColor":"#3A3A3A","duration":"3.0","cssStyles":"#aca-notifications-wrapper {\n  display: block;\n  right: 0;\n  bottom: 0;\n  position: fixed;\n  z-index: 99999999;\n  max-height: 100%;\n  overflow: auto;\n}\n.aca-notification-container {\n  display: flex;\n  flex-direction: row;\n  text-align: left;\n  font-size: 16px;\n  margin: 12px;\n  padding: 8px;\n  background-color: #FFFFFF;\n  width: fit-content;\n  box-shadow: rgb(170 170 170) 0px 0px 5px;\n  border-radius: 8px;\n  opacity: 0;\n  transition: opacity 0.4s ease-in-out;\n}\n.aca-notification-container .aca-notification-image {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 60px;\n  min-width: 60px;\n  height: 60px;\n  width: 60px;\n  background-color: #FFFFFF;\n  margin: 8px;\n}\n.aca-notification-image img {\n  display: block;\n  max-width: 100%;\n  max-height: 100%;\n  width: auto;\n  height: auto;\n  border-radius: 6px;\n  box-shadow: rgba(99, 115, 129, 0.29) 0px 0px 4px 1px;\n}\n.aca-notification-container .aca-notification-text {\n  flex-grow: 1;\n  margin: 8px;\n  max-width: 260px;\n}\n.aca-notification-heading {\n  font-size: 24px;\n  margin: 0 0 0.3em 0;\n  line-height: normal;\n  word-break: break-word;\n  line-height: 1.2;\n  max-height: 3.6em;\n  overflow: hidden;\n  color: #3A3A3A;\n}\n.aca-notification-subheading {\n  font-size: 18px;\n  margin: 0;\n  line-height: normal;\n  word-break: break-word;\n  line-height: 1.4;\n  max-height: 5.6em;\n  overflow: hidden;\n  color: #3A3A3A;\n}\n@media screen and (max-width: 450px) {\n  #aca-notifications-wrapper {\n    left: 0;\n    right: 0;\n  }\n  .aca-notification-container {\n    width: auto;\n  }\n.aca-notification-container .aca-notification-text {\n    max-width: none;\n  }\n}","hasCustomizations":false},"bannerStyle":{"position":{"horizontal":"right","vertical":"bottom"},"backgroundColor":"#FFFFFF","borderRadius":null,"padding":null,"headerFontSize":null,"subHeaderFontSize":null,"fontFamily":null,"primaryColor":"#000000","cssStyles":""},"reminderBannerStyle":{"position":{"horizontal":"right","vertical":"bottom"},"backgroundColor":"#FFFFFF","borderRadius":null,"padding":null,"headerFontSize":null,"subHeaderFontSize":null,"fontFamily":null,"primaryColor":"#000000","cssStyles":"","headerText":"Click here to reopen missed deals","subHeaderText":null,"showImage":false,"imageUrl":"https://cdn.506.io/eg/eg_notification_default_512x512.png","displayAfter":5,"closingMode":"doNotAutoClose","selfcloseAfter":5,"reshowBannerAfter":"everyNewSession"},"promoCodeMessageStyle":{"message":"Free gift added!"},"useLocalStorage":{"expiryMinutes":null,"enabled":false},"scriptSettings":{"branding":{"show":false,"removalRequestSent":null},"productPageRedirection":{"enabled":false,"products":[],"redirectionURL":"/"},"debugging":{"enabled":false,"enabledOn":null,"stringifyObj":false},"hideAlertsOnFrontend":false,"removeEGPropertyFromSplitActionLineItems":false,"fetchProductInfoFromSavedDomain":false,"enableBuyNowInterceptions":false,"removeProductsAddedFromExpiredRules":false,"reApplyValueBasedRulesInCart":false,"useFinalPrice":false,"useFinalPriceGetEntireCart":false,"hideGiftedPropertyText":false,"fetchCartDataBeforeRequest":false,"disableRedirectAfterFormSubmit":false,"customCSS":null,"delayUpdates":2000,"decodePayload":false},"accessToEnterprise":false,"checkoutExtensionManualVerification":false,"ignoreOtherAppLineItems":null,"customRedirectFromCart":null,"redirectPath":null,"contactEmailAddresses":[],"alertExcludeStoreOwner":false,"ajaxRedirectPath":null,"ignoreNonStandardCartRequests":false,"themePresetId":"0","applyRulesOnCheckout":false,"tagAddedToTheme":true,"tagAddedOn":null,"addedItemIdentifier":"_Gifted","autoReloadCartPage":false,"alert":false,"debugging":false,"fetchCartData":false,"showHiddenProducts":false,"disableReloadOnFailedAddition":false,"disableReapplyRules":false,"disabledConsoleAd":false,"allowSimultaneousRequests":false,"customVariantsInfoLifetimeMins":1440,"debuggingStringifyObj":false,"enableCartCtrlOverrides":true,"refreshAfterBannerClick":false},"isInstalled":true,"appVersion":"3.0","cartAnalytics":false,"defaultLocale":"it","shopDomain":"niococktails.es"}}