{"success":true,"items":"    <section class=\"pt-2 lg:pt-8 pb-8\"\n             x-data=\"infiniteScroll()\"\n             x-init=\"initScroll($el, '#infinite-scroll-trigger', 1, 1, 'category.products.list', '.products.wrapper .product-item', true)\"\n    >\n        <div class=\"toolbar-header\">\n            <script>\n    function initToolbar_6a36e7eb62348() {\n        return {\n            options: {\"productListToolbarForm\":{\"mode\":\"product_list_mode\",\"direction\":\"product_list_dir\",\"order\":\"product_list_order\",\"limit\":\"product_list_limit\",\"modeDefault\":\"grid\",\"directionDefault\":\"asc\",\"orderDefault\":\"bestseller\",\"limitDefault\":49,\"url\":\"https:\\\/\\\/www.promessedefleurs.com\\\/vivaces\\\/vivaces-par-variete\\\/nymphaea-nenuphar\\\/nenuphars-cuivres-orange-saumon.html\",\"formKey\":\"K2qWOGZfJD9G739I\",\"post\":false,\"page\":\"p\"}}.productListToolbarForm || {},\n            getUrlParams: function () {\n                let decode = window.decodeURIComponent,\n                    urlPaths = this.options.url.split('?'),\n                    urlParams = urlPaths[1] ? urlPaths[1].split('&') : [],\n                    params = {},\n                    parameters, i;\n\n                for (i = 0; i < urlParams.length; i++) {\n                    parameters = urlParams[i].split('=');\n                    params[decode(parameters[0])] = parameters[1] !== undefined ?\n                        decode(parameters[1].replace(\/\\+\/g, '%20')) :\n                        '';\n                }\n\n                return params;\n            },\n            getCurrentLimit: function () {\n                return this.getUrlParams()[this.options.limit] || this.options.limitDefault;\n            },\n            getCurrentPage: function () {\n                return this.getUrlParams()[this.options.page] || 1;\n            },\n            changeUrl(paramName, paramValue, defaultValue) {\n                let urlPaths = this.options.url.split('?'),\n                    baseUrl = urlPaths[0],\n                    paramData = this.getUrlParams(),\n                    currentPage = this.getCurrentPage(),\n                    newPage;\n\n                \/**\n                 * If we change sort order, we need to go to page 1.\n                 *\/\n                if (currentPage > 1 && paramName === 'product_list_order') {\n                    delete paramData[this.options.page];\n                }\n                \/**\n                 * calculates the page on which the first item of the current page will\n                 * be with the new limit and sets that number as the new page\n                 *\/\n                if (currentPage > 1 && paramName === this.options.limit) {\n                    newPage = Math.floor(this.getCurrentLimit() * (currentPage - 1) \/ paramValue) + 1;\n\n                    if (newPage > 1) {\n                        paramData[this.options.page] = newPage;\n                    } else {\n                        delete paramData[this.options.page];\n                    }\n                }\n\n                paramData[paramName] = paramValue;\n\n                if (this.options.post) {\n                    hyva.postForm({action: baseUrl, data: paramData});\n                } else {\n                    if (paramValue === defaultValue.toString()) {\n                        delete paramData[paramName];\n                    }\n                    paramData = Object.keys(paramData).length === 0\n                        ? ''\n                        : '?' + (new URLSearchParams(paramData));\n                    location.href = baseUrl + paramData\n                }\n            }\n        }\n    }\n<\/script>\n    <div x-data=\"initToolbar_6a36e7eb62348()\"\n         x-defer=\"interact\"\n         class=\"toolbar toolbar-products flex flex-col sm:flex-row items-center justify-between gap-y-4 sm:gap-x-4\"\n    >\n                    <div class=\"sorter-mode flex w-full order-1 md:order-3 gap-x-2 justify-center sm:justify-between font-bold\">\n                <div class=\"flex lg:hidden items-center justify-center px-4 rounded-3xl border bg-container-dark text-white\"\n                    @click=\"$dispatch('open-layered-filters')\"\n                >\n                    <svg class=\"inline-block w-8 h-8 p-1 text-white\"><use xlink:href=\"#settings-symbol\"><\/use><\/svg>\n                    <strong class=\"text-sm font-bold\">Filtrer<\/strong>\n                <\/div>\n                <div class=\"toolbar-sorter sorter flex items-center justify-end px-4 rounded-3xl border border-border bg-white text-sm\">\n    <span class=\"sorter-label hidden lg:inline font-normal text-xs tracking-wide\">\n        Trier par:&nbsp;\n    <\/span>\n    <select data-role=\"sorter\"\n            class=\"form-select sorter-options pl-0 pr-2 text-xs font-bold focus:ring-0 focus:ring-offset-0 focus:border-transparent\"\n            aria-label=\"Trier par\"\n            @change=\"changeUrl(\n                'product_list_order',\n                $event.currentTarget.options[$event.currentTarget.selectedIndex].value,\n                options.orderDefault\n            )\">\n                    <option value=\"name\"\n                                >\n                Nom du produit            <\/option>\n                    <option value=\"news_from_date\"\n                                >\n                Nouveaut\u00e9            <\/option>\n                    <option value=\"bestseller\"\n                                    selected=\"selected\"\n                                >\n                Meilleure vente            <\/option>\n                    <option value=\"ratings_summary\"\n                                >\n                Meilleure note            <\/option>\n                    <option value=\"price.is_discount\"\n                                >\n                Promotions            <\/option>\n                    <option value=\"price_asc\"\n                                >\n                Du moins cher au plus cher            <\/option>\n                    <option value=\"price_desc\"\n                                >\n                Du plus cher au moins cher            <\/option>\n                    <option value=\"relevance\"\n                                >\n                Pertinence            <\/option>\n            <\/select>\n<\/div>\n                \n                <div class=\"modes hidden lg:flex items-center order-2 px-4 border rounded-3xl border-border\">\n            <strong class=\"modes-label hidden lg:inline mr-2 font-normal text-xs tracking-wide\">Affichage<\/strong>\n            <div class=\"modes flex items-center gap-1 px-2 py-1 rounded-3xl border border-container bg-white\">\n                                                            <strong title=\"Grille\"\n                                class=\"modes-mode active mode-grid\"\n                                data-value=\"grid\">\n                            <span>\n                                <svg class=\"w-8 h-8 p-1 text-white bg-container-dark rounded-full\">\n                                    <use xlink:href=\"#mode-grid-symbol\"><\/use>\n                                <\/svg>\n                            <\/span>\n                        <\/strong>\n                                                                                <a class=\"modes-mode mode-list                            opacity-25 hover:opacity-100\"\n                           title=\"Liste\"\n                           href=\"#\"\n                           @click.prevent=\"changeUrl(\n                            'product_list_mode', 'list', options.modeDefault\n                           )\"\n                           data-role=\"mode-switcher\"\n                           data-value=\"list\"\n                           aria-label=\"Liste\">\n                            <span>\n                                <svg class=\"w-8 h-8 p-1 text-primary-light\">\n                                    <use xlink:href=\"#mode-list-symbol\"><\/use>\n                                <\/svg>\n                            <\/span>\n                        <\/a>\n                                                <\/div>\n        <\/div>\n\n    \n            <\/div>\n        \n        \n        <p class=\"toolbar-amount order-2 md:order-1 text-sm whitespace-nowrap\"\n   id=\"toolbar-amount\">\n    <span class=\"toolbar-number text-base md:text-3xl font-bold\">10<\/span>&nbsp;\n    <span>r\u00e9sultats<\/span>\n<\/p>\n    <\/div>\n        <\/div>\n                <div class=\"products wrapper mode-grid products-grid -mx-2 md:mx-0 mt-6\">\n            <div id=\"products-list\"\n                 style=\"overflow-anchor: auto\"\n                 class=\"mx-auto pt-4 pb-12 grid gap-x-4 gap-y-4 lg:gap-y-8 grid-cols-2 sm:grid-cols-3 md:grid-cols-4\"\n            >\n                                    <div class=\"item product heading-block hidden lg:block relative w-full gap-6 row-start-2 md:row-start-1 col-span-2 xl:col-span-1 p-4 bg-container-light text-center\">\n                        \n    <div>\n        <div>\n            <div class=\"category-description mb-8 pr-4 align-left \">\n                <div>\n                    <p><strong>Nos n\u00e9nuphars aux fleurs cuivr\u00e9es, orange et saumon<\/strong>. Chaque vari\u00e9t\u00e9 promet d&#039;apporter une touche de douce chaleur \u00e0 votre bassin. L&#039;excellent <strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-sioux-nenuphar.html\">Nymphaea &#039;Sioux&#039;<\/a><\/strong> offre des fleurs qui \u00e9voluent du jaune au cuivre en capturant l&#039;essence du soleil levant. La fleur du n\u00e9nuphar <strong>&#039;<a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-aurora-nenuphar-orange.html\">Aurora<\/a>&#039;<\/strong>, de taille moyenne, \u00e9volue de cr\u00e8me \u00e0 jaune, orange saumon, puis rouge sang en vieillissant, en cama\u00efeu changeant, \u00e0 la fois tendre et \u00e9clatant. La sublime vari\u00e9t\u00e9 &#039;<strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-barbara-davies-nenuphar-rustique.html\">Barbara Davies<\/a><\/strong>&#039; surprend par sa beaut\u00e9 subtile et ses fleurs d&#039;un saumon doux. &#039;Firecrest&#039; aux fleurs orange r\u00e9pond parfaitement aux besoins des petits espaces, et &#039;<strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-colorado-nenuphar.html\">Colorado<\/a>&#039;,<\/strong> dont la grosse fleur double h\u00e9site sans cesse entre le rose et l&#039;orange saumon, allume sur l&#039;eau des petits couchers de soleil. Ces vari\u00e9t\u00e9s, et bien d&#039;autres, apporteront au jardin aquatique une fabuleuse palette de tons cuivr\u00e9s, saumon\u00e9s et d&#039;orange. D\u00e9couvrez-les dans ces pages.<\/p>\r\n<p>Cultiver ces merveilles est \u00e0 la port\u00e9e de tous : une exposition ensoleill\u00e9e et une eau calme, peu profonde, une <a href=\"https:\/\/www.promessedefleurs.com\/terreaux\/terreaux-alleges-et-specifiques\/terre-bassin-aquatique-or-brun-en-sac-de-20-kg.html\">terre aquatique<\/a> riche et lourde. Ces quelques conditions r\u00e9unies favoriseront une floraison riche et color\u00e9e.<\/p>\r\n<p>Pour tout savoir, consultez notre dossier complet &quot;<strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/nymphea-nenuphar-planter-et-entretenir\/\">Nymphea, n\u00e9nuphar : planter et entretenir<\/a><\/strong>&quot;.<\/p>                <\/div>\n            <\/div>\n            <div class=\"flex flex-col gap-8\">\n                            <\/div>\n        <\/div>\n    <\/div>\n                    <\/div>\n                                                        <div class=\"item acms relative flex flex-col justify-end w-full h-full hidden&#x20;col-start-1\"\n         style=\"overflow-anchor: none; grid-row-start&#x3A;12\"\n         data-row=\"12\"\n    >\n                    <a href=\"\/vivaces\/vivaces-de-a-a-z\/panier-bons-plants.html\"\n               title=\"Je&#x20;commande&#x20;&#x21;\"\n               class=\"absolute inset-0\"\n            >\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;640w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33.333333333333vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;640w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33.333333333333vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;9a86650e416e94bf12940e75a063f0f0&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg\"\n                                                                class=\"absolute&#x20;-z-10&#x20;w-full&#x20;h-full&#x20;object-cover&#x20;hover&#x3A;shadow-sm\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;640w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33.333333333333vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                loading=\"lazy\"\n                                                                alt=\"Commandez&#x20;votre&#x20;panier&#x20;anti-gaspi\"\n                                    >\n    <\/picture>\n                <div class=\"absolute bottom-0 w-full p-2 lg:p-4 pb-4 lg:pb-8 bg-gradient-to-t from-primary text-center text-white leading-tight\">\n                            <p class=\"uppercase mb-2 lg:mb-4 text-2xs lg:text-sm\"\n                   style=\"color: #FFFFFF\"\n                >\n                    LES BONS PLANTS                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Commandez votre panier anti-gaspi                <\/p>\n                                        <p class=\"mb-2 lg:mb-4 text-2xs lg:text-xs\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Une bonne id\u00e9e pour se faire plaisir tout en prenant part activement \u00e0 la lutte contre le gaspillage !                <\/p>\n                                         <span class=\"inline-block px-2 lg:px-4 py-1 bg-white rounded-lg text-sm text-primary font-bold\">\n                    Je commande ! &rarr;\n                 <\/span>\n                    <\/div>\n                    <\/a>\n            <\/div>\n                                \n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_139594\"\n     data-product-id=\"139594\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-aurora-nenuphar-orange.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Nymphaea&#x20;Aurora&#x20;-&#x20;N&#xE9;nuphar&#x20;orange\"\n                                                                title=\"Nymphaea&#x20;Aurora&#x20;-&#x20;N&#xE9;nuphar&#x20;orange\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Aurora-ld-wikipedia-80143-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">15 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">75 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">Entre 20cm et 50cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(139594)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-aurora-nenuphar-orange.html\"\n                                       title=\"Nymphaea&#x20;Aurora&#x20;-&#x20;N&#xE9;nuphar&#x20;orange\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Aurora - N\u00e9nuphar orange<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Aurora - N\u00e9nuphar orange<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 65 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 35%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    3.3\/5 - 4 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>29 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"139594\"\n                 data-price-box=\"product-id-139594\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-139594\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;31,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">31,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229639\"\n     data-product-id=\"229639\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-barbara-davies-nenuphar-rustique.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Barbara-Davies-IF-21219-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">20 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">Entre 50cm et 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229639)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-barbara-davies-nenuphar-rustique.html\"\n                                       title=\"Nymphaea&#x20;Barbara&#x20;Davies&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Barbara Davies - N\u00e9nuphar rustique<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Barbara Davies - N\u00e9nuphar rustique<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>5 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229639\"\n                 data-price-box=\"product-id-229639\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229639\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;29,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">29,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1,5L\/2L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229089\"\n     data-product-id=\"229089\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-colorado-nenuphar.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Colorado-IF-21628-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">20 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">1.20 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">A plus de 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229089)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-colorado-nenuphar.html\"\n                                       title=\"Nymphaea&#x20;Colorado&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique&#x20;rose&#x20;saumon\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Colorado - N\u00e9nuphar rustique rose saumon<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Colorado - N\u00e9nuphar rustique rose s\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>10 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229089\"\n                 data-price-box=\"product-id-229089\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229089\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;28,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">28,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1L\/1,5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229091\"\n     data-product-id=\"229091\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-mangkala-ubol-nenuphar.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Mangkala-ubol-IF-21630-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">25 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">1.30 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">A plus de 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n                            <div x-data=\"{ 'flashSale': JSON.parse('\\u007B\\u0022from\\u0022\\u003A1781569800,\\u0022price\\u0022\\u003A\\u002228.4000\\u0022,\\u0022qty\\u0022\\u003A9,\\u0022to\\u0022\\u003A1782174600\\u007D') }\">\n                    <div x-data=\"initDealCountDown(flashSale)\"\n     data-block-type=\"dailydeal-countdown\"\n     class=\"whitespace-nowrap\"\n>\n    <div class=\"inline-flex items-center gap-1 px-2 xl:px-4 py-1 border border-border-lighter rounded-3xl bg-white text-xs xl:text-sm\">\n        <svg class=\"w-4 h-4 xl:w-5 xl:h-5 text-discount\"><use xlink:href=\"#hourglass-symbol\"><\/use><\/svg>\n        <span>\n            <template x-if=\"isPending\">\n               <span>Commence le <span x-text=\"fromFormatted\"><\/span><\/span>\n            <\/template>\n            <template x-if=\"isEnded\">\n                <span>Termin\u00e9e<\/span>\n            <\/template>\n            <template x-if=\"!isPending && !isEnded\">\n                <span>\n                    <template x-if=\"hours < 2\">\n                        <span class=\"hidden xs:inline\">Plus que<\/span>\n                    <\/template>\n                    <template x-if=\"hours >= 2\">\n                        <span class=\"hidden xs:inline\">Plus que<\/span>\n                    <\/template>\n                    <span x-show=\"days > 0\"><span x-text=\"days\"><\/span>j<\/span>\n                    <span x-show=\"hours > 0\"><span x-text=\"hours\"><\/span>h<\/span>\n                    <span x-show=\"!days && minutes > 0\"><span x-text=\"minutes\"><\/span>min<\/span>\n                    <span x-show=\"!days && !hours\"><span x-text=\"seconds\"><\/span>s<\/span>\n                <\/span>\n            <\/template>\n                    <\/span>\n    <\/div>\n<\/div>\n                <\/div>\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229091)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-mangkala-ubol-nenuphar.html\"\n                                       title=\"Nymphaea&#x20;Mangkala&#x20;Ubol&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique&#x20;rose&#x20;saumon\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Mangkala Ubol - N\u00e9nuphar rustique rose saumon<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Mangkala Ubol - N\u00e9nuphar rustique r\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n    <span class=\"px-2 py-px xs:py-1 bg-discount rounded-md text-2xs lg:text-xs\">\n        <svg class=\"inline-block w-3 h-3\"><use xlink:href=\"#flash-symbol\"><\/use><\/svg>\n        Vente flash    <\/span>\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>9 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229091\"\n                 data-price-box=\"product-id-229091\"\n            >\n                    <span x-data=\"{ ...&#x7B;&quot;from&quot;&#x3A;1781569800,&quot;to&quot;&#x3A;1782174600,&quot;qty&quot;&#x3A;9,&quot;dealPrice&quot;&#x3A;28.4,&quot;oldPrice&quot;&#x3A;35.5&#x7D;, now: Math.floor(.001 * Date.now()) }\">\n        <span x-show=\"!(qty > 0 && from < now && to > now)\">\n            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229091\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;35,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">35,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n            <\/span>        <span x-show=\"qty > 0 && from < now && to > now\"\n              x-cloak\n              class=\"inline-flex items-baseline flex-wrap gap-x-1\">\n            <span x-show=\"oldPrice > 0 && dealPrice < oldPrice\"\n                  class=\"price-discount self-center p-1 bg-discount rounded-xl text-2xs lg:text-xs font-bold text-white\">-<span x-text=\"Math.round(100 * ((oldPrice - dealPrice) \/ oldPrice))\"><\/span>%<\/span>\n            <span class=\"special-price\">\n                <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n                    <span data-price-type=\"finalPrice\"\n                          class=\"price-wrapper finalPrice\"\n                          x-html=\"hyva.formatPrice(dealPrice)\"><\/span>\n                <\/span>\n            <\/span>\n            <span x-show=\"dealPrice < oldPrice\" class=\"old-price\">\n                <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n                    <span data-price-type=\"oldPrice\"\n                          class=\"price-wrapper oldPrice line-through\"\n                          x-html=\"hyva.formatPrice(oldPrice)\"><\/span>\n                <\/span>\n            <\/span>\n        <\/span>\n    <\/span>\n    <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1L\/1,5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229648\"\n     data-product-id=\"229648\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-cynthia-ann-nenuphar-rustique.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Cynthia-Ann-IF-21229-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">20 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">Entre 50cm et 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n                            <div x-data=\"{ 'flashSale': JSON.parse('\\u007B\\u0022from\\u0022\\u003A1781569800,\\u0022price\\u0022\\u003A\\u002220.9300\\u0022,\\u0022qty\\u0022\\u003A10,\\u0022to\\u0022\\u003A1782174600\\u007D') }\">\n                    <div x-data=\"initDealCountDown(flashSale)\"\n     data-block-type=\"dailydeal-countdown\"\n     class=\"whitespace-nowrap\"\n>\n    <div class=\"inline-flex items-center gap-1 px-2 xl:px-4 py-1 border border-border-lighter rounded-3xl bg-white text-xs xl:text-sm\">\n        <svg class=\"w-4 h-4 xl:w-5 xl:h-5 text-discount\"><use xlink:href=\"#hourglass-symbol\"><\/use><\/svg>\n        <span>\n            <template x-if=\"isPending\">\n               <span>Commence le <span x-text=\"fromFormatted\"><\/span><\/span>\n            <\/template>\n            <template x-if=\"isEnded\">\n                <span>Termin\u00e9e<\/span>\n            <\/template>\n            <template x-if=\"!isPending && !isEnded\">\n                <span>\n                    <template x-if=\"hours < 2\">\n                        <span class=\"hidden xs:inline\">Plus que<\/span>\n                    <\/template>\n                    <template x-if=\"hours >= 2\">\n                        <span class=\"hidden xs:inline\">Plus que<\/span>\n                    <\/template>\n                    <span x-show=\"days > 0\"><span x-text=\"days\"><\/span>j<\/span>\n                    <span x-show=\"hours > 0\"><span x-text=\"hours\"><\/span>h<\/span>\n                    <span x-show=\"!days && minutes > 0\"><span x-text=\"minutes\"><\/span>min<\/span>\n                    <span x-show=\"!days && !hours\"><span x-text=\"seconds\"><\/span>s<\/span>\n                <\/span>\n            <\/template>\n                    <\/span>\n    <\/div>\n<\/div>\n                <\/div>\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229648)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-cynthia-ann-nenuphar-rustique.html\"\n                                       title=\"Nymphaea&#x20;Cynthia&#x20;Ann&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique&#x20;cuivr&#xE9;\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Cynthia Ann - N\u00e9nuphar rustique cuivr\u00e9<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Cynthia Ann - N\u00e9nuphar rustique cui\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n    <span class=\"px-2 py-px xs:py-1 bg-discount rounded-md text-2xs lg:text-xs\">\n        <svg class=\"inline-block w-3 h-3\"><use xlink:href=\"#flash-symbol\"><\/use><\/svg>\n        Vente flash    <\/span>\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>10 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229648\"\n                 data-price-box=\"product-id-229648\"\n            >\n                    <span x-data=\"{ ...&#x7B;&quot;from&quot;&#x3A;1781569800,&quot;to&quot;&#x3A;1782174600,&quot;qty&quot;&#x3A;10,&quot;dealPrice&quot;&#x3A;20.93,&quot;oldPrice&quot;&#x3A;29.9&#x7D;, now: Math.floor(.001 * Date.now()) }\">\n        <span x-show=\"!(qty > 0 && from < now && to > now)\">\n            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229648\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;29,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">29,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n            <\/span>        <span x-show=\"qty > 0 && from < now && to > now\"\n              x-cloak\n              class=\"inline-flex items-baseline flex-wrap gap-x-1\">\n            <span x-show=\"oldPrice > 0 && dealPrice < oldPrice\"\n                  class=\"price-discount self-center p-1 bg-discount rounded-xl text-2xs lg:text-xs font-bold text-white\">-<span x-text=\"Math.round(100 * ((oldPrice - dealPrice) \/ oldPrice))\"><\/span>%<\/span>\n            <span class=\"special-price\">\n                <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n                    <span data-price-type=\"finalPrice\"\n                          class=\"price-wrapper finalPrice\"\n                          x-html=\"hyva.formatPrice(dealPrice)\"><\/span>\n                <\/span>\n            <\/span>\n            <span x-show=\"dealPrice < oldPrice\" class=\"old-price\">\n                <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n                    <span data-price-type=\"oldPrice\"\n                          class=\"price-wrapper oldPrice line-through\"\n                          x-html=\"hyva.formatPrice(oldPrice)\"><\/span>\n                <\/span>\n            <\/span>\n        <\/span>\n    <\/span>\n    <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1,5L\/2L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229659\"\n     data-product-id=\"229659\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-florida-sunset-nenuphar-rustique.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Florida-Sunset-IF-21242-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">20 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">Entre 20cm et 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229659)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-florida-sunset-nenuphar-rustique.html\"\n                                       title=\"Nymphaea&#x20;Florida&#x20;Sunset&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique&#x20;p&#xEA;che&#x20;cuivr&#xE9;\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Florida Sunset - N\u00e9nuphar rustique p\u00eache cuivr\u00e9<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Florida Sunset - N\u00e9nuphar rustique \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229659\"\n                 data-price-box=\"product-id-229659\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229659\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;29,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">29,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1,5L\/2L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_226760\"\n     data-product-id=\"226760\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/collection-nenuphars.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Collection&#x20;n&#xE9;nuphars\"\n                                                                title=\"Collection&#x20;n&#xE9;nuphars\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Collection-nenuphars-19459-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">20 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juillet<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(226760)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/collection-nenuphars.html\"\n                                       title=\"Collection&#x20;n&#xE9;nuphars\"\n                >\n                    <span class=\"hidden lg:block\">Collection n\u00e9nuphars<\/span>\n                    <span class=\"lg:hidden\">Collection n\u00e9nuphars<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 40 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 60%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    2.0\/5 - 1 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"226760\"\n                 data-price-box=\"product-id-226760\"\n            >\n                            <span class=\"inline-flex items-baseline flex-wrap gap-x-1 flex-wrap\">\n            <span class=\"special-price\">\n                <span class=\"price-container inline-flex items-center gap-1 leading-tight\">\n                    <span id=\"product-price-226760\"\n                          data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;80,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                          data-price-type=\"finalPrice\"\n                          class=\"price-wrapper finalPrice\"\n                    >\n                        <span class=\"price\">80,90\u00a0\u20ac<\/span>                    <\/span>\n                <\/span>\n            <\/span>\n                    <\/span>\n                <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 0 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229661\"\n     data-product-id=\"229661\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-graziella-nenuphar-nain-rustique.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Graziella-IF-21244-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">8 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">50 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil, Mi-ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">Entre 5cm et 50cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229661)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-graziella-nenuphar-nain-rustique.html\"\n                                       title=\"Nymphaea&#x20;Graziella&#x20;-&#x20;N&#xE9;nuphar&#x20;nain&#x20;rustique\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Graziella - N\u00e9nuphar nain rustique<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Graziella - N\u00e9nuphar nain rustique<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 100 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 0%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 1 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229661\"\n                 data-price-box=\"product-id-229661\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229661\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;29,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">29,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1,5L\/2L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229667\"\n     data-product-id=\"229667\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-karleen-harder-nenuphar-rustique.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Karleen-Harder-IF-21250-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">15 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">Entre 20cm et 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229667)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-karleen-harder-nenuphar-rustique.html\"\n                                       title=\"Nymphaea&#x20;Karleen&#x20;Harder&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique&#x20;orange&#x20;cuivr&#xE9;\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Karleen Harder - N\u00e9nuphar rustique orange cuivr\u00e9<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Karleen Harder - N\u00e9nuphar rustique \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229667\"\n                 data-price-box=\"product-id-229667\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229667\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;29,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">29,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1,5L\/2L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_229111\"\n     data-product-id=\"229111\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-clyde-ilkins-nenuphar.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                title=\"Nymphaea&#x20;Colonel&#x20;A.J.&#x20;Welch&#x20;-&#x20;N&#xE9;nuphar&#x20;jaune\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;N&#x2F;y&#x2F;Nymphaea-Clyde-Ilkins-IF-21650-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">30 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">2 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"profondeur_immersion\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-16&#x20;h-16 text-white\"><use xlink:href=\"#immersion-depth-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Profondeur d&#039;immersion                                    <\/div>\n                        <span class=\"py-1 text-xs\">A plus de 80cm<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(229111)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-clyde-ilkins-nenuphar.html\"\n                                       title=\"Nymphaea&#x20;Clyde&#x20;Ikins&#x20;-&#x20;N&#xE9;nuphar&#x20;rustique&#x20;jaune&#x20;cuivr&#xE9;\"\n                >\n                    <span class=\"hidden lg:block\">Nymphaea Clyde Ikins - N\u00e9nuphar rustique jaune cuivr\u00e9<\/span>\n                    <span class=\"lg:hidden\">Nymphaea Clyde Ikins - N\u00e9nuphar rustique jau\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"229111\"\n                 data-price-box=\"product-id-229111\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-229111\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;32,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">32,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n                            <\/div>\n        <\/div>\n\n        <div class=\"bg-white h-64 w-full flex items-center justify-center\"\n             id=\"infinite-scroll-trigger\"\n        >\n          <span class=\"mt-16\">Chargement...<\/span>\n        <\/div>\n\n                    <div class=\"item product heading-block lg:hidden relative w-full gap-6 col-span-2                        p-4 bg-container-light text-center\"\n            >\n                \n    <div>\n        <div>\n            <div class=\"category-description mb-8 pr-4 align-left \">\n                <div>\n                    <p><strong>Nos n\u00e9nuphars aux fleurs cuivr\u00e9es, orange et saumon<\/strong>. Chaque vari\u00e9t\u00e9 promet d&#039;apporter une touche de douce chaleur \u00e0 votre bassin. L&#039;excellent <strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-sioux-nenuphar.html\">Nymphaea &#039;Sioux&#039;<\/a><\/strong> offre des fleurs qui \u00e9voluent du jaune au cuivre en capturant l&#039;essence du soleil levant. La fleur du n\u00e9nuphar <strong>&#039;<a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-aurora-nenuphar-orange.html\">Aurora<\/a>&#039;<\/strong>, de taille moyenne, \u00e9volue de cr\u00e8me \u00e0 jaune, orange saumon, puis rouge sang en vieillissant, en cama\u00efeu changeant, \u00e0 la fois tendre et \u00e9clatant. La sublime vari\u00e9t\u00e9 &#039;<strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/nymphaea-nenuphar\/nenuphars-rustiques\/nymphaea-barbara-davies-nenuphar-rustique.html\">Barbara Davies<\/a><\/strong>&#039; surprend par sa beaut\u00e9 subtile et ses fleurs d&#039;un saumon doux. &#039;Firecrest&#039; aux fleurs orange r\u00e9pond parfaitement aux besoins des petits espaces, et &#039;<strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-de-bassin\/vivaces-aquatiques\/nymphaea-colorado-nenuphar.html\">Colorado<\/a>&#039;,<\/strong> dont la grosse fleur double h\u00e9site sans cesse entre le rose et l&#039;orange saumon, allume sur l&#039;eau des petits couchers de soleil. Ces vari\u00e9t\u00e9s, et bien d&#039;autres, apporteront au jardin aquatique une fabuleuse palette de tons cuivr\u00e9s, saumon\u00e9s et d&#039;orange. D\u00e9couvrez-les dans ces pages.<\/p>\r\n<p>Cultiver ces merveilles est \u00e0 la port\u00e9e de tous : une exposition ensoleill\u00e9e et une eau calme, peu profonde, une <a href=\"https:\/\/www.promessedefleurs.com\/terreaux\/terreaux-alleges-et-specifiques\/terre-bassin-aquatique-or-brun-en-sac-de-20-kg.html\">terre aquatique<\/a> riche et lourde. Ces quelques conditions r\u00e9unies favoriseront une floraison riche et color\u00e9e.<\/p>\r\n<p>Pour tout savoir, consultez notre dossier complet &quot;<strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/nymphea-nenuphar-planter-et-entretenir\/\">Nymphea, n\u00e9nuphar : planter et entretenir<\/a><\/strong>&quot;.<\/p>                <\/div>\n            <\/div>\n            <div class=\"flex flex-col gap-8\">\n                            <\/div>\n        <\/div>\n    <\/div>\n            <\/div>\n            <\/section>\n"}