{"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_6a36e96c61304() {\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\\\/fruitiers\\\/fruitiers-par-variete\\\/amandier.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_6a36e96c61304()\"\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\">15<\/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 style=\"text-align: justify;\">L&#039;<strong>Amandier<\/strong> (<strong><em>Prunus dulcis<\/em><\/strong>) est un petit arbre fruitier de toute beaut\u00e9. C&#039;est aussi<strong> l&#039;un des premiers arbres fruitiers \u00e0 fleurir au jardin<\/strong>. Ses petites fleurs blanches \u00e0 roses \u00e9closent en abondance, d\u00e8s la fin de l&#039;hiver, sur les rameaux encore d\u00e9pourvus de feuilles, de f\u00e9vrier \u00e0 mars-avril. Elles sont suivies par une fructification g\u00e9n\u00e9reuse, parfois d\u00e8s le mois de juillet. En anatomie v\u00e9g\u00e9tale, l\u2019amande d\u00e9signe l\u2019int\u00e9rieur de la graine. Les fruits du <em>Prunus dulcis<\/em> sont appel\u00e9s ainsi, car on ne consomme que cette partie du fruit. La coque, plus ou moins dure ou tendre selon les vari\u00e9t\u00e9s, n\u2019est pas comestible.<\/p>\r\n<p style=\"text-align: justify;\">L&#039;Amandier est originaire du bassin m\u00e9diterran\u00e9en, il appr\u00e9cie les climats chauds, supporte la s\u00e9cheresse et craint les sols humides. Son port \u00e9rig\u00e9 s&#039;arrondit avec l&#039;\u00e2ge, il atteint \u00e0 maturit\u00e9 5 \u00e0 6 m de hauteur. Les amandiers sont plus ou moins autost\u00e9riles ou autofertiles, mais ils seront dans tous les cas plus productifs en pr\u00e9sence d\u2019une autre vari\u00e9t\u00e9 ou d&#039;un autre individu. Nous vous conseillons de planter votre amandier \u00e0 l\u2019automne pour favoriser un bon enracinement avant l\u2019hiver, car cet arbre entre tr\u00e8s t\u00f4t en v\u00e9g\u00e9tation. Si l\u2019amandier lui-m\u00eame ne craint pas le froid, c\u2019est sa floraison qui risque d\u2019\u00eatre d\u00e9truite par les gel\u00e9es tardives. D\u00e9couvrez notre s\u00e9lection de vari\u00e9t\u00e9s dites &#039;tardives&#039;, ou plus h\u00e2tives, \u00e0 choisir en fonction de votre climat. Et pour aller plus loin, consultez aussi notre fiche-conseil <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/creer-un-verger\/\">&quot;Bien choisir ses arbres fruitiers&quot;.<\/a><\/strong><\/p>\r\n<p style=\"text-align: justify;\">Pour tout savoir, consultez notre dossier<strong> &quot;<a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/amandier-planter-tailler-recolter\/\">L&#039;amandier : planter, tailler, r\u00e9colter&quot;<\/a><\/strong><\/p>\r\n<p>\u00a0<\/p>                <\/div>\n            <\/div>\n            <div class=\"flex flex-col gap-8\">\n                    <div class=\"category-reviews align-center\">\n        <span class=\"block mb-2 uppercase text-primary-light\">\n            Vous les adorez !        <\/span>\n        <div class=\"flex align-center justify-center\">\n            <div class=\"stars-mark mx-2\"\n                 aria-label=\"La note est de 4.8 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 class=\"bg-inherit\"\n                     style=\"width: 4%;\"><\/div>\n            <\/div>\n            <span data-qcd=\"aHR0cHM6Ly93d3cucHJvbWVzc2VkZWZsZXVycy5jb20vdG91c2xlc2F2aXMvZnJ1aXRpZXJzL2ZydWl0aWVycy1wYXItdmFyaWV0ZS9hbWFuZGllci5odG1s\"\n               class=\"qcd text-xs underline\"`\n            >\n                Voir les 74 avis            <\/span>\n        <\/div>\n    <\/div>\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    <div class=\"item acms relative flex flex-col justify-end w-full h-full sm&#x3A;hidden&#x20;col-start-2&#x20;col-span-1&#x20;sm&#x3A;col-start-3&#x20;sm&#x3A;col-span-1&#x20;md&#x3A;col-start-4&#x20;md&#x3A;col-span-1\"\n         style=\"overflow-anchor: none; grid-row-start&#x3A;6\"\n         data-row=\"6\"\n    >\n                    <a href=\"\/CCADEAU\"\n               title=\"Je&#x20;commande\"\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;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.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;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;f&#x2F;e&#x2F;fete-des-peres-2026.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=\"Offrez-lui&#x20;une&#x20;carte&#x20;cadeau\"\n                                    >\n    <\/picture>\n                     <div class=\"absolute top-2 xl:top-4 right-2 xl:right-4\">\n                 <img class=\"w-12&#x20;h-12&#x20;lg&#x3A;w-18&#x20;lg&#x3A;h-18&#x20;xl&#x3A;w-24&#x20;xl&#x3A;h-24\"\n         src=\"https:\/\/www.promessedefleurs.com\/static\/version1781940833\/frontend\/Man4x\/hyvapdf\/fr_FR\/images\/badge\/fr\/crush.svg\"\n     alt=\"Coup&#x20;de&#x20;coeur\"\n\/>\n             <\/div>\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                    F\u00eate des p\u00e8res                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Offrez-lui une carte cadeau                <\/p>\n                                        <p class=\"mb-2 lg:mb-4 text-2xs lg:text-xs\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Pour faire plaisir \u00e0 coup s\u00fbr !                <\/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    <div class=\"item acms relative flex flex-col justify-end w-full h-full col-start-1&#x20;col-span-1&#x20;sm&#x3A;col-start-1&#x20;sm&#x3A;col-span-1&#x20;md&#x3A;col-start-2&#x20;md&#x3A;col-span-1\"\n         style=\"overflow-anchor: none; grid-row-start&#x3A;4\"\n         data-row=\"4\"\n    >\n                    <a href=\"\/ventes-flash.html\"\n               title=\"J&#x27;en&#x20;profite&#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;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.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;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;v&#x2F;f&#x2F;vf-vivaces-2024.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=\"Jusqu&#x27;&#xE0;&#x20;-20&#x25;&#x20;sur&#x20;une&#x20;s&#xE9;lection&#x20;de&#x20;plantes&#x20;&#x21;\"\n                                    >\n    <\/picture>\n                     <div class=\"absolute top-2 xl:top-4 right-2 xl:right-4\">\n                 <img class=\"w-12&#x20;h-12&#x20;lg&#x3A;w-18&#x20;lg&#x3A;h-18&#x20;xl&#x3A;w-24&#x20;xl&#x3A;h-24\"\n         src=\"https:\/\/www.promessedefleurs.com\/static\/version1781940833\/frontend\/Man4x\/hyvapdf\/fr_FR\/images\/badge\/fr\/flash.svg\"\n     alt=\"Vente&#x20;flash\"\n\/>\n             <\/div>\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                    Vente flash                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Jusqu&#039;\u00e0 -20% sur une s\u00e9lection de plantes !                <\/p>\n                                        <p class=\"mb-2 lg:mb-4 text-2xs lg:text-xs\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Chaque semaine d\u00e9couvrez de nouvelles promotions                <\/p>\n                                         <span class=\"inline-block px-2 lg:px-4 py-1 bg-white rounded-lg text-sm text-primary font-bold\">\n                    J&#039;en profite ! &rarr;\n                 <\/span>\n                    <\/div>\n                    <\/a>\n            <\/div>\n    <div class=\"item acms relative flex flex-col justify-end w-full h-full sm&#x3A;hidden&#x20;col-start-1\"\n         style=\"overflow-anchor: none; grid-row-start&#x3A;8\"\n         data-row=\"8\"\n    >\n                    <a href=\"\/nouveautes\/rosiers.html?availability=Disponibles+uniquement&amp;price=17-18\"\n               title=\"Je&#x20;d&#xE9;couvre\"\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;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-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;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-2026_1.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;n&#x2F;v&#x2F;nvt-galaxy-avril-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=\"Craquez&#x20;pour&#x20;ces&#x20;nouveaut&#xE9;s&#x20;miniatures&#x20;extraordinaires&#x20;&#x21;\"\n                                    >\n    <\/picture>\n                     <div class=\"absolute top-2 xl:top-4 right-2 xl:right-4\">\n                 <img class=\"w-12&#x20;h-12&#x20;lg&#x3A;w-18&#x20;lg&#x3A;h-18&#x20;xl&#x3A;w-24&#x20;xl&#x3A;h-24\"\n         src=\"https:\/\/www.promessedefleurs.com\/static\/version1781940833\/frontend\/Man4x\/hyvapdf\/fr_FR\/images\/badge\/fr\/new.svg\"\n     alt=\"Nouveaut&#xE9;s\"\n\/>\n             <\/div>\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                    ROSIERS GALAXY\u00ae                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Craquez pour ces nouveaut\u00e9s miniatures extraordinaires !                <\/p>\n                                        <p class=\"mb-2 lg:mb-4 text-2xs lg:text-xs\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Une galaxie de fleurs d\u00e9licates et incroyablement g\u00e9n\u00e9reuses                <\/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 d\u00e9couvre &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_208590\"\n     data-product-id=\"208590\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-nain-autofertile-fruit-me-almond-me-prunus-dulcis.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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Amandier&#x20;nain&#x20;autofertile&#x20;Fruit&#x20;me&#x20;Almond&#x20;me&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                title=\"Amandier&#x20;nain&#x20;autofertile&#x20;Fruit&#x20;me&#x20;Almond&#x20;me&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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;A&#x2F;m&#x2F;Amandier-nain-autofertile-Fruit-me-Almond-me-Prunus-dulcis-copyright-16221-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=\"diametre_fruit\"        >\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=\"#fruit-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Diam\u00e8tre du fruit                                    <\/div>\n                        <span class=\"py-1 text-xs\">2 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juin, Ao\u00fbt \u00e0 Septembre<\/span>\n        <\/div>\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\">3.50 m<\/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-12&#x20;h-12 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\">3 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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(208590)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-nain-autofertile-fruit-me-almond-me-prunus-dulcis.html\"\n                                       title=\"Amandier&#x20;nain&#x20;autofertile&#x20;Fruit&#x20;me&#x20;Almond&#x20;me&#x20;-&#x20;Prunus&#x20;dulcis\"\n                >\n                    <span class=\"hidden lg:block\">Amandier nain autofertile Fruit me Almond me - Prunus dulcis<\/span>\n                    <span class=\"lg:hidden\">Amandier nain autofertile Fruit me Almond me\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                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-news rounded-md\">\n            A d\u00e9couvrir        <\/span>\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 - 6 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>6 <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=\"208590\"\n                 data-price-box=\"product-id-208590\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-208590\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,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 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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 2 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_37991\"\n     data-product-id=\"37991\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-de-a-a-z\/amandier-nain-garden-prince.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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Amandier&#x20;nain&#x20;Garden&#x20;Prince&#xAE;\"\n                                                                title=\"Amandier&#x20;nain&#x20;Garden&#x20;Prince&#xAE;\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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;A&#x2F;m&#x2F;Amandier-nain-Garden-Prince-78035-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">2 m<\/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-12&#x20;h-12 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\">70 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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(37991)\"\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\/fruitiers\/fruitiers-de-a-a-z\/amandier-nain-garden-prince.html\"\n                                       title=\"Amandier&#x20;nain&#x20;Garden&#x20;Prince\"\n                >\n                    <span class=\"hidden lg:block\">Amandier nain Garden Prince<\/span>\n                    <span class=\"lg:hidden\">Amandier nain Garden Prince<\/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                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-news rounded-md\">\n            A d\u00e9couvrir        <\/span>\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 96 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: 4%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 37 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>48 <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=\"37991\"\n                 data-price-box=\"product-id-37991\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-37991\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;65,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">65,00\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 6L\/7L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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 2 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_133207\"\n     data-product-id=\"133207\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-de-a-a-z\/amandier-princesse.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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Amandier&#x20;Princesse\"\n                                                                title=\"Amandier&#x20;Princesse\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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;A&#x2F;m&#x2F;Amandier-Princesse-84430-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">7 m<\/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-12&#x20;h-12 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\">5 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>\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(133207)\"\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\/fruitiers\/fruitiers-de-a-a-z\/amandier-princesse.html\"\n                                       title=\"Amandier&#x20;Princesse\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Princesse<\/span>\n                    <span class=\"lg:hidden\">Amandier Princesse<\/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                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-safebet rounded-md\">\n            Valeur s\u00fbre        <\/span>\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 87 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: 13%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.4\/5 - 3 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>3 <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=\"133207\"\n                 data-price-box=\"product-id-133207\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-133207>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;49,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">49,00\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 7,5L\/10L    <\/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_232125\"\n     data-product-id=\"232125\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-de-a-a-z\/amandier-lauranne-autofertile-prunus-dulcis.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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Amandier&#x20;Lauranne&#x20;autofertile\"\n                                                                title=\"Amandier&#x20;Lauranne&#x20;autofertile\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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;P&#x2F;R&#x2F;PRUNUS-amygdalus-Lauranne-IF-20647-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=\"diametre_fruit\"        >\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=\"#fruit-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Diam\u00e8tre du fruit                                    <\/div>\n                        <span class=\"py-1 text-xs\">3 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juin, Septembre<\/span>\n        <\/div>\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\">4 m<\/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-12&#x20;h-12 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\">4 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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(232125)\"\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\/fruitiers\/fruitiers-de-a-a-z\/amandier-lauranne-autofertile-prunus-dulcis.html\"\n                                       title=\"Amandier&#x20;Lauranne&#x20;autofertile\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Lauranne autofertile<\/span>\n                    <span class=\"lg:hidden\">Amandier Lauranne autofertile<\/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>\n                            Exp\u00e9di\u00e9 le 24 juin                    <\/span>\n    <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"232125\"\n                 data-price-box=\"product-id-232125\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-232125>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;65,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">65,00\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 7,5L\/10L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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 2 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_116831\"\n     data-product-id=\"116831\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-prunus-dulcis.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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;-&#x20;Prunus&#x20;dulcis&#x20;Buisson&#x20;en&#x20;pot&#x20;de&#x20;4l&#x2F;5l\"\n                                                                title=\"Amandier&#x20;-&#x20;Prunus&#x20;dulcis&#x20;Buisson&#x20;en&#x20;pot&#x20;de&#x20;4l&#x2F;5l\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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;A&#x2F;m&#x2F;Amandier-Prunus-dulcis-copyright-1005452-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juin, Ao\u00fbt \u00e0 Septembre<\/span>\n        <\/div>\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\">8 m<\/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-12&#x20;h-12 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\">8 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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(116831)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-prunus-dulcis.html\"\n                                       title=\"Amandier&#x20;commun&#x20;-&#x20;Prunus&#x20;dulcis\"\n                >\n                    <span class=\"hidden lg:block\">Amandier commun - Prunus dulcis<\/span>\n                    <span class=\"lg:hidden\">Amandier commun - Prunus dulcis<\/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                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-discount rounded-md\">\n            Petit prix        <\/span>\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>4 <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=\"116831\"\n                 data-price-box=\"product-id-116831\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-116831>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;59,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">59,00\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 7,5L\/10L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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 2 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_235004\"\n     data-product-id=\"235004\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-desmayo-largueta.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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;-&#x20;Prunus&#x20;dulcis&#x20;Buisson&#x20;en&#x20;pot&#x20;de&#x20;4l&#x2F;5l\"\n                                                                title=\"Amandier&#x20;-&#x20;Prunus&#x20;dulcis&#x20;Buisson&#x20;en&#x20;pot&#x20;de&#x20;4l&#x2F;5l\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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;P&#x2F;r&#x2F;Prunus-dulcis-Desmayo-Largueta-c-a-24030-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Ao\u00fbt \u00e0 Octobre<\/span>\n        <\/div>\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\">4.50 m<\/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-12&#x20;h-12 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\">4 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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(235004)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-desmayo-largueta.html\"\n                                       title=\"Amandier&#x20;Desmayo&#x20;Largueta\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Desmayo Largueta<\/span>\n                    <span class=\"lg:hidden\">Amandier Desmayo Largueta<\/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>4 <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=\"235004\"\n                 data-price-box=\"product-id-235004\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-235004>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;65,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">65,00\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 7,5L\/10L    <\/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_235005\"\n     data-product-id=\"235005\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-marcona.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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;-&#x20;Prunus&#x20;dulcis&#x20;Buisson&#x20;en&#x20;pot&#x20;de&#x20;4l&#x2F;5l\"\n                                                                title=\"Amandier&#x20;-&#x20;Prunus&#x20;dulcis&#x20;Buisson&#x20;en&#x20;pot&#x20;de&#x20;4l&#x2F;5l\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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;P&#x2F;r&#x2F;Prunus-dulcis-Marcona-c-a-240310-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Ao\u00fbt \u00e0 Octobre<\/span>\n        <\/div>\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\">5 m<\/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-12&#x20;h-12 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\">3.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>\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(235005)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-marcona.html\"\n                                       title=\"Amandier&#x20;Marcona\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Marcona<\/span>\n                    <span class=\"lg:hidden\">Amandier Marcona<\/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>8 <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=\"235005\"\n                 data-price-box=\"product-id-235005\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-235005>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;65,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">65,00\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 7,5L\/10L    <\/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_143253\"\n     data-product-id=\"143253\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruits-a-coque\/amandier-ferragnes.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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;Ferragnes&#x20;-&#x20;Prunus&#x20;amygdalus\"\n                                                                title=\"Amandier&#x20;Ferragnes&#x20;-&#x20;Prunus&#x20;amygdalus\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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;A&#x2F;m&#x2F;Amandier-Ferragnes-78034-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">8 m<\/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-12&#x20;h-12 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\">6 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>\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(143253)\"\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\/fruitiers\/fruits-a-coque\/amandier-ferragnes.html\"\n                                       title=\"Amandier&#x20;Ferragnes\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Ferragnes<\/span>\n                    <span class=\"lg:hidden\">Amandier Ferragnes<\/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 - 2 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>8 <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=\"143253\"\n                 data-price-box=\"product-id-143253\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-143253>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;55,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">55,00\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 7,5L\/10L    <\/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_207798\"\n     data-product-id=\"207798\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-de-a-a-z\/amandier-supernova-autofertile.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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;Supernova&#x20;autofertile&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                title=\"Amandier&#x20;Supernova&#x20;autofertile&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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;a&#x2F;m&#x2F;amandier-supernova-autofertile-15109-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=\"diametre_fruit\"        >\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=\"#fruit-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Diam\u00e8tre du fruit                                    <\/div>\n                        <span class=\"py-1 text-xs\">3 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juin, Septembre<\/span>\n        <\/div>\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\">5 m<\/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-12&#x20;h-12 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\">4 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                                    <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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(207798)\"\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\/fruitiers\/fruitiers-de-a-a-z\/amandier-supernova-autofertile.html\"\n                                       title=\"Amandier&#x20;Supernova&#x20;autofertile&#x20;-&#x20;Prunus&#x20;dulcis\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Supernova autofertile - Prunus dulcis<\/span>\n                    <span class=\"lg:hidden\">Amandier Supernova autofertile - Prunus dulc\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                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-safebet rounded-md\">\n            Valeur s\u00fbre        <\/span>\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-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=\"207798\"\n                 data-price-box=\"product-id-207798\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-207798>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;59,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">59,00\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 12L\/15L    <\/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_214836\"\n     data-product-id=\"214836\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-ai-prunus-dulcis.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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;A&#xEF;&#x20;Bio&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                title=\"Amandier&#x20;A&#xEF;&#x20;Bio&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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;A&#x2F;m&#x2F;Amandier-Ai-Bio-Prunus-dulcis-LD-17811-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=\"diametre_fruit\"        >\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=\"#fruit-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Diam\u00e8tre du fruit                                    <\/div>\n                        <span class=\"py-1 text-xs\">5 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">6 m<\/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-12&#x20;h-12 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\">5 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>\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(214836)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-ai-prunus-dulcis.html\"\n                                       title=\"Amandier&#x20;A&#xEF;&#x20;Bio&#x20;-&#x20;Prunus&#x20;dulcis\"\n                >\n                    <span class=\"hidden lg:block\">Amandier A\u00ef Bio - Prunus dulcis<\/span>\n                    <span class=\"lg:hidden\">Amandier A\u00ef Bio - Prunus dulcis<\/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=\"214836\"\n                 data-price-box=\"product-id-214836\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-214836\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,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        Racines nues    <\/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_194652\"\n     data-product-id=\"194652\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-princesse-bio-en-racines-nues-forme-scion.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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;Princesse&#x20;Bio&#x20;en&#x20;racines&#x20;nues,&#x20;forme&#x20;scion\"\n                                                                title=\"Amandier&#x20;Princesse&#x20;Bio&#x20;en&#x20;racines&#x20;nues,&#x20;forme&#x20;scion\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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;A&#x2F;m&#x2F;Amandier-Princesse-Bio-en-racines-nues-forme-scion-844309-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">7 m<\/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-12&#x20;h-12 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\">5 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>\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(194652)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-princesse-bio-en-racines-nues-forme-scion.html\"\n                                       title=\"Amandier&#x20;Princesse&#x20;Bio\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Princesse Bio<\/span>\n                    <span class=\"lg:hidden\">Amandier Princesse Bio<\/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 - 2 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=\"194652\"\n                 data-price-box=\"product-id-194652\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-194652\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,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        Racines nues    <\/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_194649\"\n     data-product-id=\"194649\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-texas-bio-en-racines-nues-forme-scion.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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;Texas&#x20;Bio&#x20;en&#x20;racines&#x20;nues,&#x20;forme&#x20;scion\"\n                                                                title=\"Amandier&#x20;Texas&#x20;Bio&#x20;en&#x20;racines&#x20;nues,&#x20;forme&#x20;scion\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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;A&#x2F;m&#x2F;Amandier-Texas-Bio-en-racines-nues-forme-scion-428069-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=\"diametre_fruit\"        >\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=\"#fruit-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Diam\u00e8tre du fruit                                    <\/div>\n                        <span class=\"py-1 text-xs\">3 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">8 m<\/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-12&#x20;h-12 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\">5 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                                    <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>\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(194649)\"\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\/fruitiers\/fruitiers-par-variete\/amandier\/amandier-texas-bio-en-racines-nues-forme-scion.html\"\n                                       title=\"Amandier&#x20;Texas&#x20;Bio\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Texas Bio<\/span>\n                    <span class=\"lg:hidden\">Amandier Texas Bio<\/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=\"194649\"\n                 data-price-box=\"product-id-194649\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-194649\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,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        Racines nues    <\/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_139006\"\n     data-product-id=\"139006\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-de-a-a-z\/amandier-texas-prunus-dulcis-p-5436.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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;Texas&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                title=\"Amandier&#x20;Texas&#x20;-&#x20;Prunus&#x20;dulcis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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;a&#x2F;m&#x2F;amandier-texas-ld-nijenhuis-42806-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\">8 m<\/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-12&#x20;h-12 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\">5 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                                    <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>\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(139006)\"\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\/fruitiers\/fruitiers-de-a-a-z\/amandier-texas-prunus-dulcis-p-5436.html\"\n                                       title=\"Amandier&#x20;Texas\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Texas<\/span>\n                    <span class=\"lg:hidden\">Amandier Texas<\/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=\"139006\"\n                 data-price-box=\"product-id-139006\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-139006>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;49,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">49,00\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 7,5L\/10L    <\/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_34351\"\n     data-product-id=\"34351\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruitiers-de-a-a-z\/amandier-all-in-oner-prunus-dulcis.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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;All&#x20;in&#x20;One\"\n                                                                title=\"Amandier&#x20;All&#x20;in&#x20;One\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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;a&#x2F;m&#x2F;amandier-all-in-one-70046-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Ao\u00fbt \u00e0 Septembre<\/span>\n        <\/div>\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\">8 m<\/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-12&#x20;h-12 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\">6 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=\"autofertile\"        >\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=\"#autofertile-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                                                        <\/div>\n                        <span class=\"py-1 text-xs\">Autofertile<\/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(34351)\"\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\/fruitiers\/fruitiers-de-a-a-z\/amandier-all-in-oner-prunus-dulcis.html\"\n                                       title=\"Amandier&#x20;All&#x20;In&#x20;One&#x20;-&#x20;Prunus&#x20;dulcis&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Amandier All In One - Prunus dulcis <\/span>\n                    <span class=\"lg:hidden\">Amandier All In One - Prunus dulcis <\/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 90 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: 10%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.5\/5 - 21 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=\"34351\"\n                 data-price-box=\"product-id-34351\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-34351\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;29,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">29,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        Racines nues    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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 3 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_198246\"\n     data-product-id=\"198246\"\n     >\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/fruitiers\/fruits-a-coque\/amandier-ferraduel.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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Amandier&#x20;Ferraduel&#x20;-&#x20;Prunus&#x20;amygdalus\"\n                                                                title=\"Amandier&#x20;Ferraduel&#x20;-&#x20;Prunus&#x20;amygdalus\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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;A&#x2F;m&#x2F;Amandier-Ferraduel-78033-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=\"periode_recolte\"        >\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=\"#basket-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de r\u00e9colte                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\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\">8 m<\/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-12&#x20;h-12 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\">6 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>\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(198246)\"\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\/fruitiers\/fruits-a-coque\/amandier-ferraduel.html\"\n                                       title=\"Amandier&#x20;Ferraduel\"\n                >\n                    <span class=\"hidden lg:block\">Amandier Ferraduel<\/span>\n                    <span class=\"lg:hidden\">Amandier Ferraduel<\/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=\"198246\"\n                 data-price-box=\"product-id-198246\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-198246\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;59,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">59,00\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 7,5L\/10L    <\/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 style=\"text-align: justify;\">L&#039;<strong>Amandier<\/strong> (<strong><em>Prunus dulcis<\/em><\/strong>) est un petit arbre fruitier de toute beaut\u00e9. C&#039;est aussi<strong> l&#039;un des premiers arbres fruitiers \u00e0 fleurir au jardin<\/strong>. Ses petites fleurs blanches \u00e0 roses \u00e9closent en abondance, d\u00e8s la fin de l&#039;hiver, sur les rameaux encore d\u00e9pourvus de feuilles, de f\u00e9vrier \u00e0 mars-avril. Elles sont suivies par une fructification g\u00e9n\u00e9reuse, parfois d\u00e8s le mois de juillet. En anatomie v\u00e9g\u00e9tale, l\u2019amande d\u00e9signe l\u2019int\u00e9rieur de la graine. Les fruits du <em>Prunus dulcis<\/em> sont appel\u00e9s ainsi, car on ne consomme que cette partie du fruit. La coque, plus ou moins dure ou tendre selon les vari\u00e9t\u00e9s, n\u2019est pas comestible.<\/p>\r\n<p style=\"text-align: justify;\">L&#039;Amandier est originaire du bassin m\u00e9diterran\u00e9en, il appr\u00e9cie les climats chauds, supporte la s\u00e9cheresse et craint les sols humides. Son port \u00e9rig\u00e9 s&#039;arrondit avec l&#039;\u00e2ge, il atteint \u00e0 maturit\u00e9 5 \u00e0 6 m de hauteur. Les amandiers sont plus ou moins autost\u00e9riles ou autofertiles, mais ils seront dans tous les cas plus productifs en pr\u00e9sence d\u2019une autre vari\u00e9t\u00e9 ou d&#039;un autre individu. Nous vous conseillons de planter votre amandier \u00e0 l\u2019automne pour favoriser un bon enracinement avant l\u2019hiver, car cet arbre entre tr\u00e8s t\u00f4t en v\u00e9g\u00e9tation. Si l\u2019amandier lui-m\u00eame ne craint pas le froid, c\u2019est sa floraison qui risque d\u2019\u00eatre d\u00e9truite par les gel\u00e9es tardives. D\u00e9couvrez notre s\u00e9lection de vari\u00e9t\u00e9s dites &#039;tardives&#039;, ou plus h\u00e2tives, \u00e0 choisir en fonction de votre climat. Et pour aller plus loin, consultez aussi notre fiche-conseil <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/creer-un-verger\/\">&quot;Bien choisir ses arbres fruitiers&quot;.<\/a><\/strong><\/p>\r\n<p style=\"text-align: justify;\">Pour tout savoir, consultez notre dossier<strong> &quot;<a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/amandier-planter-tailler-recolter\/\">L&#039;amandier : planter, tailler, r\u00e9colter&quot;<\/a><\/strong><\/p>\r\n<p>\u00a0<\/p>                <\/div>\n            <\/div>\n            <div class=\"flex flex-col gap-8\">\n                    <div class=\"category-reviews align-center\">\n        <span class=\"block mb-2 uppercase text-primary-light\">\n            Vous les adorez !        <\/span>\n        <div class=\"flex align-center justify-center\">\n            <div class=\"stars-mark mx-2\"\n                 aria-label=\"La note est de 4.8 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 class=\"bg-inherit\"\n                     style=\"width: 4%;\"><\/div>\n            <\/div>\n            <span data-qcd=\"aHR0cHM6Ly93d3cucHJvbWVzc2VkZWZsZXVycy5jb20vdG91c2xlc2F2aXMvZnJ1aXRpZXJzL2ZydWl0aWVycy1wYXItdmFyaWV0ZS9hbWFuZGllci5odG1s\"\n               class=\"qcd text-xs underline\"`\n            >\n                Voir les 74 avis            <\/span>\n        <\/div>\n    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n            <\/div>\n            <\/section>\n"}