{"id":124,"date":"2026-07-09T11:58:50","date_gmt":"2026-07-09T11:58:50","guid":{"rendered":"https:\/\/www.casatamazzoni.com\/contatti\/"},"modified":"2026-08-22T20:22:41","modified_gmt":"2026-08-22T20:22:41","slug":"contatti","status":"publish","type":"page","link":"https:\/\/www.casatamazzoni.com\/en\/contatti\/","title":{"rendered":"Contatti"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-style-ext-preset--group--natural-1--section has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" id=\"contatti\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\">\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top is-image-fill-element is-style-ext-preset--media-text--natural-1--card-1 has-background is-style-ext-preset--media-text--natural-1--card-1--2\" style=\"background-color:#33333300;grid-template-columns:auto 48%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group alignwide has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-6e2b61ff wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--55);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--55);padding-left:var(--wp--preset--spacing--40)\">\n<style data-wp-block-html=\"css\">\n\/* --- STILI BLINDATI FORM --- *\/\n.dummy-form {\n  margin: 0 !important;\n  display: flex !important;\n  flex-direction: column !important;\n  gap: 1.5rem !important;\n  width: 100% !important;\n  overflow: visible !important;\n}\n.dummy-form-input {\n  display: block !important; \n  width: 100% !important;\n}\n.dummy-form-input__label {\n  display: flex !important;\n  flex-direction: column !important;\n  gap: 0.5em !important;\n  width: 100% !important;\n  font-size: inherit !important;\n  font-weight: inherit !important;\n}\n.dummy-form-input__label-content {\n  display: block !important;\n  width: 100% !important;\n  background-color: transparent !important;\n}\n.dummy-form .dummy-form-input__input {\n  border: 1px solid #ccc !important;\n  padding: 12px !important;\n  width: 100% !important;\n  background-color: #fdfaf4 !important;\n  color: #000 !important;\n  box-sizing: border-box !important;\n  font-size: 1rem !important;\n  max-width: 100% !important;\n}\n.dummy-form textarea.dummy-form-input__input {\n  resize: vertical !important;\n  min-height: 120px !important;\n}\n.dummy-form .wp-block-button {\n  margin-top: 0.5rem !important;\n}\n.dummy-form .wp-element-button {\n  padding: 12px 24px !important;\n  cursor: pointer !important;\n}\n.dummy-form-required-label {\n  color: #d63637 !important;\n  font-weight: normal !important;\n}\n\n\/* --- STILI BANNER A SCOMPARSA (TOAST) --- *\/\n#toast-banner {\n  visibility: hidden;\n  min-width: 250px;\n  background-color: #e59942;\n  color: #fff;\n  text-align: center;\n  border-radius: 4px;\n  padding: 16px;\n  position: fixed;\n  z-index: 99999;\n  left: 50%;\n  bottom: 30px;\n  transform: translateX(-50%);\n  opacity: 0;\n  transition: opacity 0.5s, visibility 0.5s;\n  font-family: inherit;\n  font-weight: bold;\n  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);\n}\n#toast-banner.show {\n  visibility: visible;\n  opacity: 1;\n}\n#toast-banner.error {\n  background-color: #d63637;\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('DOMContentLoaded', () => {\n    console.log('[INIT] Modulo e script AJAX caricati nel DOM.');\n    \n    const form = document.getElementById('contactForm');\n    const toast = document.getElementById('toast-banner');\n    \n    function showToast(message, isError = false) {\n        if (!toast) {\n            console.error('[ERROR] Elemento banner non trovato nel DOM!');\n            return;\n        }\n        \n        toast.innerText = message;\n        if (isError) {\n            toast.classList.add('error');\n        } else {\n            toast.classList.remove('error');\n        }\n        \n        toast.classList.add('show');\n        console.log(`[UI] Banner mostrato: \"${message}\"`);\n        \n        \/\/ Nascondi il banner dopo 3 secondi\n        setTimeout(() => {\n            toast.classList.remove('show');\n            console.log('[UI] Banner nascosto dopo 3 secondi.');\n        }, 3000);\n    }\n\n    if (form) {\n        form.addEventListener('submit', function(e) {\n            \/\/ Blocca il caricamento della pagina bianca\n            e.preventDefault();\n            console.log('[INFO] Sottomissione intercettata da JS (preventDefault attivo).');\n            \n            const formData = new FormData(this);\n            \n            console.log('[NET] Avvio richiesta fetch all\\'endpoint PHP...');\n            fetch(this.action, {\n                method: 'POST',\n                body: formData\n            })\n            .then(response => {\n                console.log('[NET] HTTP status ricevuto:', response.status);\n                return response.json();\n            })\n            .then(data => {\n                console.log('[NET] Risposta JSON dal server:', data);\n                if(data.status === 'success') {\n                    showToast(data.message, false);\n                    form.reset(); \/\/ Svuota i campi dopo l'invio\n                    console.log('[INFO] Modulo svuotato con successo.');\n                } else {\n                    showToast(data.message, true);\n                }\n            })\n            .catch(error => {\n                console.error('[ERROR] Errore critico durante la fetch:', error);\n                showToast('Errore di sistema. Controlla la console.', true);\n            });\n        });\n    } else {\n        console.warn('[WARN] Form #contactForm non trovato nel DOM.');\n    }\n});\n<\/script>\n\n<style>\n  \/* --- STILI BLINDATI FORM --- *\/\n  .dummy-form {\n    margin: 0 !important;\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 1.5rem !important;\n    width: 100% !important;\n    overflow: visible !important;\n  }\n  .dummy-form-input {\n    display: block !important; \n    width: 100% !important;\n  }\n  .dummy-form-input__label {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 0.5em !important;\n    width: 100% !important;\n    font-size: inherit !important;\n    font-weight: inherit !important;\n  }\n  .dummy-form-input__label-content {\n    display: block !important;\n    width: 100% !important;\n    background-color: transparent !important;\n  }\n  .dummy-form .dummy-form-input__input {\n    border: 1px solid #ccc !important;\n    padding: 12px !important;\n    width: 100% !important;\n    background-color: #fdfaf4 !important;\n    color: #000 !important;\n    box-sizing: border-box !important;\n    font-size: 1rem !important;\n    max-width: 100% !important;\n  }\n  .dummy-form textarea.dummy-form-input__input {\n    resize: vertical !important;\n    min-height: 120px !important;\n  }\n  .dummy-form .wp-block-button {\n    margin-top: 0.5rem !important;\n  }\n  .dummy-form .wp-element-button {\n    padding: 12px 24px !important;\n    cursor: pointer !important;\n  }\n  .dummy-form-required-label {\n    color: #d63637 !important;\n    font-weight: normal !important;\n  }\n\n  \/* --- STILI BANNER A SCOMPARSA (TOAST) --- *\/\n  #toast-banner {\n    visibility: hidden;\n    min-width: 250px;\n    background-color: #e59942;\n    color: #fff;\n    text-align: center;\n    border-radius: 4px;\n    padding: 16px;\n    position: fixed;\n    z-index: 99999;\n    left: 50%;\n    bottom: 30px;\n    transform: translateX(-50%);\n    opacity: 0;\n    transition: opacity 0.5s, visibility 0.5s;\n    font-family: inherit;\n    font-weight: bold;\n    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);\n  }\n  #toast-banner.show {\n    visibility: visible;\n    opacity: 1;\n  }\n  #toast-banner.error {\n    background-color: #d63637;\n  }\n<\/style>\n\n<!-- MODULO CONTATTI -->\n<form class=\"dummy-form\" method=\"POST\" action=\"\/invia-email.php\" id=\"contactForm\">\n  <div class=\"dummy-form-input\">\n    <label class=\"dummy-form-input__label\">\n      <span class=\"dummy-form-input__label-content\">Nome <span class=\"dummy-form-required-label\">*<\/span><\/span>\n      <input class=\"dummy-form-input__input\" type=\"text\" name=\"name\" required=\"\" aria-required=\"true\">\n    <\/label>\n  <\/div>\n  <div class=\"dummy-form-input\">\n    <label class=\"dummy-form-input__label\">\n      <span class=\"dummy-form-input__label-content\">Email <span class=\"dummy-form-required-label\">*<\/span><\/span>\n      <input class=\"dummy-form-input__input\" type=\"email\" name=\"email\" required=\"\" aria-required=\"true\">\n    <\/label>\n  <\/div>\n  <div class=\"dummy-form-input\">\n    <label class=\"dummy-form-input__label\">\n      <span class=\"dummy-form-input__label-content\">Oggetto della richiesta<\/span>\n      <input class=\"dummy-form-input__input\" type=\"text\" name=\"subject\" required=\"\" aria-required=\"true\">\n    <\/label>\n  <\/div>\n  <div class=\"dummy-form-input\">\n    <label class=\"dummy-form-input__label\">\n      <span class=\"dummy-form-input__label-content\">Messaggio <span class=\"dummy-form-required-label\">*<\/span><\/span>\n      <textarea class=\"dummy-form-input__input\" name=\"comment\" required=\"\" aria-required=\"true\" rows=\"4\"><\/textarea>\n    <\/label>\n  <\/div>\n  <div class=\"wp-block-button\">\n    <button type=\"submit\" class=\"wp-element-button is-style-ext-preset--button--natural-1--button-1\">Invia messaggio<\/button>\n  <\/div>\n<\/form>\n\n<!-- ELEMENTO BANNER NASCOSTO -->\n<div id=\"toast-banner\">Messaggio inviato!<\/div>\n\n<script>\n  console.log('[INIT] Script unificato caricato direttamente.');\n  \n  const form = document.getElementById('contactForm');\n  const toast = document.getElementById('toast-banner');\n  \n  function showToast(message, isError = false) {\n      if (!toast) return;\n      \n      toast.innerText = message;\n      if (isError) {\n          toast.classList.add('error');\n      } else {\n          toast.classList.remove('error');\n      }\n      \n      toast.classList.add('show');\n      console.log(`[UI] Banner mostrato: \"${message}\"`);\n      \n      setTimeout(() => {\n          toast.classList.remove('show');\n          console.log('[UI] Banner nascosto dopo 3 secondi.');\n      }, 3000);\n  }\n\n  if (form) {\n      form.addEventListener('submit', function(e) {\n          e.preventDefault(); \/\/ Blocca l'apertura della pagina bianca\n          console.log('[INFO] Invio intercettato da JS.');\n          \n          const formData = new FormData(this);\n          \n          fetch(this.action, {\n              method: 'POST',\n              body: formData\n          })\n          .then(response => response.json())\n          .then(data => {\n              console.log('[NET] Risposta ricevuta:', data);\n              if(data.status === 'success') {\n                  showToast(data.message, false);\n                  form.reset(); \n                  console.log('[INFO] Modulo azzerato.');\n              } else {\n                  showToast(data.message, true);\n              }\n          })\n          .catch(error => {\n              console.error('[ERROR] Errore di rete:', error);\n              showToast('Errore di sistema.', true);\n          });\n      });\n  } else {\n      console.error('[ERROR] Form non trovato nel DOM.');\n  }\n<\/script>\n<\/div>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"1440\" src=\"https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c.jpg\" alt=\"\" class=\"wp-image-41 size-full\" style=\"object-position:50% 50%\" srcset=\"https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c.jpg 960w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c-200x300.jpg 200w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c-683x1024.jpg 683w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c-768x1152.jpg 768w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c-8x12.jpg 8w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/0b28b6a4f475dcf49325e15d8bf82eb9c01c718c-600x900.jpg 600w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/figure><\/div>\n\n\n\n<p class=\"ext-animate--on wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-ext-preset--group--natural-1--section has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-a30e3532 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center ext-animate--on is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image is-style-ext-preset--image--natural-1--image-1--content-left is-style-ext-preset--image--natural-1--image-1--content-left--4\"><img loading=\"lazy\" decoding=\"async\" width=\"961\" height=\"1440\" src=\"https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664.jpg\" alt=\"\" class=\"wp-image-39\" style=\"aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664.jpg 961w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664-200x300.jpg 200w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664-683x1024.jpg 683w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664-768x1151.jpg 768w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664-8x12.jpg 8w, https:\/\/www.casatamazzoni.com\/wp-content\/uploads\/2026\/07\/244829fb710454d734bfbca86617ac15b63e2664-600x899.jpg 600w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch ext-animate--on is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group alignwide is-style-ext-preset--group--natural-1--item-card-1--align-start has-background-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-c4e57d0f wp-block-group-is-layout-flex is-style-ext-preset--group--natural-1--item-card-1--align-start--5\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-container-core-group-is-layout-9c77f7fc wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\">\n<p class=\"wp-block-paragraph\" style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);\">Hai bisogno di supporto o desideri maggiori informazioni sui nostri articoli? Contattaci facilmente compilando il form soprastante o scrivendoci direttamente alla nostra email dedicata. Il nostro team ti risponder\u00e0 nel pi\u00f9 breve tempo possibile per ogni tua esigenza.<\/p>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-1b5b9b8f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:24px\">\n<figure class=\"wp-block-image size-large wp-duotone-primary-foreground\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMjQsNDhIMzJhOCw4LDAsMCwwLTgsOFYxOTJhMTYsMTYsMCwwLDAsMTYsMTZIMjE2YTE2LDE2LDAsMCwwLDE2LTE2VjU2QTgsOCwwLDAsMCwyMjQsNDhaTTIwMy40Myw2NCwxMjgsMTMzLjE1LDUyLjU3LDY0Wk0yMTYsMTkySDQwVjc0LjE5bDgyLjU5LDc1LjcxYTgsOCwwLDAsMCwxMC44MiwwTDIxNiw3NC4xOVYxOTJaIj48L3BhdGg+PC9zdmc+\" alt=\"\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-1ff0f1e1 wp-block-column-is-layout-flow\">\n<p class=\"has-medium-font-size wp-block-paragraph\" style=\"font-style:normal;font-weight:500\">support@casatamazzoni.com<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-ext-preset--group--natural-1--section has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\">\n<figure class=\"wp-block-image aligncenter size-large ext-animate--on wp-duotone-f8f4ec-f8f4ec-7\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xNzMuNjYsOTguMzRhOCw4LDAsMCwxLDAsMTEuMzJsLTU2LDU2YTgsOCwwLDAsMS0xMS4zMiwwbC0yNC0yNGE4LDgsMCwwLDEsMTEuMzItMTEuMzJMMTEyLDE0OC42OWw1MC4zNC01MC4zNUE4LDgsMCwwLDEsMTczLjY2LDk4LjM0Wk0yMzIsMTI4QTEwNCwxMDQsMCwxLDEsMTI4LDI0LDEwNC4xMSwxMDQuMTEsMCwwLDEsMjMyLDEyOFptLTE2LDBhODgsODgsMCwxLDAtODgsODhBODguMSw4OC4xLDAsMCwwLDIxNiwxMjhaIj48L3BhdGg+PC9zdmc+\" alt=\"\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center ext-animate--on\" id=\"grazie-per-averci-contattato\">Grazie per averci contattato<\/h2>\n\n\n\n<p class=\"has-text-align-center ext-animate--on wp-block-paragraph\" style=\"margin-top:1.5rem\">Apprezziamo sinceramente il vostro interesse nei confronti di MazzoniHeraldry. Il vostro sostegno ci spinge a offrire gioielli di alta qualit\u00e0 che raccontano storie e identit\u00e0 medievali, instaurando un rapporto di fiducia duraturo.<\/p>\n\n\n\n<ul class=\"wp-block-social-links has-icon-color has-icon-background-color is-style-default ext-animate--on is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-cc6ae7ca wp-block-social-links-is-layout-flex\"><li style=\"color:#000000;background-color:#ffffff\" class=\"wp-social-link wp-social-link-linkedin has-foreground-color has-background-background-color wp-block-social-link\"><a href=\"https:\/\/www.linkedin.com\/in\/giovanni-mazzoni-3186801bb\/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn<\/span><\/a><\/li>\n\n<li style=\"color:#000000;background-color:#ffffff\" class=\"wp-social-link wp-social-link-instagram has-foreground-color has-background-background-color ext-animate--on wp-block-social-link\"><a href=\"https:\/\/www.instagram.com\/ser_mazzoni\/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram<\/span><\/a><\/li>\n\n<li style=\"color:#000000;background-color:#ffffff\" class=\"wp-social-link wp-social-link-tiktok has-foreground-color has-background-background-color ext-animate--on wp-block-social-link\"><a href=\"https:\/\/www.tiktok.com\/@mazzoniheraldry\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.708 0.027c1.745-0.027 3.48-0.011 5.213-0.027 0.105 2.041 0.839 4.12 2.333 5.563 1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-0.063-3.855-0.463-5.6-1.291-0.76-0.344-1.468-0.787-2.161-1.24-0.009 3.896 0.016 7.787-0.025 11.667-0.104 1.864-0.719 3.719-1.803 5.255-1.744 2.557-4.771 4.224-7.88 4.276-1.907 0.109-3.812-0.411-5.437-1.369-2.693-1.588-4.588-4.495-4.864-7.615-0.032-0.667-0.043-1.333-0.016-1.984 0.24-2.537 1.495-4.964 3.443-6.615 2.208-1.923 5.301-2.839 8.197-2.297 0.027 1.975-0.052 3.948-0.052 5.923-1.323-0.428-2.869-0.308-4.025 0.495-0.844 0.547-1.485 1.385-1.819 2.333-0.276 0.676-0.197 1.427-0.181 2.145 0.317 2.188 2.421 4.027 4.667 3.828 1.489-0.016 2.916-0.88 3.692-2.145 0.251-0.443 0.532-0.896 0.547-1.417 0.131-2.385 0.079-4.76 0.095-7.145 0.011-5.375-0.016-10.735 0.025-16.093z\" \/><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">TikTok<\/span><\/a><\/li>\n\n<li style=\"color:#000000;background-color:#ffffff\" class=\"wp-social-link wp-social-link-etsy has-foreground-color has-background-background-color ext-animate--on wp-block-social-link\"><a href=\"https:\/\/www.etsy.com\/shop\/MazzoniHeraldry\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9.16033,4.038c0-.27174.02717-.43478.48913-.43478h6.22283c1.087,0,1.68478.92391,2.11957,2.663l.35326,1.38587h1.05978C19.59511,3.712,19.75815,2,19.75815,2s-2.663.29891-4.23913.29891h-7.962L3.29076,2.163v1.1413L4.731,3.57609c1.00543.19022,1.25.40761,1.33152,1.33152,0,0,.08152,2.71739.08152,7.20109s-.08152,7.17391-.08152,7.17391c0,.81522-.32609,1.11413-1.33152,1.30435l-1.44022.27174V22l4.2663-.13587h7.11957c1.60326,0,5.32609.13587,5.32609.13587.08152-.97826.625-5.40761.70652-5.89674H19.7038L18.644,18.52174c-.84239,1.90217-2.06522,2.038-3.42391,2.038H11.1712c-1.3587,0-2.01087-.54348-2.01087-1.712V12.65217s3.0163,0,3.99457.08152c.76087.05435,1.22283.27174,1.46739,1.33152l.32609,1.413h1.16848l-.08152-3.55978.163-3.587H15.02989l-.38043,1.57609c-.24457,1.03261-.40761,1.22283-1.46739,1.33152-1.38587.13587-4.02174.1087-4.02174.1087Z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">Etsy<\/span><\/a><\/li>\n\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Nome * Email * Oggetto della richiesta Messaggio * Invia messaggio Messaggio inviato! Hai bisogno di supporto o desideri maggiori informazioni sui nostri articoli? Contattaci facilmente compilando il form soprastante o scrivendoci direttamente alla nostra email dedicata. Il nostro team ti risponder\u00e0 nel pi\u00f9 breve tempo possibile per ogni tua esigenza. support@casatamazzoni.com Grazie per averci [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-with-title","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-124","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/pages\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/comments?post=124"}],"version-history":[{"count":16,"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/pages\/124\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/pages\/124\/revisions\/369"}],"wp:attachment":[{"href":"https:\/\/www.casatamazzoni.com\/en\/wp-json\/wp\/v2\/media?parent=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}