{"id":569,"date":"2024-08-08T12:49:44","date_gmt":"2024-08-08T10:49:44","guid":{"rendered":"https:\/\/babyfruitdancing.com\/?page_id=569"},"modified":"2025-11-18T20:23:50","modified_gmt":"2025-11-18T19:23:50","slug":"coloring-pages","status":"publish","type":"page","link":"https:\/\/babyfruitdancing.com\/en\/printables\/coloring-pages\/","title":{"rendered":"Coloring Pages"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"569\" class=\"elementor elementor-569\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a46086 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3a46086\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e923902\" data-id=\"e923902\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8b31ee2 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"8b31ee2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"falling-balls-container\"><\/div>\n\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const container = document.getElementById('falling-balls-container');\n    const ballSizes = [3, 6, 10, 12, 15, 20]; \/\/ Tama\u00f1os de las bolitas\n    const ballColors = ['#ff8a00', '#ffda00', '#00e01c', '#ff52ff']; \/\/ Colores de las bolitas\n    const minFallDuration = 20; \/\/ Duraci\u00f3n m\u00ednima de la ca\u00edda en segundos\n    const maxFallDuration = 30; \/\/ Duraci\u00f3n m\u00e1xima de la ca\u00edda en segundos\n    const fadeStartHeight = 880; \/\/ Altura en px donde empieza a desvanecerse\n\n    function createBall() {\n      const ball = document.createElement('div');\n      const size = ballSizes[Math.floor(Math.random() * ballSizes.length)];\n      const color = ballColors[Math.floor(Math.random() * ballColors.length)];\n      const fallDuration = minFallDuration + Math.random() * (maxFallDuration - minFallDuration); \/\/ Duraci\u00f3n de la ca\u00edda aleatoria\n\n      ball.style.width = `${size}px`;\n      ball.style.height = `${size}px`;\n      ball.style.backgroundColor = color;\n      ball.style.left = `${Math.random() * 100}%`;\n      ball.style.animationDuration = `${fallDuration}s, 1s`; \/\/ Duraci\u00f3n de la ca\u00edda y del desvanecimiento\n      ball.style.animationTimingFunction = `linear, ease-in`; \/\/ Timing de las animaciones\n      ball.style.animationDelay = `0s, ${fallDuration - (fadeStartHeight \/ window.innerHeight * fallDuration)}s`; \/\/ Retraso para empezar a desvanecerse\n\n      ball.classList.add('falling-ball');\n      container.appendChild(ball);\n\n      \/\/ Eliminar la bola del DOM cuando termine la animaci\u00f3n\n      ball.addEventListener('animationend', () => {\n        ball.remove();\n      });\n    }\n\n    \/\/ Crear bolas a intervalos regulares\n    const interval = 500; \/\/ Intervalo en milisegundos (ajustar seg\u00fan la cantidad deseada)\n    setInterval(createBall, interval);\n  });\n<\/script>\n\n<script>\n\ndocument.addEventListener('DOMContentLoaded', function() {\n    var downloadButton = document.querySelector('#download-button a');\n    if (downloadButton) {\n        downloadButton.setAttribute('download', '');\n    }\n});\n\n<\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5382724 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5382724\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f37b4a\" data-id=\"5f37b4a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7edea8e elementor-hidden-desktop elementor-widget elementor-widget-html\" data-id=\"7edea8e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"falling-balls-container-mobile\"><\/div>\n\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const container = document.getElementById('falling-balls-container-mobile');\n    const ballSizes = [3, 6, 10, 12, 15]; \/\/ Tama\u00f1os de las bolitas\n    const ballColors = ['#ff8a00', '#ffda00', '#00e01c', '#ff52ff']; \/\/ Colores de las bolitas\n    const minFallDuration = 20; \/\/ Duraci\u00f3n m\u00ednima de la ca\u00edda en segundos\n    const maxFallDuration = 30; \/\/ Duraci\u00f3n m\u00e1xima de la ca\u00edda en segundos\n    const fadeStartHeight = 680; \/\/ Altura en px donde empieza a desvanecerse\n\n    function createBall() {\n      const ball = document.createElement('div');\n      const size = ballSizes[Math.floor(Math.random() * ballSizes.length)];\n      const color = ballColors[Math.floor(Math.random() * ballColors.length)];\n      const fallDuration = minFallDuration + Math.random() * (maxFallDuration - minFallDuration); \/\/ Duraci\u00f3n de la ca\u00edda aleatoria\n\n      ball.style.width = `${size}px`;\n      ball.style.height = `${size}px`;\n      ball.style.backgroundColor = color;\n      ball.style.left = `${Math.random() * 100}%`;\n      ball.style.animationDuration = `${fallDuration}s, 1s`; \/\/ Duraci\u00f3n de la ca\u00edda y del desvanecimiento\n      ball.style.animationTimingFunction = `linear, ease-in`; \/\/ Timing de las animaciones\n      ball.style.animationDelay = `0s, ${fallDuration - (fadeStartHeight \/ window.innerHeight * fallDuration)}s`; \/\/ Retraso para empezar a desvanecerse\n\n      ball.classList.add('falling-ball');\n      container.appendChild(ball);\n\n      \/\/ Eliminar la bola del DOM cuando termine la animaci\u00f3n\n      ball.addEventListener('animationend', () => {\n        ball.remove();\n      });\n    }\n\n    \/\/ Crear bolas a intervalos regulares\n    const interval = 500; \/\/ Intervalo en milisegundos (ajustar seg\u00fan la cantidad deseada)\n    setInterval(createBall, interval);\n  });\n<\/script>\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-090a396 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"090a396\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6467cfb\" data-id=\"6467cfb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-acf25d2 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"acf25d2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/babyfruitdancing.com\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/Baby-Fruit-Dancing-New-Logo-r6kevtyatikem60vo2np7g27wmpre5ks97kj9ivcu0.png\" title=\"Baby-Fruit-Dancing-New-Logo\" alt=\"Baby Fruit Dancing - Logo\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-79f766d\" data-id=\"79f766d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60e6e31 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-widget-mobile__width-initial elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu\" data-id=\"60e6e31\" data-element_type=\"widget\" data-settings=\"{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\\&quot;fas fa-caret-down\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/plugins\/pro-elements\/assets\/css\/widget-nav-menu.min.css\">\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-60e6e31\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-127\"><a href=\"https:\/\/babyfruitdancing.com\/en\/\" class=\"elementor-item\">Home<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-299\"><a href=\"https:\/\/babyfruitdancing.com\/en\/printables\/\" class=\"elementor-item\">Printables<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1189\"><a href=\"https:\/\/babyfruitdancing.com\/en\/videos\/\" class=\"elementor-item\">Videos<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-979\"><a href=\"https:\/\/babyfruitdancing.com\/en\/blog\/\" class=\"elementor-item\">Blog<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-473\"><a target=\"_blank\" href=\"https:\/\/www.youtube.com\/@BabyFruitDancing\/streams\" class=\"elementor-item\"><span class=\"parpadeante\"><\/span>Live!<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\">\n\t\t\t<i aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--open eicon-menu-bar\"><\/i><i aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--close eicon-close\"><\/i>\t\t\t<span class=\"elementor-screen-only\">Menu<\/span>\n\t\t<\/div>\n\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-60e6e31\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-127\"><a href=\"https:\/\/babyfruitdancing.com\/en\/\" class=\"elementor-item\" tabindex=\"-1\">Home<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-299\"><a href=\"https:\/\/babyfruitdancing.com\/en\/printables\/\" class=\"elementor-item\" tabindex=\"-1\">Printables<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1189\"><a href=\"https:\/\/babyfruitdancing.com\/en\/videos\/\" class=\"elementor-item\" tabindex=\"-1\">Videos<\/a><\/li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-979\"><a href=\"https:\/\/babyfruitdancing.com\/en\/blog\/\" class=\"elementor-item\" tabindex=\"-1\">Blog<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-473\"><a target=\"_blank\" href=\"https:\/\/www.youtube.com\/@BabyFruitDancing\/streams\" class=\"elementor-item\" tabindex=\"-1\"><span class=\"parpadeante\"><\/span>Live!<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-678b697 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"678b697\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-608ffd4\" data-id=\"608ffd4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1e1dcd8 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1e1dcd8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2be15cc\" data-id=\"2be15cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0fe4e6a elementor-widget elementor-widget-heading\" data-id=\"0fe4e6a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\"><i aria-hidden=\"true\" class=\"fas fa-paint-brush\" ><\/i> Coloring Pages<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-992bdd7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"992bdd7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3dbd3ec\" data-id=\"3dbd3ec\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b737542 elementor-widget elementor-widget-image\" data-id=\"b737542\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-green-apple-christmas-01.jpg\" class=\"attachment-full size-full wp-image-1850\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-green-apple-christmas-01.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-green-apple-christmas-01-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-green-apple-christmas-01-8x12.jpg 8w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5f932b elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d5f932b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-green-apple-christmas-01.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a2d4bb8\" data-id=\"a2d4bb8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2133f4a elementor-widget elementor-widget-image\" data-id=\"2133f4a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-corn-christmas-02.jpg\" class=\"attachment-full size-full wp-image-1848\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-corn-christmas-02.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-corn-christmas-02-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-corn-christmas-02-8x12.jpg 8w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-693eafd elementor-align-center elementor-widget elementor-widget-button\" data-id=\"693eafd\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-corn-christmas-02.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f16415c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f16415c\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-82d0226\" data-id=\"82d0226\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2db7bab elementor-widget elementor-widget-image\" data-id=\"2db7bab\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-sandy-watermelon-christmas-02.jpg\" class=\"attachment-full size-full wp-image-1859\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-sandy-watermelon-christmas-02.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-sandy-watermelon-christmas-02-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-sandy-watermelon-christmas-02-8x12.jpg 8w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58b6e9e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"58b6e9e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-sandy-watermelon-christmas-02.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9dfcd7d\" data-id=\"9dfcd7d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-280c71d elementor-widget elementor-widget-image\" data-id=\"280c71d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-cherry-christmas-01.jpg\" class=\"attachment-full size-full wp-image-1847\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-cherry-christmas-01.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-cherry-christmas-01-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-cherry-christmas-01-8x12.jpg 8w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cb45ff elementor-align-center elementor-widget elementor-widget-button\" data-id=\"4cb45ff\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/11\/baby-fruit-dancing-printable-cherry-christmas-01.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-27bb82f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"27bb82f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e8ec622\" data-id=\"e8ec622\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0479599 elementor-widget elementor-widget-image\" data-id=\"0479599\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Green-Apple-Printable-Baby-Fruit-Dancing.jpg\" class=\"attachment-full size-full wp-image-1808\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Green-Apple-Printable-Baby-Fruit-Dancing.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Green-Apple-Printable-Baby-Fruit-Dancing-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Green-Apple-Printable-Baby-Fruit-Dancing-8x12.jpg 8w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-887824c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"887824c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Green-Apple-Printable-Baby-Fruit-Dancing.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2ac5974\" data-id=\"2ac5974\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a40e13 elementor-widget elementor-widget-image\" data-id=\"3a40e13\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Lemon-Baby-Fruit-Dancing-Free-Printable.jpg\" class=\"attachment-full size-full wp-image-1793\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Lemon-Baby-Fruit-Dancing-Free-Printable.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Lemon-Baby-Fruit-Dancing-Free-Printable-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Lemon-Baby-Fruit-Dancing-Free-Printable-8x12.jpg 8w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/elementor\/thumbs\/Lemon-Baby-Fruit-Dancing-Free-Printable-150x150.jpg 893w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f88901d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"f88901d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Lemon-Baby-Fruit-Dancing-Free-Printable.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9cbe941 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9cbe941\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a4bb2e5\" data-id=\"a4bb2e5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b72d8d1 elementor-widget elementor-widget-image\" data-id=\"b72d8d1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"595\" height=\"842\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Pineapple-Printable-Baby-Fruit-Dancing-Low-Stimulation-Sensory-Videos.jpg\" class=\"attachment-full size-full wp-image-1778\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Pineapple-Printable-Baby-Fruit-Dancing-Low-Stimulation-Sensory-Videos.jpg 595w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Pineapple-Printable-Baby-Fruit-Dancing-Low-Stimulation-Sensory-Videos-212x300.jpg 212w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Pineapple-Printable-Baby-Fruit-Dancing-Low-Stimulation-Sensory-Videos-8x12.jpg 8w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3ffa9c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"f3ffa9c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/10\/Pineapple-Printable-Baby-Fruit-Dancing-Low-Stimulation-Sensory-Videos.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-fa76397\" data-id=\"fa76397\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0a243e0 elementor-widget elementor-widget-image\" data-id=\"0a243e0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/Baby-Fruit-Dancing-Blueberry-Sensory-r6r6k7c57w33zifmdc1istmyoizsxexdq71terlgnq.jpg\" title=\"Baby-Fruit-Dancing-Blueberry-Sensory\" alt=\"Blueberry\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5714b94 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5714b94\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/06\/Baby-Fruit-Dancing-Blueberry-Sensory.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5eb3532 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5eb3532\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-468a110\" data-id=\"468a110\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b47fbb5 elementor-widget elementor-widget-image\" data-id=\"b47fbb5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/01-Sandy-Baby-Fruit-Dancing-Sensory-Videos-qx4131ll3md4vel8v4i5tbyxjdz32hr1alybr6e3di.jpg\" title=\"01-Sandy-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"01-Sandy-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c38a4f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8c38a4f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/01-Sandy-Baby-Fruit-Dancing-Sensory-Videos.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5083fcd\" data-id=\"5083fcd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d61c581 elementor-widget elementor-widget-image\" data-id=\"d61c581\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/02-Piny-Baby-Fruit-Dancing-Sensory-Videos-qx4133h9hafpimiik5beybhuq5pthvyhyv9apqbb12.jpg\" title=\"02-Piny-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"02-Piny-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c94121 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8c94121\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/02-Piny-Baby-Fruit-Dancing-Sensory-Videos.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7e6d517 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7e6d517\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d822f92\" data-id=\"d822f92\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e108a28 elementor-widget elementor-widget-image\" data-id=\"e108a28\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/01-Bere-qx40ece9icjvsagv3g53akcvkvpustoykcszrf0ivq.jpg\" title=\"01-Bere\" alt=\"01-Bere\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70206a9 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"70206a9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/01-Bere-Baby-Fruit-Dancing-Sensory-Videos.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c0cf5ca\" data-id=\"c0cf5ca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5afc69d elementor-widget elementor-widget-image\" data-id=\"5afc69d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/03-Avo-Baby-Fruit-Dancing-Sensory-Videos-qx412ofufxv4cv4czytdufah7zry2qaskstj1axlsm.jpg\" title=\"03-Avo-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"03-Avo-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ece470e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ece470e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/03-Avo-Baby-Fruit-Dancing-Sensory-Videos.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-246f62a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"246f62a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1be6988\" data-id=\"1be6988\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0dea326 elementor-widget elementor-widget-image\" data-id=\"0dea326\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/02-Bro-Baby-Fruit-Dancing-Sensory-Videos-qx412ni093tu195q5ger9xj0mlwkv1728o61k0yzyu.jpg\" title=\"02-Bro-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"02-Bro-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac86117 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ac86117\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/11\/02-Bro-Baby-Fruit-Dancing-Sensory-Videos.jpg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4bd2f9e\" data-id=\"4bd2f9e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bb55f6 elementor-widget elementor-widget-image\" data-id=\"5bb55f6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/Corn-Baby-Fruit-Dancing-Sensory-Videos-1-r10uhp7fi08ojyknwo3knv61buxwlyyrfqllyvsu04.png\" title=\"Corn-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"Corn-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-450366a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"450366a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/02\/Corn-Baby-Fruit-Dancing-Sensory-Videos-1.png\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-38e22ba elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"38e22ba\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-abaf972\" data-id=\"abaf972\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c42f5d elementor-widget elementor-widget-image\" data-id=\"7c42f5d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/Lemon-Baby-Fruit-Dancing-Sensory-Videos-r10uf29qbqmpzcekb129614hbxxu0jhveopkhxplgk.png\" title=\"Lemon-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"Lemon-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b407f2c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b407f2c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/02\/Lemon-Baby-Fruit-Dancing-Sensory-Videos.png\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2377a3d\" data-id=\"2377a3d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5aaf3d9 elementor-widget elementor-widget-image\" data-id=\"5aaf3d9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/elementor\/thumbs\/Bere-Baby-Fruit-Dancing-Sensory-Videos-r10uf29qbqmpzcekb129614hbxxu0jhveopkhxplgk.png\" title=\"Bere-Baby-Fruit-Dancing-Sensory-Videos\" alt=\"Bere-Baby-Fruit-Dancing-Sensory-Videos\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2b8cf3 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e2b8cf3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2025\/02\/Bere-Baby-Fruit-Dancing-Sensory-Videos.png\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-circle-down\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-93ccbe3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"93ccbe3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85d7d01\" data-id=\"85d7d01\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-57ae15a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57ae15a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-73fcf43\" data-id=\"73fcf43\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df67bee elementor-widget elementor-widget-image\" data-id=\"df67bee\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1457\" height=\"179\" src=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG.png\" class=\"attachment-full size-full wp-image-553\" alt=\"\" srcset=\"https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG.png 1457w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG-300x37.png 300w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG-1024x126.png 1024w, https:\/\/babyfruitdancing.com\/wp-content\/uploads\/2024\/08\/fondo-pie-baby-fruit-dancing-01-PNG-768x94.png 768w\" sizes=\"(max-width: 1457px) 100vw, 1457px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Coloring Pages Download Download Download Download Download Download Download Download Download Download Download Download Download Download Download Download<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":294,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-569","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/comments?post=569"}],"version-history":[{"count":118,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/569\/revisions"}],"predecessor-version":[{"id":1862,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/569\/revisions\/1862"}],"up":[{"embeddable":true,"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/pages\/294"}],"wp:attachment":[{"href":"https:\/\/babyfruitdancing.com\/en\/wp-json\/wp\/v2\/media?parent=569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}