{"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_6a36e80d6b127() {\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\\\/arbustes\\\/arbustes-les-alternatives-aux-buis.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_6a36e80d6b127()\"\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\">49<\/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;\"><strong>Une s\u00e9lection d&#039;arbustes pour remplacer le buis<\/strong>. Dot\u00e9 de nombreuses qualit\u00e9s, le\u00a0<strong><a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/buis.html\">buis (Buxus sempervirens)<\/a>\u00a0<\/strong>est victime de\u00a0la\u00a0redoutable <strong>Pyrale du buis<\/strong> depuis quelques ann\u00e9es, ainsi que de champignons pathog\u00e8nes. Heureusement, de nombreuses alternatives existent \u00e0 l&#039;image du <strong><a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-chevrefeuille-a-feuilles-de-buis.html\">ch\u00e8vrefeuille \u00e0 feuilles de buis (Lonicera nitida)<\/a><\/strong>\u00a0ou des\u00a0<strong>houx japonais dits cr\u00e9nel\u00e9s<\/strong>\u00a0tels que l&#039;<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-dark-green-houx-japonais.html\">Ilex crenata Dark Green.<\/a>\u00a0Dot\u00e9s d&#039;un petit feuillage persistant et d&#039;un port dense, r\u00e9sistants aux maladies et aux ravageurs, ces arbustes supportent \u00e9galement tr\u00e8s bien la taille. Ils sont cependant un peu moins polyvalents que le buis en termes de sol et de climat, ce qui implique de s\u00e9lectionner le meilleur pour chaque situation.\u00a0<strong>Au nord de la Loire,<\/strong>\u00a0on privil\u00e9giera les plus rustiques,\u00a0notamment<strong> les\u00a0<em>Ilex crenata\u00a0<\/em><\/strong>qui<strong>\u00a0<\/strong>poussent en terre humif\u00e8re, fra\u00eeche et l\u00e9g\u00e8re, non calcaire. Plusieurs vari\u00e9t\u00e9s existent, par exemple<em>\u00a0<strong>\u2018<\/strong><\/em><strong><a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/houx-crenele-ilex-crenata-green-hedge.html\">Green Hedge\u2019<\/a>,\u00a0<\/strong>parfait pour cr\u00e9er des\u00a0haies basses.\u00a0<strong>Les fusains,\u00a0<\/strong>en particulier les\u00a0<em><strong>Euonymus fortunei,<\/strong>\u00a0<\/em>rustiques jusqu&#039;\u00e0 -15 \u00b0C, proposent de nombreux cultivars aux\u00a0feuillages panach\u00e9s et ils\u00a0supportent le calcaire. Le\u00a0<strong>Fusain du Japon<\/strong>\u00a0est un peu plus frileux (-12 \u00e0 -15 \u00b0C), mais il est aussi tol\u00e9rant : l&#039;<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/euonymus-fusains\/fusains-du-japon\/fusain-du-japon-euonymus-japonicus-green-spire.html\">Euonymus japonicus &#039;Green Spire&#039;<\/a>\u00a0constitue un beau sujet en bac sur la terrasse et se pr\u00eate bien \u00e0 l&#039;art topiaire.\u00a0\u00a0Au sud de la Loire et en zone m\u00e9diterran\u00e9enne, on choisira plut\u00f4t le\u00a0<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/myrte\/myrtus-communis-subsp-tarentina-myrte-commun.html\">myrte de Tarente (Myrtus communis tarentina)<\/a>\u00a0ou le\u00a0<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/myrte\/myrsine-africana-buis-africain.html\">buis africain (Myrsine africana)<\/a>, deux arbustes tr\u00e8s r\u00e9sistants \u00e0 la chaleur et \u00e0 la s\u00e9cheresse. Citons aussi l&#039;<strong>Osmanthus burkwoodii<em>\u00a0<\/em><\/strong>aux feuilles de houx ou encore<strong> le tro\u00e8ne de Yunnan\u00a0<\/strong><em>Ligustrum delavayanum var. ionandrum <\/em>par exemple<strong><strong><em>.<\/em><\/strong><\/strong>\u00a0D\u00e9couvrez dans ces pages les meilleures alternatives au buis.<\/p>\r\n<p style=\"text-align: justify;\">Pour aller plus loin, consultez aussi notre dossier complet\u00a0<a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/quels-arbustes-pour-remplacer-le-buis\/\"><strong>&quot;<\/strong><\/a><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/quels-arbustes-pour-remplacer-le-buis\/\"><strong>Quels arbustes pour remplacer le buis ?&quot;<\/strong><\/a><\/p>\r\n\u00a0\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.6 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: 8%;\"><\/div>\n            <\/div>\n            <span data-qcd=\"aHR0cHM6Ly93d3cucHJvbWVzc2VkZWZsZXVycy5jb20vdG91c2xlc2F2aXMvYXJidXN0ZXMvYXJidXN0ZXMtbGVzLWFsdGVybmF0aXZlcy1hdXgtYnVpcy5odG1s\"\n               class=\"qcd text-xs underline\"`\n            >\n                Voir les 380 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 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 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 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    <div class=\"item acms relative flex flex-col justify-end w-full h-full 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;10\"\n         data-row=\"10\"\n    >\n                    <a href=\"\/plantfit-presentation\"\n               title=\"D&#xE9;couvrir&#x20;Plantfit\"\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;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.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;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;b&#x2F;l&#x2F;bloc-cat-fr.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=\"Des&#x20;conseils&#x20;personnalis&#xE9;s&#x20;pour&#x20;votre&#x20;jardin\"\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                    Plantfit                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Des conseils personnalis\u00e9s pour votre jardin                <\/p>\n                                                     <span class=\"inline-block px-2 lg:px-4 py-1 bg-white rounded-lg text-sm text-primary font-bold\">\n                    D\u00e9couvrir Plantfit &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-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;2\"\n         data-row=\"2\"\n    >\n                    <a href=\"\/arbustes\/arbustes-petit-prix.html?product_list_order=price_asc\"\n               title=\"Voir&#x20;plus\"\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;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.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;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;2&#x2F;0&#x2F;20000-plantes.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=\"D&#xE9;couvrez&#x20;notre&#x20;s&#xE9;lection&#x20;&#xE0;&#x20;petits&#x20;prix\"\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                    Arbustes                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    D\u00e9couvrez notre s\u00e9lection \u00e0 petits prix                <\/p>\n                                        <p class=\"mb-2 lg:mb-4 text-2xs lg:text-xs\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Et faites des \u00e9conomies !                <\/p>\n                                         <span class=\"inline-block px-2 lg:px-4 py-1 bg-white rounded-lg text-sm text-primary font-bold\">\n                    Voir plus &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_123071\"\n     data-product-id=\"123071\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-elegant-chevrefeuille-a-feuille-de-buis.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Lonicera&#x20;Nitida&#x20;Elegant,&#x20;Chevrefeuille&#x20;&#xE0;&#x20;feuille&#x20;de&#x20;Buis\"\n                                                                title=\"Lonicera&#x20;Nitida&#x20;Elegant,&#x20;Chevrefeuille&#x20;&#xE0;&#x20;feuille&#x20;de&#x20;Buis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;h&#x2F;chevrefeuille-a-feuille-de-buis-Lonicera-nitida-Elegant-7513-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\">1.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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(123071)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-elegant-chevrefeuille-a-feuille-de-buis.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Elegant&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuille&#x20;de&#x20;Buis\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Elegant - Ch\u00e8vrefeuille \u00e0 feuille de Buis<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Elegant - Ch\u00e8vrefeuille \u00e0 fe\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-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 class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 95 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: 5%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 66 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=\"123071\"\n                 data-price-box=\"product-id-123071\"\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-123071>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;3,30&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">3,30\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 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_133090\"\n     data-product-id=\"133090\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/myrte\/myrtus-communis-subsp-tarentina-myrte-commun.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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Myrtus&#x20;communis&#x20;subsp.Tarentina&#x20;-&#x20;Myrte&#x20;commun&#x20;\"\n                                                                title=\"Myrtus&#x20;communis&#x20;subsp.Tarentina&#x20;-&#x20;Myrte&#x20;commun&#x20;\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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;M&#x2F;y&#x2F;Myrtus-communis-subsp-Tarentina-82213-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\">1.70 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\">1.20 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juillet \u00e0 Septembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -9.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(133090)\"\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\/arbustes\/arbustes-par-variete\/myrte\/myrtus-communis-subsp-tarentina-myrte-commun.html\"\n                                       title=\"Myrtus&#x20;communis&#x20;Tarentina&#x20;-&#x20;Myrte&#x20;commun&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Myrtus communis Tarentina - Myrte commun <\/span>\n                    <span class=\"lg:hidden\">Myrtus communis Tarentina - Myrte commun <\/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    <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-discount rounded-md text-2xs lg:text-xs\">\n        Promotion    <\/span>\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 95 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: 5%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 79 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>20 <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=\"133090\"\n                 data-price-box=\"product-id-133090\"\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-133090>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_230867\"\n     data-product-id=\"230867\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-greenquick-filaire-a-feuilles-etroites.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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Up&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                                                                title=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Up&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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;h&#x2F;phillyrea-angustifolia-green-quick-IF-22466-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\">2.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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(230867)\"\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\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-greenquick-filaire-a-feuilles-etroites.html\"\n                                       title=\"Phillyrea&#x20;angustifolia&#x20;GreenQuick&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                >\n                    <span class=\"hidden lg:block\">Phillyrea angustifolia GreenQuick - Filaire \u00e0 feuilles \u00e9troites<\/span>\n                    <span class=\"lg:hidden\">Phillyrea angustifolia GreenQuick - Filaire \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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 - 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>98 <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=\"230867\"\n                 data-price-box=\"product-id-230867\"\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-230867>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;3,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">3,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/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_44215\"\n     data-product-id=\"44215\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-chevrefeuille-a-feuilles-de-buis.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis&#x20;\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis&#x20;\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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;l&#x2F;o&#x2F;lonicera-nitida-7817161-2.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\">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\">2 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(44215)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-chevrefeuille-a-feuilles-de-buis.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida - Ch\u00e8vrefeuille \u00e0 feuilles de buis <\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida - Ch\u00e8vrefeuille \u00e0 feuilles d\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 95 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: 5%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 17 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>9 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"44215\"\n                 data-price-box=\"product-id-44215\"\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-44215>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;12,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">12,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_143100\"\n     data-product-id=\"143100\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-cupule-lonicera-pileata-p-6348.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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;pileata&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;cupule\"\n                                                                title=\"Lonicera&#x20;pileata&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;cupule\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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;L&#x2F;o&#x2F;Lonicera-pileata-781718-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(143100)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-cupule-lonicera-pileata-p-6348.html\"\n                                       title=\"Lonicera&#x20;pileata&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;cupule\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera pileata - Ch\u00e8vrefeuille \u00e0 cupule<\/span>\n                    <span class=\"lg:hidden\">Lonicera pileata - Ch\u00e8vrefeuille \u00e0 cupule<\/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 80 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: 20%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.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>89 <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=\"143100\"\n                 data-price-box=\"product-id-143100\"\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-143100>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,70&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,70\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1L\/1,5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_219042\"\n     data-product-id=\"219042\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-green-up-filaire-a-feuilles-etroites.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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Up&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                                                                title=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Up&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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;h&#x2F;Phillyrea-angustifolia-Green-Up-Filaire-a-feuilles-etroites-copyright-18773-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\">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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(219042)\"\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\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-green-up-filaire-a-feuilles-etroites.html\"\n                                       title=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Up&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                >\n                    <span class=\"hidden lg:block\">Phillyrea angustifolia Green Up - Filaire \u00e0 feuilles \u00e9troites<\/span>\n                    <span class=\"lg:hidden\">Phillyrea angustifolia Green Up - Filaire \u00e0 \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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>98 <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=\"219042\"\n                 data-price-box=\"product-id-219042\"\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-219042>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;3,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">3,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/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_52723\"\n     data-product-id=\"52723\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/houx-crenele-ilex-crenata-convexa.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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;-&#x20;Ilex&#x20;crenata&#x20;Convexa\"\n                                                                title=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;-&#x20;Ilex&#x20;crenata&#x20;Convexa\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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;H&#x2F;o&#x2F;Houx-crenele-Ilex-crenata-Convexa-c-a-7816412-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\">1.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\">2 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">Mi-ombre, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juillet<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(52723)\"\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\/arbustes\/arbustes-par-variete\/houx\/houx-crenele-ilex-crenata-convexa.html\"\n                                       title=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;-&#x20;Ilex&#x20;crenata&#x20;Convexa\"\n                >\n                    <span class=\"hidden lg:block\">Houx cr\u00e9nel\u00e9 - Ilex crenata Convexa<\/span>\n                    <span class=\"lg:hidden\">Houx cr\u00e9nel\u00e9 - Ilex crenata Convexa<\/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 91 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: 9%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.6\/5 - 14 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>147 <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=\"52723\"\n                 data-price-box=\"product-id-52723\"\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-52723>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,70&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,70\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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 4 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_98984\"\n     data-product-id=\"98984\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuilles-de-buis-lonicera-nitida-hohenheimer-findling-livre-en-hauteur-15-20-cm-en-godet-de-9cm.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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Hohenheimer&#x20;Findling&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Hohenheimer&#x20;Findling&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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;l&#x2F;o&#x2F;lonicera-nitida-hohenheimer-findling-copyright-1001462-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\">1 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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(98984)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuilles-de-buis-lonicera-nitida-hohenheimer-findling-livre-en-hauteur-15-20-cm-en-godet-de-9cm.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Hohenheimer&#x20;Findling&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Hohenheimer Findling - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Hohenheimer Findling - Ch\u00e8vr\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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>28 <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=\"98984\"\n                 data-price-box=\"product-id-98984\"\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-98984>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,30&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,30\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_126271\"\n     data-product-id=\"126271\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-filaria-a-feuilles-etroites.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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Phillyrea&#x20;angustifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                                                                title=\"Phillyrea&#x20;angustifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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;h&#x2F;Phillyrea-angustifolia-83411-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\">3 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\">2 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(126271)\"\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\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-filaria-a-feuilles-etroites.html\"\n                                       title=\"Phillyrea&#x20;angustifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                >\n                    <span class=\"hidden lg:block\">Phillyrea angustifolia - Filaire \u00e0 feuilles \u00e9troites<\/span>\n                    <span class=\"lg:hidden\">Phillyrea angustifolia - Filaire \u00e0 feuilles \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 89 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: 11%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.5\/5 - 14 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=\"126271\"\n                 data-price-box=\"product-id-126271\"\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-126271>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_53662\"\n     data-product-id=\"53662\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-maigrun-chevrefeuille-arbustiff.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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Maigr&#xFC;n&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif.\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Maigr&#xFC;n&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif.\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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;L&#x2F;o&#x2F;Lonicera-nitida-Maigrun-84144-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\">1 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\">1.20 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(53662)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-maigrun-chevrefeuille-arbustiff.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Maigr&#xFC;n&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Maigr\u00fcn - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Maigr\u00fcn - Ch\u00e8vrefeuille arbu\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-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 class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 89 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: 11%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.5\/5 - 15 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>213 <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=\"53662\"\n                 data-price-box=\"product-id-53662\"\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-53662>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;3,70&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">3,70\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_143007\"\n     data-product-id=\"143007\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/osmanthus\/osmanthus-delavayi-osmanthe-de-delavay-p-6050.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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Osmanthus&#x20;delavayi&#x20;-&#x20;Osmanthe&#x20;de&#x20;Delavay\"\n                                                                title=\"Osmanthus&#x20;delavayi&#x20;-&#x20;Osmanthe&#x20;de&#x20;Delavay\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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;O&#x2F;s&#x2F;Osmanthus-delavayi-781525-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\">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.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                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -9.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(143007)\"\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\/arbustes\/arbustes-par-variete\/osmanthus\/osmanthus-delavayi-osmanthe-de-delavay-p-6050.html\"\n                                       title=\"Osmanthus&#x20;delavayi&#x20;-&#x20;Osmanthe&#x20;de&#x20;Delavay\"\n                >\n                    <span class=\"hidden lg:block\">Osmanthus delavayi - Osmanthe de Delavay<\/span>\n                    <span class=\"lg:hidden\">Osmanthus delavayi - Osmanthe de Delavay<\/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 95 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: 5%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 15 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>76 <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=\"143007\"\n                 data-price-box=\"product-id-143007\"\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-143007>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/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_125995\"\n     data-product-id=\"125995\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuille-de-buis-lonicera-nitida-silver-beauty-p-6350.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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Silver&#x20;Beauty&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;nain&#x20;arbustif\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Silver&#x20;Beauty&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;nain&#x20;arbustif\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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;L&#x2F;o&#x2F;Lonicera-nitida-Silver-Beauty-781717-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\">1 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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(125995)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuille-de-buis-lonicera-nitida-silver-beauty-p-6350.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Silver&#x20;Beauty&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;nain&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Silver Beauty - Ch\u00e8vrefeuille nain arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Silver Beauty - Ch\u00e8vrefeuill\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 83 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: 17%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.2\/5 - 12 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>12 <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=\"125995\"\n                 data-price-box=\"product-id-125995\"\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-125995>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_129073\"\n     data-product-id=\"129073\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-lemon-beauty-chevrefeuille-arbustif-a-feuilles-de-buis.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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Lemon&#x20;Beauty&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Lemon&#x20;Beauty&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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;L&#x2F;o&#x2F;Lonicera-nitida-Lemon-Beauty-Chevrefeuille-arbustif-c-a-827801-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\">1 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\">1.20 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(129073)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-lemon-beauty-chevrefeuille-arbustif-a-feuilles-de-buis.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Lemon&#x20;Beauty&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Lemon Beauty - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Lemon Beauty - Ch\u00e8vrefeuille\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 94 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: 6%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.7\/5 - 26 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>13 <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=\"129073\"\n                 data-price-box=\"product-id-129073\"\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-129073>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;10,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">10,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 2L\/3L    <\/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_137299\"\n     data-product-id=\"137299\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-pileata-mossgreen-chevrefeuilles-a-cupule.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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;pileata&#x20;Mossgreen&#x20;-&#x20;Ch&#xE8;vrefeuilles&#x20;&#xE0;&#x20;cupule\"\n                                                                title=\"Lonicera&#x20;pileata&#x20;Mossgreen&#x20;-&#x20;Ch&#xE8;vrefeuilles&#x20;&#xE0;&#x20;cupule\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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;L&#x2F;o&#x2F;Lonicera-pileata-Mossgreen-87293-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\">50 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">1.60 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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(137299)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-pileata-mossgreen-chevrefeuilles-a-cupule.html\"\n                                       title=\"Lonicera&#x20;pileata&#x20;Mossgreen&#x20;-&#x20;Ch&#xE8;vrefeuilles&#x20;&#xE0;&#x20;cupule\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera pileata Mossgreen - Ch\u00e8vrefeuilles \u00e0 cupule<\/span>\n                    <span class=\"lg:hidden\">Lonicera pileata Mossgreen - Ch\u00e8vrefeuilles \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 80 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: 20%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.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>24 <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=\"137299\"\n                 data-price-box=\"product-id-137299\"\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-137299>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;6,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">6,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1L\/1,5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_120863\"\n     data-product-id=\"120863\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/euonymus-fusains\/fusains-du-japon\/euonymus-japonicus-fusain-du-japon.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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Euonymus&#x20;japonicus&#x20;-&#x20;Fusain&#x20;du&#x20;Japon\"\n                                                                title=\"Euonymus&#x20;japonicus&#x20;-&#x20;Fusain&#x20;du&#x20;Japon\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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;E&#x2F;u&#x2F;Euonymus-japonicus-Fusain-du-Japon-c-a-840682-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\">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\">2.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-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\">Mi-ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juillet<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(120863)\"\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\/arbustes\/arbustes-par-variete\/euonymus-fusains\/fusains-du-japon\/euonymus-japonicus-fusain-du-japon.html\"\n                                       title=\"Euonymus&#x20;japonicus&#x20;-&#x20;Fusain&#x20;du&#x20;Japon\"\n                >\n                    <span class=\"hidden lg:block\">Euonymus japonicus - Fusain du Japon<\/span>\n                    <span class=\"lg:hidden\">Euonymus japonicus - Fusain du Japon<\/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 95 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: 5%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 4 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>32 <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=\"120863\"\n                 data-price-box=\"product-id-120863\"\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-120863>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;3,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">3,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_48929\"\n     data-product-id=\"48929\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/osmanthus\/osmanthus-burkwoodii.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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Osmanthus&#x20;Burkwoodii\"\n                                                                title=\"Osmanthus&#x20;Burkwoodii\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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;o&#x2F;s&#x2F;osmanthus-burkwoodii-ld-nordique-7823-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\">3 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                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(48929)\"\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\/arbustes\/arbustes-par-variete\/osmanthus\/osmanthus-burkwoodii.html\"\n                                       title=\"Osmanthus&#x20;burkwoodii\"\n                >\n                    <span class=\"hidden lg:block\">Osmanthus burkwoodii<\/span>\n                    <span class=\"lg:hidden\">Osmanthus burkwoodii<\/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 92 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: 8%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.6\/5 - 36 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=\"48929\"\n                 data-price-box=\"product-id-48929\"\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-48929>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;18,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">18,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 2L\/3L    <\/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_215178\"\n     data-product-id=\"215178\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-garden-clouds-purple-storm-chevrefeuille-arbustif.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Purple&#x20;Storm&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Purple&#x20;Storm&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Purple-Storm-Chevrefeuille-arbustif-copyright-179210-5.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\">90 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">60 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil, Mi-ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(215178)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-garden-clouds-purple-storm-chevrefeuille-arbustif.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Purple&#x20;Storm&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Garden Clouds Purple Storm - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Garden Clouds Purple Storm -\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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 - 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>12 <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=\"215178\"\n                 data-price-box=\"product-id-215178\"\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-215178>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;18,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">18,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 2L\/3L    <\/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_130242\"\n     data-product-id=\"130242\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/hebe-veronique-arbustive\/hebe-sutherlandii-veronique-arbustive.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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Hebe&#x20;Sutherlandii&#x20;-&#x20;V&#xE9;ronique&#x20;arbustive.\"\n                                                                title=\"Hebe&#x20;Sutherlandii&#x20;-&#x20;V&#xE9;ronique&#x20;arbustive.\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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;H&#x2F;e&#x2F;Hebe-Sutherlandii-83344-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\">55 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">55 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil, Mi-ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juin \u00e0 Ao\u00fbt<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(130242)\"\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\/arbustes\/arbustes-par-variete\/hebe-veronique-arbustive\/hebe-sutherlandii-veronique-arbustive.html\"\n                                       title=\"Hebe&#x20;Sutherlandii&#x20;-&#x20;V&#xE9;ronique&#x20;arbustive.\"\n                >\n                    <span class=\"hidden lg:block\">Hebe Sutherlandii - V\u00e9ronique arbustive.<\/span>\n                    <span class=\"lg:hidden\">Hebe Sutherlandii - V\u00e9ronique arbustive.<\/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 65 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 35%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    3.3\/5 - 4 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n            <span>\n                            Exp\u00e9di\u00e9 le 2 juil.                    <\/span>\n    <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"130242\"\n                 data-price-box=\"product-id-130242\"\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-130242>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_98972\"\n     data-product-id=\"98972\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuilles-de-buis-lonicera-nitida-ernest-wilson-livre-en-hauteur-25-30-cm-en-pot-de-1l-1-5l.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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Ernest&#x20;Wilson&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Ernest&#x20;Wilson&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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;L&#x2F;o&#x2F;Lonicera-nitida-Ernest-Wilson-Chevrefeuille-a-feuilles-de-buis-c-a-1001452-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\">1.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\">1.20 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(98972)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuilles-de-buis-lonicera-nitida-ernest-wilson-livre-en-hauteur-25-30-cm-en-pot-de-1l-1-5l.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Ernest&#x20;Wilson&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Ernest Wilson - Ch\u00e8vrefeuille \u00e0 feuilles de buis<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Ernest Wilson - Ch\u00e8vrefeuill\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 60 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: 40%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    3.0\/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>51 <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=\"98972\"\n                 data-price-box=\"product-id-98972\"\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-98972>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,70&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,70\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_240518\"\n     data-product-id=\"240518\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-heterophyllum-quissac-pittospore-a-feuilles-variables.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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Pittosporum&#x20;heterophyllum&#x20;-&#x20;Oranger&#x20;de&#x20;Chine\"\n                                                                title=\"Pittosporum&#x20;heterophyllum&#x20;-&#x20;Oranger&#x20;de&#x20;Chine\"\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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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;i&#x2F;Pittosporum-heterophyllum-Quissac-Pittospore-_-feuilles-variables-IF-LA-FORET-24855-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\">2.75 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\">2.25 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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(240518)\"\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\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-heterophyllum-quissac-pittospore-a-feuilles-variables.html\"\n                                       title=\"Pittosporum&#x20;heterophyllum&#x20;Quissac&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;feuilles&#x20;variables\"\n                >\n                    <span class=\"hidden lg:block\">Pittosporum heterophyllum Quissac - Pittospore \u00e0 feuilles variables<\/span>\n                    <span class=\"lg:hidden\">Pittosporum heterophyllum Quissac - Pittospo\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        Nouveaut\u00e9    <\/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>7 <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=\"240518\"\n                 data-price-box=\"product-id-240518\"\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-240518>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_140752\"\n     data-product-id=\"140752\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/houx-crenele-kinme.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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;Kinme\"\n                                                                title=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;Kinme\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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;I&#x2F;l&#x2F;Ilex-crenata-Kinme-88418-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\">1.60 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\">2.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-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">Mi-ombre, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(140752)\"\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\/arbustes\/arbustes-par-variete\/houx\/houx-crenele-kinme.html\"\n                                       title=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;Kinme\"\n                >\n                    <span class=\"hidden lg:block\">Houx cr\u00e9nel\u00e9 Kinme<\/span>\n                    <span class=\"lg:hidden\">Houx cr\u00e9nel\u00e9 Kinme<\/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-available\"><\/span>\n                        <span>1 <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=\"140752\"\n                 data-price-box=\"product-id-140752\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-140752\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;75,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">75,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_219045\"\n     data-product-id=\"219045\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-rosmarinifolia-filaire-a-feuilles-etroites.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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Phillyrea&#x20;angustifolia&#x20;Rosmarinifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                                                                title=\"Phillyrea&#x20;angustifolia&#x20;Rosmarinifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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;h&#x2F;Phillyrea-angustifolia-Rosmarinifolia-Filaire-a-feuilles-etroites-IF-18774-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\">1.70 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\">1.70 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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(219045)\"\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\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-rosmarinifolia-filaire-a-feuilles-etroites.html\"\n                                       title=\"Phillyrea&#x20;angustifolia&#x20;Rosmarinifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                >\n                    <span class=\"hidden lg:block\">Phillyrea angustifolia Rosmarinifolia - Filaire \u00e0 feuilles \u00e9troites<\/span>\n                    <span class=\"lg:hidden\">Phillyrea angustifolia Rosmarinifolia - Fila\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>28 <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=\"219045\"\n                 data-price-box=\"product-id-219045\"\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-219045>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_221464\"\n     data-product-id=\"221464\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/bambou\/bambous-par-variete\/fargesia\/fargesia-malachite-monkeys-bambou-non-tracant.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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Fargesia&#x20;Malachite&#x20;Monkeys&#x20;-&#x20;Bambou&#x20;non&#x20;tra&#xE7;ant\"\n                                                                title=\"Fargesia&#x20;Malachite&#x20;Monkeys&#x20;-&#x20;Bambou&#x20;non&#x20;tra&#xE7;ant\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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;F&#x2F;a&#x2F;Fargesia-Malachite-Monkeys-Bambou-non-tracant-IF-19172-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\">2.20 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\">1.60 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=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(221464)\"\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\/arbustes\/bambou\/bambous-par-variete\/fargesia\/fargesia-malachite-monkeys-bambou-non-tracant.html\"\n                                       title=\"Fargesia&#x20;Malachite&#x20;Monkeys&#x20;-&#x20;Bambou&#x20;non&#x20;tra&#xE7;ant\"\n                >\n                    <span class=\"hidden lg:block\">Fargesia Malachite Monkeys - Bambou non tra\u00e7ant<\/span>\n                    <span class=\"lg:hidden\">Fargesia Malachite Monkeys - Bambou non tra\u00e7\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n    <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-exclusive rounded-md text-2xs lg:text-xs\">\n        Exclusivit\u00e9    <\/span>\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 80 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: 20%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.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>1 <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=\"221464\"\n                 data-price-box=\"product-id-221464\"\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-221464>\"\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_230435\"\n     data-product-id=\"230435\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/coniferes\/coniferes-par-variete\/thuya\/thuya-du-canada-thuja-occidentalis-pyramidalis-compacta.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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Thuya&#x20;du&#x20;Canada&#x20;-&#x20;Thuja&#x20;occidentalis&#x20;Smaragd\"\n                                                                title=\"Thuya&#x20;du&#x20;Canada&#x20;-&#x20;Thuja&#x20;occidentalis&#x20;Smaragd\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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;T&#x2F;h&#x2F;Thuya-du-Canada-Thuja-occidentalis-Pyramidalis-Compacta-IF-223510-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\">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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Juin, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -34.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(230435)\"\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\/arbustes\/coniferes\/coniferes-par-variete\/thuya\/thuya-du-canada-thuja-occidentalis-pyramidalis-compacta.html\"\n                                       title=\"Thuya&#x20;du&#x20;Canada&#x20;-&#x20;Thuja&#x20;occidentalis&#x20;Pyramidalis&#x20;Compacta\"\n                >\n                    <span class=\"hidden lg:block\">Thuya du Canada - Thuja occidentalis Pyramidalis Compacta<\/span>\n                    <span class=\"lg:hidden\">Thuya du Canada - Thuja occidentalis Pyramid\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>25 <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=\"230435\"\n                 data-price-box=\"product-id-230435\"\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-230435>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;5,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">5,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_230495\"\n     data-product-id=\"230495\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/houx-americain-ilex-meserveae-heckenblau.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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Houx&#x20;am&#xE9;ricain&#x20;-&#x20;Ilex&#x20;meserveae&#x20;Heckenstar\"\n                                                                title=\"Houx&#x20;am&#xE9;ricain&#x20;-&#x20;Ilex&#x20;meserveae&#x20;Heckenstar\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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;H&#x2F;o&#x2F;Houx-americain-Ilex-meserveae-Heckenblau-IF-22382-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\">3 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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(230495)\"\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\/arbustes\/arbustes-par-variete\/houx\/houx-americain-ilex-meserveae-heckenblau.html\"\n                                       title=\"Houx&#x20;am&#xE9;ricain&#x20;m&#xE2;le&#x20;-&#x20;Ilex&#x20;meserveae&#x20;Heckenblau\"\n                >\n                    <span class=\"hidden lg:block\">Houx am\u00e9ricain m\u00e2le - Ilex meserveae Heckenblau<\/span>\n                    <span class=\"lg:hidden\">Houx am\u00e9ricain m\u00e2le - Ilex meserveae Heckenb\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>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=\"230495\"\n                 data-price-box=\"product-id-230495\"\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-230495>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,30&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,30\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_134197\"\n     data-product-id=\"134197\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuille-de-buis-dore-lonicera-baggesens-gold-p-1683.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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Ch&#xE9;vrefeuille&#x20;&#xE0;&#x20;feuille&#x20;de&#x20;Buis&#x20;dor&#xE9;&#x20;-&#x20;Lonicera&#x20;Nit.&#x20;Elegant&#x20;Aur\"\n                                                                title=\"Ch&#xE9;vrefeuille&#x20;&#xE0;&#x20;feuille&#x20;de&#x20;Buis&#x20;dor&#xE9;&#x20;-&#x20;Lonicera&#x20;Nit.&#x20;Elegant&#x20;Aur\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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;L&#x2F;o&#x2F;Lonicera-nitida-Baggesen-s-Gold-Chevrefeuille-arbustif-c-a-75501-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\">1.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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(134197)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuille-de-buis-dore-lonicera-baggesens-gold-p-1683.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Baggesen&amp;&#x23;039&#x3B;s&#x20;Gold&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Baggesen&#039;s Gold - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Baggesen&#039;s Gold - Ch\u00e8vr\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 94 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: 6%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.7\/5 - 17 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>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=\"134197\"\n                 data-price-box=\"product-id-134197\"\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-134197>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;11,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">11,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_137221\"\n     data-product-id=\"137221\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-tidy-tips-r-chevrefeuille-nain-arbustif.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;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.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;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.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;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.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;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg&#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;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Tidy&#x20;Tips&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;Buis\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Tidy&#x20;Tips&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;Buis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;l&#x2F;o&#x2F;lonicera-nitida-tidy-tips-adobestock_60129208_2_.jpeg&#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\">1.20 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\">1.20 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(137221)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-tidy-tips-r-chevrefeuille-nain-arbustif.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Tidy&#x20;Tips&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;Buis\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Tidy Tips - Ch\u00e8vrefeuille \u00e0 feuilles de Buis<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Tidy Tips - Ch\u00e8vrefeuille \u00e0 \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 77 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: 23%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    3.9\/5 - 14 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>28 <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=\"137221\"\n                 data-price-box=\"product-id-137221\"\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-137221>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;7,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">7,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_228527\"\n     data-product-id=\"228527\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/troene\/ligustrum-japonicum-korean-dwarf.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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Ligustrum&#x20;japonicum&#x20;Korean&#x20;Dwarf&#x20;-&#x20;Tro&#xE8;ne&#x20;du&#x20;Japon\"\n                                                                title=\"Ligustrum&#x20;japonicum&#x20;Korean&#x20;Dwarf&#x20;-&#x20;Tro&#xE8;ne&#x20;du&#x20;Japon\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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;L&#x2F;i&#x2F;Ligustrum-japonicum-Korean-Dwarf-IF-20859-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\">1.25 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\">1.25 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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juillet \u00e0 Ao\u00fbt<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(228527)\"\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\/arbustes\/arbustes-par-variete\/troene\/ligustrum-japonicum-korean-dwarf.html\"\n                                       title=\"Ligustrum&#x20;japonicum&#x20;Korean&#x20;Dwarf&#x20;-&#x20;Tro&#xE8;ne&#x20;du&#x20;Japon\"\n                >\n                    <span class=\"hidden lg:block\">Ligustrum japonicum Korean Dwarf - Tro\u00e8ne du Japon<\/span>\n                    <span class=\"lg:hidden\">Ligustrum japonicum Korean Dwarf - Tro\u00e8ne du\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 60 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: 40%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    3.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>1 <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=\"228527\"\n                 data-price-box=\"product-id-228527\"\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-228527>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;18,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">18,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\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_230428\"\n     data-product-id=\"230428\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/coniferes\/coniferes-par-variete\/taxus-if\/taxus-x-media-groenland-if-hybride.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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Taxus&#x20;media&#x20;Hillii&#x20;-&#x20;If&#x20;hybride\"\n                                                                title=\"Taxus&#x20;media&#x20;Hillii&#x20;-&#x20;If&#x20;hybride\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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;T&#x2F;a&#x2F;Taxus-x-media-Groenland-If-hybride-IF-22345-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\">3 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\">1.75 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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -29\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(230428)\"\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\/arbustes\/coniferes\/coniferes-par-variete\/taxus-if\/taxus-x-media-groenland-if-hybride.html\"\n                                       title=\"Taxus&#x20;x&#x20;media&#x20;Groenland&#x20;-&#x20;If&#x20;hybride\"\n                >\n                    <span class=\"hidden lg:block\">Taxus x media Groenland - If hybride<\/span>\n                    <span class=\"lg:hidden\">Taxus x media Groenland - If hybride<\/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>100 <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=\"230428\"\n                 data-price-box=\"product-id-230428\"\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-230428>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,70&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,70\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_231978\"\n     data-product-id=\"231978\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/hebe-veronique-arbustive\/hebe-topiaria-veronique-arbustive.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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Hebe&#x20;Blue&#x20;Haze&#x20;-&#x20;V&#xE9;ronique&#x20;arbustive\"\n                                                                title=\"Hebe&#x20;Blue&#x20;Haze&#x20;-&#x20;V&#xE9;ronique&#x20;arbustive\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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;H&#x2F;e&#x2F;Hebe_topiaria-c-a-22588-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\">1.20 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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Juin \u00e0 Juillet<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(231978)\"\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\/arbustes\/arbustes-par-variete\/hebe-veronique-arbustive\/hebe-topiaria-veronique-arbustive.html\"\n                                       title=\"H&#xE9;b&#xE9;&#x20;topiaria&#x20;-&#x20;V&#xE9;ronique&#x20;arbustive\"\n                >\n                    <span class=\"hidden lg:block\">H\u00e9b\u00e9 topiaria - V\u00e9ronique arbustive<\/span>\n                    <span class=\"lg:hidden\">H\u00e9b\u00e9 topiaria - V\u00e9ronique arbustive<\/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>18 <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=\"231978\"\n                 data-price-box=\"product-id-231978\"\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-231978>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;8,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">8,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1,5L\/2L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_232135\"\n     data-product-id=\"232135\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/distylium\/distylium-swing-low-first-editions.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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Distylium&#x20;Swing&#x20;Low\"\n                                                                title=\"Distylium&#x20;Swing&#x20;Low\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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;D&#x2F;i&#x2F;Distylium-SWING-LOW-First-Editions-IF-20655-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\">80 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">1.10 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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mars<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(232135)\"\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\/arbustes\/arbustes-par-variete\/distylium\/distylium-swing-low-first-editions.html\"\n                                       title=\"Distylium&#x20;Swing&#x20;Low\"\n                >\n                    <span class=\"hidden lg:block\">Distylium Swing Low<\/span>\n                    <span class=\"lg:hidden\">Distylium Swing Low<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>5 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"232135\"\n                 data-price-box=\"product-id-232135\"\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-232135>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;24,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">24,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\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_240138\"\n     data-product-id=\"240138\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-orbitea.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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Pittosporum&#x20;Orbitea&#x20;-&#x20;Pittosporum&#x20;&#xE0;&#x20;petites&#x20;feuilles\"\n                                                                title=\"Pittosporum&#x20;Orbitea&#x20;-&#x20;Pittosporum&#x20;&#xE0;&#x20;petites&#x20;feuilles\"\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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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;i&#x2F;Pittosporum-Orbitea-IF-247110-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\">1 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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -9.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(240138)\"\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\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-orbitea.html\"\n                                       title=\"Pittosporum&#x20;Orbitea&#x20;-&#x20;Pittosporum&#x20;&#xE0;&#x20;petites&#x20;feuilles\"\n                >\n                    <span class=\"hidden lg:block\">Pittosporum Orbitea - Pittosporum \u00e0 petites feuilles<\/span>\n                    <span class=\"lg:hidden\">Pittosporum Orbitea - Pittosporum \u00e0 petites \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        Nouveaut\u00e9    <\/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>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=\"240138\"\n                 data-price-box=\"product-id-240138\"\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-240138>\"\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        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\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_233786\"\n     data-product-id=\"233786\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-latifolia-filaire-a-larges-feuilles.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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Phillyrea&#x20;angustifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                                                                title=\"Phillyrea&#x20;angustifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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;h&#x2F;Phillyrea-latifolia-c-a-873051-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\">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\">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                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(233786)\"\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\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-latifolia-filaire-a-larges-feuilles.html\"\n                                       title=\"Phillyrea&#x20;latifolia&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;larges&#x20;feuilles\"\n                >\n                    <span class=\"hidden lg:block\">Phillyrea latifolia - Filaire \u00e0 larges feuilles<\/span>\n                    <span class=\"lg:hidden\">Phillyrea latifolia - Filaire \u00e0 larges feuil\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>90 <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=\"233786\"\n                 data-price-box=\"product-id-233786\"\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-233786>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;3,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">3,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/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_243822\"\n     data-product-id=\"243822\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-crassifolium-pot-belly-pittospore-a-feuilles-epaisses.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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Pittosporum&#x20;crassifolium&#x20;Pot&#x20;Belly&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;paisses\"\n                                                                title=\"Pittosporum&#x20;crassifolium&#x20;Pot&#x20;Belly&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;paisses\"\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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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;i&#x2F;pittosporum_pot-belly-IF-globe-25750-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\">1.10 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\">1.10 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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -9.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(243822)\"\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\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-crassifolium-pot-belly-pittospore-a-feuilles-epaisses.html\"\n                                       title=\"Pittosporum&#x20;crassifolium&#x20;Pot&#x20;Belly&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;paisses\"\n                >\n                    <span class=\"hidden lg:block\">Pittosporum crassifolium Pot Belly - Pittospore \u00e0 feuilles \u00e9paisses<\/span>\n                    <span class=\"lg:hidden\">Pittosporum crassifolium Pot Belly - Pittosp\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        Nouveaut\u00e9    <\/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>20 <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=\"243822\"\n                 data-price-box=\"product-id-243822\"\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-243822>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;8,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">8,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 12 cm \/ 13 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_243824\"\n     data-product-id=\"243824\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-tenuifolium-beach-ball-pittospore-a-petites-feuilles.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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Pittosporum&#x20;tenuifolium&#x20;Beach&#x20;Ball&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;petites&#x20;feuilles\"\n                                                                title=\"Pittosporum&#x20;tenuifolium&#x20;Beach&#x20;Ball&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;petites&#x20;feuilles\"\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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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;i&#x2F;pittosporum_beach-ball-IF-plantipp-257510-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\">1.20 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\">1.30 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -9.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(243824)\"\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\/arbustes\/arbustes-par-variete\/pittosporum\/pittosporum-tenuifolium-beach-ball-pittospore-a-petites-feuilles.html\"\n                                       title=\"Pittosporum&#x20;tenuifolium&#x20;Beach&#x20;Ball&#x20;-&#x20;Pittospore&#x20;&#xE0;&#x20;petites&#x20;feuilles\"\n                >\n                    <span class=\"hidden lg:block\">Pittosporum tenuifolium Beach Ball - Pittospore \u00e0 petites feuilles<\/span>\n                    <span class=\"lg:hidden\">Pittosporum tenuifolium Beach Ball - Pittosp\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        Nouveaut\u00e9    <\/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>12 <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=\"243824\"\n                 data-price-box=\"product-id-243824\"\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-243824>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;28,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">28,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\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_215175\"\n     data-product-id=\"215175\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-garden-clouds-green-breeze-chevrefeuille-arbustif.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Green&#x20;Breeze&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Green&#x20;Breeze&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Green-Breeze-Chevrefeuille-arbustif-copyright-17920-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\">1 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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(215175)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-garden-clouds-green-breeze-chevrefeuille-arbustif.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Green&#x20;Breeze&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Garden Clouds Green Breeze - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Garden Clouds Green Breeze -\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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=\"215175\"\n                 data-price-box=\"product-id-215175\"\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-215175>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;18,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">18,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 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_131454\"\n     data-product-id=\"131454\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-red-tips-chevrefeuille-a-feuilles-de-buis.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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Red&#x20;Tips&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis.\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Red&#x20;Tips&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis.\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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;L&#x2F;o&#x2F;Lonicera-nitida-Red-Tips-84146-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\">1.25 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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(131454)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-red-tips-chevrefeuille-a-feuilles-de-buis.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Red&#x20;Tips&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis.\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Red Tips - Ch\u00e8vrefeuille \u00e0 feuilles de buis.<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Red Tips - Ch\u00e8vrefeuille \u00e0 f\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 92 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: 8%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.6\/5 - 12 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=\"131454\"\n                 data-price-box=\"product-id-131454\"\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-131454>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;7,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">7,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_240519\"\n     data-product-id=\"240519\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/buis\/buis-buxus-sinica-var-insularis-mipo.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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Buis&#x20;-&#x20;Buxus&#x20;sinica&#x20;var.&#x20;insularis&#x20;Mipo\"\n                                                                title=\"Buis&#x20;-&#x20;Buxus&#x20;sinica&#x20;var.&#x20;insularis&#x20;Mipo\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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;B&#x2F;u&#x2F;Buis-Buxus-sinica-var.-insularis-Mipo-IF-24856-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\">80 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">80 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil, Mi-ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mars, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -34.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(240519)\"\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\/arbustes\/arbustes-par-variete\/buis\/buis-buxus-sinica-var-insularis-mipo.html\"\n                                       title=\"Buis&#x20;-&#x20;Buxus&#x20;sinica&#x20;var.&#x20;insularis&#x20;Mipo\"\n                >\n                    <span class=\"hidden lg:block\">Buis - Buxus sinica var. insularis Mipo<\/span>\n                    <span class=\"lg:hidden\">Buis - Buxus sinica var. insularis Mipo<\/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        Nouveaut\u00e9    <\/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-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=\"240519\"\n                 data-price-box=\"product-id-240519\"\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-240519>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,70&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,70\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_141988\"\n     data-product-id=\"141988\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuilles-de-buis-lonicera-nitida-twiggy.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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Twiggy&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Twiggy&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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;L&#x2F;o&#x2F;Lonicera-nitida-Twiggy-Chevrefeuille-a-feuilles-de-buis-c-a-1002661-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\">80 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(141988)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/chevrefeuille-a-feuilles-de-buis-lonicera-nitida-twiggy.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Twiggy&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Twiggy - Ch\u00e8vrefeuille \u00e0 feuilles de buis<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Twiggy - Ch\u00e8vrefeuille \u00e0 feu\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"141988\"\n                 data-price-box=\"product-id-141988\"\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-141988>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_215172\"\n     data-product-id=\"215172\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-garden-clouds-copper-glow-chevrefeuille-arbustif.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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Copper&#x20;Glow&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Copper&#x20;Glow&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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;L&#x2F;o&#x2F;Lonicera-nitida-Garden-Clouds-Copper-Glow-Chevrefeuille-arbustif-copyright-17919-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\">90 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">60 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Soleil, Mi-ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(215172)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-garden-clouds-copper-glow-chevrefeuille-arbustif.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Garden&#x20;Clouds&#x20;Copper&#x20;Glow&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;arbustif\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Garden Clouds Copper Glow - Ch\u00e8vrefeuille arbustif<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Garden Clouds Copper Glow - \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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=\"215172\"\n                 data-price-box=\"product-id-215172\"\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-215172>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;5,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">5,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  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_225295\"\n     data-product-id=\"225295\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-luxus-hedge.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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;-&#x20;Ilex&#x20;crenata&#x20;Green&#x20;Hedge\"\n                                                                title=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;-&#x20;Ilex&#x20;crenata&#x20;Green&#x20;Hedge\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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;I&#x2F;L&#x2F;ILEX-CRENATA-LUXUS-HEDGE-copyright-205410-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\">60 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">50 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(225295)\"\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\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-luxus-hedge.html\"\n                                       title=\"Houx&#x20;cr&#xE9;nel&#xE9;&#x20;-&#x20;Ilex&#x20;crenata&#x20;Luxus&#x20;Hedge\"\n                >\n                    <span class=\"hidden lg:block\">Houx cr\u00e9nel\u00e9 - Ilex crenata Luxus Hedge<\/span>\n                    <span class=\"lg:hidden\">Houx cr\u00e9nel\u00e9 - Ilex crenata Luxus Hedge<\/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=\"225295\"\n                 data-price-box=\"product-id-225295\"\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-225295>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_221467\"\n     data-product-id=\"221467\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/bambou\/bambous-non-tracants\/fargesia-moontears-bambou-non-tracant.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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Fargesia&#x20;Moontears&#x20;-&#x20;Bambou&#x20;non&#x20;tra&#xE7;ant\"\n                                                                title=\"Fargesia&#x20;Moontears&#x20;-&#x20;Bambou&#x20;non&#x20;tra&#xE7;ant\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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;F&#x2F;a&#x2F;Fargesia-Moontears-Bambou-non-tracant-IF-19173-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\">1.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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(221467)\"\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\/arbustes\/bambou\/bambous-non-tracants\/fargesia-moontears-bambou-non-tracant.html\"\n                                       title=\"Fargesia&#x20;Moontears&#x20;-&#x20;Bambou&#x20;non&#x20;tra&#xE7;ant\"\n                >\n                    <span class=\"hidden lg:block\">Fargesia Moontears - Bambou non tra\u00e7ant<\/span>\n                    <span class=\"lg:hidden\">Fargesia Moontears - Bambou non tra\u00e7ant<\/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    <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-exclusive rounded-md text-2xs lg:text-xs\">\n        Exclusivit\u00e9    <\/span>\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=\"221467\"\n                 data-price-box=\"product-id-221467\"\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-221467>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;85,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">85,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_142896\"\n     data-product-id=\"142896\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-convexa-taille-en-boule-topiaire-de-houx-crenele.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Ilex&#x20;crenata&#x20;Convexa&#x20;taill&#xE9;&#x20;en&#x20;boule&#x20;-&#x20;Topiaire&#x20;de&#x20;Houx&#x20;cr&#xE9;nel&#xE9;\"\n                                                                title=\"Ilex&#x20;crenata&#x20;Convexa&#x20;taill&#xE9;&#x20;en&#x20;boule&#x20;-&#x20;Topiaire&#x20;de&#x20;Houx&#x20;cr&#xE9;nel&#xE9;\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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;I&#x2F;l&#x2F;Ilex-crenata-convexa-en-boule-copyright-78164139-3.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\">1.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\">2 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juillet<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(142896)\"\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\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-convexa-taille-en-boule-topiaire-de-houx-crenele.html\"\n                                       title=\"Ilex&#x20;crenata&#x20;Convexa&#x20;taill&#xE9;&#x20;en&#x20;boule&#x20;-&#x20;Topiaire&#x20;de&#x20;Houx&#x20;cr&#xE9;nel&#xE9;\"\n                >\n                    <span class=\"hidden lg:block\">Ilex crenata Convexa taill\u00e9 en boule - Topiaire de Houx cr\u00e9nel\u00e9<\/span>\n                    <span class=\"lg:hidden\">Ilex crenata Convexa taill\u00e9 en boule - Topia\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"142896\"\n                 data-price-box=\"product-id-142896\"\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-142896>\"\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_123074\"\n     data-product-id=\"123074\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-scoop-chevrefeuille-a-feuilles-de-bui.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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Lonicera&#x20;nitida&#x20;Scoop&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                title=\"Lonicera&#x20;nitida&#x20;Scoop&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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;L&#x2F;o&#x2F;Lonicera-nitida-Scoop-87395-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\">1 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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Avril \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(123074)\"\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\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-scoop-chevrefeuille-a-feuilles-de-bui.html\"\n                                       title=\"Lonicera&#x20;nitida&#x20;Scoop&#x20;-&#x20;Ch&#xE8;vrefeuille&#x20;&#xE0;&#x20;feuilles&#x20;de&#x20;buis\"\n                >\n                    <span class=\"hidden lg:block\">Lonicera nitida Scoop - Ch\u00e8vrefeuille \u00e0 feuilles de buis<\/span>\n                    <span class=\"lg:hidden\">Lonicera nitida Scoop - Ch\u00e8vrefeuille \u00e0 feui\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 80 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: 20%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.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=\"123074\"\n                 data-price-box=\"product-id-123074\"\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-123074>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;8,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">8,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 1L\/1,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_125437\"\n     data-product-id=\"125437\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-luxus-globe-houx-crenele-nain.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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Ilex&#x20;crenata&#x20;Luxus&#x20;Globe&#x20;-&#x20;Houx&#x20;cr&#xE9;nel&#xE9;&#x20;nain\"\n                                                                title=\"Ilex&#x20;crenata&#x20;Luxus&#x20;Globe&#x20;-&#x20;Houx&#x20;cr&#xE9;nel&#xE9;&#x20;nain\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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;I&#x2F;l&#x2F;Ilex-crenata-Luxus-Globe-87280-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\">60 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-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\">50 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">Mi-ombre, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -20.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\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(125437)\"\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\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-luxus-globe-houx-crenele-nain.html\"\n                                       title=\"Ilex&#x20;crenata&#x20;Luxus&#x20;Globe&#x20;-&#x20;Houx&#x20;cr&#xE9;nel&#xE9;&#x20;nain\"\n                >\n                    <span class=\"hidden lg:block\">Ilex crenata Luxus Globe - Houx cr\u00e9nel\u00e9 nain<\/span>\n                    <span class=\"lg:hidden\">Ilex crenata Luxus Globe - Houx cr\u00e9nel\u00e9 nain<\/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=\"125437\"\n                 data-price-box=\"product-id-125437\"\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-125437>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_211182\"\n     data-product-id=\"211182\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/ilex-setchuenensis.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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Ilex&#x20;setchuenensis\"\n                                                                title=\"Ilex&#x20;setchuenensis\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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;I&#x2F;l&#x2F;Ilex-setchuenensis-c-a-872841-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\">1.75 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\">1.50 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(211182)\"\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\/arbustes\/arbustes-par-variete\/houx\/ilex-setchuenensis.html\"\n                                       title=\"Ilex&#x20;setchuenensis\"\n                >\n                    <span class=\"hidden lg:block\">Ilex setchuenensis<\/span>\n                    <span class=\"lg:hidden\">Ilex setchuenensis<\/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=\"211182\"\n                 data-price-box=\"product-id-211182\"\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-211182>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;14,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">14,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 2L\/3L    <\/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_220921\"\n     data-product-id=\"220921\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-green-ball-filaire-a-feuilles-etroites.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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Ball&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                                                                title=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Ball&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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;h&#x2F;Phillyrea-angustifolia-Green-Ball-Filaire-a-feuilles-etroites-V-189760-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\">1 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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(220921)\"\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\/arbustes\/arbustes-par-variete\/phillyrea-filaria\/phillyrea-angustifolia-green-ball-filaire-a-feuilles-etroites.html\"\n                                       title=\"Phillyrea&#x20;angustifolia&#x20;Green&#x20;Ball&#x20;-&#x20;Filaire&#x20;&#xE0;&#x20;feuilles&#x20;&#xE9;troites\"\n                >\n                    <span class=\"hidden lg:block\">Phillyrea angustifolia Green Ball - Filaire \u00e0 feuilles \u00e9troites<\/span>\n                    <span class=\"lg:hidden\">Phillyrea angustifolia Green Ball - Filaire \u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"220921\"\n                 data-price-box=\"product-id-220921\"\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-220921>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;18,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">18,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 3L\/4L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\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_240517\"\n     data-product-id=\"240517\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/osmanthus\/osmanthus-heterophyllus-rotundifolius-osmanthe-a-feuilles-de-houx.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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Osmanthus&#x20;heterophyllus&#x20;Purpureus\"\n                                                                title=\"Osmanthus&#x20;heterophyllus&#x20;Purpureus\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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;O&#x2F;s&#x2F;Osmanthus-heterophyllus-Rotundifolius-G-24854-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\">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\">2 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(240517)\"\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\/arbustes\/arbustes-par-variete\/osmanthus\/osmanthus-heterophyllus-rotundifolius-osmanthe-a-feuilles-de-houx.html\"\n                                       title=\"Osmanthus&#x20;heterophyllus&#x20;Rotundifolius&#x20;-&#x20;Osmanthe&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Osmanthus heterophyllus Rotundifolius - Osmanthe <\/span>\n                    <span class=\"lg:hidden\">Osmanthus heterophyllus Rotundifolius - Osma\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        Nouveaut\u00e9    <\/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-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=\"240517\"\n                 data-price-box=\"product-id-240517\"\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-240517>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;4,30&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">4,30\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_240674\"\n     data-product-id=\"240674\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/euonymus-fusains\/fusains-du-japon\/euonymus-japonicus-green-millenium-fusain-du-japon.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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Euonymus&#x20;japonicus&#x20;Green&#x20;Millenium&#x20;-&#x20;Fusain&#x20;du&#x20;Japon\"\n                                                                title=\"Euonymus&#x20;japonicus&#x20;Green&#x20;Millenium&#x20;-&#x20;Fusain&#x20;du&#x20;Japon\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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;E&#x2F;u&#x2F;Euonymus-japonicus-Green-Millenium-Fusain-du-Japon-IF-24938-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\">1.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\">1 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juin<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai, Septembre \u00e0 Novembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -15\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(240674)\"\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\/arbustes\/arbustes-par-variete\/euonymus-fusains\/fusains-du-japon\/euonymus-japonicus-green-millenium-fusain-du-japon.html\"\n                                       title=\"Euonymus&#x20;japonicus&#x20;Green&#x20;Millenium&#x20;-&#x20;Fusain&#x20;du&#x20;Japon\"\n                >\n                    <span class=\"hidden lg:block\">Euonymus japonicus Green Millenium - Fusain du Japon<\/span>\n                    <span class=\"lg:hidden\">Euonymus japonicus Green Millenium - Fusain \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        Nouveaut\u00e9    <\/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-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=\"240674\"\n                 data-price-box=\"product-id-240674\"\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-240674>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;5,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">5,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n                            <\/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;\"><strong>Une s\u00e9lection d&#039;arbustes pour remplacer le buis<\/strong>. Dot\u00e9 de nombreuses qualit\u00e9s, le\u00a0<strong><a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/buis.html\">buis (Buxus sempervirens)<\/a>\u00a0<\/strong>est victime de\u00a0la\u00a0redoutable <strong>Pyrale du buis<\/strong> depuis quelques ann\u00e9es, ainsi que de champignons pathog\u00e8nes. Heureusement, de nombreuses alternatives existent \u00e0 l&#039;image du <strong><a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/chevrefeuilles\/lonicera-nitida-chevrefeuille-a-feuilles-de-buis.html\">ch\u00e8vrefeuille \u00e0 feuilles de buis (Lonicera nitida)<\/a><\/strong>\u00a0ou des\u00a0<strong>houx japonais dits cr\u00e9nel\u00e9s<\/strong>\u00a0tels que l&#039;<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/ilex-crenata-dark-green-houx-japonais.html\">Ilex crenata Dark Green.<\/a>\u00a0Dot\u00e9s d&#039;un petit feuillage persistant et d&#039;un port dense, r\u00e9sistants aux maladies et aux ravageurs, ces arbustes supportent \u00e9galement tr\u00e8s bien la taille. Ils sont cependant un peu moins polyvalents que le buis en termes de sol et de climat, ce qui implique de s\u00e9lectionner le meilleur pour chaque situation.\u00a0<strong>Au nord de la Loire,<\/strong>\u00a0on privil\u00e9giera les plus rustiques,\u00a0notamment<strong> les\u00a0<em>Ilex crenata\u00a0<\/em><\/strong>qui<strong>\u00a0<\/strong>poussent en terre humif\u00e8re, fra\u00eeche et l\u00e9g\u00e8re, non calcaire. Plusieurs vari\u00e9t\u00e9s existent, par exemple<em>\u00a0<strong>\u2018<\/strong><\/em><strong><a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/houx\/houx-crenele-ilex-crenata-green-hedge.html\">Green Hedge\u2019<\/a>,\u00a0<\/strong>parfait pour cr\u00e9er des\u00a0haies basses.\u00a0<strong>Les fusains,\u00a0<\/strong>en particulier les\u00a0<em><strong>Euonymus fortunei,<\/strong>\u00a0<\/em>rustiques jusqu&#039;\u00e0 -15 \u00b0C, proposent de nombreux cultivars aux\u00a0feuillages panach\u00e9s et ils\u00a0supportent le calcaire. Le\u00a0<strong>Fusain du Japon<\/strong>\u00a0est un peu plus frileux (-12 \u00e0 -15 \u00b0C), mais il est aussi tol\u00e9rant : l&#039;<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/euonymus-fusains\/fusains-du-japon\/fusain-du-japon-euonymus-japonicus-green-spire.html\">Euonymus japonicus &#039;Green Spire&#039;<\/a>\u00a0constitue un beau sujet en bac sur la terrasse et se pr\u00eate bien \u00e0 l&#039;art topiaire.\u00a0\u00a0Au sud de la Loire et en zone m\u00e9diterran\u00e9enne, on choisira plut\u00f4t le\u00a0<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/myrte\/myrtus-communis-subsp-tarentina-myrte-commun.html\">myrte de Tarente (Myrtus communis tarentina)<\/a>\u00a0ou le\u00a0<a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/myrte\/myrsine-africana-buis-africain.html\">buis africain (Myrsine africana)<\/a>, deux arbustes tr\u00e8s r\u00e9sistants \u00e0 la chaleur et \u00e0 la s\u00e9cheresse. Citons aussi l&#039;<strong>Osmanthus burkwoodii<em>\u00a0<\/em><\/strong>aux feuilles de houx ou encore<strong> le tro\u00e8ne de Yunnan\u00a0<\/strong><em>Ligustrum delavayanum var. ionandrum <\/em>par exemple<strong><strong><em>.<\/em><\/strong><\/strong>\u00a0D\u00e9couvrez dans ces pages les meilleures alternatives au buis.<\/p>\r\n<p style=\"text-align: justify;\">Pour aller plus loin, consultez aussi notre dossier complet\u00a0<a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/quels-arbustes-pour-remplacer-le-buis\/\"><strong>&quot;<\/strong><\/a><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/quels-arbustes-pour-remplacer-le-buis\/\"><strong>Quels arbustes pour remplacer le buis ?&quot;<\/strong><\/a><\/p>\r\n\u00a0\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.6 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: 8%;\"><\/div>\n            <\/div>\n            <span data-qcd=\"aHR0cHM6Ly93d3cucHJvbWVzc2VkZWZsZXVycy5jb20vdG91c2xlc2F2aXMvYXJidXN0ZXMvYXJidXN0ZXMtbGVzLWFsdGVybmF0aXZlcy1hdXgtYnVpcy5odG1s\"\n               class=\"qcd text-xs underline\"`\n            >\n                Voir les 380 avis            <\/span>\n        <\/div>\n    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n            <\/div>\n            <\/section>\n"}