{"id":6315,"date":"2026-02-09T13:19:20","date_gmt":"2026-02-09T12:19:20","guid":{"rendered":"https:\/\/www.mainapanettoni.com\/products\/easter\/le-golosone\/colomba-gianduia\/"},"modified":"2026-02-14T23:37:51","modified_gmt":"2026-02-14T22:37:51","slug":"colomba-gianduia","status":"publish","type":"page","link":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/","title":{"rendered":"Colomba Gianduia"},"content":{"rendered":"<div id=\"cs-content\" class=\"cs-content\"><div class=\"x-section e6315-e1 m4vf-0 m4vf-1 m4vf-2\"><div class=\"x-row x-container max width e6315-e2 m4vf-6 m4vf-7 m4vf-8 m4vf-c m4vf-d\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e3 m4vf-l m4vf-m m4vf-n m4vf-o\"><div class=\"x-text x-content e6315-e5 m4vf-s m4vf-t m4vf-u m4vf-v m4vf-w m4vf-x m4vf-y frizquadrata\"><p>COLOMBA<br>GIANDUIA<\/p><\/div><div class=\"x-text x-content e6315-e6 m4vf-t m4vf-u m4vf-v m4vf-z m4vf-10 m4vf-11 m4vf-12\"><p><strong>An ultra sweet temptation.<\/strong><\/p>\n<div class=\"inner-right descrizione\">\n<p>Soft and crunchy at the same time, the emotion is double: moist naturally leavened dough filled with <strong>delicious Gianduia cream<\/strong>, crunchy and irresistible <strong>dark chocolate glaze enriched by hazelnut grains.<\/strong><\/p>\n<\/div><\/div><div class=\"x-text x-content e6315-e7 m4vf-s m4vf-t m4vf-u m4vf-12 m4vf-13 m4vf-14\"><p><strong>AVAILABLE SIZES<\/strong><\/p><\/div><div class=\"x-row x-container max width e6315-e8 m4vf-6 m4vf-8 m4vf-9 m4vf-e\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e9 m4vf-n m4vf-o\"><div class=\"x-text x-content e6315-e10 m4vf-s m4vf-t m4vf-u m4vf-v m4vf-12 m4vf-14 m4vf-15 weight-product\"><div style=\"border: 2px solid #ce171b; padding: 4px 12px 4px 12px; display: block; border-radius: 20px; float: left;\">750 g<\/div><\/div><\/div><\/div><\/div><span class=\"x-image e6315-e11 m4vf-1b vegetarian-logo\"><img decoding=\"async\" src=\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2025\/09\/vegetarian_eng-1.png\" width=\"175\" height=\"55\" alt=\"Image\" loading=\"lazy\"><\/span><\/div><div class=\"x-col e6315-e12 m4vf-n m4vf-o m4vf-p\"><span class=\"x-image e6315-e13 m4vf-1b m4vf-1c img-prod\"><img decoding=\"async\" src=\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png\" width=\"667\" height=\"666\" alt=\"Image\" loading=\"lazy\"><\/span><\/div><\/div><\/div><div class=\"x-row e6315-e14 m4vf-7 m4vf-8 m4vf-a m4vf-c m4vf-f\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><div class=\"x-row-inner\"><div class=\"x-col e6315-e15 m4vf-n m4vf-o\"><div class=\"fetta-maina-wrapper\" style=\"position:relative; background-image:url(https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/PODIOcolombaGOLOSONE_Gianduia.png);\"><div class=\"fetta-maina-infoboxes\"><\/div><\/div><script>\r\n  document.addEventListener(\"DOMContentLoaded\", function(){\r\n    function applyCoords(){\r\n      const isMobile = window.matchMedia(\"(max-width: 999px)\").matches;\r\n      document.querySelectorAll(\".fetta-maina-elemento\").forEach(function(el){\r\n        const x  = el.getAttribute(isMobile ? \"data-x-mob\" : \"data-x\");\r\n        const y  = el.getAttribute(isMobile ? \"data-y-mob\" : \"data-y\");\r\n        if (x && y) {\r\n          el.style.left = x;\r\n          el.style.top  = y;\r\n        }\r\n        el.classList.remove(\"align-left\",\"align-right\",\"is-mobile\");\r\n        if (isMobile) {\r\n          el.classList.add(\"is-mobile\");\r\n        } else {\r\n          const xNum = parseFloat(x);\r\n          if (xNum < 50) el.classList.add(\"align-left\");\r\n          else el.classList.add(\"align-right\");\r\n        }\r\n      });\r\n    }\r\n\r\n    applyCoords();\r\n    window.addEventListener(\"resize\", applyCoords);\r\n\r\n    function closeAll(){\r\n      document.querySelectorAll(\".info-box.active\").forEach(b => b.classList.remove(\"active\"));\r\n    }\r\n\r\nfunction openBoxFor(el){\r\n  const isMobile = el.classList.contains(\"is-mobile\");\r\n  const id = el.dataset.plus;\r\n  const box = document.getElementById(\"plus-\" + id);\r\n  if(!box) return;\r\n\r\n  \/\/ Chiudi gli altri\r\n  document.querySelectorAll(\".info-box.active\").forEach(b => b.classList.remove(\"active\"));\r\n\r\n  if (isMobile) {\r\n    \/\/ Mobile: centrato\r\n    box.style.left = \"50%\";\r\n    box.style.top  = \"50%\";\r\n    box.classList.add(\"active\");\r\n    return;\r\n  }\r\n\r\n  \/\/ --- DESKTOP: verso il centro ---\r\n  const wrapperEl = document.querySelector(\".fetta-maina-wrapper\");\r\n  const wRect = wrapperEl.getBoundingClientRect();\r\n  const eRect = el.getBoundingClientRect();\r\n\r\n  \/\/ centro pallino in %\r\n  const xPct = ((eRect.left + eRect.width\/2 - wRect.left) \/ wRect.width) * 100;\r\n  const yPct = ((eRect.top  + eRect.height\/2 - wRect.top ) \/ wRect.height) * 100;\r\n\r\n  \/\/ offset differenziato\r\n  const offsetLeftPx = 10; \/\/ pallini a sinistra \u2192 pi\u00f9 vicino\r\n  const offsetRightPx = 320; \/\/ pallini a destra \u2192 pi\u00f9 lontano\r\n  const offsetLeftPct  = (offsetLeftPx \/ wRect.width) * 100;\r\n  const offsetRightPct = (offsetRightPx \/ wRect.width) * 100;\r\n\r\n  \/\/ calcolo posizione\r\n  const leftPct = xPct < 50 ? (xPct + offsetLeftPct) : (xPct - offsetRightPct);\r\n  const topPct  = yPct;\r\n\r\n  box.style.left = leftPct + \"%\";\r\n  box.style.top  = topPct + \"%\";\r\n  box.classList.add(\"active\");\r\n}\r\n\r\n\/\/ --- Pulsante chiusura mobile ---\r\ndocument.addEventListener(\"click\", function(e){\r\n  if (e.target.classList.contains(\"close-box\")) {\r\n    const box = e.target.closest(\".info-box\");\r\n    if (box) box.classList.remove(\"active\");\r\n  }\r\n});\r\n\r\n    document.querySelectorAll(\".fetta-maina-elemento\").forEach(el=>{\r\n      el.addEventListener(\"click\", ()=>{ if (el.classList.contains(\"is-mobile\")) openBoxFor(el); });\r\n      el.addEventListener(\"mouseenter\", ()=>{ if (!el.classList.contains(\"is-mobile\")) openBoxFor(el); });\r\n      el.addEventListener(\"mouseleave\", ()=>{ if (!el.classList.contains(\"is-mobile\")) closeAll(); });\r\n    });\r\n\r\n    document.addEventListener(\"click\", e=>{\r\n      const active = document.querySelector(\".info-box.active\");\r\n      if(!active) return;\r\n      if(!e.target.closest(\".fetta-maina-elemento\") && !e.target.closest(\".info-box\")){\r\n        active.classList.remove(\"active\");\r\n      }\r\n    });\r\n  });\r\n  <\/script><style>\r\n  .fetta-maina-wrapper {\r\n    position: relative;\r\n    background-size: cover;\r\n    background-position: center;\r\n  }\r\n\r\n  .fetta-maina-elemento {\r\n    position: absolute;\r\n    transform: translate(-50%, -50%);\r\n    cursor: pointer;\r\n    z-index: 5;\r\n  }\r\n\r\n  .hotspot-title {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    white-space: nowrap;\r\n    cursor:pointer;\r\n    padding:4px 8px;\r\n    font-weight:bold;\r\n    text-transform: uppercase;\r\n    color: #6A4327;\r\n    font-family: \"frizquadrata\";\r\n    font-size: clamp(12px, 2vw, 20px);\r\n  }\r\n\r\n  .fetta-maina-elemento.align-left .hotspot-title {\r\n    right: 100%;\r\n    margin-right: 8px;\r\n    text-align: right;\r\n  }\r\n  .fetta-maina-elemento.align-right .hotspot-title {\r\n    left: 100%;\r\n    margin-left: 8px;\r\n    text-align: left;\r\n  }\r\n\r\n  .info-text{\r\n    padding: 0px 25px;\r\n  }\r\n\r\n  @media (max-width: 999px){\r\n    .hotspot-title { display: none; }\r\n    .fetta-maina-elemento.is-mobile::before {\r\n      content: \"\";\r\n      width: 30px;\r\n      height: 30px;\r\n      border-radius: 50%;\r\n      background: rgba(255,255,255,0.4);\r\n      border: 2px solid #fff;\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 50%;\r\n      transform: translate(-50%,-50%);\r\n      animation: pulse 1.5s infinite;\r\n      z-index: 10;\r\n    }\r\n    @keyframes pulse {\r\n      0% { transform: translate(-50%,-50%) scale(0.9); opacity: 0.7; }\r\n      50% { transform: translate(-50%,-50%) scale(1.2); opacity: 0.4; }\r\n      100% { transform: translate(-50%,-50%) scale(0.9); opacity: 0.7; }\r\n    }\r\n  }\r\n\r\n  .fetta-maina-infoboxes {\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: 9999;\r\n    pointer-events: none;\r\n  }\r\n\r\n  .info-box {\r\n    position: absolute;\r\n    width: 325px;\r\n    height: 413px;\r\n    background-size: contain !important;\r\n    background-repeat: no-repeat;\r\n    background-position: center;\r\n    color: #fff;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    justify-content: center;\r\n    text-align: center;\r\n    text-shadow: 2px 4px 10px #000;\r\n    border-radius: 50px;\r\n    opacity: 0;\r\n    pointer-events: none;\r\n    transform: translateY(-50%) scale(.95);\r\n    transition: opacity .2s ease, transform .2s ease;\r\n  }\r\n\r\n  .info-box.active {\r\n    opacity: 1;\r\n    transform: translateY(-50%) scale(1);\r\n    pointer-events: auto;\r\n  }\r\n\r\n  @media (max-width: 999px){\r\n    .info-box {\r\n      left: 50% !important;\r\n      top: 50% !important;\r\n      width: 228px;\r\n      height: 289px;\r\n      background-size: cover !important;\r\n      transform: translate(-50%, -50%) scale(.95);\r\n    }\r\n    .info-box.active { transform: translate(-50%, -50%) scale(1); }\r\n  }\r\n\r\n  .info-title {\r\n    font-weight: bold;\r\n    text-transform: uppercase;\r\n    margin-bottom: 10px;\r\n      padding: 0px 15px;\r\n  }\r\n\r\n  \/* --- Effetto respiro sugli infobox --- *\/\r\n\/* --- Effetto respiro solo su DESKTOP --- *\/\r\n.info-box {\r\n  opacity: 0;\r\n  pointer-events: none;\r\n  transform: translateY(-50%);\r\n  transition: opacity 0.3s ease;\r\n}\r\n  .info-box .close-box{\r\n    display: none;\r\n  }\r\n\r\n\/* Desktop: aggiungiamo lo zoom + easing morbido *\/\r\n@media (min-width: 1000px) {\r\n  .info-box {\r\n    transform: translateY(-50%) scale(0.92);\r\n    transition:\r\n      opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1),\r\n      transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);\r\n  }\r\n\r\n  .info-box.active {\r\n    opacity: 1;\r\n    transform: translateY(-50%) scale(1);\r\n    pointer-events: auto;\r\n  }\r\n}\r\n\r\n\r\n\/* Mobile: niente trasformazione per evitare \"spostamenti\" *\/\r\n@media (max-width: 999px) {\r\n  .info-box {\r\n    left: 50% !important;\r\n    top: 50% !important;\r\n    transform: translate(-50%, -50%);\r\n    opacity: 0;\r\n    transition: opacity 0.3s ease;\r\n  }\r\n  .info-box.active {\r\n    opacity: 1;\r\n    pointer-events: auto;\r\n  }\r\n\r\n}\r\n\/* --- Pulsante chiusura solo su mobile --- *\/\r\n@media (max-width: 999px) {\r\n  .info-box .close-box {\r\n    display: block;\r\n    position: absolute;\r\n    top: 6px;\r\n    right: 8px;\r\n    width: 28px;\r\n    height: 28px;\r\n    border: none;\r\n    border-radius: 50%;\r\n    background: rgba(0,0,0,0);\r\n    color: #fff;\r\n    font-size: 30px;\r\n    line-height: 28px;\r\n    text-align: center;\r\n    cursor: pointer;\r\n    z-index: 2000;\r\n    transition: background 0.2s ease;\r\n  }\r\n}\r\n\r\n.info-box {\r\n  background-size: cover !important;\r\n  background-position: center !important;\r\n  background-repeat: no-repeat !important;\r\n  background-color: rgba(90, 50, 10, 0.35); \/* filtro scuro morbido *\/\r\n  background-blend-mode: multiply;       \/* fonde il colore con l'immagine *\/\r\n  color: #fff;\r\n}\r\n  <\/style><\/div><\/div><\/div><\/div><div class=\"x-section e6315-e17 m4vf-0 m4vf-1 m4vf-3 m4vf-4\"><div class=\"x-row x-container max width e6315-e18 m4vf-6 m4vf-7 m4vf-8 m4vf-b m4vf-c m4vf-g\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e19 m4vf-l m4vf-n m4vf-o m4vf-q\"><div class=\"x-text x-content e6315-e20 m4vf-s m4vf-t m4vf-w m4vf-14 m4vf-16 m4vf-17 frizquadrata ingredienti-title\">INGREDIENTS &amp; NUTRITION DECLARATION<\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e6315-e21 m4vf-6 m4vf-7 m4vf-8 m4vf-c m4vf-h\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e22 m4vf-n m4vf-o\"><div class=\"x-text x-content e6315-e23 m4vf-t m4vf-u m4vf-v m4vf-10 m4vf-11 m4vf-12 m4vf-14 m4vf-18\"><p><strong>Colomba Gianduia flavouring cream-filled, covered with chocolate and hazelnuts grains.<\/strong><br><strong>Naturally leavened oven baked cake.<\/strong><\/p>\n<p><strong>INGREDIENTS: <\/strong><strong>wheat<\/strong> flour, Gianduja cream 15.5% (glucose-fructose syrup, water, sugar, dextrose, <strong>hazelnuts<\/strong> paste 9%, cocoa powder 5.7%, skimmed <strong>milk<\/strong> powder, alcohol, thickener: pectin; preserving agent: potassium sorbate; flavours), fresh <strong>eggs<\/strong>, sugar, chocolate 10.5% (cocoa mass, sugar, cocoa butter, <strong>butter<\/strong>, emulsifier: <strong>soya<\/strong> lecithin), <strong>butter<\/strong>, whole fresh pasteurized <strong>milk<\/strong>, natural yeast (<strong>wheat<\/strong> flour, water), <strong>hazelnuts<\/strong> grains 2.5%, emulsifier: mono-diglycerides of fatty acids; fructose, salt, beer yeast, flavours.<\/p>\n<p><strong>May contain other nuts and mustard.<\/strong><\/p><\/div><\/div><div class=\"x-col e6315-e24 m4vf-n m4vf-o\"><div class=\"x-text x-content e6315-e25 m4vf-t m4vf-u m4vf-v m4vf-10 m4vf-12 m4vf-14 m4vf-18 m4vf-19\"><b>Average value for 100 g<\/b><\/div><div class=\"x-text x-content e6315-e26 m4vf-t m4vf-u m4vf-v m4vf-10 m4vf-12 m4vf-14 m4vf-18 m4vf-19\"><table style=\"width: 100%; border-collapse: collapse;\">\n<tbody>\n<tr>\n<td style=\"padding: 8px 12px; font-weight: bold; background-color: #f7ede3; border: 0;\">ENERGY<\/td>\n<td style=\"padding: 8px 12px; background-color: #f7ede3; border: 0;\">1683 kJ | 402 kcal<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px 12px; font-weight: bold; background-color: #ffffff; border: 0;\">FAT<\/td>\n<td style=\"padding: 8px 12px; background-color: #ffffff; border: 0;\">19 g<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px 12px; background-color: #f7ede3; border: 0;\">of which saturates<\/td>\n<td style=\"padding: 8px 12px; background-color: #f7ede3; border: 0;\">10 g<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px 12px; font-weight: bold; background-color: #ffffff; border: 0;\">CARBOHYDRATE<\/td>\n<td style=\"padding: 8px 12px; background-color: #ffffff; border: 0;\">49 g<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px 12px; background-color: #f7ede3; border: 0;\">of which sugar<\/td>\n<td style=\"padding: 8px 12px; background-color: #f7ede3; border: 0;\">27 g<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px 12px; font-weight: bold; background-color: #ffffff; border: 0;\">PROTEINS<\/td>\n<td style=\"padding: 8px 12px; background-color: #ffffff; border: 0;\">7,4 g<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px 12px; font-weight: bold; background-color: #f7ede3; border: 0;\">SALT<\/td>\n<td style=\"padding: 8px 12px; background-color: #f7ede3; border: 0;\">0,33 g<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e6315-e27 m4vf-0 m4vf-3 m4vf-5\"><div class=\"x-row x-container max width e6315-e28 m4vf-6 m4vf-7 m4vf-8 m4vf-c m4vf-i\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e29 m4vf-n m4vf-o\"><div class=\"x-text x-content e6315-e30 m4vf-s m4vf-t m4vf-u m4vf-v m4vf-x m4vf-14 m4vf-17 m4vf-1a frizquadrata\"><p>LE GOLOSONE<\/p><\/div><a href=\"https:\/\/www.mainapanettoni.com\/prodotti\/la-pasqua\/\" class=\"x-text x-text-headline e6315-e31 m4vf-1d m4vf-1e frizquadrata\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><div class=\"x-text-content-text-primary\">Easter &gt;<\/div>\n<\/div><\/div><\/a><\/div><\/div><\/div><div class=\"x-row x-container max width e6315-e32 m4vf-6 m4vf-7 m4vf-8 m4vf-c m4vf-j\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e33 m4vf-n m4vf-o\"><\/div><\/div><\/div><div class=\"x-row x-container max width e6315-e35 m4vf-6 m4vf-7 m4vf-8 m4vf-c m4vf-k\"><div class=\"x-row-inner\"><div class=\"x-col e6315-e36 m4vf-n m4vf-r\"><a href=\"https:\/\/www.mainapanettoni.com\/prodotti\/la-pasqua\/le-golosone\/\" class=\"x-text x-text-headline e6315-e37 m4vf-1d m4vf-1f frizquadrata\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h3 class=\"x-text-content-text-primary\">Explore the entire range &gt;<\/h3>\n<\/div><\/div><\/a><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>COLOMBAGIANDUIAAn ultra sweet temptation. Soft and crunchy at the same time, the emotion is double: moist naturally leavened dough filled with delicious Gianduia cream, crunchy and irresistible dark chocolate glaze enriched by hazelnut grains. AVAILABLE SIZES750 gINGREDIENTS &amp; NUTRITION DECLARATIONColomba Gianduia flavouring cream-filled, covered with chocolate and hazelnuts grains.Naturally leavened oven baked cake. INGREDIENTS: wheat flour, Gianduja cream 15.5% (glucose-fructose &#8230;<\/p>\n","protected":false},"author":1,"featured_media":6301,"parent":6307,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-4.php","meta":{"footnotes":""},"class_list":["post-6315","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Colomba Gianduia - Maina Panettoni<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Colomba Gianduia - Maina Panettoni\" \/>\n<meta property=\"og:description\" content=\"COLOMBAGIANDUIAAn ultra sweet temptation. Soft and crunchy at the same time, the emotion is double: moist naturally leavened dough filled with delicious Gianduia cream, crunchy and irresistible dark chocolate glaze enriched by hazelnut grains. AVAILABLE SIZES750 gINGREDIENTS &amp; NUTRITION DECLARATIONColomba Gianduia flavouring cream-filled, covered with chocolate and hazelnuts grains.Naturally leavened oven baked cake. INGREDIENTS: wheat flour, Gianduja cream 15.5% (glucose-fructose ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/\" \/>\n<meta property=\"og:site_name\" content=\"Maina Panettoni\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mainapanettoni\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-14T22:37:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1334\" \/>\n\t<meta property=\"og:image:height\" content=\"1332\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/\",\"url\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/\",\"name\":\"Colomba Gianduia - Maina Panettoni\",\"isPartOf\":{\"@id\":\"https:\/\/www.mainapanettoni.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png\",\"datePublished\":\"2026-02-09T12:19:20+00:00\",\"dateModified\":\"2026-02-14T22:37:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#primaryimage\",\"url\":\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png\",\"contentUrl\":\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png\",\"width\":1334,\"height\":1332},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mainapanettoni.com\/en\/home-pasqua\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Products\",\"item\":\"https:\/\/www.mainapanettoni.com\/en\/products\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Easter\",\"item\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Le Golosone\",\"item\":\"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Colomba Gianduia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mainapanettoni.com\/#website\",\"url\":\"https:\/\/www.mainapanettoni.com\/\",\"name\":\"Maina Panettoni\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.mainapanettoni.com\/#organization\"},\"alternateName\":\"Maina\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mainapanettoni.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.mainapanettoni.com\/#organization\",\"name\":\"Maina Panettoni\",\"url\":\"https:\/\/www.mainapanettoni.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mainapanettoni.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2025\/05\/maina_logo_footer.png\",\"contentUrl\":\"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2025\/05\/maina_logo_footer.png\",\"width\":1280,\"height\":270,\"caption\":\"Maina Panettoni\"},\"image\":{\"@id\":\"https:\/\/www.mainapanettoni.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/mainapanettoni\",\"https:\/\/www.instagram.com\/mainapanettoni\/?hl=it\",\"https:\/\/www.youtube.com\/@MainaSpa\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Colomba Gianduia - Maina Panettoni","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/","og_locale":"en_US","og_type":"article","og_title":"Colomba Gianduia - Maina Panettoni","og_description":"COLOMBAGIANDUIAAn ultra sweet temptation. Soft and crunchy at the same time, the emotion is double: moist naturally leavened dough filled with delicious Gianduia cream, crunchy and irresistible dark chocolate glaze enriched by hazelnut grains. AVAILABLE SIZES750 gINGREDIENTS &amp; NUTRITION DECLARATIONColomba Gianduia flavouring cream-filled, covered with chocolate and hazelnuts grains.Naturally leavened oven baked cake. INGREDIENTS: wheat flour, Gianduja cream 15.5% (glucose-fructose ...","og_url":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/","og_site_name":"Maina Panettoni","article_publisher":"https:\/\/www.facebook.com\/mainapanettoni","article_modified_time":"2026-02-14T22:37:51+00:00","og_image":[{"width":1334,"height":1332,"url":"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/","url":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/","name":"Colomba Gianduia - Maina Panettoni","isPartOf":{"@id":"https:\/\/www.mainapanettoni.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#primaryimage"},"image":{"@id":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png","datePublished":"2026-02-09T12:19:20+00:00","dateModified":"2026-02-14T22:37:51+00:00","breadcrumb":{"@id":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#primaryimage","url":"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png","contentUrl":"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2026\/02\/LE-GOLOSONE_COLOMBA-GIANDUIA.png","width":1334,"height":1332},{"@type":"BreadcrumbList","@id":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/colomba-gianduia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mainapanettoni.com\/en\/home-pasqua\/"},{"@type":"ListItem","position":2,"name":"Products","item":"https:\/\/www.mainapanettoni.com\/en\/products\/"},{"@type":"ListItem","position":3,"name":"Easter","item":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/"},{"@type":"ListItem","position":4,"name":"Le Golosone","item":"https:\/\/www.mainapanettoni.com\/en\/products\/easter\/le-golosone\/"},{"@type":"ListItem","position":5,"name":"Colomba Gianduia"}]},{"@type":"WebSite","@id":"https:\/\/www.mainapanettoni.com\/#website","url":"https:\/\/www.mainapanettoni.com\/","name":"Maina Panettoni","description":"","publisher":{"@id":"https:\/\/www.mainapanettoni.com\/#organization"},"alternateName":"Maina","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mainapanettoni.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mainapanettoni.com\/#organization","name":"Maina Panettoni","url":"https:\/\/www.mainapanettoni.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mainapanettoni.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2025\/05\/maina_logo_footer.png","contentUrl":"https:\/\/www.mainapanettoni.com\/wp-content\/uploads\/2025\/05\/maina_logo_footer.png","width":1280,"height":270,"caption":"Maina Panettoni"},"image":{"@id":"https:\/\/www.mainapanettoni.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mainapanettoni","https:\/\/www.instagram.com\/mainapanettoni\/?hl=it","https:\/\/www.youtube.com\/@MainaSpa"]}]}},"_links":{"self":[{"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/pages\/6315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/comments?post=6315"}],"version-history":[{"count":1,"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/pages\/6315\/revisions"}],"predecessor-version":[{"id":6316,"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/pages\/6315\/revisions\/6316"}],"up":[{"embeddable":true,"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/pages\/6307"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/media\/6301"}],"wp:attachment":[{"href":"https:\/\/www.mainapanettoni.com\/en\/wp-json\/wp\/v2\/media?parent=6315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}