{"id":968,"date":"2026-03-04T16:28:13","date_gmt":"2026-03-04T16:28:13","guid":{"rendered":"https:\/\/aerogum.com\/?page_id=968"},"modified":"2026-03-04T16:28:49","modified_gmt":"2026-03-04T16:28:49","slug":"test","status":"publish","type":"page","link":"https:\/\/aerogum.com\/el\/test\/","title":{"rendered":"Test"},"content":{"rendered":"<div>\n<div class=\"sticky-container-left\">\n    <a href=\"\/f-a-q\/\" uk-scroll><br \/>\n        <img decoding=\"async\" src=\"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-2.png\" \n             alt=\"FAQ Poppetje\" \n             class=\"sticky-img-left\"><br \/>\n    <\/a>\n<\/div>\n<style>\n\/* 1. DE GESPIEGELDE ANIMATIE (Komt van links) *\/\n@keyframes slideInFromLeft {\n    0% {\n        transform: translateX(-200%); \/* Start ver naar links buiten beeld *\/\n        opacity: 0;\n    }\n    60% {\n        transform: translateX(15%);   \/* Schiet iets te ver naar rechts *\/\n        opacity: 1;\n    }\n    80% {\n        transform: translateX(-5%);   \/* Corrigeert iets terug naar links *\/\n    }\n    100% {\n        transform: translateX(0);     \/* Eindpositie *\/\n        opacity: 1;\n    }\n}<\/p>\n<p>\/* 2. DE CONTAINER (LINKS) *\/\n.sticky-container-left {\n    position: fixed;\n    bottom: 30px;\n    left: 30px;       \/* DIT ZORGT DAT HIJ LINKS STAAT *\/\n    width: 200px;\n    z-index: 9999;<\/p>\n<p>    \/* Start onzichtbaar *\/\n    opacity: 0; <\/p>\n<p>    \/* De animatie instellingen *\/\n    animation-name: slideInFromLeft; \/* Verwijst naar de nieuwe animatie *\/\n    animation-duration: 1s;\n    animation-timing-function: ease-out;\n    animation-fill-mode: forwards;<\/p>\n<p>    \/* HIER ZIT DE VERTRAGING *\/\n    animation-delay: 500ms; \n}<\/p>\n<p>\/* 3. DE AFBEELDING *\/\n.sticky-img-left {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform 0.3s ease;\n}<\/p>\n<p>\/* 4. HOVER EFFECT *\/\n.sticky-img-left:hover {\n    transform: scale(1.1) rotate(5deg); \/* Draait de andere kant op voor variatie *\/\n    cursor: pointer;\n}<\/p>\n<p>\/* 5. MOBIEL VERBERGEN *\/\n@media (max-width: 640px) {\n    .sticky-container-left {\n        display: none !important;\n    }\n}\n<\/style>\n<\/div>\n<div>\n<h3>Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor!<\/h3>\n<\/div>\n<div>\n<p><span>With our\u00a0<\/span><b>AeroGum\u00ae<\/b><span>\u00a0Starter kit you have our\u00a0<\/span><b>AeroGum\u00ae<\/b><span>\u00a0<\/span><strong>Airstick<\/strong><span>\u00a0+ 1\u00a0<\/span><b>AeroGum\u00ae<\/b><span>\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor)<\/span><\/p>\n<\/div>\n<div>\n<div class=\"sticky-container\">\n    <a href=\"#watis\" uk-scroll><br \/>\n        <img decoding=\"async\" src=\"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/what-is.png\" \n             alt=\"Sticky poppetje\" \n             class=\"sticky-img\"><br \/>\n    <\/a>\n<\/div>\n<style>\n\/* 1. DE ANIMATIE *\/\n@keyframes slideInSmooth {\n    0% {\n        transform: translateX(200%);\n        opacity: 0;\n    }\n    60% {\n        transform: translateX(-15%);\n        opacity: 1;\n    }\n    80% {\n        transform: translateX(5%);\n    }\n    100% {\n        transform: translateX(0);\n        opacity: 1;\n    }\n}<\/p>\n<p>\/* 2. DE CONTAINER *\/\n.sticky-container {\n    position: fixed;\n    bottom: 30px;\n    right: 30px;\n    width: 200px;\n    z-index: 9999;<\/p>\n<p>    \/* Start onzichtbaar (belangrijk tijdens de vertraging!) *\/\n    opacity: 0; <\/p>\n<p>    \/* De animatie instellingen *\/\n    animation-name: slideInSmooth;\n    animation-duration: 1s;\n    animation-timing-function: ease-out;\n    animation-fill-mode: forwards;<\/p>\n<p>    \/* HIER ZIT DE VERTRAGING *\/\n    animation-delay: 500ms; \/* Wacht 500 milliseconden (0.5 sec) voor start *\/\n}<\/p>\n<p>\/* 3. DE AFBEELDING *\/\n.sticky-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform 0.3s ease;\n}<\/p>\n<p>\/* 4. HOVER EFFECT *\/\n.sticky-img:hover {\n    transform: scale(1.1) rotate(-5deg);\n    cursor: pointer;\n}<\/p>\n<p>\/* 5. MOBIEL VERBERGEN *\/\n@media (max-width: 640px) {\n    .sticky-container {\n        display: none !important;\n    }\n}\n<\/style>\n<\/div>\n<div>\n<div class=\"sticky-container-mobile-left\">\n    <a href=\"\/f-a-q\/\" uk-scroll><br \/>\n        <img decoding=\"async\" src=\"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-mobile.png\" \n             alt=\"FAQ Mobiel\" \n             class=\"sticky-img-mobile-left\"><br \/>\n    <\/a>\n<\/div>\n<style>\n\/* 1. DE BINNENKOMST ANIMATIE (Van LINKS) *\/\n@keyframes slideInFromLeftMobile {\n    0% { \n        transform: translateX(-200%); \n        opacity: 0; \n    }\n    60% { \n        transform: translateX(15%);   \n        opacity: 1; \n    }\n    80% { \n        transform: translateX(-5%);   \n    }\n    100% { \n        transform: translateX(0);     \n        opacity: 1; \n    }\n}<\/p>\n<p>\/* 2. DE SPEELSE WIEBEL ANIMATIE (Speciaal voor LINKS) *\/\n@keyframes playfulWiggleLeft {\n    0%   { transform: scale(1) rotate(0deg); }\n    25%  { transform: scale(1.1) rotate(5deg); }  \/* Eerst naar RECHTS (naar binnen) *\/\n    50%  { transform: scale(1.1) rotate(-5deg); } \/* Dan naar LINKS *\/\n    75%  { transform: scale(1.1) rotate(5deg); }  \/* Weer naar RECHTS *\/\n    100% { transform: scale(1) rotate(0deg); }    \/* Terug *\/\n}<\/p>\n<p>\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\/\n.sticky-container-mobile-left {\n    display: none; \n}<\/p>\n<p>\/* 4. DE AFBEELDING STIJLEN *\/\n.sticky-img-mobile-left {\n    width: 90%;\n    height: auto;\n    display: block;\n    transition: transform 0.2s ease;\n}<\/p>\n<p>\/* HIER ZIT DE HOVER ANIMATIE *\/\n.sticky-img-mobile-left:hover {\n    \/* Speelt de linker-variant van de wiebel af *\/\n    animation: playfulWiggleLeft 0.5s ease-in-out;\n    cursor: pointer;\n}<\/p>\n<p>\/* HIER ZIT HET KLIK EFFECT *\/\n.sticky-img-mobile-left:active {\n     \/* Krimpt kort bij aanraking *\/\n    transform: scale(0.9);\n    transition: transform 0.1s;\n}<\/p>\n<p>\/* =========================================\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\n   ========================================= *\/\n@media (max-width: 640px) {<\/p>\n<p>    .sticky-container-mobile-left {\n        display: block !important;<\/p>\n<p>        position: fixed;\n        bottom: 15px; \n        left: 15px;        \/* LINKS *\/<\/p>\n<p>        width: 130px; \n        z-index: 9999;<\/p>\n<p>        opacity: 0; <\/p>\n<p>        \/* De binnenkomst animatie *\/\n        animation-name: slideInFromLeftMobile; \n        animation-duration: 1s;\n        animation-timing-function: ease-out;\n        animation-fill-mode: forwards;\n        animation-delay: 500ms; \n    }\n}\n<\/style>\n<\/div>\n<h1>\n<p>AeroGum\u00ae Starter kit<\/p>\n<\/h1>\n<div>\n<div class=\"sticky-container-mobile\">\n    <a href=\"#watis\" uk-scroll><br \/>\n        <img decoding=\"async\" src=\"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/what-is-mobile.png\" \n             alt=\"Mobiele knop\" \n             class=\"sticky-img-mobile\"><br \/>\n    <\/a>\n<\/div>\n<style>\n\/* 1. DE BINNENKOMST ANIMATIE (De container schuift in beeld) *\/\n@keyframes slideInSmoothMobile {\n    0% { transform: translateX(200%); opacity: 0; }\n    60% { transform: translateX(-15%); opacity: 1; }\n    80% { transform: translateX(5%); }\n    100% { transform: translateX(0); opacity: 1; }\n}<\/p>\n<p>\/* 2. DE SPEELSE WIEBEL ANIMATIE (Voor de hover) *\/\n@keyframes playfulWiggle {\n    0%   { transform: scale(1) rotate(0deg); }\n    25%  { transform: scale(1.1) rotate(-5deg); } \/* Iets groter en naar links *\/\n    50%  { transform: scale(1.1) rotate(5deg); }  \/* Naar rechts *\/\n    75%  { transform: scale(1.1) rotate(-5deg); } \/* Weer naar links *\/\n    100% { transform: scale(1) rotate(0deg); }    \/* Terug naar normaal *\/\n}<\/p>\n<p>\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\/\n.sticky-container-mobile {\n    display: none; \n}<\/p>\n<p>\/* 4. DE AFBEELDING STIJLEN *\/\n.sticky-img-mobile {\n    width: 90%;\n    height: auto;\n    display: block;\n    \/* Zorg dat de transitie soepel is voor normale veranderingen *\/\n    transition: transform 0.2s ease;\n}<\/p>\n<p>\/* HIER ZIT DE NIEUWE ACTIE: HOVER EFFECT *\/\n.sticky-img-mobile:hover {\n    \/* Voert de wiebel-animatie uit in 0.5 seconden *\/\n    animation: playfulWiggle 0.5s ease-in-out;\n    cursor: pointer;\n}<\/p>\n<p>\/* HIER ZIT DE KLIK ACTIE (ACTIVE) *\/\n.sticky-img-mobile:active {\n    \/* Als je echt klikt\/tapt, krimpt hij kort voor een \"klik-gevoel\" *\/\n    transform: scale(0.9);\n    transition: transform 0.1s;\n}<\/p>\n<p>\/* =========================================\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\n   ========================================= *\/\n@media (max-width: 640px) {\n    .sticky-container-mobile {\n        display: block !important;\n        position: fixed;\n        bottom: 15px; \n        right: 15px;\n        width: 130px; \n        z-index: 9999;<\/p>\n<p>        opacity: 0; <\/p>\n<p>        animation-name: slideInSmoothMobile;\n        animation-duration: 1s;\n        animation-timing-function: ease-out;\n        animation-fill-mode: forwards;\n        animation-delay: 500ms; \n    }\n}\n<\/style>\n<\/div>\n<p><a href=\"\/product\/coolie-yoolie\/\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/starterskits-coolie.jpg\" alt=\"\"><\/a><\/p>\n<p><p>\n        <a href=\"\/product\/coolie-yoolie\/\">Order now<\/a>\n    <\/p>\n<\/p>\n<div><\/div>\n<h1>AeroGum\u00ae flavor cartridges<\/h1>\n<div>\n<p><span>(these are the interchangeable flavor cartridges that you use with the\u00a0<\/span><strong>AeroGum\u00ae Airstick<\/strong><span>\u00a0from our\u00a0<\/span><span><a href=\"\/shop\/starterspakket\/coolie-yoolie\/\"><strong>starter kit<\/strong><\/a><\/span><span>)<\/span><\/p>\n<\/div>\n<div>\n<\/div>\n<h1>Treat yourself to our Combi Deal!<\/h1>\n<div>\n<p>With our Combi Deal you have an <b>AeroGum\u00ae<\/b> Starter Kit + 1 <b>AeroGum\u00ae<\/b> Crazy Energy Flavor Cartridge (Energy Drink flavor) + 1 <b>AeroGum\u00ae<\/b> Crazy Vanilla Flavor Cartridge (Vanilla flavor)<\/p>\n<\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/combi-pakket.jpg\" alt=\"\"><\/p>\n<p><p>\n        Order now    <\/p>\n<\/p>\n<h1>Combi Deal Price: \u20ac 32,00<br class=\"uk-hidden@m\" \/>(Normal price: \u20ac 35,97)<\/h1>\n<h1>#AEROGUMMING<\/h1>\n<h1>What is the AeroGum\u00ae Airstick?<\/h1>\n<div>\n<p data-start=\"228\" data-end=\"332\">The <strong>AeroGum\u00ae<\/strong> Airstick is a passive airflow device that lets you enjoy a unique oral flavor experience.<\/p>\n<p data-start=\"334\" data-end=\"549\">Using the <strong>AeroGum\u00ae<\/strong> Airstick is simple: just draw air through the mouthpiece, which passes through the stylish device and its specially designed AeroGum\u00ae flavor cartridge*. <br \/>The result is a subtle, enjoyable taste sensation.<\/p>\n<p data-start=\"551\" data-end=\"649\">The<strong> AeroGum\u00ae<\/strong> Airstick is an innovative product that allows you to have fun in a playful, modern, and refreshing way.<\/p>\n<p data-start=\"651\" data-end=\"762\">What makes it truly unique? <br \/>It works entirely on air: no smoke, no tobacco, no nicotine, and no electronics.<\/p>\n<\/div>\n<ul>\n<li>\n<p>\n        <a href=\"\/shop\">Order now<\/a>\n    <\/p>\n<\/li>\n<li>\n<p>\n        <a href=\"\/f-a-q\/\">F.A.Q.<\/a>\n    <\/p>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/prod_coolie-yoolie.jpg\" alt=\"\"><\/p>\n<h1>What makes the AeroGum\u00ae Airstick so special?<\/h1>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/cartridges.jpg\" alt=\"\"><\/p>\n<div>* Our flavor cartridges contain only food-grade ingredients and are carefully tested for quality by independent laboratories.<\/div>\n<div>\n<div class=\"uk-panel uk-margin\" data-id=\"page#2-1-1-0\" data-element=\"\">\n<ul>\n<li data-start=\"244\" data-end=\"262\">100% airflow\n<\/li>\n<li data-start=\"264\" data-end=\"352\">\n<p data-start=\"266\" data-end=\"352\">Enjoy a fresh, tasty sensation with a variety of interchangeable flavor cartridges*.<\/p>\n<\/li>\n<li data-start=\"353\" data-end=\"435\">\n<p data-start=\"355\" data-end=\"435\">Compact and stylish, designed purely for fun, oral enjoyment, and relaxation.<\/p>\n<\/li>\n<li data-start=\"436\" data-end=\"521\">\n<p data-start=\"438\" data-end=\"521\">Unique magnetic click system makes it easy to insert and swap flavor cartridges*.<\/p>\n<\/li>\n<li data-start=\"522\" data-end=\"567\">\n<p data-start=\"524\" data-end=\"567\">No batteries, no electronics, no heating.<\/p>\n<\/li>\n<li data-start=\"568\" data-end=\"606\">\n<p data-start=\"570\" data-end=\"606\">No tobacco, no nicotine, no smoke.<\/p>\n<\/li>\n<li data-start=\"608\" data-end=\"763\"><strong data-start=\"608\" data-end=\"617\">Note:<\/strong> The AeroGum\u00ae Airstick is a completely new type of lifestyle accessory, it&#8217;s all about flavor, sensory enjoyment, and playful moments. Just for fun!\n<\/li>\n<li data-start=\"765\" data-end=\"837\"><strong data-start=\"765\" data-end=\"779\">Important:<\/strong> The AeroGum\u00ae Airstick is not a vape or tobacco product.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<ul>\n<li>\n<p>\n        <a href=\"\/shop\/\">Order now<\/a>\n    <\/p>\n<\/li>\n<li>\n<p>\n        <a href=\"\/f-a-q\/\">F.A.Q.<\/a>\n    <\/p>\n<\/li>\n<\/ul>\n<ul>\n<li>\n<h3>\u201cIt&#8217;s a fun lifestyle gadget for anytime!\u201d<\/h3>\n<\/li>\n<li>\n<h3>&#8220;All our flavors are unique and developed with care and passion.&#8221;<\/h3>\n<\/li>\n<li>\n<h3>&#8220;Try them all!&#8221;<\/h3>\n<\/li>\n<\/ul>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"animation\":\"fade\",\"animation_delay\":\"200\",\"header_transparent\":true,\"header_transparent_noplaceholder\":false,\"image\":\"wp-content\\\/uploads\\\/2025\\\/12\\\/bubbles5.png\",\"image_effect\":\"parallax\",\"image_parallax_bgy\":\"-340 100%\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay\":\"rgba(255, 255, 255, 0)\",\"media_overlay_parallax_opacity\":\"0.9 0%,0.75 100%\",\"preserve_color\":false,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<div class=\\\"sticky-container-left\\\">\\n    <a href=\\\"\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\\\" \\n             alt=\\\"FAQ Poppetje\\\" \\n             class=\\\"sticky-img-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE GESPIEGELDE ANIMATIE (Komt van links) *\\\/\\n@keyframes slideInFromLeft {\\n    0% {\\n        transform: translateX(-200%); \\\/* Start ver naar links buiten beeld *\\\/\\n        opacity: 0;\\n    }\\n    60% {\\n        transform: translateX(15%);   \\\/* Schiet iets te ver naar rechts *\\\/\\n        opacity: 1;\\n    }\\n    80% {\\n        transform: translateX(-5%);   \\\/* Corrigeert iets terug naar links *\\\/\\n    }\\n    100% {\\n        transform: translateX(0);     \\\/* Eindpositie *\\\/\\n        opacity: 1;\\n    }\\n}\\n\\n\\\/* 2. DE CONTAINER (LINKS) *\\\/\\n.sticky-container-left {\\n    position: fixed;\\n    bottom: 30px;\\n    left: 30px;       \\\/* DIT ZORGT DAT HIJ LINKS STAAT *\\\/\\n    width: 200px;\\n    z-index: 9999;\\n    \\n    \\\/* Start onzichtbaar *\\\/\\n    opacity: 0; \\n    \\n    \\\/* De animatie instellingen *\\\/\\n    animation-name: slideInFromLeft; \\\/* Verwijst naar de nieuwe animatie *\\\/\\n    animation-duration: 1s;\\n    animation-timing-function: ease-out;\\n    animation-fill-mode: forwards;\\n    \\n    \\\/* HIER ZIT DE VERTRAGING *\\\/\\n    animation-delay: 500ms; \\n}\\n\\n\\\/* 3. DE AFBEELDING *\\\/\\n.sticky-img-left {\\n    width: 100%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.3s ease;\\n}\\n\\n\\\/* 4. HOVER EFFECT *\\\/\\n.sticky-img-left:hover {\\n    transform: scale(1.1) rotate(5deg); \\\/* Draait de andere kant op voor variatie *\\\/\\n    cursor: pointer;\\n}\\n\\n\\\/* 5. MOBIEL VERBERGEN *\\\/\\n@media (max-width: 640px) {\\n    .sticky-container-left {\\n        display: none !important;\\n    }\\n}\\n<\\\/style>\",\"content_de_de\":\"\n\n<div class=\\\"sticky-container-left\\\">\\n    <a href=\\\"\\\/de\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\\\" \\n             alt=\\\"FAQ Poppetje\\\" \\n             class=\\\"sticky-img-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE GESPIEGELDE ANIMATIE (Komt van links) *\\\/\\n@keyframes slideInFromLeft {\\n    0% {\\n        transform: translateX(-200%); \\\/* Start ver naar links buiten beeld *\\\/\\n        opacity: 0;\\n    }\\n    60% {\\n        transform: translateX(15%);   \\\/* Schiet iets te ver naar rechts *\\\/\\n        opacity: 1;\\n    }\\n    80% {\\n        transform: translateX(-5%);   \\\/* Corrigeert iets terug naar links *\\\/\\n    }\\n    100% {\\n        transform: translateX(0);     \\\/* Eindpositie *\\\/\\n        opacity: 1;\\n    }\\n}\\n\\n\\\/* 2. DE CONTAINER (LINKS) *\\\/\\n.sticky-container-left {\\n    position: fixed;\\n    bottom: 30px;\\n    left: 30px;       \\\/* DIT ZORGT DAT HIJ LINKS STAAT *\\\/\\n    width: 200px;\\n    z-index: 9999;\\n    \\n    \\\/* Start onzichtbaar *\\\/\\n    opacity: 0; \\n    \\n    \\\/* De animatie instellingen *\\\/\\n    animation-name: slideInFromLeft; \\\/* Verwijst naar de nieuwe animatie *\\\/\\n    animation-duration: 1s;\\n    animation-timing-function: ease-out;\\n    animation-fill-mode: forwards;\\n    \\n    \\\/* HIER ZIT DE VERTRAGING *\\\/\\n    animation-delay: 500ms; \\n}\\n\\n\\\/* 3. DE AFBEELDING *\\\/\\n.sticky-img-left {\\n    width: 100%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.3s ease;\\n}\\n\\n\\\/* 4. HOVER EFFECT *\\\/\\n.sticky-img-left:hover {\\n    transform: scale(1.1) rotate(5deg); \\\/* Draait de andere kant op voor variatie *\\\/\\n    cursor: pointer;\\n}\\n\\n\\\/* 5. MOBIEL VERBERGEN *\\\/\\n@media (max-width: 640px) {\\n    .sticky-container-left {\\n        display: none !important;\\n    }\\n}\\n<\\\/style>\",\"content_el\":\"\n\n<div class=\\\"sticky-container-left\\\">\\n    <a href=\\\"\\\/el\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\\\" \\n             alt=\\\"FAQ Poppetje\\\" \\n             class=\\\"sticky-img-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE GESPIEGELDE ANIMATIE (Komt van links) *\\\/\\n@keyframes slideInFromLeft {\\n    0% {\\n        transform: translateX(-200%); \\\/* Start ver naar links buiten beeld *\\\/\\n        opacity: 0;\\n    }\\n    60% {\\n        transform: translateX(15%);   \\\/* Schiet iets te ver naar rechts *\\\/\\n        opacity: 1;\\n    }\\n    80% {\\n        transform: translateX(-5%);   \\\/* Corrigeert iets terug naar links *\\\/\\n    }\\n    100% {\\n        transform: translateX(0);     \\\/* Eindpositie *\\\/\\n        opacity: 1;\\n    }\\n}\\n\\n\\\/* 2. DE CONTAINER (LINKS) *\\\/\\n.sticky-container-left {\\n    position: fixed;\\n    bottom: 30px;\\n    left: 30px;       \\\/* DIT ZORGT DAT HIJ LINKS STAAT *\\\/\\n    width: 200px;\\n    z-index: 9999;\\n    \\n    \\\/* Start onzichtbaar *\\\/\\n    opacity: 0; \\n    \\n    \\\/* De animatie instellingen *\\\/\\n    animation-name: slideInFromLeft; \\\/* Verwijst naar de nieuwe animatie *\\\/\\n    animation-duration: 1s;\\n    animation-timing-function: ease-out;\\n    animation-fill-mode: forwards;\\n    \\n    \\\/* HIER ZIT DE VERTRAGING *\\\/\\n    animation-delay: 500ms; \\n}\\n\\n\\\/* 3. DE AFBEELDING *\\\/\\n.sticky-img-left {\\n    width: 100%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.3s ease;\\n}\\n\\n\\\/* 4. HOVER EFFECT *\\\/\\n.sticky-img-left:hover {\\n    transform: scale(1.1) rotate(5deg); \\\/* Draait de andere kant op voor variatie *\\\/\\n    cursor: pointer;\\n}\\n\\n\\\/* 5. MOBIEL VERBERGEN *\\\/\\n@media (max-width: 640px) {\\n    .sticky-container-left {\\n        display: none !important;\\n    }\\n}\\n<\\\/style>\",\"content_nl_nl\":\"\n\n<div class=\\\"sticky-container-left\\\">\\n    <a href=\\\"\\\/nl\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\\\" \\n             alt=\\\"FAQ Poppetje\\\" \\n             class=\\\"sticky-img-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE GESPIEGELDE ANIMATIE (Komt van links) *\\\/\\n@keyframes slideInFromLeft {\\n    0% {\\n        transform: translateX(-200%); \\\/* Start ver naar links buiten beeld *\\\/\\n        opacity: 0;\\n    }\\n    60% {\\n        transform: translateX(15%);   \\\/* Schiet iets te ver naar rechts *\\\/\\n        opacity: 1;\\n    }\\n    80% {\\n        transform: translateX(-5%);   \\\/* Corrigeert iets terug naar links *\\\/\\n    }\\n    100% {\\n        transform: translateX(0);     \\\/* Eindpositie *\\\/\\n        opacity: 1;\\n    }\\n}\\n\\n\\\/* 2. DE CONTAINER (LINKS) *\\\/\\n.sticky-container-left {\\n    position: fixed;\\n    bottom: 30px;\\n    left: 30px;       \\\/* DIT ZORGT DAT HIJ LINKS STAAT *\\\/\\n    width: 200px;\\n    z-index: 9999;\\n    \\n    \\\/* Start onzichtbaar *\\\/\\n    opacity: 0; \\n    \\n    \\\/* De animatie instellingen *\\\/\\n    animation-name: slideInFromLeft; \\\/* Verwijst naar de nieuwe animatie *\\\/\\n    animation-duration: 1s;\\n    animation-timing-function: ease-out;\\n    animation-fill-mode: forwards;\\n    \\n    \\\/* HIER ZIT DE VERTRAGING *\\\/\\n    animation-delay: 500ms; \\n}\\n\\n\\\/* 3. DE AFBEELDING *\\\/\\n.sticky-img-left {\\n    width: 100%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.3s ease;\\n}\\n\\n\\\/* 4. HOVER EFFECT *\\\/\\n.sticky-img-left:hover {\\n    transform: scale(1.1) rotate(5deg); \\\/* Draait de andere kant op voor variatie *\\\/\\n    cursor: pointer;\\n}\\n\\n\\\/* 5. MOBIEL VERBERGEN *\\\/\\n@media (max-width: 640px) {\\n    .sticky-container-left {\\n        display: none !important;\\n    }\\n}\\n<\\\/style>\",\"margin\":\"default\"},\"name\":\"Poppetje links\"},{\"type\":\"alert\",\"props\":{\"content\":\"\",\"text_align\":\"center\",\"title\":\"Discover a whole new way of enjoying: The AeroGum\\u00ae Airstick: Air with flavor!\",\"title_de_de\":\"Entdecken Sie eine v\\u00f6llig neue Art des Genie\\u00dfens: Der AeroGum\\u00ae Airstick: Luft mit Geschmack!\",\"title_el\":\"\\u0391\\u03bd\\u03b1\\u03ba\\u03b1\\u03bb\\u03cd\\u03c8\\u03c4\\u03b5 \\u03ad\\u03bd\\u03b1\\u03bd \\u03b5\\u03bd\\u03c4\\u03b5\\u03bb\\u03ce\\u03c2 \\u03bd\\u03ad\\u03bf \\u03c4\\u03c1\\u03cc\\u03c0\\u03bf \\u03b1\\u03c0\\u03cc\\u03bb\\u03b1\\u03c5\\u03c3\\u03b7\\u03c2: \\u03a4\\u03bf AeroGum\\u00ae Airstick: \\u0391\\u03ad\\u03c1\\u03b1\\u03c2 \\u03bc\\u03b5 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7!\",\"title_element\":\"h3\",\"title_nl_nl\":\"Ontdek een compleet nieuwe manier van genieten: De AeroGum\\u00ae Airstick: Lucht met een smaakje!\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p><span>With our\\u00a0<\\\/span><b>AeroGum\\u00ae<\\\/b><span>\\u00a0Starter kit you have our\\u00a0<\\\/span><b>AeroGum\\u00ae<\\\/b><span>\\u00a0<\\\/span><strong>Airstick<\\\/strong><span>\\u00a0+ 1\\u00a0<\\\/span><b>AeroGum\\u00ae<\\\/b><span>\\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor)<\\\/span><\\\/p>\",\"content_de_de\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">Mit dem AeroGum\\u00ae Starterset erhalten Sie den AeroGum\\u00ae Airstick und eine AeroGum\\u00ae\\u00a0 Coolie Yoolie Geschmackskartusche (Geschmack: Minze)<\\\/span><\\\/p>\",\"content_el\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">\\u03a4\\u03bf AeroGum\\u00ae\\u00a0 \\u0391\\u03c1\\u03c7\\u03b9\\u03ba\\u03cc \\u03a3\\u03b5\\u03c4 \\u03c0\\u03b5\\u03c1\\u03b9\\u03ad\\u03c7\\u03b5\\u03b9 \\u03c4\\u03b7 \\u03c3\\u03c5\\u03c3\\u03ba\\u03b5\\u03c5\\u03ae AeroGum\\u00ae\\u00a0 AIRSTICK \\u03ba\\u03b1\\u03b9 \\u03bc\\u03b9\\u03b1 \\u03ba\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b1 AeroGum\\u00ae \\u00a0 \\u03ba\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b1 Coolie Yoolie (\\u03b3\\u03b5\\u03cd\\u03c3\\u03b7 \\u03b4\\u03c5\\u03cc\\u03c3\\u03bc\\u03bf\\u03c5)<\\\/span><\\\/p>\",\"content_nl_nl\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">Met de AeroGum\\u00ae\\u00a0 Starterskit krijg je een AeroGum\\u00ae\\u00a0 Airstick + 1 AeroGum\\u00ae\\u00a0 Coolie Yoolie Smaakcartridge (smaak: Spearmint)<\\\/span><\\\/p>\",\"margin\":\"default\",\"margin_remove_top\":true,\"text_align\":\"center\",\"text_style\":\"meta\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<div class=\\\"sticky-container\\\">\\n    <a href=\\\"#watis\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/what-is.png\\\" \\n             alt=\\\"Sticky poppetje\\\" \\n             class=\\\"sticky-img\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE ANIMATIE *\\\/\\n@keyframes slideInSmooth {\\n    0% {\\n        transform: translateX(200%);\\n        opacity: 0;\\n    }\\n    60% {\\n        transform: translateX(-15%);\\n        opacity: 1;\\n    }\\n    80% {\\n        transform: translateX(5%);\\n    }\\n    100% {\\n        transform: translateX(0);\\n        opacity: 1;\\n    }\\n}\\n\\n\\\/* 2. DE CONTAINER *\\\/\\n.sticky-container {\\n    position: fixed;\\n    bottom: 30px;\\n    right: 30px;\\n    width: 200px;\\n    z-index: 9999;\\n    \\n    \\\/* Start onzichtbaar (belangrijk tijdens de vertraging!) *\\\/\\n    opacity: 0; \\n    \\n    \\\/* De animatie instellingen *\\\/\\n    animation-name: slideInSmooth;\\n    animation-duration: 1s;\\n    animation-timing-function: ease-out;\\n    animation-fill-mode: forwards;\\n    \\n    \\\/* HIER ZIT DE VERTRAGING *\\\/\\n    animation-delay: 500ms; \\\/* Wacht 500 milliseconden (0.5 sec) voor start *\\\/\\n}\\n\\n\\\/* 3. DE AFBEELDING *\\\/\\n.sticky-img {\\n    width: 100%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.3s ease;\\n}\\n\\n\\\/* 4. HOVER EFFECT *\\\/\\n.sticky-img:hover {\\n    transform: scale(1.1) rotate(-5deg);\\n    cursor: pointer;\\n}\\n\\n\\\/* 5. MOBIEL VERBERGEN *\\\/\\n@media (max-width: 640px) {\\n    .sticky-container {\\n        display: none !important;\\n    }\\n}\\n<\\\/style>\",\"margin\":\"default\"},\"name\":\"Poppetje rechts\"},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<div class=\\\"sticky-container-mobile-left\\\">\\n    <a href=\\\"\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-mobile.png\\\" \\n             alt=\\\"FAQ Mobiel\\\" \\n             class=\\\"sticky-img-mobile-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE BINNENKOMST ANIMATIE (Van LINKS) *\\\/\\n@keyframes slideInFromLeftMobile {\\n    0% { \\n        transform: translateX(-200%); \\n        opacity: 0; \\n    }\\n    60% { \\n        transform: translateX(15%);   \\n        opacity: 1; \\n    }\\n    80% { \\n        transform: translateX(-5%);   \\n    }\\n    100% { \\n        transform: translateX(0);     \\n        opacity: 1; \\n    }\\n}\\n\\n\\\/* 2. DE SPEELSE WIEBEL ANIMATIE (Speciaal voor LINKS) *\\\/\\n@keyframes playfulWiggleLeft {\\n    0%   { transform: scale(1) rotate(0deg); }\\n    25%  { transform: scale(1.1) rotate(5deg); }  \\\/* Eerst naar RECHTS (naar binnen) *\\\/\\n    50%  { transform: scale(1.1) rotate(-5deg); } \\\/* Dan naar LINKS *\\\/\\n    75%  { transform: scale(1.1) rotate(5deg); }  \\\/* Weer naar RECHTS *\\\/\\n    100% { transform: scale(1) rotate(0deg); }    \\\/* Terug *\\\/\\n}\\n\\n\\\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\\\/\\n.sticky-container-mobile-left {\\n    display: none; \\n}\\n\\n\\\/* 4. DE AFBEELDING STIJLEN *\\\/\\n.sticky-img-mobile-left {\\n    width: 90%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.2s ease;\\n}\\n\\n\\\/* HIER ZIT DE HOVER ANIMATIE *\\\/\\n.sticky-img-mobile-left:hover {\\n    \\\/* Speelt de linker-variant van de wiebel af *\\\/\\n    animation: playfulWiggleLeft 0.5s ease-in-out;\\n    cursor: pointer;\\n}\\n\\n\\\/* HIER ZIT HET KLIK EFFECT *\\\/\\n.sticky-img-mobile-left:active {\\n     \\\/* Krimpt kort bij aanraking *\\\/\\n    transform: scale(0.9);\\n    transition: transform 0.1s;\\n}\\n\\n\\\/* =========================================\\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\\n   ========================================= *\\\/\\n@media (max-width: 640px) {\\n    \\n    .sticky-container-mobile-left {\\n        display: block !important;\\n        \\n        position: fixed;\\n        bottom: 15px; \\n        left: 15px;        \\\/* LINKS *\\\/\\n        \\n        width: 130px; \\n        z-index: 9999;\\n        \\n        opacity: 0; \\n        \\n        \\\/* De binnenkomst animatie *\\\/\\n        animation-name: slideInFromLeftMobile; \\n        animation-duration: 1s;\\n        animation-timing-function: ease-out;\\n        animation-fill-mode: forwards;\\n        animation-delay: 500ms; \\n    }\\n}\\n<\\\/style>\",\"content_de_de\":\"\n\n<div class=\\\"sticky-container-mobile-left\\\">\\n    <a href=\\\"\\\/de\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-mobile.png\\\" \\n             alt=\\\"FAQ Mobiel\\\" \\n             class=\\\"sticky-img-mobile-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE BINNENKOMST ANIMATIE (Van LINKS) *\\\/\\n@keyframes slideInFromLeftMobile {\\n    0% { \\n        transform: translateX(-200%); \\n        opacity: 0; \\n    }\\n    60% { \\n        transform: translateX(15%);   \\n        opacity: 1; \\n    }\\n    80% { \\n        transform: translateX(-5%);   \\n    }\\n    100% { \\n        transform: translateX(0);     \\n        opacity: 1; \\n    }\\n}\\n\\n\\\/* 2. DE SPEELSE WIEBEL ANIMATIE (Speciaal voor LINKS) *\\\/\\n@keyframes playfulWiggleLeft {\\n    0%   { transform: scale(1) rotate(0deg); }\\n    25%  { transform: scale(1.1) rotate(5deg); }  \\\/* Eerst naar RECHTS (naar binnen) *\\\/\\n    50%  { transform: scale(1.1) rotate(-5deg); } \\\/* Dan naar LINKS *\\\/\\n    75%  { transform: scale(1.1) rotate(5deg); }  \\\/* Weer naar RECHTS *\\\/\\n    100% { transform: scale(1) rotate(0deg); }    \\\/* Terug *\\\/\\n}\\n\\n\\\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\\\/\\n.sticky-container-mobile-left {\\n    display: none; \\n}\\n\\n\\\/* 4. DE AFBEELDING STIJLEN *\\\/\\n.sticky-img-mobile-left {\\n    width: 90%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.2s ease;\\n}\\n\\n\\\/* HIER ZIT DE HOVER ANIMATIE *\\\/\\n.sticky-img-mobile-left:hover {\\n    \\\/* Speelt de linker-variant van de wiebel af *\\\/\\n    animation: playfulWiggleLeft 0.5s ease-in-out;\\n    cursor: pointer;\\n}\\n\\n\\\/* HIER ZIT HET KLIK EFFECT *\\\/\\n.sticky-img-mobile-left:active {\\n     \\\/* Krimpt kort bij aanraking *\\\/\\n    transform: scale(0.9);\\n    transition: transform 0.1s;\\n}\\n\\n\\\/* =========================================\\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\\n   ========================================= *\\\/\\n@media (max-width: 640px) {\\n    \\n    .sticky-container-mobile-left {\\n        display: block !important;\\n        \\n        position: fixed;\\n        bottom: 15px; \\n        left: 15px;        \\\/* LINKS *\\\/\\n        \\n        width: 130px; \\n        z-index: 9999;\\n        \\n        opacity: 0; \\n        \\n        \\\/* De binnenkomst animatie *\\\/\\n        animation-name: slideInFromLeftMobile; \\n        animation-duration: 1s;\\n        animation-timing-function: ease-out;\\n        animation-fill-mode: forwards;\\n        animation-delay: 500ms; \\n    }\\n}\\n<\\\/style>\",\"content_el\":\"\n\n<div class=\\\"sticky-container-mobile-left\\\">\\n    <a href=\\\"\\\/el\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-mobile.png\\\" \\n             alt=\\\"FAQ Mobiel\\\" \\n             class=\\\"sticky-img-mobile-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE BINNENKOMST ANIMATIE (Van LINKS) *\\\/\\n@keyframes slideInFromLeftMobile {\\n    0% { \\n        transform: translateX(-200%); \\n        opacity: 0; \\n    }\\n    60% { \\n        transform: translateX(15%);   \\n        opacity: 1; \\n    }\\n    80% { \\n        transform: translateX(-5%);   \\n    }\\n    100% { \\n        transform: translateX(0);     \\n        opacity: 1; \\n    }\\n}\\n\\n\\\/* 2. DE SPEELSE WIEBEL ANIMATIE (Speciaal voor LINKS) *\\\/\\n@keyframes playfulWiggleLeft {\\n    0%   { transform: scale(1) rotate(0deg); }\\n    25%  { transform: scale(1.1) rotate(5deg); }  \\\/* Eerst naar RECHTS (naar binnen) *\\\/\\n    50%  { transform: scale(1.1) rotate(-5deg); } \\\/* Dan naar LINKS *\\\/\\n    75%  { transform: scale(1.1) rotate(5deg); }  \\\/* Weer naar RECHTS *\\\/\\n    100% { transform: scale(1) rotate(0deg); }    \\\/* Terug *\\\/\\n}\\n\\n\\\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\\\/\\n.sticky-container-mobile-left {\\n    display: none; \\n}\\n\\n\\\/* 4. DE AFBEELDING STIJLEN *\\\/\\n.sticky-img-mobile-left {\\n    width: 90%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.2s ease;\\n}\\n\\n\\\/* HIER ZIT DE HOVER ANIMATIE *\\\/\\n.sticky-img-mobile-left:hover {\\n    \\\/* Speelt de linker-variant van de wiebel af *\\\/\\n    animation: playfulWiggleLeft 0.5s ease-in-out;\\n    cursor: pointer;\\n}\\n\\n\\\/* HIER ZIT HET KLIK EFFECT *\\\/\\n.sticky-img-mobile-left:active {\\n     \\\/* Krimpt kort bij aanraking *\\\/\\n    transform: scale(0.9);\\n    transition: transform 0.1s;\\n}\\n\\n\\\/* =========================================\\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\\n   ========================================= *\\\/\\n@media (max-width: 640px) {\\n    \\n    .sticky-container-mobile-left {\\n        display: block !important;\\n        \\n        position: fixed;\\n        bottom: 15px; \\n        left: 15px;        \\\/* LINKS *\\\/\\n        \\n        width: 130px; \\n        z-index: 9999;\\n        \\n        opacity: 0; \\n        \\n        \\\/* De binnenkomst animatie *\\\/\\n        animation-name: slideInFromLeftMobile; \\n        animation-duration: 1s;\\n        animation-timing-function: ease-out;\\n        animation-fill-mode: forwards;\\n        animation-delay: 500ms; \\n    }\\n}\\n<\\\/style>\",\"content_nl_nl\":\"\n\n<div class=\\\"sticky-container-mobile-left\\\">\\n    <a href=\\\"\\\/nl\\\/f-a-q\\\/\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-mobile.png\\\" \\n             alt=\\\"FAQ Mobiel\\\" \\n             class=\\\"sticky-img-mobile-left\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE BINNENKOMST ANIMATIE (Van LINKS) *\\\/\\n@keyframes slideInFromLeftMobile {\\n    0% { \\n        transform: translateX(-200%); \\n        opacity: 0; \\n    }\\n    60% { \\n        transform: translateX(15%);   \\n        opacity: 1; \\n    }\\n    80% { \\n        transform: translateX(-5%);   \\n    }\\n    100% { \\n        transform: translateX(0);     \\n        opacity: 1; \\n    }\\n}\\n\\n\\\/* 2. DE SPEELSE WIEBEL ANIMATIE (Speciaal voor LINKS) *\\\/\\n@keyframes playfulWiggleLeft {\\n    0%   { transform: scale(1) rotate(0deg); }\\n    25%  { transform: scale(1.1) rotate(5deg); }  \\\/* Eerst naar RECHTS (naar binnen) *\\\/\\n    50%  { transform: scale(1.1) rotate(-5deg); } \\\/* Dan naar LINKS *\\\/\\n    75%  { transform: scale(1.1) rotate(5deg); }  \\\/* Weer naar RECHTS *\\\/\\n    100% { transform: scale(1) rotate(0deg); }    \\\/* Terug *\\\/\\n}\\n\\n\\\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\\\/\\n.sticky-container-mobile-left {\\n    display: none; \\n}\\n\\n\\\/* 4. DE AFBEELDING STIJLEN *\\\/\\n.sticky-img-mobile-left {\\n    width: 90%;\\n    height: auto;\\n    display: block;\\n    transition: transform 0.2s ease;\\n}\\n\\n\\\/* HIER ZIT DE HOVER ANIMATIE *\\\/\\n.sticky-img-mobile-left:hover {\\n    \\\/* Speelt de linker-variant van de wiebel af *\\\/\\n    animation: playfulWiggleLeft 0.5s ease-in-out;\\n    cursor: pointer;\\n}\\n\\n\\\/* HIER ZIT HET KLIK EFFECT *\\\/\\n.sticky-img-mobile-left:active {\\n     \\\/* Krimpt kort bij aanraking *\\\/\\n    transform: scale(0.9);\\n    transition: transform 0.1s;\\n}\\n\\n\\\/* =========================================\\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\\n   ========================================= *\\\/\\n@media (max-width: 640px) {\\n    \\n    .sticky-container-mobile-left {\\n        display: block !important;\\n        \\n        position: fixed;\\n        bottom: 15px; \\n        left: 15px;        \\\/* LINKS *\\\/\\n        \\n        width: 130px; \\n        z-index: 9999;\\n        \\n        opacity: 0; \\n        \\n        \\\/* De binnenkomst animatie *\\\/\\n        animation-name: slideInFromLeftMobile; \\n        animation-duration: 1s;\\n        animation-timing-function: ease-out;\\n        animation-fill-mode: forwards;\\n        animation-delay: 500ms; \\n    }\\n}\\n<\\\/style>\",\"margin\":\"default\"},\"name\":\"Poppetje links mobiel\"}]}],\"props\":{\"margin\":\"medium\",\"margin_remove_top\":true}},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_blend\":false,\"position_sticky\":\"column\",\"position_sticky_breakpoint\":\"m\",\"position_sticky_offset\":\"30\",\"width_medium\":\"1-5\"}},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"3-5\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\n\n<p>AeroGum\\u00ae Starter kit<\\\/p>\",\"content_de_de\":\"<span style=\\\"font-weight: 400;\\\">AeroGum\\u00ae Starterset<\\\/span>\",\"content_el\":\"AeroGum\\u00ae - \\u0391\\u03c1\\u03c7\\u03b9\\u03ba\\u03cc \\u03a3\\u03b5\\u03c4\",\"content_nl_nl\":\"AeroGum\\u00ae Starterskit\",\"margin\":\"small\",\"margin_remove_bottom\":false,\"text_align\":\"center\",\"title_element\":\"h1\",\"title_style\":\"heading-medium\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<div class=\\\"sticky-container-mobile\\\">\\n    <a href=\\\"#watis\\\" uk-scroll>\\n        <img src=\\\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/what-is-mobile.png\\\" \\n             alt=\\\"Mobiele knop\\\" \\n             class=\\\"sticky-img-mobile\\\">\\n    <\\\/a>\\n<\\\/div>\\n\\n\n\n<style>\\n\\\/* 1. DE BINNENKOMST ANIMATIE (De container schuift in beeld) *\\\/\\n@keyframes slideInSmoothMobile {\\n    0% { transform: translateX(200%); opacity: 0; }\\n    60% { transform: translateX(-15%); opacity: 1; }\\n    80% { transform: translateX(5%); }\\n    100% { transform: translateX(0); opacity: 1; }\\n}\\n\\n\\\/* 2. DE SPEELSE WIEBEL ANIMATIE (Voor de hover) *\\\/\\n@keyframes playfulWiggle {\\n    0%   { transform: scale(1) rotate(0deg); }\\n    25%  { transform: scale(1.1) rotate(-5deg); } \\\/* Iets groter en naar links *\\\/\\n    50%  { transform: scale(1.1) rotate(5deg); }  \\\/* Naar rechts *\\\/\\n    75%  { transform: scale(1.1) rotate(-5deg); } \\\/* Weer naar links *\\\/\\n    100% { transform: scale(1) rotate(0deg); }    \\\/* Terug naar normaal *\\\/\\n}\\n\\n\\\/* 3. DE CONTAINER - STANDAARD VERBORGEN OP DESKTOP *\\\/\\n.sticky-container-mobile {\\n    display: none; \\n}\\n\\n\\\/* 4. DE AFBEELDING STIJLEN *\\\/\\n.sticky-img-mobile {\\n    width: 90%;\\n    height: auto;\\n    display: block;\\n    \\\/* Zorg dat de transitie soepel is voor normale veranderingen *\\\/\\n    transition: transform 0.2s ease;\\n}\\n\\n\\\/* HIER ZIT DE NIEUWE ACTIE: HOVER EFFECT *\\\/\\n.sticky-img-mobile:hover {\\n    \\\/* Voert de wiebel-animatie uit in 0.5 seconden *\\\/\\n    animation: playfulWiggle 0.5s ease-in-out;\\n    cursor: pointer;\\n}\\n\\n\\\/* HIER ZIT DE KLIK ACTIE (ACTIVE) *\\\/\\n.sticky-img-mobile:active {\\n    \\\/* Als je echt klikt\\\/tapt, krimpt hij kort voor een \\\"klik-gevoel\\\" *\\\/\\n    transform: scale(0.9);\\n    transition: transform 0.1s;\\n}\\n\\n\\\/* =========================================\\n   ALLEEN ZICHTBAAR OP MOBIEL (max 640px)\\n   ========================================= *\\\/\\n@media (max-width: 640px) {\\n    .sticky-container-mobile {\\n        display: block !important;\\n        position: fixed;\\n        bottom: 15px; \\n        right: 15px;\\n        width: 130px; \\n        z-index: 9999;\\n        \\n        opacity: 0; \\n        \\n        animation-name: slideInSmoothMobile;\\n        animation-duration: 1s;\\n        animation-timing-function: ease-out;\\n        animation-fill-mode: forwards;\\n        animation-delay: 500ms; \\n    }\\n}\\n<\\\/style>\",\"margin\":\"default\"},\"name\":\"Poppetje rechts mobiel\"},{\"type\":\"image\",\"props\":{\"css\":\"img { border-radius: 18px}\",\"image\":\"wp-content\\\/uploads\\\/2025\\\/12\\\/starterskits-coolie.jpg\",\"image_border\":\"rounded\",\"image_box_shadow\":\"medium\",\"image_svg_color\":\"emphasis\",\"link\":\"product\\\/coolie-yoolie\\\/\",\"link_de_de\":\"\\\/de\\\/product\\\/coolie-yoolie\\\/\",\"link_el\":\"\\\/el\\\/product\\\/coolie-yoolie\\\/\",\"link_nl_nl\":\"\\\/nl\\\/product\\\/coolie-yoolie\\\/\",\"margin\":\"default\",\"text_align\":\"center\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"default\",\"text_align\":\"center\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"Order now\",\"content_de_de\":\"In den Warenkorb\",\"content_el\":\"\\u03a0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ae\\u03ba\\u03b7 \\u03c3\\u03c4\\u03bf \\u03ba\\u03b1\\u03bb\\u03ac\\u03b8\\u03b9\",\"content_nl_nl\":\"Bestel nu\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon_align\":\"left\",\"link\":\"product\\\/coolie-yoolie\\\/\",\"link_de_de\":\"\\\/de\\\/product\\\/coolie-yoolie\\\/\",\"link_el\":\"\\\/el\\\/product\\\/coolie-yoolie\\\/\",\"link_nl_nl\":\"\\\/nl\\\/product\\\/coolie-yoolie\\\/\"}}]}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky\":\"column\",\"position_sticky_breakpoint\":\"m\",\"position_sticky_offset\":\"30\",\"width_medium\":\"1-5\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"<br\\\/>\",\"margin\":\"default\"}}]}],\"props\":{\"layout\":\"1-5,3-5,1-5\",\"margin\":\"remove-vertical\",\"margin_remove_bottom\":true,\"margin_remove_top\":true}},{\"type\":\"row\",\"props\":{\"margin\":\"large\",\"margin_remove_top\":false},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"AeroGum\\u00ae flavor cartridges\",\"content_de_de\":\"AeroGum\\u00ae Geschmackskartusche\",\"content_el\":\"K\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b5\\u03c2 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7\\u03c2 AeroGum\\u00ae\",\"content_nl_nl\":\"AeroGum\\u00ae smaakcartridges\",\"margin\":\"medium\",\"margin_remove_bottom\":true,\"text_align\":\"center\",\"title_element\":\"h1\",\"title_style\":\"heading-small\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"center\",\"column_breakpoint\":\"m\",\"content\":\"\n\n<p><span>(these are the interchangeable flavor cartridges that you use with the\\u00a0<\\\/span><strong>AeroGum\\u00ae Airstick<\\\/strong><span>\\u00a0from our\\u00a0<\\\/span><span><a href=\\\"\\\/shop\\\/starterspakket\\\/coolie-yoolie\\\/\\\"><strong>starter kit<\\\/strong><\\\/a><\\\/span><span>)<\\\/span><\\\/p>\",\"content_de_de\":\"(Diese Geschmackskartuschen sind mit dem  AeroGum\\u00ae Airstick kompatibel aus unserem Starter-Kit)\",\"content_el\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">(\\u0391\\u03c5\\u03c4\\u03ad\\u03c2 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03bf\\u03b9 \\u03ba\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b5\\u03c2 \\u03bc\\u03b5 \\u03c4\\u03b9\\u03c2 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b5\\u03b9\\u03c2 \\u03c0\\u03bf\\u03c5 \\u03bc\\u03c0\\u03bf\\u03c1\\u03b5\\u03af\\u03c4\\u03b5 \\u03bd\\u03b1 \\u03c7\\u03c1\\u03b7\\u03c3\\u03b9\\u03bc\\u03bf\\u03c0\\u03bf\\u03b9\\u03b5\\u03af\\u03c4\\u03b5 \\u03bc\\u03b5 \\u03c4\\u03bf AeroGum\\u00ae Airstick \\u03b1\\u03c0\\u03cc \\u03c4\\u03bf <\\\/span><a href=\\\"https:\\\/\\\/aerogum.com\\\/el\\\/shop\\\/starterspakket\\\/coolie-yoolie\\\/\\\"><span style=\\\"font-weight: 400;\\\">\\u0391\\u03c1\\u03c7\\u03b9\\u03ba\\u03cc \\u03a3\\u03b5\\u03c4<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">)<\\\/span><\\\/p>\",\"content_nl_nl\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">(Dit zijn de verwisselbare smaakcartridges die je gebruikt met de AeroGum\\u00ae Airstick van onze <\\\/span><a href=\\\"https:\\\/\\\/aerogum.com\\\/nl\\\/shop\\\/starterspakket\\\/coolie-yoolie\\\/\\\"><span style=\\\"font-weight: 400;\\\">Starterskit<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">)<\\\/span><\\\/p>\",\"margin\":\"default\",\"margin_remove_top\":false,\"maxwidth\":\"2xlarge\",\"text_align\":\"center\",\"text_style\":\"meta\"}},{\"type\":\"panel-slider\",\"props\":{\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"image_transition\":\"scale-down\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"h5\",\"nav\":\"dotnav\",\"nav_align\":\"center\",\"nav_breakpoint\":\"s\",\"panel_card_offset\":false,\"panel_expand\":\"content\",\"panel_image_no_padding\":true,\"panel_link\":true,\"panel_match\":true,\"panel_padding\":\"small\",\"panel_style\":\"card-default\",\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"slidenav\":\"outside\",\"slidenav_breakpoint\":\"\",\"slidenav_margin\":\"medium\",\"slidenav_outside_breakpoint\":\"xl\",\"slider_autoplay\":true,\"slider_autoplay_pause\":true,\"slider_center\":false,\"slider_gap\":\"default\",\"slider_parallax\":false,\"slider_sets\":true,\"slider_width\":\"fixed\",\"slider_width_default\":\"1-1\",\"slider_width_medium\":\"1-3\",\"slider_width_small\":\"1-2\",\"text_align\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"panel-slider_item\",\"props\":{\"link_text\":\"Order now\",\"link_text_de_de\":\"In den Warenkorb\",\"link_text_el\":\"\\u03a0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ae\\u03ba\\u03b7 \\u03c3\\u03c4\\u03bf \\u03ba\\u03b1\\u03bb\\u03ac\\u03b8\\u03b9\",\"link_text_nl_nl\":\"Bestel nu\"},\"source\":{\"query\":{\"name\":\"products.customProducts\",\"arguments\":{\"terms\":[19],\"product_brand_operator\":\"IN\",\"product_cat_operator\":\"IN\",\"product_tag_operator\":\"IN\",\"product_visibility_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"offset\":0,\"limit\":10,\"order\":\"date\",\"order_direction\":\"ASC\"}}},\"source_extended\":{\"props\":{\"title\":{\"query\":{\"name\":\"#node\"},\"name\":\"title\"},\"image\":{\"query\":{\"name\":\"#node\"},\"name\":\"featuredImage.url\"},\"meta\":{\"query\":{\"name\":\"#node\"},\"name\":\"excerpt\"},\"link\":{\"query\":{\"name\":\"#node\"},\"name\":\"link\"}}}}],\"name\":\"Cartridges\"}]}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Treat yourself to our Combi Deal!\",\"content_de_de\":\"G\\u00f6nnen Sie sich unser Kombi-Angebot!\",\"content_el\":\"Combo \\u03c0\\u03c1\\u03bf\\u03c3\\u03c6\\u03bf\\u03c1\\u03ac AeroGum\\u00ae\",\"content_nl_nl\":\"Verwen jezelf met onze Combi-Deal!\",\"text_align\":\"center\",\"title_element\":\"h1\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"center\",\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>With our Combi Deal you have an <b>AeroGum\\u00ae<\\\/b> Starter Kit + 1 <b>AeroGum\\u00ae<\\\/b> Crazy Energy Flavor Cartridge (Energy Drink flavor) + 1 <b>AeroGum\\u00ae<\\\/b> Crazy Vanilla Flavor Cartridge (Vanilla flavor)<\\\/p>\\n\n\n<p><\\\/p>\",\"content_de_de\":\"Mit unserem Kombi-Angebot erhalten Sie das AeroGum\\u00ae Starter-Kit sowie eine AeroGum\\u00ae Crazy Energy Geschmackskartusche (Energy-Drink-Geschmack) und eine AeroGum\\u00ae Crazy Vanilla Geschmackskartusche (Vanillegeschmack)\",\"content_el\":\"\\u0395\\u03c0\\u03c9\\u03c6\\u03b5\\u03bb\\u03b7\\u03b8\\u03b5\\u03af\\u03c4\\u03b5 \\u03b1\\u03c0\\u03cc \\u03c4\\u03b7 \\u03a3\\u03c5\\u03bd\\u03b4\\u03c5\\u03b1\\u03c3\\u03c4\\u03b9\\u03ba\\u03ae \\u03a0\\u03c1\\u03bf\\u03c3\\u03c6\\u03bf\\u03c1\\u03ac (Combo) \\u03ba\\u03b1\\u03b9 \\u03b1\\u03c0\\u03bf\\u03ba\\u03c4\\u03ae\\u03c3\\u03c4\\u03b5 \\u03c4\\u03bf AeroGum\\u00ae \\u0391\\u03c1\\u03c7\\u03b9\\u03ba\\u03cc \\u03a3\\u03b5\\u03c4 \\u03bc\\u03b1\\u03b6\\u03af \\u03bc\\u03b5 \\u03bc\\u03af\\u03b1 \\u03ba\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b1 AeroGum\\u00ae Crazy Energy (\\u03b3\\u03b5\\u03cd\\u03c3\\u03b7 \\u03b5\\u03bd\\u03b5\\u03c1\\u03b3\\u03b5\\u03b9\\u03b1\\u03ba\\u03bf\\u03cd \\u03c0\\u03bf\\u03c4\\u03bf\\u03cd) \\u03ba\\u03b1\\u03b9 \\u03bc\\u03af\\u03b1 AeroGum\\u00ae \\u03ba\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b1 Vanilla Vibez (\\u03b3\\u03b5\\u03cd\\u03c3\\u03b7 \\u03b2\\u03b1\\u03bd\\u03af\\u03bb\\u03b9\\u03b1\\u03c2)\",\"content_nl_nl\":\"Met onze Combi-Deal krijg je een AeroGum\\u00ae Starterskit + 1 AeroGum\\u00ae Crazy Energy smaakcartridge (smaak: Energiedrank) + 1 AeroGum\\u00ae Vanilla Vibez smaakcartridge (smaak: Vanille)\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\",\"text_align\":\"center\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-4,1-2,1-4\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-4\"}},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"image\",\"props\":{\"css\":\"img { border-radius: 18px}\",\"image\":\"wp-content\\\/uploads\\\/2025\\\/12\\\/combi-pakket.jpg\",\"image_svg_color\":\"emphasis\",\"margin\":\"default\",\"text_align\":\"center\"},\"source_extended\":{\"props\":{\"link\":{\"query\":{\"name\":\"products.customProduct\",\"arguments\":{\"terms\":[],\"product_brand_operator\":\"IN\",\"product_cat_operator\":\"IN\",\"product_tag_operator\":\"IN\",\"product_visibility_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"offset\":0,\"order\":\"date\",\"order_direction\":\"DESC\"}},\"name\":\"link\"}}}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"default\",\"text_align\":\"center\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"Order now\",\"content_de_de\":\"In den Warenkorb\",\"content_el\":\"\\u03a0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ae\\u03ba\\u03b7 \\u03c3\\u03c4\\u03bf \\u03ba\\u03b1\\u03bb\\u03ac\\u03b8\\u03b9\",\"content_nl_nl\":\"Bestel nu\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon_align\":\"left\"},\"source_extended\":{\"props\":{\"link\":{\"query\":{\"name\":\"products.customProduct\",\"arguments\":{\"terms\":[],\"product_brand_operator\":\"IN\",\"product_cat_operator\":\"IN\",\"product_tag_operator\":\"IN\",\"product_visibility_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"offset\":0,\"order\":\"date\",\"order_direction\":\"DESC\"}},\"name\":\"link\"}}}}]},{\"type\":\"headline\",\"props\":{\"content\":\"Combi Deal Price: \\u20ac 32,00<br class=\\\"uk-hidden@m\\\" \\\/>(Normal price: \\u20ac 35,97)\",\"content_de_de\":\"Kombi-Angebotspreis: \\u20ac 32,00(Normal price: \\u20ac 35,97)\",\"content_el\":\"Combo \\u03a0\\u03c1\\u03bf\\u03c3\\u03c6\\u03bf\\u03c1\\u03ac: \\u20ac 32,00(Normal price: \\u20ac 35,97)\",\"content_nl_nl\":\"Combi-Deal prijs: \\u20ac 32,00(Normale prijs: \\u20ac 35,97)\",\"margin_remove_top\":true,\"text_align\":\"center\",\"title_element\":\"h1\",\"title_style\":\"h3\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-4\"}}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"animation\":\"parallax\",\"content\":\"#AEROGUMMING\",\"parallax_blur\":\"91 0%,0 50%\",\"parallax_x\":\"-370,000 100%\",\"text_align\":\"center\",\"title_element\":\"h1\",\"title_style\":\"heading-large\"}}]}]}]},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"large\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"What is the AeroGum\\u00ae Airstick?\",\"content_de_de\":\"Was ist der AeroGum\\u00ae Airstick?\",\"content_el\":\"\\u03a4\\u03b9 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03c4\\u03bf AeroGum\\u00ae Airstick;\",\"content_nl_nl\":\"Wat is de AeroGum\\u00ae Airstick?\",\"id\":\"watis\",\"title_element\":\"h1\",\"title_style\":\"heading-small\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p data-start=\\\"228\\\" data-end=\\\"332\\\">The <strong>AeroGum\\u00ae<\\\/strong> Airstick is a passive airflow device that lets you enjoy a unique oral flavor experience.<\\\/p>\\n\n\n<p data-start=\\\"334\\\" data-end=\\\"549\\\">Using the <strong>AeroGum\\u00ae<\\\/strong> Airstick is simple: just draw air through the mouthpiece, which passes through the stylish device and its specially designed AeroGum\\u00ae flavor cartridge*. <br \\\/>The result is a subtle, enjoyable taste sensation.<\\\/p>\\n\n\n<p data-start=\\\"551\\\" data-end=\\\"649\\\">The<strong> AeroGum\\u00ae<\\\/strong> Airstick is an innovative product that allows you to have fun in a playful, modern, and refreshing way.<\\\/p>\\n\n\n<p data-start=\\\"651\\\" data-end=\\\"762\\\">What makes it truly unique? <br \\\/>It works entirely on air: no smoke, no tobacco, no nicotine, and no electronics.<\\\/p>\",\"content_de_de\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">Der AeroGum\\u00ae Airstick ist ein passives Luftstromger\\u00e4t, mit dem Sie ein einzigartiges Geschmackserlebnis im Mund genie\\u00dfen k\\u00f6nnen.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">Verwendung der AeroGum\\u00ae Airstick ist einfach: Man zieht einfach Luft durch das Mundst\\u00fcck, die durch das elegante Ger\\u00e4t und seine speziell entwickelte AeroGum\\u00ae Aromakartusche* str\\u00f6mt.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Das Ergebnis ist ein subtiles, angenehmes Geschmackserlebnis.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">Der AeroGum\\u00ae Airstick ist ein innovatives Produkt, mit dem Sie auf spielerische, moderne und erfrischende Weise Spa\\u00df haben k\\u00f6nnen.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">Was macht es wirklich einzigartig?<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Es funktioniert ausschlie\\u00dflich mit Luft: kein Rauch, kein Tabak, kein Nikotin und keine Elektronik.<\\\/span><\\\/p>\",\"content_el\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">\\u03a4\\u03bf AeroGum\\u00ae \\u03a4\\u03bf Airstick \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03bc\\u03b9\\u03b1 \\u03c0\\u03b1\\u03b8\\u03b7\\u03c4\\u03b9\\u03ba\\u03ae \\u03c3\\u03c5\\u03c3\\u03ba\\u03b5\\u03c5\\u03ae \\u03c1\\u03bf\\u03ae\\u03c2 \\u03b1\\u03ad\\u03c1\\u03b1 \\u03c0\\u03bf\\u03c5 \\u03c3\\u03b1\\u03c2 \\u03b5\\u03c0\\u03b9\\u03c4\\u03c1\\u03ad\\u03c0\\u03b5\\u03b9 \\u03bd\\u03b1 \\u03b1\\u03c0\\u03bf\\u03bb\\u03b1\\u03bc\\u03b2\\u03ac\\u03bd\\u03b5\\u03c4\\u03b5 \\u03bc\\u03b9\\u03b1 \\u03bc\\u03bf\\u03bd\\u03b1\\u03b4\\u03b9\\u03ba\\u03ae \\u03b5\\u03bc\\u03c0\\u03b5\\u03b9\\u03c1\\u03af\\u03b1 \\u03c3\\u03c4\\u03bf\\u03bc\\u03b1\\u03c4\\u03b9\\u03ba\\u03ae\\u03c2 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7\\u03c2.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">\\u03a7\\u03c1\\u03ae\\u03c3\\u03b7 \\u03c4\\u03bf\\u03c5 AeroGum\\u00ae Airstick \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03b1\\u03c0\\u03bb\\u03cc: \\u03b1\\u03c0\\u03bb\\u03ce\\u03c2 \\u03c4\\u03c1\\u03b1\\u03b2\\u03ae\\u03be\\u03c4\\u03b5 \\u03b1\\u03ad\\u03c1\\u03b1 \\u03bc\\u03ad\\u03c3\\u03b1 \\u03b1\\u03c0\\u03cc \\u03c4\\u03bf \\u03b5\\u03c0\\u03b9\\u03c3\\u03c4\\u03cc\\u03bc\\u03b9\\u03bf, \\u03c4\\u03bf \\u03bf\\u03c0\\u03bf\\u03af\\u03bf \\u03c0\\u03b5\\u03c1\\u03bd\\u03ac\\u03b5\\u03b9 \\u03bc\\u03ad\\u03c3\\u03b1 \\u03b1\\u03c0\\u03cc \\u03c4\\u03b7\\u03bd \\u03ba\\u03bf\\u03bc\\u03c8\\u03ae \\u03c3\\u03c5\\u03c3\\u03ba\\u03b5\\u03c5\\u03ae \\u03ba\\u03b1\\u03b9 \\u03c4\\u03b7\\u03bd \\u03b5\\u03b9\\u03b4\\u03b9\\u03ba\\u03ac \\u03c3\\u03c7\\u03b5\\u03b4\\u03b9\\u03b1\\u03c3\\u03bc\\u03ad\\u03bd\\u03b7 \\u03ba\\u03b1\\u03c3\\u03ad\\u03c4\\u03b1 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7\\u03c2 AeroGum\\u00ae*.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">\\u03a4\\u03bf \\u03b1\\u03c0\\u03bf\\u03c4\\u03ad\\u03bb\\u03b5\\u03c3\\u03bc\\u03b1 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03bc\\u03b9\\u03b1 \\u03b4\\u03b9\\u03b1\\u03ba\\u03c1\\u03b9\\u03c4\\u03b9\\u03ba\\u03ae, \\u03b1\\u03c0\\u03bf\\u03bb\\u03b1\\u03c5\\u03c3\\u03c4\\u03b9\\u03ba\\u03ae \\u03b3\\u03b5\\u03c5\\u03c3\\u03c4\\u03b9\\u03ba\\u03ae \\u03b1\\u03af\\u03c3\\u03b8\\u03b7\\u03c3\\u03b7.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">\\u03a4\\u03bf AeroGum\\u00ae \\u03a4\\u03bf Airstick \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03ad\\u03bd\\u03b1 \\u03ba\\u03b1\\u03b9\\u03bd\\u03bf\\u03c4\\u03cc\\u03bc\\u03bf \\u03c0\\u03c1\\u03bf\\u03ca\\u03cc\\u03bd \\u03c0\\u03bf\\u03c5 \\u03c3\\u03b1\\u03c2 \\u03b5\\u03c0\\u03b9\\u03c4\\u03c1\\u03ad\\u03c0\\u03b5\\u03b9 \\u03bd\\u03b1 \\u03b4\\u03b9\\u03b1\\u03c3\\u03ba\\u03b5\\u03b4\\u03ac\\u03b6\\u03b5\\u03c4\\u03b5 \\u03bc\\u03b5 \\u03ad\\u03bd\\u03b1\\u03bd \\u03c0\\u03b1\\u03b9\\u03c7\\u03bd\\u03b9\\u03b4\\u03b9\\u03ac\\u03c1\\u03b9\\u03ba\\u03bf, \\u03bc\\u03bf\\u03bd\\u03c4\\u03ad\\u03c1\\u03bd\\u03bf \\u03ba\\u03b1\\u03b9 \\u03b1\\u03bd\\u03b1\\u03b6\\u03c9\\u03bf\\u03b3\\u03bf\\u03bd\\u03b7\\u03c4\\u03b9\\u03ba\\u03cc \\u03c4\\u03c1\\u03cc\\u03c0\\u03bf.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">\\u03a4\\u03b9 \\u03c4\\u03bf \\u03ba\\u03ac\\u03bd\\u03b5\\u03b9 \\u03c0\\u03c1\\u03b1\\u03b3\\u03bc\\u03b1\\u03c4\\u03b9\\u03ba\\u03ac \\u03bc\\u03bf\\u03bd\\u03b1\\u03b4\\u03b9\\u03ba\\u03cc;<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">\\u039b\\u03b5\\u03b9\\u03c4\\u03bf\\u03c5\\u03c1\\u03b3\\u03b5\\u03af \\u03b5\\u03be \\u03bf\\u03bb\\u03bf\\u03ba\\u03bb\\u03ae\\u03c1\\u03bf\\u03c5 \\u03bc\\u03b5 \\u03b1\\u03ad\\u03c1\\u03b1: \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03ba\\u03b1\\u03c0\\u03bd\\u03cc, \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03ba\\u03b1\\u03c0\\u03bd\\u03cc, \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03bd\\u03b9\\u03ba\\u03bf\\u03c4\\u03af\\u03bd\\u03b7 \\u03ba\\u03b1\\u03b9 \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03b7\\u03bb\\u03b5\\u03ba\\u03c4\\u03c1\\u03bf\\u03bd\\u03b9\\u03ba\\u03ac.<\\\/span><\\\/p>\",\"content_nl_nl\":\"\n\n<p><span style=\\\"font-weight: 400;\\\">De AeroGum\\u00ae Airstick is een apparaat met passieve luchtstroom waarmee u kunt genieten van een unieke smaakbeleving in uw mond.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">De AeroGum\\u00ae Airstick is eenvoudig: zuig lucht aan via het mondstuk, die vervolgens door het stijlvolle apparaat en de speciaal ontworpen AeroGum\\u00ae-smaakcartridge* stroomt.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Het resultaat is een subtiele, aangename smaaksensatie.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">De AeroGum\\u00ae Airstick is een innovatief product waarmee je op een speelse, moderne en verfrissende manier plezier kunt hebben.<\\\/span><\\\/p>\\n\n\n<p><span style=\\\"font-weight: 400;\\\">Wat maakt het echt uniek?<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Het werkt volledig op lucht: geen rook, geen tabak, geen nicotine en geen elektronica.<\\\/span><\\\/p>\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"medium\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"Order now\",\"content_de_de\":\"In den Warenkorb\",\"content_el\":\"\\u03a0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ae\\u03ba\\u03b7 \\u03c3\\u03c4\\u03bf \\u03ba\\u03b1\\u03bb\\u03ac\\u03b8\\u03b9\",\"content_nl_nl\":\"Bestel nu\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"\",\"icon_align\":\"left\",\"link\":\"shop\",\"link_de_de\":\"\\\/de\\\/shop\",\"link_el\":\"\\\/el\\\/shop\",\"link_nl_nl\":\"\\\/nl\\\/shop\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"F.A.Q.\",\"content_el\":\"\\u03a3\\u03c5\\u03c7\\u03bd\\u03ad\\u03c2 \\u0395\\u03c1\\u03c9\\u03c4\\u03ae\\u03c3\\u03b5\\u03b9\\u03c2\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon_align\":\"left\",\"link\":\"f-a-q\\\/\",\"link_de_de\":\"\\\/de\\\/f-a-q\\\/\",\"link_el\":\"\\\/el\\\/f-a-q\\\/\",\"link_nl_nl\":\"\\\/nl\\\/f-a-q\\\/\"}}]}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"image\",\"props\":{\"css\":\"img { border-radius: 18px}\",\"image\":\"wp-content\\\/uploads\\\/2025\\\/11\\\/prod_coolie-yoolie.jpg\",\"image_border\":\"rounded\",\"image_box_shadow\":\"medium\",\"image_height\":450,\"image_hover_box_shadow\":\"large\",\"image_svg_color\":\"emphasis\",\"margin\":\"default\",\"text_align\":\"center\"}}]}]}]},{\"type\":\"section\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2025\\\/11\\\/blank.jpg\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding\":\"large\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"What makes the AeroGum\\u00ae Airstick so special?\",\"content_de_de\":\"Was macht den AeroGum\\u00ae Airstick so besonders?\",\"content_el\":\"\\u03a4\\u03b9 \\u03ba\\u03ac\\u03bd\\u03b5\\u03b9 \\u03c4\\u03bf AeroGum\\u00ae Airstick \\u03c4\\u03cc\\u03c3\\u03bf \\u03be\\u03b5\\u03c7\\u03c9\\u03c1\\u03b9\\u03c3\\u03c4\\u03cc;\\n\",\"content_nl_nl\":\"Wat maakt de AeroGum\\u00ae Airstick zo bijzonder?\",\"title_element\":\"h1\",\"title_style\":\"heading-small\"}}]}]},{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"2-5,3-5\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"2-5\"},\"children\":[{\"type\":\"image\",\"props\":{\"css\":\"img { border-radius: 18px}\",\"image\":\"wp-content\\\/uploads\\\/2025\\\/12\\\/cartridges.jpg\",\"image_border\":\"rounded\",\"image_box_shadow\":\"medium\",\"image_svg_color\":\"emphasis\",\"margin\":\"default\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"center\",\"column_breakpoint\":\"m\",\"content\":\"* Our flavor cartridges contain only food-grade ingredients and are carefully tested for quality by independent laboratories.\",\"content_de_de\":\"* Unsere Geschmackskartuschen bestehen ausschlie\\u00dflich aus Zutaten in Lebensmittelqualit\\u00e4t und unterliegen sorgf\\u00e4ltigen Qualit\\u00e4tspr\\u00fcfungen durch unabh\\u00e4ngige Labore.\",\"content_el\":\"* \\u039f\\u03b9 \\u03ba\\u03ac\\u03c8\\u03bf\\u03c5\\u03bb\\u03b5\\u03c2 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7\\u03c2 \\u03c0\\u03b5\\u03c1\\u03b9\\u03ad\\u03c7\\u03bf\\u03c5\\u03bd \\u03b1\\u03c0\\u03bf\\u03ba\\u03bb\\u03b5\\u03b9\\u03c3\\u03c4\\u03b9\\u03ba\\u03ac \\u03c3\\u03c5\\u03c3\\u03c4\\u03b1\\u03c4\\u03b9\\u03ba\\u03ac \\u03ba\\u03b1\\u03c4\\u03ac\\u03bb\\u03bb\\u03b7\\u03bb\\u03b1 \\u03b3\\u03b9\\u03b1 \\u03c4\\u03c1\\u03cc\\u03c6\\u03b9\\u03bc\\u03b1 \\u03ba\\u03b1\\u03b9 \\u03b5\\u03bb\\u03ad\\u03b3\\u03c7\\u03bf\\u03bd\\u03c4\\u03b1\\u03b9 \\u03c3\\u03c7\\u03bf\\u03bb\\u03b1\\u03c3\\u03c4\\u03b9\\u03ba\\u03ac \\u03c9\\u03c2 \\u03c0\\u03c1\\u03bf\\u03c2 \\u03c4\\u03b7\\u03bd \\u03c0\\u03bf\\u03b9\\u03cc\\u03c4\\u03b7\\u03c4\\u03ac \\u03c4\\u03bf\\u03c5\\u03c2 \\u03b1\\u03c0\\u03cc \\u03b1\\u03bd\\u03b5\\u03be\\u03ac\\u03c1\\u03c4\\u03b7\\u03c4\\u03b1 \\u03b5\\u03c1\\u03b3\\u03b1\\u03c3\\u03c4\\u03ae\\u03c1\\u03b9\\u03b1.\",\"content_nl_nl\":\"* Onze smaakcartridges bevatten uitsluitend ingredi\\u00ebnten van voedingskwaliteit en worden zorgvuldig getest op kwaliteit door onafhankelijke laboratoria.\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\",\"text_style\":\"meta\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"3-5\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<div class=\\\"uk-panel uk-margin\\\" data-id=\\\"page#2-1-1-0\\\" data-element=\\\"\\\">\\n\n\n<ul>\\n\n\n<li data-start=\\\"244\\\" data-end=\\\"262\\\">100% airflow<br \\\/><br \\\/><\\\/li>\\n\n\n<li data-start=\\\"264\\\" data-end=\\\"352\\\">\\n\n\n<p data-start=\\\"266\\\" data-end=\\\"352\\\">Enjoy a fresh, tasty sensation with a variety of interchangeable flavor cartridges*.<\\\/p>\\n<\\\/li>\\n\n\n<li data-start=\\\"353\\\" data-end=\\\"435\\\">\\n\n\n<p data-start=\\\"355\\\" data-end=\\\"435\\\">Compact and stylish, designed purely for fun, oral enjoyment, and relaxation.<\\\/p>\\n<\\\/li>\\n\n\n<li data-start=\\\"436\\\" data-end=\\\"521\\\">\\n\n\n<p data-start=\\\"438\\\" data-end=\\\"521\\\">Unique magnetic click system makes it easy to insert and swap flavor cartridges*.<\\\/p>\\n<\\\/li>\\n\n\n<li data-start=\\\"522\\\" data-end=\\\"567\\\">\\n\n\n<p data-start=\\\"524\\\" data-end=\\\"567\\\">No batteries, no electronics, no heating.<\\\/p>\\n<\\\/li>\\n\n\n<li data-start=\\\"568\\\" data-end=\\\"606\\\">\\n\n\n<p data-start=\\\"570\\\" data-end=\\\"606\\\">No tobacco, no nicotine, no smoke.<\\\/p>\\n<\\\/li>\\n\n\n<li data-start=\\\"608\\\" data-end=\\\"763\\\"><strong data-start=\\\"608\\\" data-end=\\\"617\\\">Note:<\\\/strong> The AeroGum\\u00ae Airstick is a completely new type of lifestyle accessory, it's all about flavor, sensory enjoyment, and playful moments. Just for fun!<br \\\/><br \\\/><\\\/li>\\n\n\n<li data-start=\\\"765\\\" data-end=\\\"837\\\"><strong data-start=\\\"765\\\" data-end=\\\"779\\\">Important:<\\\/strong> The AeroGum\\u00ae Airstick is not a vape or tobacco product.<\\\/li>\\n<\\\/ul>\\n<\\\/div>\",\"content_de_de\":\"\n\n<ul class=\\\"uk-list uk-list-disc\\\">\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">100 % Luftstrom<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Genie\\u00dfen Sie ein frisches, geschmackvolles Geschmackserlebnis mit einer Vielzahl austauschbarer Aromakartuschen*.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Kompakt und stilvoll, entwickelt einzig und allein f\\u00fcr Vergn\\u00fcgen, oralen Genuss und Entspannung.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Das einzigartige magnetische Klicksystem erm\\u00f6glicht ein einfaches Einsetzen und Austauschen der Aromakartuschen*.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Keine Batterien, keine Elektronik, keine Heizung.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Kein Tabak, kein Nikotin, kein Rauch.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Hinweis: Der AeroGum\\u00ae Airstick ist ein v\\u00f6llig neues Lifestyle-Accessoire, bei dem es um Geschmack, sinnlichen Genuss und spielerische Momente geht. Einfach zum Spa\\u00df!<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><br \\\/><\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Wichtig: Der AeroGum\\u00ae Airstick ist kein E-Zigaretten- oder Tabakprodukt.<\\\/span><\\\/li>\\n<\\\/ul>\",\"content_el\":\"\n\n<ul class=\\\"uk-list uk-list-disc\\\">\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">100% \\u03c1\\u03bf\\u03ae \\u03b1\\u03ad\\u03c1\\u03b1<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><br \\\/><\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u0391\\u03c0\\u03bf\\u03bb\\u03b1\\u03cd\\u03c3\\u03c4\\u03b5 \\u03bc\\u03b9\\u03b1 \\u03c6\\u03c1\\u03ad\\u03c3\\u03ba\\u03b9\\u03b1, \\u03bd\\u03cc\\u03c3\\u03c4\\u03b9\\u03bc\\u03b7 \\u03b1\\u03af\\u03c3\\u03b8\\u03b7\\u03c3\\u03b7 \\u03bc\\u03b5 \\u03bc\\u03b9\\u03b1 \\u03c0\\u03bf\\u03b9\\u03ba\\u03b9\\u03bb\\u03af\\u03b1 \\u03b5\\u03bd\\u03b1\\u03bb\\u03bb\\u03ac\\u03be\\u03b9\\u03bc\\u03c9\\u03bd \\u03ba\\u03b1\\u03c3\\u03b5\\u03c4\\u03ce\\u03bd \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7\\u03c2*.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u03a3\\u03c5\\u03bc\\u03c0\\u03b1\\u03b3\\u03ad\\u03c2 \\u03ba\\u03b1\\u03b9 \\u03ba\\u03bf\\u03bc\\u03c8\\u03cc, \\u03c3\\u03c7\\u03b5\\u03b4\\u03b9\\u03b1\\u03c3\\u03bc\\u03ad\\u03bd\\u03bf \\u03b1\\u03c0\\u03bf\\u03ba\\u03bb\\u03b5\\u03b9\\u03c3\\u03c4\\u03b9\\u03ba\\u03ac \\u03b3\\u03b9\\u03b1 \\u03b4\\u03b9\\u03b1\\u03c3\\u03ba\\u03ad\\u03b4\\u03b1\\u03c3\\u03b7, \\u03c3\\u03c4\\u03bf\\u03bc\\u03b1\\u03c4\\u03b9\\u03ba\\u03ae \\u03b1\\u03c0\\u03cc\\u03bb\\u03b1\\u03c5\\u03c3\\u03b7 \\u03ba\\u03b1\\u03b9 \\u03c7\\u03b1\\u03bb\\u03ac\\u03c1\\u03c9\\u03c3\\u03b7.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u03a4\\u03bf \\u03bc\\u03bf\\u03bd\\u03b1\\u03b4\\u03b9\\u03ba\\u03cc \\u03bc\\u03b1\\u03b3\\u03bd\\u03b7\\u03c4\\u03b9\\u03ba\\u03cc \\u03c3\\u03cd\\u03c3\\u03c4\\u03b7\\u03bc\\u03b1 \\u03ba\\u03bb\\u03b9\\u03ba \\u03b4\\u03b9\\u03b5\\u03c5\\u03ba\\u03bf\\u03bb\\u03cd\\u03bd\\u03b5\\u03b9 \\u03c4\\u03b7\\u03bd \\u03c4\\u03bf\\u03c0\\u03bf\\u03b8\\u03ad\\u03c4\\u03b7\\u03c3\\u03b7 \\u03ba\\u03b1\\u03b9 \\u03c4\\u03b7\\u03bd \\u03b1\\u03bb\\u03bb\\u03b1\\u03b3\\u03ae \\u03c4\\u03c9\\u03bd \\u03c6\\u03c5\\u03c3\\u03b9\\u03b3\\u03b3\\u03af\\u03c9\\u03bd \\u03b1\\u03c1\\u03ce\\u03bc\\u03b1\\u03c4\\u03bf\\u03c2*.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u03a7\\u03c9\\u03c1\\u03af\\u03c2 \\u03bc\\u03c0\\u03b1\\u03c4\\u03b1\\u03c1\\u03af\\u03b5\\u03c2, \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03b7\\u03bb\\u03b5\\u03ba\\u03c4\\u03c1\\u03bf\\u03bd\\u03b9\\u03ba\\u03ac, \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03b8\\u03ad\\u03c1\\u03bc\\u03b1\\u03bd\\u03c3\\u03b7.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u03a7\\u03c9\\u03c1\\u03af\\u03c2 \\u03ba\\u03b1\\u03c0\\u03bd\\u03cc, \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03bd\\u03b9\\u03ba\\u03bf\\u03c4\\u03af\\u03bd\\u03b7, \\u03c7\\u03c9\\u03c1\\u03af\\u03c2 \\u03ba\\u03b1\\u03c0\\u03bd\\u03cc.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u03a3\\u03b7\\u03bc\\u03b5\\u03af\\u03c9\\u03c3\\u03b7: \\u03a4\\u03bf AeroGum\\u00ae Airstick \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03ad\\u03bd\\u03b1 \\u03b5\\u03bd\\u03c4\\u03b5\\u03bb\\u03ce\\u03c2 \\u03bd\\u03ad\\u03bf \\u03b5\\u03af\\u03b4\\u03bf\\u03c2 \\u03b1\\u03be\\u03b5\\u03c3\\u03bf\\u03c5\\u03ac\\u03c1 lifestyle, \\u03c0\\u03bf\\u03c5 \\u03ad\\u03c7\\u03b5\\u03b9 \\u03bd\\u03b1 \\u03ba\\u03ac\\u03bd\\u03b5\\u03b9 \\u03bc\\u03b5 \\u03c4\\u03b7 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b7, \\u03c4\\u03b7\\u03bd \\u03b1\\u03b9\\u03c3\\u03b8\\u03b7\\u03c4\\u03b7\\u03c1\\u03b9\\u03b1\\u03ba\\u03ae \\u03b1\\u03c0\\u03cc\\u03bb\\u03b1\\u03c5\\u03c3\\u03b7 \\u03ba\\u03b1\\u03b9 \\u03c4\\u03b9\\u03c2 \\u03c0\\u03b1\\u03b9\\u03c7\\u03bd\\u03b9\\u03b4\\u03b9\\u03ac\\u03c1\\u03b9\\u03ba\\u03b5\\u03c2 \\u03c3\\u03c4\\u03b9\\u03b3\\u03bc\\u03ad\\u03c2. \\u0391\\u03c0\\u03bb\\u03ce\\u03c2 \\u03b3\\u03b9\\u03b1 \\u03b4\\u03b9\\u03b1\\u03c3\\u03ba\\u03ad\\u03b4\\u03b1\\u03c3\\u03b7!<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><br \\\/><\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">\\u03a3\\u03b7\\u03bc\\u03b1\\u03bd\\u03c4\\u03b9\\u03ba\\u03cc: \\u03a4\\u03bf AeroGum\\u00ae Airstick \\u03b4\\u03b5\\u03bd \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03ac\\u03c4\\u03bc\\u03b9\\u03c3\\u03bc\\u03b1 \\u03ae \\u03c0\\u03c1\\u03bf\\u03ca\\u03cc\\u03bd \\u03ba\\u03b1\\u03c0\\u03bd\\u03bf\\u03cd.<\\\/span><\\\/li>\\n<\\\/ul>\",\"content_nl_nl\":\"\n\n<ul class=\\\"uk-list uk-list-disc\\\">\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">100% luchtstroom<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Geniet van een frisse, smakelijke ervaring met diverse verwisselbare smaakpatronen*.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Compact en stijlvol, puur ontworpen voor plezier, oraal genot en ontspanning.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Dankzij het unieke magnetische kliksysteem zijn de smaakpatronen eenvoudig te plaatsen en te verwisselen*.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Geen batterijen, geen elektronica, geen verhitting.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Geen tabak, geen nicotine, geen rook.<\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Let op: De AeroGum\\u00ae Airstick is een compleet nieuw soort lifestyle-accessoire; het draait allemaal om smaak, zintuiglijk genot en speelse momenten. Gewoon voor de lol!<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><br \\\/><\\\/span><\\\/li>\\n\n\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\">Belangrijk: De AeroGum\\u00ae Airstick is geen e-sigaret of tabaksproduct.<\\\/span><\\\/li>\\n<\\\/ul>\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"medium\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"Order now\",\"content_de_de\":\"In den Warenkorb\",\"content_el\":\"\\u03a0\\u03c1\\u03bf\\u03c3\\u03b8\\u03ae\\u03ba\\u03b7 \\u03c3\\u03c4\\u03bf \\u03ba\\u03b1\\u03bb\\u03ac\\u03b8\\u03b9\",\"content_nl_nl\":\"Bestel nu\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"\",\"icon_align\":\"left\",\"link\":\"shop\\\/\",\"link_de_de\":\"de\\\/shop\\\/\",\"link_el\":\"\\\/el\\\/shop\\\/\",\"link_nl_nl\":\"\\\/nl\\\/shop\\\/\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"F.A.Q.\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon_align\":\"left\",\"link\":\"f-a-q\\\/\",\"link_de_de\":\"\\\/de\\\/f-a-q\\\/\",\"link_el\":\"\\\/el\\\/f-a-q\\\/\",\"link_nl_nl\":\"\\\/nl\\\/f-a-q\\\/\"}}]}]}]}]},{\"type\":\"section\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2025\\\/11\\\/blank.jpg\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"panel-slider\",\"props\":{\"block_align\":\"center\",\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"nav\":\"\",\"nav_align\":\"center\",\"nav_breakpoint\":\"s\",\"panel_match\":true,\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"slidenav\":\"\",\"slidenav_breakpoint\":\"xl\",\"slidenav_margin\":\"medium\",\"slidenav_outside_breakpoint\":\"xl\",\"slider_autoplay\":true,\"slider_autoplay_interval\":\"4\",\"slider_autoplay_pause\":false,\"slider_gap\":\"default\",\"slider_sets\":true,\"slider_width\":\"fixed\",\"slider_width_default\":\"1-1\",\"slider_width_medium\":\"1-1\",\"slider_width_small\":\"1-1\",\"text_align\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"heading-medium\"},\"children\":[{\"type\":\"panel-slider_item\",\"props\":{\"title\":\"\\u201cIt's a fun lifestyle gadget for anytime!\\u201d\",\"title_de_de\":\"\\u201eEin tolles Lifestyle-Gadget f\\u00fcr jede Gelegenheit!\\u201c\",\"title_el\":\"\\u00ab\\u0388\\u03bd\\u03b1 \\u03b4\\u03b9\\u03b1\\u03c3\\u03ba\\u03b5\\u03b4\\u03b1\\u03c3\\u03c4\\u03b9\\u03ba\\u03cc lifestyle gadget, \\u03b9\\u03b4\\u03b1\\u03bd\\u03b9\\u03ba\\u03cc \\u03b3\\u03b9\\u03b1 \\u03ba\\u03ac\\u03b8\\u03b5 \\u03c3\\u03c4\\u03b9\\u03b3\\u03bc\\u03ae \\u03c4\\u03b7\\u03c2 \\u03b7\\u03bc\\u03ad\\u03c1\\u03b1\\u03c2.\\u00bb\",\"title_nl_nl\":\"\\u201cHet is een leuke lifestyle-gadget voor elk moment!\\u201d\"}},{\"type\":\"panel-slider_item\",\"props\":{\"title\":\"\\\"All our flavors are unique and developed with care and passion.\\\"\",\"title_de_de\":\"\\u201eAlle unsere Geschmacksrichtungen sind einzigartig und wurden mit Sorgfalt und Leidenschaft entwickelt.\\u201c\",\"title_el\":\"\\u00ab\\u038c\\u03bb\\u03b5\\u03c2 \\u03bf\\u03b9 \\u03b3\\u03b5\\u03cd\\u03c3\\u03b5\\u03b9\\u03c2 \\u03bc\\u03b1\\u03c2 \\u03b5\\u03af\\u03bd\\u03b1\\u03b9 \\u03bc\\u03bf\\u03bd\\u03b1\\u03b4\\u03b9\\u03ba\\u03ad\\u03c2 \\u03ba\\u03b1\\u03b9 \\u03ad\\u03c7\\u03bf\\u03c5\\u03bd \\u03b1\\u03bd\\u03b1\\u03c0\\u03c4\\u03c5\\u03c7\\u03b8\\u03b5\\u03af \\u03bc\\u03b5 \\u03c6\\u03c1\\u03bf\\u03bd\\u03c4\\u03af\\u03b4\\u03b1 \\u03ba\\u03b1\\u03b9 \\u03c0\\u03ac\\u03b8\\u03bf\\u03c2.\\u00bb\",\"title_nl_nl\":\"\\u201cAl onze smaken zijn uniek en met zorg en passie ontwikkeld.\\u201d\"}},{\"type\":\"panel-slider_item\",\"props\":{\"title\":\"\\\"Try them all!\\\"\",\"title_de_de\":\"Probieren Sie sie alle aus!\",\"title_el\":\"\\u00ab\\u0394\\u03bf\\u03ba\\u03b9\\u03bc\\u03ac\\u03c3\\u03c4\\u03b5 \\u03c4\\u03b1 \\u03cc\\u03bb\\u03b1!\\u00bb\",\"title_nl_nl\":\"\\u201cProbeer ze allemaal!\\u201d\"}}]}]}]}]}],\"version\":\"4.5.33\",\"yooessentialsVersion\":\"2.4.12\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor! With our\u00a0AeroGum\u00ae\u00a0Starter kit you have our\u00a0AeroGum\u00ae\u00a0Airstick\u00a0+ 1\u00a0AeroGum\u00ae\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor) AeroGum\u00ae Starter kit Order now AeroGum\u00ae flavor cartridges (these are the interchangeable flavor cartridges that you use with the\u00a0AeroGum\u00ae Airstick\u00a0from our\u00a0starter kit) Treat yourself to our Combi Deal! With our [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-968","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Test<\/title>\n<meta name=\"description\" content=\"Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor! With our\u00a0AeroGum\u00ae\u00a0Starter kit you have our\u00a0AeroGum\u00ae\u00a0Airstick\u00a0+ 1\u00a0AeroGum\u00ae\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor) AeroGum\u00ae Starter kit Order now AeroGum\u00ae flavor cartridges (these are the interchangeable flavor cartridges that you use with the\u00a0AeroGum\u00ae Airstick\u00a0from our\u00a0starter kit) Treat yourself to our Combi Deal! With our&hellip;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Test\" \/>\n<meta property=\"og:description\" content=\"Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor! With our\u00a0AeroGum\u00ae\u00a0Starter kit you have our\u00a0AeroGum\u00ae\u00a0Airstick\u00a0+ 1\u00a0AeroGum\u00ae\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor) AeroGum\u00ae Starter kit Order now AeroGum\u00ae flavor cartridges (these are the interchangeable flavor cartridges that you use with the\u00a0AeroGum\u00ae Airstick\u00a0from our\u00a0starter kit) Treat yourself to our Combi Deal! With our&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aerogum.com\/el\/test\/\" \/>\n<meta property=\"og:site_name\" content=\"AeroGum\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T16:28:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-2.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/\",\"url\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/\",\"name\":\"Test - AeroGum\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aerogum.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\",\"datePublished\":\"2026-03-04T16:28:13+00:00\",\"dateModified\":\"2026-03-04T16:28:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\",\"contentUrl\":\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/poppetje-faq-2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/test\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aerogum.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Test\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/#website\",\"url\":\"https:\\\/\\\/aerogum.com\\\/el\\\/\",\"name\":\"Aerogum\",\"description\":\"The AeroGum\u00ae Airstick: Air with flavor!\",\"publisher\":{\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aerogum.com\\\/el\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"el\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/#organization\",\"name\":\"Aerogum\",\"url\":\"https:\\\/\\\/aerogum.com\\\/el\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/stick-1-scaled.png\",\"contentUrl\":\"https:\\\/\\\/aerogum.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/stick-1-scaled.png\",\"width\":1527,\"height\":2560,\"caption\":\"Aerogum\"},\"image\":{\"@id\":\"https:\\\/\\\/aerogum.com\\\/el\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Test","description":"Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor! With our\u00a0AeroGum\u00ae\u00a0Starter kit you have our\u00a0AeroGum\u00ae\u00a0Airstick\u00a0+ 1\u00a0AeroGum\u00ae\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor) AeroGum\u00ae Starter kit Order now AeroGum\u00ae flavor cartridges (these are the interchangeable flavor cartridges that you use with the\u00a0AeroGum\u00ae Airstick\u00a0from our\u00a0starter kit) Treat yourself to our Combi Deal! With our&hellip;","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":"Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor! With our\u00a0AeroGum\u00ae\u00a0Starter kit you have our\u00a0AeroGum\u00ae\u00a0Airstick\u00a0  1\u00a0AeroGum\u00ae\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor) AeroGum\u00ae Starter kit Order now AeroGum\u00ae flavor cartridges (these are the interchangeable flavor cartridges that you use with the\u00a0AeroGum\u00ae Airstick\u00a0from our\u00a0starter kit) Treat yourself to our Combi Deal! With our&hellip;","og_locale":"el_GR","og_type":"article","og_title":"Test","og_description":"Discover a whole new way of enjoying: The AeroGum\u00ae Airstick: Air with flavor! With our\u00a0AeroGum\u00ae\u00a0Starter kit you have our\u00a0AeroGum\u00ae\u00a0Airstick\u00a0+ 1\u00a0AeroGum\u00ae\u00a0Coolie Yoolie Flavor Cartridge (Spearmint Flavor) AeroGum\u00ae Starter kit Order now AeroGum\u00ae flavor cartridges (these are the interchangeable flavor cartridges that you use with the\u00a0AeroGum\u00ae Airstick\u00a0from our\u00a0starter kit) Treat yourself to our Combi Deal! With our&hellip;","og_url":"https:\/\/aerogum.com\/el\/test\/","og_site_name":"AeroGum","article_modified_time":"2026-03-04T16:28:49+00:00","og_image":[{"url":"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aerogum.com\/el\/test\/","url":"https:\/\/aerogum.com\/el\/test\/","name":"Test - AeroGum","isPartOf":{"@id":"https:\/\/aerogum.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aerogum.com\/el\/test\/#primaryimage"},"image":{"@id":"https:\/\/aerogum.com\/el\/test\/#primaryimage"},"thumbnailUrl":"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-2.png","datePublished":"2026-03-04T16:28:13+00:00","dateModified":"2026-03-04T16:28:49+00:00","breadcrumb":{"@id":"https:\/\/aerogum.com\/el\/test\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aerogum.com\/el\/test\/"]}]},{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/aerogum.com\/el\/test\/#primaryimage","url":"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-2.png","contentUrl":"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/12\/poppetje-faq-2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/aerogum.com\/el\/test\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aerogum.com\/"},{"@type":"ListItem","position":2,"name":"Test"}]},{"@type":"WebSite","@id":"https:\/\/aerogum.com\/el\/#website","url":"https:\/\/aerogum.com\/el\/","name":"Aerogum","description":"The AeroGum\u00ae Airstick: Air with flavor!","publisher":{"@id":"https:\/\/aerogum.com\/el\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aerogum.com\/el\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"el"},{"@type":"Organization","@id":"https:\/\/aerogum.com\/el\/#organization","name":"Aerogum","url":"https:\/\/aerogum.com\/el\/","logo":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/aerogum.com\/el\/#\/schema\/logo\/image\/","url":"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/11\/stick-1-scaled.png","contentUrl":"https:\/\/aerogum.com\/wp-content\/uploads\/2025\/11\/stick-1-scaled.png","width":1527,"height":2560,"caption":"Aerogum"},"image":{"@id":"https:\/\/aerogum.com\/el\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/pages\/968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/comments?post=968"}],"version-history":[{"count":2,"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/pages\/968\/revisions"}],"predecessor-version":[{"id":970,"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/pages\/968\/revisions\/970"}],"wp:attachment":[{"href":"https:\/\/aerogum.com\/el\/wp-json\/wp\/v2\/media?parent=968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}