{"product_id":"jiamy-baby-madchen-kleidung-langarm-top-hose-zweiteiler-neugeborene-herbst-winter-babykleidung-set-kleinkind-bekleidungssets-fur-6-monate-4-jahre","title":"Baby Mädchen Kleidung Langarm Top + Hose Zweiteiler Neugeborene Herbst Winter Babykleidung Set Kleinkind Bekleidungssets für 6 Monate-4 Jahre","description":"\u003cdiv\u003e\u003cdiv lang=\"de_DE\"\u003e\n \u003cstyle\u003e\n    .aplus-v2 .container-with-background-image {\n        width: 100%;\n        height: 100%;\n        background-repeat: no-repeat;\n        background-size: cover;\n    }\n\u003c\/style\u003e\n \u003cscript type=\"application\/javascript\"\u003e\n    function logShoppableMetrics(moduleName, showsAddToCart) {\n        if (window.ue \u0026\u0026 window.ue.count) {\n            window.ue.count(\"aplus:shoppable:\" + moduleName + \":addToCart\", showsAddToCart ? 1 : 0);\n        }\n    }\n\u003c\/script\u003e\n \u003cdiv class=\"aplus-v2 desktop celwidget\" cel_widget_id=\"aplus\"\u003e\n  \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\nP.now('premium-module-5-comparison-table-scroller').execute(function(init){\n    if (init) {\n        return;\n    }\n    P.register('premium-module-5-comparison-table-scroller', function(){\n        return function() {\n            P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) {\n                function initCompTable(module) {\n                    \/**\n                    * Premium comparison table: popover trigger module\n                    *\/\n                    var comparisonName = $(module).data('comparison-name');\n                    (function() {\n                        var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');\n                        $additionalInfo.each(function(i, trigger) {\n                            return popover.create(trigger, $(trigger).data());\n                        });\n                        $additionalInfo.hover(\n                            function() {\n                                $(this).focus();\n                            }\n                        );\n                    })();\n                    \/**\n                    * Premium comparison table: adjust column width module\n                    *\/\n                    (function() {\n                        var VISIBLE_COLUMNS = 4.2;  \/* How many visible columns on load *\/\n                        var MIN_WIDTH = 230;\n                        var getWidth = function() {\n                            return $(this).outerWidth();\n                        }\n                        \/* cache selectors *\/\n                        var\n                            $container = $('.aplus-v2 .comparison-table #'+comparisonName),\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),\n                            $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),\n                            $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');\n\n                        \/* Formula for determining desired column width *\/\n\n                        var calculatedColumnWidth = Math.floor(\n                            ($container.innerWidth() - $header.innerWidth()) \/ VISIBLE_COLUMNS\n                        );\n\n                        var childWidths = $activeColumn.map(getWidth).get();\n                        var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));\n                        var minColumnWidth = $columns.innerWidth();\n\n                        \/* set the min-width of each column to the calulated width or minWidth *\/\n                        $columns.css(\n                            'min-width',\n                            Math.max(MIN_WIDTH, (calculatedColumnWidth \u003c minColumnWidth\n                                ? calculatedColumnWidth\n                                : minColumnWidth))\n                        );\n                        $activeColumn.css('width', maxChildWidth);\n\n                        \/* show the component *\/\n                        $container.removeClass('loading');\n                    })();\n\n                    \/**\n                     * Premium comparison table: sticky attribute \u0026 column\n                     *\/\n\n                    (function() {\n                        \/* cache selectors *\/\n                        const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName);\n                        const header = comparisonTable.querySelector('td.attribute');\n                        const fixedColumn = comparisonTable.querySelector('td.active');\n\n                        const attributeColumnObserver = new ResizeObserver((entries) =\u003e {\n                            for (let entry of entries) {\n                                const bounds = entry.target.getBoundingClientRect().width;\n                                const activeCellWidth = window.getComputedStyle(fixedColumn).left;\n                                if (bounds + \"px\" !== activeCellWidth) {\n                                    const activeCells = document.querySelectorAll('.aplus-data-column.active');\n                                    activeCells.forEach(cell =\u003e cell.style.left = bounds + \"px\");\n\n                                }\n                            }\n\n                        })\n\n                        attributeColumnObserver.observe(header)\n                    })();\n\n                    \/**\n                    * Premium comparison table: top scroll bar\n                    *\/\n                    (function() {\n                        \/* cache selectors *\/\n                        var\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),\n                            $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),\n                            $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),\n                            $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),\n                            $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');\n                        \/* confirm fixed column exists and can add width to the total width of the scroll bar *\/\n                        var fixedColumnWidth = $fixedColumn.innerWidth();\n                        if ( fixedColumnWidth === null ) {\n                            fixedColumnWidth = 0;\n                        }\n                        \/* set width of scrollBar *\/\n                        $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());\n                        \/* connect scrolls together *\/\n                        $scrollWrapperTop.scroll(function() {\n                            $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());\n                        });\n                        $scrollWrapperBottom.scroll(function() {\n                            $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());\n                        });\n                    })();\n                }\n\n                $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {\n                    initCompTable(module);\n                });\n            });\n        }\n    });\n});\n}));\u003c\/script\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 5: Comparision table - scroller\n *\/\n\n.aplus-v2 .premium-aplus-module-5 h1 {\n    padding-bottom: 30px;\n}\n\n\/* position column-headers relative to this table *\/\n.aplus-v2 .premium-aplus-module-5 .table-container {\n    position: relative;\n    opacity: 1;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-container.loading {\n    opacity: 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-slider {\n    overflow-x: scroll;\n    overflow-y: visible;\n    width: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.attribute {\n    min-width: 300px;\n    top: auto;\n    left: 0;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-5 td.attribute {\n    right: 0px;\n    left: auto;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.active-item,\n.aplus-v2 .premium-aplus-module-5 th.active-item {\n    top: auto;\n    left: 300px;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 td.active-item,\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 th.active-item {\n    left: auto;\n    right: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .attribute,\n.aplus-v2 .premium-aplus-module-5 .active-item{\n    position: sticky;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td,\n.aplus-v2 .premium-aplus-module-5 table.a-bordered th {\n    background-color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {\n    content: \"?\";\n    display: inline-block;\n    font-size: 12px;\n    position: relative;\n    bottom: 5px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .product-title {\n    font-size: 15px;\n    padding: 10px 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-width {\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n\n.aplus-v2 .premium-aplus-module-5 td.attribute.empty {\n    height: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .header-img {\n    padding-top: 10px;\n}\n\n\/* Override default AUI .a-bordered table borders *\/\n.aplus-v2 .premium-aplus-module-5 table.a-bordered {\n    border-width: 0;\n    border-color: #eaeaea;\n    border-style: solid;\n}\n\n\/* Size the top scroller *\/\n.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {\n    width: 100%;\n    height: 20px;\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-bar {\n    height: 1px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .add-to-cart {\n    line-height: 1rem;\n    font-weight: normal;\n}\n\n.aplus-v2 .premium-aplus-module-5 .review {\n    font-size: 14px;\n}\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium modules global styles\n *\/\n.aplus-v2.desktop {\n  max-width: 1464px;\n  min-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\/* Undo this for tech-specs because it breaks table layout *\/\n.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: Arial, sans-serif; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: inherit; }\n\n\/* type *\/\n.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }\n.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }\n\n\/* spacing *\/\n.aplus-v2 .aplus-container-1 { padding: 40px; }\n.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }\n.aplus-v2 .aplus-container-2 { padding: 80px; }\n.aplus-v2 .aplus-container-3 { padding: 40px 0; }\n\n\/* Display *\/\n.aplus-v2 .premium-aplus .aplus-display-table { display: table; }\n.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }\n.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }\n\n\/* Aplus display table with min-width 1000px and fill remaining space inside parent *\/\n.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }\n\n\/**\n* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.\n*\/\n\n\u003c\/style\u003e\n  \u003cdiv class=\"celwidget aplus-module premium-module-5-comparison-table-scroller aplus-premium\" cel_widget_id=\"aplus-premium-module-5-comparison-table-scroller\"\u003e\n   \u003cdiv class=\"premium-aplus premium-aplus-module-5 aplus-container-3 comparison-table\"\u003e\n    \u003ch3 class=\"a-text-center aplus-h1 a-text-bold\"\u003eJiAmy Bekleidungsset für Babys und Kleinkinder\u003c\/h3\u003e\n    \u003cdiv id=\"comparison-table-container-0\" data-comparison-name=\"comparison-table-container-0\" class=\"a-section a-spacing-none table-container loading\"\u003e\n     \u003cdiv class=\"table-slider scroll-wrapper-bottom\"\u003e\n      \u003ctable class=\"a-bordered a-horizontal-stripes scroll-width\"\u003e\n       \u003ctbody\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute empty\"\u003e\u003c\/td\u003e\n         \u003cth class=\"aplus-data-column top-header active active-item\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Baby Jungen 3PCS Kleidung\" href=\"\/en\/-\/en\/dp\/B0FHPMJ5J8?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fd410cbd-fa6a-4d10-b138-668941098be5.__AC_SR200,225___.jpg\"\u003e \n           \u003cp class=\"product-title\"\u003eBaby Jungen 3PCS Kleidung\u003c\/p\u003e \u003c\/a\u003e\n          \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n           \u003c!-- sp:csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hEuoUYxOLgnrHxpQMpNSB5XkzpvK0jPd\/WFPk3clN7VIAAAAAGlj340yYjMwMTZlNC1kYzhiLTRmZDEtYmZlOC1mZDM5ZGY3YjI1MGE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FHPMJ5J8\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"hUP26eyLAYipqOSs%2FJanVovGV0Q0RjRTjKjivSHCUgw81SrPcFDImhAeT6j3nh2%2BQFhGeBuHgwi3PzeUMLDWpaZ%2FWoG5AQL4V9cW6rdNFRGncDczwfYVupIHa%2BOPlLzL6ubP%2FQyCHVNTGiB6iflhC4W%2FaKxLV8xcix%2F1BYVjgXrFdE9pfLEKBxEueKVYNvxh\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add To Basket \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/form\u003e\n          \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n         \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Baby Hoodie Kleidung\" href=\"\/en\/-\/en\/dp\/B0FKMF79SN?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4a353993-a477-44b5-ac86-635f7cd38e66.__AC_SR200,225___.jpg\"\u003e \n           \u003cp class=\"product-title\"\u003eBaby Hoodie Kleidung\u003c\/p\u003e \u003c\/a\u003e\n          \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n           \u003c!-- sp:csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hEuoUYxOLgnrHxpQMpNSB5XkzpvK0jPd\/WFPk3clN7VIAAAAAGlj340yYjMwMTZlNC1kYzhiLTRmZDEtYmZlOC1mZDM5ZGY3YjI1MGE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FKMF79SN\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"RSytLykFLzTwzenFCGj2hZryRhHWx7LLT6CytFboPWjVCyiDd7g%2BMKChSQ2GJZHAr6KE%2FWgVdjx2f2xuTx2yDqMPsXIRB1wZl4qjEyXIMNb8d3QJdZAbPH7USoCbIuFxU2lQ7T6iKTvwUzP0QE4Eodd%2BkHRuwvzjejjlcVaXgEv%2FOoftHXSFtkyG0mnjy8EQ\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add To Basket \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/form\u003e\n          \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n         \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"BabyJungen Bekleidungsset\" href=\"\/en\/-\/en\/dp\/B0FHPM85XY?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5264b09d-53ef-4f84-920e-b2d0f7e38d5c.__AC_SR200,225___.jpg\"\u003e \n           \u003cp class=\"product-title\"\u003eBabyJungen Bekleidungsset\u003c\/p\u003e \u003c\/a\u003e\n          \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n           \u003c!-- sp:csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hEuoUYxOLgnrHxpQMpNSB5XkzpvK0jPd\/WFPk3clN7VIAAAAAGlj340yYjMwMTZlNC1kYzhiLTRmZDEtYmZlOC1mZDM5ZGY3YjI1MGE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FHPM85XY\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"Hr4TN2Qcc7wvOlBqtAzqg2p2tNRN%2BJJ490bAcVYPOa5pmW7xkrPiPA%2BX495JpXlkeqFz9OODf%2Fe1zuguHTlW7GQZ8559%2BwEAUKJx1ntFy0nmx2K2ptLQhZVioBNcDjUnd1c5b69plX92%2FGT%2FLDH9WMtzD4gyQxuW565YlXRbnQn3JZ6x3nnw%2Ba66Ys6Wtc%2FP\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add To Basket \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/form\u003e\n          \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n         \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Baby Leinen Kleidung \" href=\"\/en\/-\/en\/dp\/B0FF1TNZCM?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4d9b3813-be0c-4449-bd92-52d1cbb7ad7a.__AC_SR200,225___.jpg\"\u003e \n           \u003cp class=\"product-title\"\u003eBaby Leinen Kleidung\u003c\/p\u003e \u003c\/a\u003e\n          \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n           \u003c!-- sp:csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hEuoUYxOLgnrHxpQMpNSB5XkzpvK0jPd\/WFPk3clN7VIAAAAAGlj340yYjMwMTZlNC1kYzhiLTRmZDEtYmZlOC1mZDM5ZGY3YjI1MGE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FF1TNZCM\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"hUP26eyLAYipqOSs%2FJanVi%2Bq4aQwqhoGgEjeoy3TBRLVsbzFGpGsgfYAraHZPKKmxFOAmc4dlfOH0RquK6%2FUlW9K0xBXFCDCF5aNRWo2%2FM%2BfkZwzF%2FqoGCCWx9gyHz1ei1deGfBcpdZPeY%2B3IvYFvZsV9ch%2B39DUyyup4P1ej%2BBAfsrCulfF2LnjRstAWexz\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add To Basket \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/form\u003e\n          \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n         \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Baby Mädchen Kleidung\" href=\"\/en\/-\/en\/dp\/B0FKML1LHY?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/632253b4-fafb-4036-bd00-d04feac20e13.__AC_SR200,225___.jpg\"\u003e \n           \u003cp class=\"product-title\"\u003eBaby Mädchen Kleidung\u003c\/p\u003e \u003c\/a\u003e\n          \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n           \u003c!-- sp:csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hEuoUYxOLgnrHxpQMpNSB5XkzpvK0jPd\/WFPk3clN7VIAAAAAGlj340yYjMwMTZlNC1kYzhiLTRmZDEtYmZlOC1mZDM5ZGY3YjI1MGE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FKML1LHY\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"hUP26eyLAYipqOSs%2FJanVtRk4Z5lyqqLOCdBpuzwXQcDCyR3Qp6TqzoLHHgqFLjWdKggDTSZvyELzNac2mfYz9hJB2p%2FVaF26pFIjqsdK7N9uXw3N0BTXoqTeAMgSr%2FcrJW99NJGARN81Ixg6GqUxGjJwDOgs4aoRG3G61q%2FDuXtumGem320mY%2BLt1yceiLz\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add To Basket \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/form\u003e\n          \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n         \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Mädchen Bekleidungssets\" href=\"\/en\/-\/en\/dp\/B0DDPV66SW?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/30acb36e-36ff-4585-8faf-2643d57aa585.__AC_SR200,225___.jpg\"\u003e \n           \u003cp class=\"product-title\"\u003eMädchen Bekleidungssets\u003c\/p\u003e \u003c\/a\u003e\n          \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n           \u003c!-- sp:csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hEuoUYxOLgnrHxpQMpNSB5XkzpvK0jPd\/WFPk3clN7VIAAAAAGlj340yYjMwMTZlNC1kYzhiLTRmZDEtYmZlOC1mZDM5ZGY3YjI1MGE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n           \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0DDPV66SW\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"7mYKkRMYTKPD24SxB4AnNdxzblgrEurt3OF6uGDDpMn0DxLKin2439QRN4uFKdqWAqgbl5BUaSCCxaeBSgktujblJFH3z%2BQmtqUN8y%2Bgrua88E82gSIWLKUY%2B7bA01Va%2BKENtrx7ZnY7jRklgXe%2BZiaYw%2FJvtCmrshN1FLDZBdOflYgckhNUcB4YCGDn8Pjk\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add To Basket \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/form\u003e\n          \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Customer Reviews \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\n          \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n          \u003cdiv class=\"\"\u003e\n           \u003cdiv class=\"a-size-base\"\u003e\n            \u003ci class=\"a-icon a-icon-star-small a-star-small-4 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.1 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e5\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\n          \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n          \u003cdiv class=\"\"\u003e\n           \u003cdiv class=\"a-size-base\"\u003e\n            \u003ci class=\"a-icon a-icon-star-small a-star-small-4 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.0 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e2\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\n          \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n          \u003cdiv class=\"\"\u003e\n           \u003cdiv class=\"a-size-base\"\u003e\n            \u003ci class=\"a-icon a-icon-star-small a-star-small-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.8 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e6\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\n          \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n          \u003cdiv class=\"\"\u003e\n           \u003cdiv class=\"a-size-base\"\u003e\n            \u003ci class=\"a-icon a-icon-star-small a-star-small-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e5.0 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e6\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\n          \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n          \u003cdiv class=\"\"\u003e\n           \u003cdiv class=\"a-size-base\"\u003e\n            \u003ci class=\"a-icon a-icon-star-small a-star-small-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e5.0 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e2\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\n          \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n          \u003cdiv class=\"\"\u003e\n           \u003cdiv class=\"a-size-base\"\u003e\n            \u003ci class=\"a-icon a-icon-star-small a-star-small-4 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.1 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e29\u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Price \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e€19.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e€\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e19\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e€18.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e€\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e18\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e€17.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e€\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e17\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e€17.09\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e€\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e17\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e09\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e€14.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e€\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e14\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e€14.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e€\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e14\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Alter \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e 0-18 Monate \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 3 Monate-3 Jahre \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 0-3 Jahre \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 6 Monate-4 Jahre \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 6 Monate-4 Jahre \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 1-6 Jahre \u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Saison \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Frühling, Herbst, Winter \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Frühling, Herbst, Winter \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Frühling, Herbst, Winter \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Frühling, Sommer, Herbst \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Frühling, Herbst, Winter \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Frühling, Herbst, Winter \u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Lange Ärmel \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Geeignet für \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Baby-Jungen \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Baby-Jungen \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Baby-Jungen \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Baby-Jungen \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Baby-Mädchen \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Mädchen \u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n         \u003ctd class=\"attribute a-text-bold\"\u003e\n          \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n           \u003cspan class=\"a-text-bold\"\u003e Paket \u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e 3pcs \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2pcs \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2pcs \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2pcs \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2pcs \u003c\/span\u003e\u003c\/td\u003e\n         \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2pcs \u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n       \u003c\/tbody\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() });\n}));\u003c\/script\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv id=\"productDescription\" class=\"a-section a-spacing-small\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv id=\"productFactsDesktop_feature_div\" class=\"celwidget\" data-feature-name=\"productFactsDesktop\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productFactsDesktop\" data-csa-c-slot-id=\"productFactsDesktop_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\"\u003e\n \u003cdiv id=\"productFactsDesktopExpander\" data-a-expander-name=\"productFactsDesktopExpander\" data-a-expander-collapsed-height=\"400\" class=\"a-expander-collapsed-height a-row a-expander-container a-spacing-medium a-expander-partial-collapse-container\"\u003e\n  \u003cdiv data-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\"\u003e\n   \u003ch3 class=\"product-facts-title\"\u003eProduct details\u003c\/h3\u003e\n   \u003c!-- this uses AUI list\/listitem elements in desktop --\u003e\n   \u003cdiv class=\"a-section\" role=\"list\"\u003e\n    \u003cdiv class=\"a-fixed-left-grid product-facts-detail\"\u003e\n     \u003cdiv class=\"a-fixed-left-grid-inner\"\u003e\n      \u003cdiv class=\"a-fixed-left-grid-col a-col-left\"\u003e\n       \u003cspan\u003eCare instructions\u003c\/span\u003e \n      \u003c\/div\u003e\n      \u003cdiv class=\"a-fixed-left-grid-col a-col-right\"\u003e\n       \u003cspan\u003eMachine Wash\u003c\/span\u003e \n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"a-fixed-left-grid product-facts-detail\"\u003e\n     \u003cdiv class=\"a-fixed-left-grid-inner\"\u003e\n      \u003cdiv class=\"a-fixed-left-grid-col a-col-left\"\u003e\n       \u003cspan\u003eCountry of origin\u003c\/span\u003e \n      \u003c\/div\u003e\n      \u003cdiv class=\"a-fixed-left-grid-col a-col-right\"\u003e\n       \u003cspan\u003eChina\u003c\/span\u003e \n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003c!-- this is where AUI list\/listitem elements in desktop ends --\u003e\n   \u003chr aria-hidden=\"true\" class=\"a-spacing-base a-spacing-top-base a-divider-normal\"\u003e\n   \u003ch3 class=\"product-facts-title\"\u003eAbout this item\u003c\/h3\u003e\n   \u003cul class=\"a-unordered-list a-vertical a-spacing-small\"\u003e\n    \u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003eSkin-friendly, gentle material: this baby girl clothes set uses skin-friendly fabric, which is soft and breathable. Without scratching or irritation, it provides your child with long-lasting comfort, ideal for sensitive baby skin.\u003c\/span\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003eCute design: The clothing sets for baby girls combine a toddler long sleeve top with trousers. 3D flower decorations give a magical childlike appearance - cute and unique for your little girl.\u003c\/span\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003eVersatile for everyday use and outdoors: no matter at home while playing, on a family trip or when visiting - this baby clothing set fits perfectly. Easy to wear and maintain, flexible for relaxed and active moments.\u003c\/span\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003eIdeal gift for baby girls: as a newborn set or birthday gift, it is a magical choice. The soft baby set with loving details impresses with its practical and sweet - a surprise that pleases parents and baby alike.\u003c\/span\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cspan class=\"a-list-item a-size-base a-color-base\"\u003eSize recommendation: this clothing set is suitable for baby girls aged 6 months to 4 years. Please check our size chart and choose the right fit before purchasing. If you have any questions, we are always at your disposal.\u003c\/span\u003e\u003c\/li\u003e\n   \u003c\/ul\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"ab Lager","offers":[{"title":"6-12 Monate \/ Beige","offer_id":52455594525010,"sku":"B0FKML54RV","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"6-12 Monate \/ Lila","offer_id":52455595049298,"sku":"B0FKMF5SN9","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"6-12 Monate \/ Blau","offer_id":52455594656082,"sku":"B0FKML1Z67","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"6-12 Monate \/ Rosa","offer_id":52455594918226,"sku":"B0FKML3XHX","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"12-18 Monate \/ Beige","offer_id":52455594557778,"sku":"B0FKMK8892","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"12-18 Monate \/ Lila","offer_id":52455594590546,"sku":"B0FKMF2M99","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"12-18 Monate \/ Blau","offer_id":52455594688850,"sku":"B0FKML1LHY","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"12-18 Monate \/ Rosa","offer_id":52455594852690,"sku":"B0FKMR2GLD","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"18-24 Monate \/ Beige","offer_id":52455594492242,"sku":"B0FKMLDJCH","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"18-24 Monate \/ Lila","offer_id":52455594983762,"sku":"B0FKMKXWLJ","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"18-24 Monate \/ Blau","offer_id":52455594721618,"sku":"B0FKMMW9N8","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"18-24 Monate \/ Rosa","offer_id":52455594819922,"sku":"B0FKML5MVF","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"2-3 Jahre \/ Beige","offer_id":52455594623314,"sku":"B0FKMKSRS3","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"2-3 Jahre \/ Lila","offer_id":52455595082066,"sku":"B0FKMFDWTF","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"2-3 Jahre \/ Rosa","offer_id":52455595016530,"sku":"B0FKMKNBZW","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"3-4 Jahre \/ Beige","offer_id":52455594950994,"sku":"B0FKMKZQ47","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"3-4 Jahre \/ Lila","offer_id":52455594885458,"sku":"B0FKMFHD7T","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"3-4 Jahre \/ Blau","offer_id":52455594787154,"sku":"B0FKMMYQFT","price":39.95,"currency_code":"EUR","in_stock":true},{"title":"3-4 Jahre \/ Rosa","offer_id":52455594754386,"sku":"B0FKLCSYFP","price":39.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/2152\/3538\/files\/71Rht7Rq_3L_62c43f4c-b298-412d-bd54-9c6de6a4a4e1.jpg?v=1768152982","url":"https:\/\/meloni2.com\/en\/products\/jiamy-baby-madchen-kleidung-langarm-top-hose-zweiteiler-neugeborene-herbst-winter-babykleidung-set-kleinkind-bekleidungssets-fur-6-monate-4-jahre","provider":"Meloni2","version":"1.0","type":"link"}