{"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, 3, 'category.products.list', '.products.wrapper .product-item', true)\"\n    >\n        <div class=\"toolbar-header\">\n            <script>\n    function initToolbar_6a36e8186fec8() {\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-par-variete\\\/camelias.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_6a36e8186fec8()\"\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\">141<\/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;\">Appr\u00e9ci\u00e9s pour leur <strong>opulente floraison<\/strong> et\u00a0leur <strong>feuillage persistant et verniss\u00e9<\/strong> d&#039;une r\u00e9elle \u00e9l\u00e9gance, les <strong>cam\u00e9lias<\/strong> sont des arbustes \u00e9blouissants qui se d\u00e9clinent en une multitude de vari\u00e9t\u00e9s. Si nombre d&#039;entre eux, \u00e0 l&#039;image des <strong><em>Camellia japonica<\/em><\/strong>, fleurissent de la sortie de l&#039;hiver jusqu&#039;au printemps, quelques vari\u00e9t\u00e9s issues du <strong><em>Camellia sasanqua<\/em> <\/strong>fleurissent au contraire d\u00e8s la fin de l&#039;automne jusqu&#039;en hiver. Les fleurs des cam\u00e9lias sont simples ou doubles, roses, blanches, rouges et m\u00eames jaunes selon les vari\u00e9t\u00e9s. Toutes ont une croissance lente, la plupart poss\u00e8dent un port dense et compact qui permet de les int\u00e9grer facilement dans les petits jardins. Ces arbustes qui <strong>supportent parfaitement la culture en bac et en pots<\/strong> s&#039;invitent aussi sur les terrasses et les balcons. Les vari\u00e9t\u00e9s &quot;champ\u00eatres&quot;, quant \u00e0 elles, montrent un port plus l\u00e2che et un aspect tr\u00e8s naturel qui s&#039;harmonisent avec de nombreux autres arbustes de haie. Les cam\u00e9lias aiment l&#039;ombre, voire la mi-ombre, les ambiances de sous-bois, les sols frais et les atmosph\u00e8res douces et humides. Ils poussent en sols riches, humif\u00e8res, acides et l\u00e9gers. La plupart sont rustiques jusqu&#039;\u00e0 -12\u00b0C, ils redoutent les vents froids et dess\u00e9chants. Choisissez pour eux une situation abrit\u00e9e, dans un bosquet, sous de grands arbres ou contre un mur, leur r\u00e9sistance n&#039;en sera que meilleure.<\/p>\r\n<p style=\"text-align: justify;\">Et pour tout savoir sur leur culture, consultez nos dossiers <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/les-camelias-planter-tailler-et-entretenir\/\">&quot;Les cam\u00e9lias : planter, tailler et entretenir&quot;<\/a><\/strong> et <a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/les-camelias-ces-plantes-qui-fleurissent-l-hiver\/\"><strong>Les cam\u00e9lias, ces plantes qui fleurissent l&#039;hiver.<\/strong><\/a><\/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.7 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: 6%;\"><\/div>\n            <\/div>\n            <span data-qcd=\"aHR0cHM6Ly93d3cucHJvbWVzc2VkZWZsZXVycy5jb20vdG91c2xlc2F2aXMvYXJidXN0ZXMvYXJidXN0ZXMtcGFyLXZhcmlldGUvY2FtZWxpYXMuaHRtbA==\"\n               class=\"qcd text-xs underline\"`\n            >\n                Voir les 741 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_210186\"\n     data-product-id=\"210186\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-stacy-susan-camellia-japonica.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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Stacy&#x20;Susan&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Stacy&#x20;Susan&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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;a&#x2F;Camellia-Stacy-Susan-IF-166410-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">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(210186)\"\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\/camelias\/camelias-japonica\/camelia-stacy-susan-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Stacy&#x20;Susan&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Stacy Susan - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Stacy Susan - Camellia japonica<\/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 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 - 7 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=\"210186\"\n                 data-price-box=\"product-id-210186\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-210186\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;24,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">24,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_128278\"\n     data-product-id=\"128278\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-x-hiemalis-bonanza.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;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-2.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Camelia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;x&#x20;hiemalis&#x20;Bonanza&#x20;\"\n                                                                title=\"Camelia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;x&#x20;hiemalis&#x20;Bonanza&#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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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;c&#x2F;a&#x2F;camellia-x-hiemalis-bonanza-81383-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\">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\">90 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\">Janvier, Octobre \u00e0 D\u00e9cembre<\/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 -12\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(128278)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-x-hiemalis-bonanza.html\"\n                                       title=\"Camelia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;x&#x20;hiemalis&#x20;Bonanza&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Camelia d&#039;automne - Camellia x hiemalis Bonanza <\/span>\n                    <span class=\"lg:hidden\">Camelia d&#039;automne - Camellia x hiemalis\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 - 19 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>10 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"128278\"\n                 data-price-box=\"product-id-128278\"\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-128278>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;31,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">31,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        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_228403\"\n     data-product-id=\"228403\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camellia-japonica-nuccio-s-gem.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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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;a&#x2F;Camellia-japonica-Nuccio-s-Gem-IF-20839-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.80 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-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\">F\u00e9vrier \u00e0 Avril<\/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(228403)\"\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\/camelias\/camelias-japonica\/camellia-japonica-nuccio-s-gem.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Nuccio&amp;&#x23;039&#x3B;s&#x20;Gem&#x20;-&#x20;Camellia&#x20;japonica&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Nuccio&#039;s Gem - Camellia japonica <\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Nuccio&#039;s Gem - Camellia japonic\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>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"228403\"\n                 data-price-box=\"product-id-228403\"\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-228403>\"\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 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_179666\"\n     data-product-id=\"179666\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sasanqua-kanjiro-p-2497.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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Kanjiro\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Kanjiro\"\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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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;A&#x2F;CAMELLIA-SAS-KANJIRO-Copyright-Minier-7830-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                                    <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\">Janvier \u00e0 F\u00e9vrier, Novembre \u00e0 D\u00e9cembre<\/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 -12\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(179666)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sasanqua-kanjiro-p-2497.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Kanjiro\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Kanjiro<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua K\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 - 5 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>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=\"179666\"\n                 data-price-box=\"product-id-179666\"\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-179666>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 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_228402\"\n     data-product-id=\"228402\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camellia-japonica-nuccio-s-cameo.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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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;a&#x2F;Camellia-japonica-Nuccio-s-Cameo-IF-20838-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-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\">F\u00e9vrier \u00e0 Avril<\/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                            <div x-data=\"{ 'flashSale': JSON.parse('\\u007B\\u0022from\\u0022\\u003A1781569800,\\u0022price\\u0022\\u003A\\u002227.6000\\u0022,\\u0022qty\\u0022\\u003A2,\\u0022to\\u0022\\u003A1782174600\\u007D') }\">\n                    <div x-data=\"initDealCountDown(flashSale)\"\n     data-block-type=\"dailydeal-countdown\"\n     class=\"whitespace-nowrap\"\n>\n    <div class=\"inline-flex items-center gap-1 px-2 xl:px-4 py-1 border border-border-lighter rounded-3xl bg-white text-xs xl:text-sm\">\n        <svg class=\"w-4 h-4 xl:w-5 xl:h-5 text-discount\"><use xlink:href=\"#hourglass-symbol\"><\/use><\/svg>\n        <span>\n            <template x-if=\"isPending\">\n               <span>Commence le <span x-text=\"fromFormatted\"><\/span><\/span>\n            <\/template>\n            <template x-if=\"isEnded\">\n                <span>Termin\u00e9e<\/span>\n            <\/template>\n            <template x-if=\"!isPending && !isEnded\">\n                <span>\n                    <template x-if=\"hours < 2\">\n                        <span class=\"hidden xs:inline\">Plus que<\/span>\n                    <\/template>\n                    <template x-if=\"hours >= 2\">\n                        <span class=\"hidden xs:inline\">Plus que<\/span>\n                    <\/template>\n                    <span x-show=\"days > 0\"><span x-text=\"days\"><\/span>j<\/span>\n                    <span x-show=\"hours > 0\"><span x-text=\"hours\"><\/span>h<\/span>\n                    <span x-show=\"!days && minutes > 0\"><span x-text=\"minutes\"><\/span>min<\/span>\n                    <span x-show=\"!days && !hours\"><span x-text=\"seconds\"><\/span>s<\/span>\n                <\/span>\n            <\/template>\n                    <\/span>\n    <\/div>\n<\/div>\n                <\/div>\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(228402)\"\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\/camelias\/camelias-japonica\/camellia-japonica-nuccio-s-cameo.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Nuccio&amp;&#x23;039&#x3B;s&#x20;Cameo&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Nuccio&#039;s Cameo - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Nuccio&#039;s Cameo - Camellia japon\u2026<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n    <span class=\"px-2 py-px xs:py-1 bg-discount rounded-md text-2xs lg:text-xs\">\n        <svg class=\"inline-block w-3 h-3\"><use xlink:href=\"#flash-symbol\"><\/use><\/svg>\n        Vente flash    <\/span>\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div 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>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"228402\"\n                 data-price-box=\"product-id-228402\"\n            >\n                    <span x-data=\"{ ...&#x7B;&quot;from&quot;&#x3A;1781569800,&quot;to&quot;&#x3A;1782174600,&quot;qty&quot;&#x3A;2,&quot;dealPrice&quot;&#x3A;27.6,&quot;oldPrice&quot;&#x3A;34.5&#x7D;, now: Math.floor(.001 * Date.now()) }\">\n        <span x-show=\"!(qty > 0 && from < now && to > now)\">\n            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-228402>\"\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>        <span x-show=\"qty > 0 && from < now && to > now\"\n              x-cloak\n              class=\"inline-flex items-baseline flex-wrap gap-x-1\">\n            <span x-show=\"oldPrice > 0 && dealPrice < oldPrice\"\n                  class=\"price-discount self-center p-1 bg-discount rounded-xl text-2xs lg:text-xs font-bold text-white\">-<span x-text=\"Math.round(100 * ((oldPrice - dealPrice) \/ oldPrice))\"><\/span>%<\/span>\n            <span class=\"special-price\">\n                <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n                    <span data-price-type=\"finalPrice\"\n                          class=\"price-wrapper finalPrice\"\n                          x-html=\"hyva.formatPrice(dealPrice)\"><\/span>\n                <\/span>\n            <\/span>\n            <span x-show=\"dealPrice < oldPrice\" class=\"old-price\">\n                <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n                    <span data-price-type=\"oldPrice\"\n                          class=\"price-wrapper oldPrice line-through\"\n                          x-html=\"hyva.formatPrice(oldPrice)\"><\/span>\n                <\/span>\n            <\/span>\n        <\/span>\n    <\/span>\n    <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 2 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_139315\"\n     data-product-id=\"139315\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camellia-choji-guruma.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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Camellia&#x20;sasanqua&#x20;Choji&#x20;Guruma&#x20;-&#x20;Cam&#xE9;lia&#x20;d&#x27;automne\"\n                                                                title=\"Camellia&#x20;sasanqua&#x20;Choji&#x20;Guruma&#x20;-&#x20;Cam&#xE9;lia&#x20;d&#x27;automne\"\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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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;a&#x2F;Camellia-sasanqua-Choji-Guruma-0566002-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\">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                                    <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\">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 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 -12\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(139315)\"\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\/camelias\/camelias-d-automne\/camellia-choji-guruma.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Choji&#x20;Guruma\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Choji Guruma<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua C\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 97 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: 3%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/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>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=\"139315\"\n                 data-price-box=\"product-id-139315\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-139315\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_228400\"\n     data-product-id=\"228400\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camellia-x-williamsii-anticipation.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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Anticipation&#x20;-&#x20;Camellia&#x20;x&#x20;williamsii\"\n                                                                title=\"Cam&#xE9;lia&#x20;Anticipation&#x20;-&#x20;Camellia&#x20;x&#x20;williamsii\"\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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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;a&#x2F;Camellia-x-williamsii-Anticipation-IF-20836-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\">F\u00e9vrier \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 -12\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(228400)\"\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\/camelias\/camelias-classiques\/camellia-x-williamsii-anticipation.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Anticipation&#x20;-&#x20;Camellia&#x20;x&#x20;williamsii\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Anticipation - Camellia x williamsii<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Anticipation - Camellia x williamsii<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"228400\"\n                 data-price-box=\"product-id-228400\"\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-228400>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;27,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">27,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_137116\"\n     data-product-id=\"137116\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-coquetti-camellia-japonica.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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Coquetti&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Coquetti&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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;a&#x2F;Camellia-Coquetti-85275-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.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.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-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\">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 -12\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(137116)\"\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\/camelias\/camelias-japonica\/camelia-coquetti-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Coquetti&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Coquetti - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Coquetti - Camellia japonica<\/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 98 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: 2%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/5 - 20 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>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=\"137116\"\n                 data-price-box=\"product-id-137116\"\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-137116>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 2 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_179612\"\n     data-product-id=\"179612\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-classique-camellia-kerguelen-p-6430.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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Kerguelen\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Kerguelen\"\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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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;a&#x2F;Camellia-Kerguelen-781711-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.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-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\">Mars \u00e0 Avril<\/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 -12\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(179612)\"\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\/camelias\/camelias-japonica\/camelia-classique-camellia-kerguelen-p-6430.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Kerguelen\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Kerguelen<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Kerguelen<\/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 82 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: 18%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.1\/5 - 11 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>3 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"179612\"\n                 data-price-box=\"product-id-179612\"\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-179612>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 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_122468\"\n     data-product-id=\"122468\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-blood-of-china-camellia-japonica.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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Blood&#x20;of&#x20;China&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Blood&#x20;of&#x20;China&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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;a&#x2F;Camellia-japonica-Blood-of-China-87690-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 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\">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 -12\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(122468)\"\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\/camelias\/camelias-japonica\/camelia-blood-of-china-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Blood&#x20;of&#x20;China&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Blood of China - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Blood of China - Camellia japonica<\/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 100 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 0%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 2 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>8 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"122468\"\n                 data-price-box=\"product-id-122468\"\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-122468>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 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_133399\"\n     data-product-id=\"133399\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-classique-camellia-dahlonega-p-6275.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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Dahlonega\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Dahlonega\"\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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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;a&#x2F;Camelia-classique-Camellia-Dahlonega-PC-7816791-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\">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-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(133399)\"\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\/camelias\/camelias-classiques\/camelia-classique-camellia-dahlonega-p-6275.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Dahlonega\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Dahlonega<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Dahlonega<\/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 97 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: 3%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/5 - 23 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>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=\"133399\"\n                 data-price-box=\"product-id-133399\"\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-133399>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_173932\"\n     data-product-id=\"173932\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-sasanqua-waterfall-pink.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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Waterfall&#x20;Pink\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Waterfall&#x20;Pink\"\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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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;a&#x2F;camellia-sasanqua-waterfall-pink-15288-2_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.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-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\">Octobre \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 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 -12\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(173932)\"\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\/camelias\/camelias-d-automne\/camelia-sasanqua-waterfall-pink.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Waterfall&#x20;Pink\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Waterfall Pink<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua W\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 97 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: 3%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/5 - 7 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>3 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"173932\"\n                 data-price-box=\"product-id-173932\"\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-173932>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_179660\"\n     data-product-id=\"179660\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sa-early-pearly-p-3929.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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Early&#x20;Pearly\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Early&#x20;Pearly\"\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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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;a&#x2F;camellia-sasanqua-early-pearly-7976-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 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\">Octobre \u00e0 D\u00e9cembre<\/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 -12\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(179660)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sa-early-pearly-p-3929.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Early&#x20;Pearly\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Early Pearly<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua E\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 88 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: 12%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.4\/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>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=\"179660\"\n                 data-price-box=\"product-id-179660\"\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-179660>\"\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 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_240929\"\n     data-product-id=\"240929\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-champetre\/camelia-champetre-camellia-quintessence.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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#x20;\"\n                                                                title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#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;C&#x2F;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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;a&#x2F;Cam_lia-champ_tre-Camellia-Quintessence-IF-STERVINOU-250461-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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 Avril<\/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 -12\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(240929)\"\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\/camelias\/camelias-champetre\/camelia-champetre-camellia-quintessence.html\"\n                                       title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Quintessence\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia champ\u00eatre - Camellia Quintessence<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia champ\u00eatre - Camellia Quintessence<\/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>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=\"240929\"\n                 data-price-box=\"product-id-240929\"\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-240929>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;48,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">48,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_130152\"\n     data-product-id=\"130152\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-de-a-a-z\/camellia-transnokoensis-camelia-botanique.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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Camellia&#x20;transnokoensis&#x20;-&#x20;Cam&#xE9;lia&#x20;botanique\"\n                                                                title=\"Camellia&#x20;transnokoensis&#x20;-&#x20;Cam&#xE9;lia&#x20;botanique\"\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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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;a&#x2F;Camellia-transnokoensis-85286-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.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-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(130152)\"\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\/camelias\/camelias-de-a-a-z\/camellia-transnokoensis-camelia-botanique.html\"\n                                       title=\"Camellia&#x20;transnokoensis&#x20;-&#x20;Cam&#xE9;lia&#x20;botanique\"\n                >\n                    <span class=\"hidden lg:block\">Camellia transnokoensis - Cam\u00e9lia botanique<\/span>\n                    <span class=\"lg:hidden\">Camellia transnokoensis - Cam\u00e9lia botanique<\/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-collector rounded-md\">\n            Collectionneur        <\/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 98 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: 2%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/5 - 8 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>8 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"130152\"\n                 data-price-box=\"product-id-130152\"\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-130152>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 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_136087\"\n     data-product-id=\"136087\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-eg-waterhouse-camellia-x-williamsii.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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;EG&#x20;Waterhouse&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii&#x20;\"\n                                                                title=\"Cam&#xE9;lia&#x20;EG&#x20;Waterhouse&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii&#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;C&#x2F;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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;a&#x2F;Camelia-EG-Waterhouse-Camellia-_x_-williamsii-83891-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.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 -12\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(136087)\"\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\/camelias\/camelias-classiques\/camelia-eg-waterhouse-camellia-x-williamsii.html\"\n                                       title=\"Cam&#xE9;lia&#x20;EG&#x20;Waterhouse&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia EG Waterhouse - Camellia (x) williamsii <\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia EG Waterhouse - Camellia (x) william\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 84 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: 16%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.2\/5 - 10 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=\"136087\"\n                 data-price-box=\"product-id-136087\"\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-136087>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 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_240917\"\n     data-product-id=\"240917\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-inspiration-camellia-x-williamsii.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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Inspiration&#x20;-&#x20;Camellia&#x20;x&#x20;reticulata\"\n                                                                title=\"Cam&#xE9;lia&#x20;Inspiration&#x20;-&#x20;Camellia&#x20;x&#x20;reticulata\"\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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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;a&#x2F;Cam_lia-Inspiration-Camellia-x-reticulata-IF-STERVINOU-250402-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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\">Janvier \u00e0 Mars, D\u00e9cembre<\/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(240917)\"\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\/camelias\/camelias-classiques\/camelia-inspiration-camellia-x-williamsii.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Inspiration&#x20;-&#x20;Camellia&#x20;x&#x20;reticulata\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Inspiration - Camellia x reticulata<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Inspiration - Camellia x reticulata<\/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 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>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=\"240917\"\n                 data-price-box=\"product-id-240917\"\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-240917>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;48,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">48,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_179585\"\n     data-product-id=\"179585\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-adolphe-audusson-camellia-japonica.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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Adolphe&#x20;Audusson&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Adolphe&#x20;Audusson&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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;a&#x2F;Camelia-Adolphe-Audusson-Camellia-japonica-copyright-a-828241-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.80 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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(179585)\"\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\/camelias\/camelias-japonica\/camelia-adolphe-audusson-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Adolphe&#x20;Audusson&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Adolphe Audusson - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Adolphe Audusson - Camellia japonica<\/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 98 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: 2%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/5 - 8 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=\"179585\"\n                 data-price-box=\"product-id-179585\"\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-179585>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;37,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">37,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_38673\"\n     data-product-id=\"38673\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-classique-camellia-jurys-yellow.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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Jurys&#x20;Yellow\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Jurys&#x20;Yellow\"\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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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;a&#x2F;Camelia-classique-Camellia-Jurys-Yellow-copyright-a-79882-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.30 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(38673)\"\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\/camelias\/camelias-japonica\/camelia-classique-camellia-jurys-yellow.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Jurys&#x20;Yellow\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Jurys Yellow<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Jurys Yellow<\/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 90 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 10%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.5\/5 - 23 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>10 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"38673\"\n                 data-price-box=\"product-id-38673\"\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-38673>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;34,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">34,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_179702\"\n     data-product-id=\"179702\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sasanqua-waterfall-white.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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Waterfall&#x20;White\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Waterfall&#x20;White\"\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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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;A&#x2F;CAMELIA-SASANQUA-WATERFALL-WHITE-4-5L-153451-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.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-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\">Octobre \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 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 -12\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(179702)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sasanqua-waterfall-white.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Waterfall&#x20;White\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Waterfall White<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua W\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>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=\"179702\"\n                 data-price-box=\"product-id-179702\"\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-179702>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 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_133537\"\n     data-product-id=\"133537\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-lady-vansittart-camellia-japonica.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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Lady&#x20;Vansittart&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Lady&#x20;Vansittart&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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;a&#x2F;Camellia-Lady-Vansittart-85271-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.30 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-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\">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 -12\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(133537)\"\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\/camelias\/camelias-japonica\/camelia-lady-vansittart-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Lady&#x20;Vansittart&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Lady Vansittart - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Lady Vansittart - Camellia japonica<\/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 98 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: 2%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/5 - 10 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=\"133537\"\n                 data-price-box=\"product-id-133537\"\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-133537>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;34,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">34,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_179714\"\n     data-product-id=\"179714\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sasanqua-yume-p-5141.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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yume\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yume\"\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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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;a&#x2F;Camelia-d-automne-Camellia-sasanqua-Yume-copyright-a-79841-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-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\">Octobre \u00e0 D\u00e9cembre<\/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 -12\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(179714)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-camellia-sasanqua-yume-p-5141.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yume\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Yume<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Y\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 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 - 25 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=\"179714\"\n                 data-price-box=\"product-id-179714\"\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-179714>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_179576\"\n     data-product-id=\"179576\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-champetre-camellia-spring-festival-p-5150.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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Spring&#x20;Festival\"\n                                                                title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Spring&#x20;Festival\"\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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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;a&#x2F;Camelia-champetre-Camellia-Spring-Festival-copyright-a-79931-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\">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-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\">F\u00e9vrier \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 -12\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(179576)\"\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\/camelias\/camelias-classiques\/camelia-champetre-camellia-spring-festival-p-5150.html\"\n                                       title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Spring&#x20;Festival\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia champ\u00eatre - Camellia Spring Festival<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia champ\u00eatre - Camellia Spring Festival<\/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 84 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: 16%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.2\/5 - 5 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>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"179576\"\n                 data-price-box=\"product-id-179576\"\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-179576>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;34,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">34,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_240916\"\n     data-product-id=\"240916\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-reticule-illumination-camellia-reticulata.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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;r&#xE9;ticul&#xE9;&#x20;Illumination&#x20;-&#x20;Camellia&#x20;reticulata\"\n                                                                title=\"Cam&#xE9;lia&#x20;r&#xE9;ticul&#xE9;&#x20;Illumination&#x20;-&#x20;Camellia&#x20;reticulata\"\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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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;a&#x2F;Cam_lia-r_ticul_-Illumination-Camellia-reticulata-IF-STERVINOU-250391-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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 Avril<\/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(240916)\"\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\/camelias\/camelias-classiques\/camelia-reticule-illumination-camellia-reticulata.html\"\n                                       title=\"Cam&#xE9;lia&#x20;r&#xE9;ticul&#xE9;&#x20;Illumination&#x20;-&#x20;Camellia&#x20;reticulata\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia r\u00e9ticul\u00e9 Illumination - Camellia reticulata<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia r\u00e9ticul\u00e9 Illumination - Camellia ret\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>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=\"240916\"\n                 data-price-box=\"product-id-240916\"\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-240916>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;48,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">48,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_221005\"\n     data-product-id=\"221005\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-du-japon-camellia-three-sisters.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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;du&#x20;Japon&#x20;-&#x20;Camellia&#x20;Three&#x20;Sisters&#x20;\"\n                                                                title=\"Cam&#xE9;lia&#x20;du&#x20;Japon&#x20;-&#x20;Camellia&#x20;Three&#x20;Sisters&#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;C&#x2F;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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;a&#x2F;Camelia-du-Japon-Camellia-Three-Sisters-IF-19002-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-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\">Mars \u00e0 Avril<\/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 -12\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(221005)\"\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\/camelias\/camelias-japonica\/camelia-du-japon-camellia-three-sisters.html\"\n                                       title=\"Cam&#xE9;lia&#x20;du&#x20;Japon&#x20;-&#x20;Camellia&#x20;Three&#x20;Sisters&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia du Japon - Camellia Three Sisters <\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia du Japon - Camellia Three Sisters <\/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-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=\"221005\"\n                 data-price-box=\"product-id-221005\"\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-221005>\"\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 6L\/7L    <\/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_207735\"\n     data-product-id=\"207735\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camellia-sasanqua-belinda-camelia-d-automne.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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Camellia&#x20;sasanqua&#x20;Belinda&#x20;-&#x20;cam&#xE9;lia&#x20;d&#x27;automne\"\n                                                                title=\"Camellia&#x20;sasanqua&#x20;Belinda&#x20;-&#x20;cam&#xE9;lia&#x20;d&#x27;automne\"\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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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;a&#x2F;Camellia-sasanqua-Belinda-copyright-15051-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                            <\/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 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 -12\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(207735)\"\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\/camelias\/camelias-d-automne\/camellia-sasanqua-belinda-camelia-d-automne.html\"\n                                       title=\"Camellia&#x20;sasanqua&#x20;Belinda&#x20;-&#x20;cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne\"\n                >\n                    <span class=\"hidden lg:block\">Camellia sasanqua Belinda - cam\u00e9lia d&#039;automne<\/span>\n                    <span class=\"lg:hidden\">Camellia sasanqua Belinda - cam\u00e9lia d&#039;a\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 - 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>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=\"207735\"\n                 data-price-box=\"product-id-207735\"\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-207735>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_213633\"\n     data-product-id=\"213633\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-lucky-star-camellia-x-williamsii.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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Lucky&#x20;Star&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii\"\n                                                                title=\"Cam&#xE9;lia&#x20;Lucky&#x20;Star&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii\"\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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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;a&#x2F;Camellia-Lucky-star-IF-17346-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.40 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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(213633)\"\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\/camelias\/camelias-classiques\/camelia-lucky-star-camellia-x-williamsii.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Lucky&#x20;Star&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Lucky Star - Camellia (x) williamsii<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Lucky Star - Camellia (x) williamsii<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"213633\"\n                 data-price-box=\"product-id-213633\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-213633\"\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 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_210177\"\n     data-product-id=\"210177\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-champetre\/camelia-champetre-fairy-blush.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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#x20;\"\n                                                                title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#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;C&#x2F;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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;a&#x2F;Camelia-champetre-Fairy-blush-copyright-16638-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\">90 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\">F\u00e9vrier \u00e0 Avril<\/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 -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(210177)\"\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\/camelias\/camelias-champetre\/camelia-champetre-fairy-blush.html\"\n                                       title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia champ\u00eatre Fairy blush <\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia champ\u00eatre Fairy blush <\/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>17 <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=\"210177\"\n                 data-price-box=\"product-id-210177\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span id=\"final-price-210177\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;37,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">37,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_210201\"\n     data-product-id=\"210201\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-tulip-time-camellia-x-williamsii.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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Tulip&#x20;Time&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii\"\n                                                                title=\"Cam&#xE9;lia&#x20;Tulip&#x20;Time&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii\"\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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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;a&#x2F;Camellia_x_williamsii_Tulip_Time-c-PDF-FD-166441-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.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\">F\u00e9vrier \u00e0 Avril<\/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 -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(210201)\"\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\/camelias\/camelias-classiques\/camelia-tulip-time-camellia-x-williamsii.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Tulip&#x20;Time&#x20;-&#x20;Camellia&#x20;&#x28;x&#x29;&#x20;williamsii\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Tulip Time - Camellia (x) williamsii<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Tulip Time - Camellia (x) williamsii<\/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>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=\"210201\"\n                 data-price-box=\"product-id-210201\"\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-210201>\"\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 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_127546\"\n     data-product-id=\"127546\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-bob-s-tinsie-camellia-japonica.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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Camelia&#x20;Bob&#x27;s&#x20;Tinsie&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Camelia&#x20;Bob&#x27;s&#x20;Tinsie&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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;a&#x2F;Camelia-Bob-s-Tinsie-Camellia-japonica-copyright-a-852731-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(127546)\"\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\/camelias\/camelias-japonica\/camelia-bob-s-tinsie-camellia-japonica.html\"\n                                       title=\"Camelia&#x20;Bob&amp;&#x23;039&#x3B;s&#x20;Tinsie&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Camelia Bob&#039;s Tinsie - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Camelia Bob&#039;s Tinsie - Camellia japonica<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-news rounded-md\">\n            A d\u00e9couvrir        <\/span>\n    \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 100 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 0%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 5 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>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"127546\"\n                 data-price-box=\"product-id-127546\"\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-127546>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_132348\"\n     data-product-id=\"132348\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-classique-camellia-nuccio-s-pearl-p-5147.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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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;a&#x2F;camelia-NUCCIOS-PEARL-7990-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\">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-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(132348)\"\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\/camelias\/camelias-classiques\/camelia-classique-camellia-nuccio-s-pearl-p-5147.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Nuccio&#x20;s&#x20;Pearl\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Nuccio s Pearl<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Nuccio s Pearl<\/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 99 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: 1%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 18 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=\"132348\"\n                 data-price-box=\"product-id-132348\"\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-132348>\"\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 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_179579\"\n     data-product-id=\"179579\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-classique-camellia-tom-pouce-p-5146.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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Tom&#x20;Pouce\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Tom&#x20;Pouce\"\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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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;a&#x2F;Camelia-classique-Camellia-Tom-Pouce-copyright-7989-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\">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-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(179579)\"\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\/camelias\/camelias-classiques\/camelia-classique-camellia-tom-pouce-p-5146.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Tom&#x20;Pouce\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Tom Pouce<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Tom Pouce<\/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 93 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: 7%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.7\/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>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"179579\"\n                 data-price-box=\"product-id-179579\"\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-179579>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_190794\"\n     data-product-id=\"190794\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-roger-hall-camellia-japonica.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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Roger&#x20;Hall&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Roger&#x20;Hall&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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;a&#x2F;Camelia-Roger-Hall-Camellia-japonica-copyright-a-8955111-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 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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(190794)\"\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\/camelias\/camelias-japonica\/camelia-roger-hall-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Roger&#x20;Hall&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Roger Hall - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Roger Hall - Camellia japonica<\/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 96 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 4%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 5 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=\"190794\"\n                 data-price-box=\"product-id-190794\"\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-190794>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;34,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">34,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_179564\"\n     data-product-id=\"179564\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-classique-camellia-look-away-p-6434.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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Look&#x20;Away\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Look&#x20;Away\"\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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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;a&#x2F;Camellia-Look-Away-copyright-7817121-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.30 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-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\">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 -12\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(179564)\"\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\/camelias\/camelias-classiques\/camelia-classique-camellia-look-away-p-6434.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Look&#x20;Away\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Look Away<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Look Away<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-news rounded-md\">\n            A d\u00e9couvrir        <\/span>\n    \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 100 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 0%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 6 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>10 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"179564\"\n                 data-price-box=\"product-id-179564\"\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-179564>\"\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 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_179573\"\n     data-product-id=\"179573\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-classique-camellia-royal-velvet-p-5148.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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Royal&#x20;Velvet\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Royal&#x20;Velvet\"\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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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;a&#x2F;Camelia-classique-Camellia-Royal-Velvet-copyright-a-79911-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\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(179573)\"\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\/camelias\/camelias-classiques\/camelia-classique-camellia-royal-velvet-p-5148.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;Royal&#x20;Velvet\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia Royal Velvet<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia Royal Velvet<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-safebet rounded-md\">\n            Valeur s\u00fbre        <\/span>\n    \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 100 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 0%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 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>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=\"179573\"\n                 data-price-box=\"product-id-179573\"\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-179573>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_179606\"\n     data-product-id=\"179606\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-holly-bright-camellia-japoniva.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Camelia&#x20;Holly&#x20;Bright&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Camelia&#x20;Holly&#x20;Bright&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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;a&#x2F;Camelia-Holly-Bright-Camellia-japonica-copyright-852781-FL.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\">F\u00e9vrier \u00e0 Avril, D\u00e9cembre<\/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 -12\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(179606)\"\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\/camelias\/camelias-japonica\/camelia-holly-bright-camellia-japoniva.html\"\n                                       title=\"Camelia&#x20;Holly&#x20;Bright&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Camelia Holly Bright - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Camelia Holly Bright - Camellia japonica<\/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 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>3 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"179606\"\n                 data-price-box=\"product-id-179606\"\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-179606>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;45,00&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">45,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 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_49989\"\n     data-product-id=\"49989\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-classique-camellia-japonica-sweet-olive.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;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-2.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;japonica&#x20;Sweet&#x20;Olive\"\n                                                                title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;japonica&#x20;Sweet&#x20;Olive\"\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;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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;c&#x2F;a&#x2F;camellia-japonica-sweet-olive-838932-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\">1.40 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\">Mars \u00e0 Avril<\/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 -12\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(49989)\"\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\/camelias\/camelias-japonica\/camelia-classique-camellia-japonica-sweet-olive.html\"\n                                       title=\"Cam&#xE9;lia&#x20;classique&#x20;-&#x20;Camellia&#x20;japonica&#x20;Sweet&#x20;Olive\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia classique - Camellia japonica Sweet Olive<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia classique - Camellia japonica Sweet \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 - 9 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>10 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"49989\"\n                 data-price-box=\"product-id-49989\"\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-49989>\"\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 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_179705\"\n     data-product-id=\"179705\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-yuletide-camellia-sasanqua.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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yuletide\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yuletide\"\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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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;a&#x2F;Camellia-sasanqua-Yuletide-copyright-85285-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-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\">Janvier, Novembre \u00e0 D\u00e9cembre<\/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 -12\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(179705)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-yuletide-camellia-sasanqua.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yuletide\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Yuletide<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne - Camellia sasanqua Y\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 97 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: 3%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.9\/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>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=\"179705\"\n                 data-price-box=\"product-id-179705\"\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-179705>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;34,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">34,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes  mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 2 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_179636\"\n     data-product-id=\"179636\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-san-dimas-camellia-japonica.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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;San&#x20;dimas&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;San&#x20;dimas&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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;a&#x2F;Camellia_japonica_San_dimas-c-PDF-FD-825581-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\">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\">F\u00e9vrier \u00e0 Avril, D\u00e9cembre<\/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 -12\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(179636)\"\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\/camelias\/camelias-japonica\/camelia-san-dimas-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;San&#x20;dimas&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia San dimas - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia San dimas - Camellia japonica<\/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 96 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 4%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    4.8\/5 - 10 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>15 <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=\"179636\"\n                 data-price-box=\"product-id-179636\"\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-179636>\"\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 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_240914\"\n     data-product-id=\"240914\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-d-automne\/camelia-d-automne-hiryu-camellia-sasanqua.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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yuletide\"\n                                                                title=\"Cam&#xE9;lia&#x20;d&#x27;automne&#x20;-&#x20;Camellia&#x20;sasanqua&#x20;Yuletide\"\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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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;a&#x2F;Cam_lia-d-automne-Hiryu-Camellia-sasanqua-IF-STERVINOU-250371-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\">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\">Octobre \u00e0 D\u00e9cembre<\/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 -12\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(240914)\"\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\/camelias\/camelias-d-automne\/camelia-d-automne-hiryu-camellia-sasanqua.html\"\n                                       title=\"Cam&#xE9;lia&#x20;d&amp;&#x23;039&#x3B;automne&#x20;Hiryu&#x20;-&#x20;Camellia&#x20;sasanqua\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia d&#039;automne Hiryu - Camellia sasanqua<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia d&#039;automne Hiryu - Camellia sasa\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>2 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"240914\"\n                 data-price-box=\"product-id-240914\"\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-240914>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;48,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">48,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_240908\"\n     data-product-id=\"240908\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-betty-foy-sanders-camellia-japonica.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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Midnight&#x20;Variegated&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Midnight&#x20;Variegated&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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;a&#x2F;Cam_lia-Betty-Foy-Sanders-Camellia-japonica-IF-STERVINOU-2503101-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\">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-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\">F\u00e9vrier \u00e0 Avril<\/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(240908)\"\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\/camelias\/camelias-japonica\/camelia-betty-foy-sanders-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Betty&#x20;Foy&#x20;Sanders&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Betty Foy Sanders - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Betty Foy Sanders - Camellia japonica<\/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 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>3 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"240908\"\n                 data-price-box=\"product-id-240908\"\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-240908>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;48,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">48,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_240911\"\n     data-product-id=\"240911\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-champetre\/camelia-champetre-camellia-crimson-candles.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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#x20;\"\n                                                                title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Fairy&#x20;blush&#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;C&#x2F;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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;a&#x2F;Cam_lia-champ_tre-Camellia-Crimson-Candles-IF-STERVINOU-250342-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.40 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\">F\u00e9vrier \u00e0 Avril<\/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(240911)\"\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\/camelias\/camelias-champetre\/camelia-champetre-camellia-crimson-candles.html\"\n                                       title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Crimson&#x20;Candles\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia champ\u00eatre - Camellia Crimson Candles<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia champ\u00eatre - Camellia Crimson Candles<\/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>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=\"240911\"\n                 data-price-box=\"product-id-240911\"\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-240911>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;48,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">48,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_234979\"\n     data-product-id=\"234979\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/annuelles\/graines-de-fleurs\/graines-d-arbres\/graines-de-theier-camellia-sinensis.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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Acer&#x20;Palmatum&#x20;\"\n                                                                title=\"Acer&#x20;Palmatum&#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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-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;G&#x2F;r&#x2F;Graines-de-Theier-Camellia-sinensis-c-a-23984-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_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, Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">2.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=\"levee\"        >\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=\"#growtime-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Lev\u00e9e                                    <\/div>\n                        <span class=\"py-1 text-xs\">60 jours<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"mode_de_semis\"        >\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=\"#soil-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Mode de semis                                    <\/div>\n                        <span class=\"py-1 text-xs\">Semis sous abri, Semis sous abri chauff\u00e9<\/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(234979)\"\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\/annuelles\/graines-de-fleurs\/graines-d-arbres\/graines-de-theier-camellia-sinensis.html\"\n                                       title=\"Graines&#x20;de&#x20;Th&#xE9;ier&#x20;-&#x20;Camellia&#x20;sinensis\"\n                >\n                    <span class=\"hidden lg:block\">Graines de Th\u00e9ier - Camellia sinensis<\/span>\n                    <span class=\"lg:hidden\">Graines de Th\u00e9ier - Camellia sinensis<\/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>22 <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=\"234979\"\n                 data-price-box=\"product-id-234979\"\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-234979>\"\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        Graines    <\/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_213636\"\n     data-product-id=\"213636\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-okan-camellia-japonica-de-higo.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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Okan&#x20;-&#x20;Camellia&#x20;japonica&#x20;de&#x20;Higo\"\n                                                                title=\"Cam&#xE9;lia&#x20;Okan&#x20;-&#x20;Camellia&#x20;japonica&#x20;de&#x20;Higo\"\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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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;a&#x2F;Camelia-Okan-Camellia-japonica-de-Higo-copyright-a-173471-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-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\">F\u00e9vrier \u00e0 Avril<\/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<\/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 -12\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(213636)\"\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\/camelias\/camelias-japonica\/camelia-okan-camellia-japonica-de-higo.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Okan&#x20;-&#x20;Camellia&#x20;japonica&#x20;de&#x20;Higo\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Okan - Camellia japonica de Higo<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Okan - Camellia japonica de Higo<\/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>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=\"213636\"\n                 data-price-box=\"product-id-213636\"\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-213636>\"\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 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_179609\"\n     data-product-id=\"179609\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camellia-il-gioello.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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Il&#x20;Gioiello&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Il&#x20;Gioiello&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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;a&#x2F;camelia-il-gioiello-548002-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.30 m<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">70 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-sun-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <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 Avril, D\u00e9cembre<\/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 -12\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(179609)\"\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\/camelias\/camelias-japonica\/camellia-il-gioello.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Il&#x20;Gioiello&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Il Gioiello - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Il Gioiello - Camellia japonica<\/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 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=\"179609\"\n                 data-price-box=\"product-id-179609\"\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-179609>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;34,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">34,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_208629\"\n     data-product-id=\"208629\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-japonica\/camelia-dainty-california-camellia-japonica.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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;Dainty&#x20;California&#x20;-&#x20;Camellia&#x20;japonica\"\n                                                                title=\"Cam&#xE9;lia&#x20;Dainty&#x20;California&#x20;-&#x20;Camellia&#x20;japonica\"\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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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;a&#x2F;Camelia-Dainty-California-Camellia-japonica-IF-16233-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.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\">F\u00e9vrier \u00e0 Avril<\/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 -12\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(208629)\"\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\/camelias\/camelias-japonica\/camelia-dainty-california-camellia-japonica.html\"\n                                       title=\"Cam&#xE9;lia&#x20;Dainty&#x20;California&#x20;-&#x20;Camellia&#x20;japonica\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia Dainty California - Camellia japonica<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia Dainty California - Camellia japonica<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-discount rounded-md\">\n            Petit prix        <\/span>\n    \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>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=\"208629\"\n                 data-price-box=\"product-id-208629\"\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-208629>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;27,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">27,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_233447\"\n     data-product-id=\"233447\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-reticule-china-lady-camellia-reticulata.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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;reticul&#xE9;&#x20;China&#x20;Lady&#x20;-&#x20;Camellia&#x20;reticulata\"\n                                                                title=\"Cam&#xE9;lia&#x20;reticul&#xE9;&#x20;China&#x20;Lady&#x20;-&#x20;Camellia&#x20;reticulata\"\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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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;a&#x2F;Camelia-reticule-China-lady-Camellia-reticulata-IF-23130-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.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\">F\u00e9vrier \u00e0 Avril<\/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<\/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 -6.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(233447)\"\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\/camelias\/camelias-classiques\/camelia-reticule-china-lady-camellia-reticulata.html\"\n                                       title=\"Cam&#xE9;lia&#x20;reticul&#xE9;&#x20;China&#x20;Lady&#x20;-&#x20;Camellia&#x20;reticulata\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia reticul\u00e9 China Lady - Camellia reticulata<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia reticul\u00e9 China Lady - Camellia retic\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>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=\"233447\"\n                 data-price-box=\"product-id-233447\"\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-233447>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;39,50&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">39,50\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Pot de 4L\/5L    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes 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_210183\"\n     data-product-id=\"210183\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-de-a-a-z\/camelia-champetre-koto-no-kaori.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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Koto&#x20;No&#x20;Kaori&#x20;\"\n                                                                title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Koto&#x20;No&#x20;Kaori&#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;C&#x2F;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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;a&#x2F;Camellia-Koto-no-kaori-IF-16640-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.80 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\">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\">Janvier \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 -12\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(210183)\"\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\/camelias\/camelias-de-a-a-z\/camelia-champetre-koto-no-kaori.html\"\n                                       title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;Koto&#x20;No&#x20;Kaori&#x20;\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia champ\u00eatre Koto No Kaori <\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia champ\u00eatre Koto No Kaori <\/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>22 <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=\"210183\"\n                 data-price-box=\"product-id-210183\"\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-210183>\"\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 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_41132\"\n     data-product-id=\"41132\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/arbustes\/arbustes-par-variete\/camelias\/camelias-classiques\/camelia-champetre-camellia-cinnamon-scentsation.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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"lazy\"\n                                                                data-preload=\"\"\n                                                                alt=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Cinnamon&#x20;Scentsation\"\n                                                                title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Cinnamon&#x20;Scentsation\"\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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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;a&#x2F;camellia-cinnamon-scentsation-80072-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\">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 -12\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(41132)\"\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\/camelias\/camelias-classiques\/camelia-champetre-camellia-cinnamon-scentsation.html\"\n                                       title=\"Cam&#xE9;lia&#x20;champ&#xEA;tre&#x20;-&#x20;Camellia&#x20;Cinnamon&#x20;Scentsation\"\n                >\n                    <span class=\"hidden lg:block\">Cam\u00e9lia champ\u00eatre - Camellia Cinnamon Scentsation<\/span>\n                    <span class=\"lg:hidden\">Cam\u00e9lia champ\u00eatre - Camellia Cinnamon Scents\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 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 - 24 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>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=\"41132\"\n                 data-price-box=\"product-id-41132\"\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-41132>\"\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 1,5L\/2L    <\/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                            <\/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;\">Appr\u00e9ci\u00e9s pour leur <strong>opulente floraison<\/strong> et\u00a0leur <strong>feuillage persistant et verniss\u00e9<\/strong> d&#039;une r\u00e9elle \u00e9l\u00e9gance, les <strong>cam\u00e9lias<\/strong> sont des arbustes \u00e9blouissants qui se d\u00e9clinent en une multitude de vari\u00e9t\u00e9s. Si nombre d&#039;entre eux, \u00e0 l&#039;image des <strong><em>Camellia japonica<\/em><\/strong>, fleurissent de la sortie de l&#039;hiver jusqu&#039;au printemps, quelques vari\u00e9t\u00e9s issues du <strong><em>Camellia sasanqua<\/em> <\/strong>fleurissent au contraire d\u00e8s la fin de l&#039;automne jusqu&#039;en hiver. Les fleurs des cam\u00e9lias sont simples ou doubles, roses, blanches, rouges et m\u00eames jaunes selon les vari\u00e9t\u00e9s. Toutes ont une croissance lente, la plupart poss\u00e8dent un port dense et compact qui permet de les int\u00e9grer facilement dans les petits jardins. Ces arbustes qui <strong>supportent parfaitement la culture en bac et en pots<\/strong> s&#039;invitent aussi sur les terrasses et les balcons. Les vari\u00e9t\u00e9s &quot;champ\u00eatres&quot;, quant \u00e0 elles, montrent un port plus l\u00e2che et un aspect tr\u00e8s naturel qui s&#039;harmonisent avec de nombreux autres arbustes de haie. Les cam\u00e9lias aiment l&#039;ombre, voire la mi-ombre, les ambiances de sous-bois, les sols frais et les atmosph\u00e8res douces et humides. Ils poussent en sols riches, humif\u00e8res, acides et l\u00e9gers. La plupart sont rustiques jusqu&#039;\u00e0 -12\u00b0C, ils redoutent les vents froids et dess\u00e9chants. Choisissez pour eux une situation abrit\u00e9e, dans un bosquet, sous de grands arbres ou contre un mur, leur r\u00e9sistance n&#039;en sera que meilleure.<\/p>\r\n<p style=\"text-align: justify;\">Et pour tout savoir sur leur culture, consultez nos dossiers <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/les-camelias-planter-tailler-et-entretenir\/\">&quot;Les cam\u00e9lias : planter, tailler et entretenir&quot;<\/a><\/strong> et <a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/les-camelias-ces-plantes-qui-fleurissent-l-hiver\/\"><strong>Les cam\u00e9lias, ces plantes qui fleurissent l&#039;hiver.<\/strong><\/a><\/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.7 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: 6%;\"><\/div>\n            <\/div>\n            <span data-qcd=\"aHR0cHM6Ly93d3cucHJvbWVzc2VkZWZsZXVycy5jb20vdG91c2xlc2F2aXMvYXJidXN0ZXMvYXJidXN0ZXMtcGFyLXZhcmlldGUvY2FtZWxpYXMuaHRtbA==\"\n               class=\"qcd text-xs underline\"`\n            >\n                Voir les 741 avis            <\/span>\n        <\/div>\n    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n            <\/div>\n            <\/section>\n"}