{"products":"\n        <section class=\"py-2\" id=\"product-list\" aria-label=\"Product&#x20;list\" tabindex=\"-1\">\n        <script>\n    function initToolbar_6a5519258524e() {\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\":\"name\",\"limitDefault\":15,\"url\":\"https:\\\/\\\/bedwenplants.co.uk\\\/shrubs\\\/trees.html\",\"formKey\":\"r9hrSJt4iEUb46f3\",\"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                 * 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, skipUenc: true});\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_6a5519258524e()\"\n         class=\"toolbar toolbar-products\">\n                                    <div class=\"flex justify-stretch items-center\">\n                    <div class=\"toolbar-sorter sorter flex items-center order-1 col-span-3 sm:col-span-6\n        md:col-span-3 lg:col-span-6 justify-end\">\n    <label class=\"inline-block mr-3\">\n        <select data-role=\"sorter\"\n                class=\"form-select sorter-options \n                    max-mdx:w-[130px] max-mdx:text-[12px]\n                    font-['Montserrat'] text-[14px] text-[#888] !min-h-0 h-[32px] w-[170px] border-1 border-solid border-[#e1e1e1] rounded-[7px] pt-[5px] pb-[4px] px-[10px] leading-[20px] align-middle\"\n                aria-label=\"Sort&#x20;By\"\n                @change=\"changeUrl(\n                    'product_list_order',\n                    $event.currentTarget.options[$event.currentTarget.selectedIndex].value,\n                    options.orderDefault\n                )\">\n                            <option value=\"name\"\n                                            selected=\"selected\"\n                                        >\n                    Product Name                <\/option>\n                            <option value=\"price\"\n                                        >\n                    Price                <\/option>\n                            <option value=\"plug_or_plant\"\n                                        >\n                    Plant Size                <\/option>\n                    <\/select>\n    <\/label>\n            <a title=\"Set&#x20;Descending&#x20;Direction\"\n           href=\"#\"\n           class=\"action sorter-action sort-asc\"\n           @click.prevent=\"changeUrl('product_list_dir', 'desc', options.directionDefault)\"\n        >\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" width=\"24\" height=\"24\" role=\"img\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 4h13M3 8h9m-9 4h9m5-4v12m0 0l-4-4m4 4l4-4\"\/>\n<title>sort-descending<\/title><\/svg>\n        <\/a>\n    <\/div>\n                    \n                <div class=\"modes w-10 order-1 col-span-1 sm:col-span-2 md:col-span-1 lg:col-span-2\"><\/div>\n                        <p class=\"toolbar-amount text-sm leading-5 text-gray-700 order-3 sm:order-2 md:order-3\n    lg:order-2 col-span-2 gap-x-1\n    font-['Montserrat'] !text-[14px] !text-[#888] mt-[10px]\" id=\"toolbar-amount\">\n            <span class=\"toolbar-number\">11<\/span> Items    <\/p>\n                    \n                    \n    <div class=\"field limiter flex items-center order-3 sm:order-2 md:order-3 lg:order-2 col-span-2 justify-end ml-auto\">\n        <div class=\"control\">\n            <label class=\"text-sm label\">\n                <span class=\"font-['Montserrat'] !text-[14px] !text-[#888] mr-[10px] mb-[.5rem]\" aria-hidden=\"true\">Show<\/span>\n\n                <select\n                    data-role=\"limiter\"\n                    class=\"form-select limiter-options\n                        font-['Montserrat'] text-[14px] text-[#888] !min-h-0 h-[32px] w-[65px] border-1 border-solid border-[#e1e1e1] rounded-[7px] pt-[5px] pb-[4px] px-[10px] leading-[20px] align-middle\"\n                    @change=\"changeUrl(\n                        'product_list_limit',\n                        $event.currentTarget.options[$event.currentTarget.selectedIndex].value,\n                        options.limitDefault\n                    )\"\n                    aria-label=\"Show&#x20;items&#x20;per&#x20;page\"\n                >\n                                    <option value=\"15\"\n                                                    selected=\"selected\"\n                        >\n                        15                    <\/option>\n                                    <option value=\"30\"\n                        >\n                        30                    <\/option>\n                                    <option value=\"45\"\n                        >\n                        45                    <\/option>\n                                    <option value=\"60\"\n                        >\n                        60                    <\/option>\n                                <\/select>\n            <\/label>\n        <\/div>\n    <\/div>\n                <\/div>\n                        <\/div>\n                        <div class=\"products wrapper mode-grid products-grid\">\n            <ul\n                role=\"list\"\n                class=\"mx-auto pt-4 md:pb-12 grid gap-4 grid-cols-1 sm:grid-cols-2 xl:grid-cols-3\"\n            >\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/5428\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"ACERATRO-9X2\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"htrZLKOqmDkgLoK2\" \/>    <input type=\"hidden\" name=\"product\" value=\"5428\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-atropurpurem-9cm-plants-bedwen.html\"\n        title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Atropurpureum&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-5428.window=\"$root.src = $event.detail\"\n            loading=\"eager\"\n            fetchpriority=\"high\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/a\/c\/acer_palmatum_atropurpureum_with_small_leaves_in_a_blue_pot_in_a_garden_ai_1.jpg\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Acer&#x20;-&#x20;Atropurpureum\"\n    title=\"Acer&#x20;-&#x20;Atropurpureum\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant x 2<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-5428.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"5428\" data-price-box=\"product-id-5428\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D5428']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D5428')\"                data-price-amount=\"18.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a318.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-atropurpurem-9cm-plants-bedwen.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['5428']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('5428')\"                data-price-amount=\"13.27\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a313.27<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/acer-atropurpurem-9cm-plants-bedwen.html\"\n                :id=\"`slide-desc-5428-${$id('slider-id')}`\"\n            >\n                Acer (Japanese Maple) &#039;Atropurpureum&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/7072\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"ACEREMERLC-9X2\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"r9hrSJt4iEUb46f3\" \/>    <input type=\"hidden\" name=\"product\" value=\"7072\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-emerald-lace-9x2.html\"\n        title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Emerald&#x20;Lace&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-7072.window=\"$root.src = $event.detail\"\n            loading=\"eager\"\n            fetchpriority=\"high\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/e\/m\/emerald-lace-1_1.jpg\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Acer&#x20;-&#x20;Emerald&#x20;Lace\"\n    title=\"Acer&#x20;-&#x20;Emerald&#x20;Lace\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant x 2<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-7072.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"7072\" data-price-box=\"product-id-7072\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D7072']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D7072')\"                data-price-amount=\"18.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a318.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-emerald-lace-9x2.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['7072']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('7072')\"                data-price-amount=\"13.27\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a313.27<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/acer-emerald-lace-9x2.html\"\n                :id=\"`slide-desc-7072-${$id('slider-id')}`\"\n            >\n                Acer (Japanese Maple) &#039;Emerald Lace&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/7377\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"ACEREMERLC-4L\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"kHS1iZI2u5IDA3jm\" \/>    <input type=\"hidden\" name=\"product\" value=\"7377\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-emerald-lace-4l-plant.html\"\n        title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Emerald&#x20;Lace&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-7377.window=\"$root.src = $event.detail\"\n            loading=\"eager\"\n            fetchpriority=\"high\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/e\/m\/emerald-lace-1.jpg\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Emerald&#x20;Lace&#x27;\"\n    title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Emerald&#x20;Lace&#x27;\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>4L Plant<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-7377.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"7377\" data-price-box=\"product-id-7377\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D7377']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D7377')\"                data-price-amount=\"27.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a327.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-emerald-lace-4l-plant.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['7377']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('7377')\"                data-price-amount=\"19.57\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a319.57<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/acer-emerald-lace-4l-plant.html\"\n                :id=\"`slide-desc-7377-${$id('slider-id')}`\"\n            >\n                Acer (Japanese Maple) &#039;Emerald Lace&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/9353\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"ACERI-9X1\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"r9hrSJt4iEUb46f3\" \/>    <input type=\"hidden\" name=\"product\" value=\"9353\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/japanese-maple-acer-iyoshi.html\"\n        title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Iyoshi&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-9353.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/a\/c\/acer-iyoshi-1_ai_1.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Acer&#x20;-&#x20;Iyoshi\"\n    title=\"Acer&#x20;-&#x20;Iyoshi\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-9353.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"9353\" data-price-box=\"product-id-9353\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D9353']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D9353')\"                data-price-amount=\"12.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a312.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/japanese-maple-acer-iyoshi.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['9353']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('9353')\"                data-price-amount=\"9.07\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a39.07<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/japanese-maple-acer-iyoshi.html\"\n                :id=\"`slide-desc-9353-${$id('slider-id')}`\"\n            >\n                Acer (Japanese Maple) &#039;Iyoshi&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/5427\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"ACERKATSU-9X2\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"r9hrSJt4iEUb46f3\" \/>    <input type=\"hidden\" name=\"product\" value=\"5427\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-katsura-9cm-plants-bedwen.html\"\n        title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Katsura&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-5427.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/a\/c\/acer-katsura-nw.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Acer&#x20;-&#x20;Katsura\"\n    title=\"Acer&#x20;-&#x20;Katsura\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant x 2<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-5427.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"5427\" data-price-box=\"product-id-5427\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D5427']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D5427')\"                data-price-amount=\"12.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a312.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-katsura-9cm-plants-bedwen.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['5427']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('5427')\"                data-price-amount=\"9.07\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a39.07<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/acer-katsura-9cm-plants-bedwen.html\"\n                :id=\"`slide-desc-5427-${$id('slider-id')}`\"\n            >\n                Acer (Japanese Maple) &#039;Katsura&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/7378\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"ACERKATSU-4L\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"laB1g9772GyBvaui\" \/>    <input type=\"hidden\" name=\"product\" value=\"7378\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-katsura-4litre-plant-bedwen.html\"\n        title=\"Acer&#x20;&#x28;Japanese&#x20;Maple&#x29;&#x20;&#x27;Katsura&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-7378.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/a\/c\/acer-palmatum-katsura-close-up-of-leaves-500-750-1k_bc_1_1.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Acer&#x20;-&#x20;Katsura\"\n    title=\"Acer&#x20;-&#x20;Katsura\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>4L Plant<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-7378.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"7378\" data-price-box=\"product-id-7378\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D7378']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D7378')\"                data-price-amount=\"27.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a327.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/acer-katsura-4litre-plant-bedwen.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['7378']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('7378')\"                data-price-amount=\"19.57\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a319.57<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/acer-katsura-4litre-plant-bedwen.html\"\n                :id=\"`slide-desc-7378-${$id('slider-id')}`\"\n            >\n                Acer (Japanese Maple) &#039;Katsura&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/5449\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"PRUKONOMA-9X2\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"0O8f9fRATjlkoVbe\" \/>    <input type=\"hidden\" name=\"product\" value=\"5449\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/prunus-kojo-no-mai-9cm-plants-bedwen.html\"\n        title=\"Cherry&#x20;Blossom&#x20;&#x28;Prunus&#x29;&#x20;&#x27;Kojo-No-Mai&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-5449.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/k\/o\/kojo-no-mai_bed_1.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Prunus&#x20;-&#x20;Kojo-no-mai\"\n    title=\"Prunus&#x20;-&#x20;Kojo-no-mai\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant x 2<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-5449.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"5449\" data-price-box=\"product-id-5449\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D5449']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D5449')\"                data-price-amount=\"12.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a312.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/prunus-kojo-no-mai-9cm-plants-bedwen.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['5449']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('5449')\"                data-price-amount=\"9.07\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a39.07<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/prunus-kojo-no-mai-9cm-plants-bedwen.html\"\n                :id=\"`slide-desc-5449-${$id('slider-id')}`\"\n            >\n                Cherry Blossom (Prunus) &#039;Kojo-No-Mai&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/7373\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"PRUOK-4L\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"r9hrSJt4iEUb46f3\" \/>    <input type=\"hidden\" name=\"product\" value=\"7373\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/cherry-blossom-okame-4litre.html\"\n        title=\"Cherry&#x20;Blossom&#x20;&#x28;Prunus&#x29;&#x20;&#x27;Okame&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-7373.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/p\/r\/prunus_okame_cherry_1_1.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Prunus&#x20;-&#x20;Okame\"\n    title=\"Prunus&#x20;-&#x20;Okame\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>4L Plant<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-7373.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"7373\" data-price-box=\"product-id-7373\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D7373']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D7373')\"                data-price-amount=\"26.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a326.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/cherry-blossom-okame-4litre.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['7373']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('7373')\"                data-price-amount=\"18.87\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a318.87<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/cherry-blossom-okame-4litre.html\"\n                :id=\"`slide-desc-7373-${$id('slider-id')}`\"\n            >\n                Cherry Blossom (Prunus) &#039;Okame&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/8042\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"MAGHS-9cm\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"r9hrSJt4iEUb46f3\" \/>    <input type=\"hidden\" name=\"product\" value=\"8042\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/magnolia-heaven-scent-9cm-plant.html\"\n        title=\"Magnolia&#x20;&#x27;Heaven&#x20;Scent&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-8042.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/h\/e\/heaven-scent_ai.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Magnolia&#x20;-&#x20;Heaven&#x20;Scent\"\n    title=\"Magnolia&#x20;-&#x20;Heaven&#x20;Scent\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-8042.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"8042\" data-price-box=\"product-id-8042\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D8042']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D8042')\"                data-price-amount=\"11.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a311.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/magnolia-heaven-scent-9cm-plant.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['8042']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('8042')\"                data-price-amount=\"8.37\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a38.37<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/magnolia-heaven-scent-9cm-plant.html\"\n                :id=\"`slide-desc-8042-${$id('slider-id')}`\"\n            >\n                Magnolia &#039;Heaven Scent&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/8654\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"MAGHS-4L\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"kHS1iZI2u5IDA3jm\" \/>    <input type=\"hidden\" name=\"product\" value=\"8654\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/magnolia-heaven-scent-4litre-plant.html\"\n        title=\"Magnolia&#x20;&#x27;Heaven&#x20;Scent&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-8654.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/h\/e\/heaven-scent_ai_1.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Magnolia&#x20;-&#x20;Heaven&#x20;Scent\"\n    title=\"Magnolia&#x20;-&#x20;Heaven&#x20;Scent\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>4L Plant<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-8654.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"8654\" data-price-box=\"product-id-8654\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D8654']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D8654')\"                data-price-amount=\"26.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a326.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/magnolia-heaven-scent-4litre-plant.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['8654']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('8654')\"                data-price-amount=\"18.87\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a318.87<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/magnolia-heaven-scent-4litre-plant.html\"\n                :id=\"`slide-desc-8654-${$id('slider-id')}`\"\n            >\n                Magnolia &#039;Heaven Scent&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                                    <li class=\"flex flex-col\">\n                        \n<form method=\"post\"\n    action=\"https:\/\/bedwenplants.co.uk\/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/7619\/\"\n    class=\"item product product-item product_addtocart_form card card-interactive grow flex flex-col w-full \"\n                                        data-sku=\"MAGNNIG-9X2\"\n            >\n    <input name=\"form_key\" type=\"hidden\" value=\"5C6z6gbOuEodlBQt\" \/>    <input type=\"hidden\" name=\"product\" value=\"7619\"\/>\n            <a href=\"https:\/\/bedwenplants.co.uk\/magnolia-nigra-9cm-plants.html\"\n        title=\"Magnolia&#x20;&#x27;Nigra&#x27;\"\n        class=\"product photo product-item-photo block mx-auto mb-3 \"\n        tabindex=\"-1\"\n    >\n        <img class=\"hover:shadow-sm object-contain product-image-photo\"\n     x-data=\"\"\n     @update-gallery-7619.window=\"$root.src = $event.detail\"\n        src=\"https:\/\/bedwenplants.co.uk\/media\/catalog\/product\/cache\/8369e87c921923aac5a3be50fd1c5386\/m\/a\/magnolia-nigra.jpg\"\n        loading=\"lazy\"\n        width=\"360\"\n    height=\"360\"\n    alt=\"Magnolia&#x20;-&#x20;Nigra\"\n    title=\"Magnolia&#x20;-&#x20;Nigra\"\n\/>\n            \n                <\/a>\n      <p class='planttypecat text-[#5e5e5e] text-[14px] font-[500] pt-[5px] text-left md:mt-6 lg:mt-0'>9cm Plant x 2<\/p>                    <div class=\"pt-1 text-gray-900  \"\n                 x-data=\"initPriceBox()\"\n                 x-defer=\"intersect\"\n                 @update-prices-7619.window=\"updatePrice($event.detail);\"\n            >\n                <div class=\"price-box price-final_price\" data-role=\"priceBox\" data-product-id=\"7619\" data-price-box=\"product-id-7619\">\n\n    <span\r\n    x-data x-id=\"['product\\u002Dprice\\u002D7619']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n        <span  :id=\"$id('product\\u002Dprice\\u002D7619')\"                data-price-amount=\"16.95\"\r\n        data-price-type=\"finalPrice\"\r\n        class=\"price-wrapper \"\r\n    ><span class=\"price\">\u00a316.95<\/span><\/span>\r\n        <\/span>\r\n\n            <a href=\"https:\/\/bedwenplants.co.uk\/magnolia-nigra-9cm-plants.html\" class=\"minimal-price-link\">\n            <span\r\n    x-data x-id=\"['7619']\"    class=\"price-container price-final_price&#x20;tax&#x20;weee\"\r\n    >\r\n            <span class=\"price-label ct\">Prices from:<\/span>\r\n        <span  :id=\"$id('7619')\"                data-price-amount=\"11.87\"\r\n        data-price-type=\"\"\r\n        class=\"price-wrapper \"\r\n    >\u00a311.87<\/span>\r\n        <\/span>\r\n        <\/a>\n    <\/div>            <\/div>\n            <div class=\"product-info flex flex-col grow justify-between\">\n        <div class=\"pdp-slider-title mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center \">\n            <a\n                class=\"product-item-link block text-[#333] text-[15px] font-[600] pt-[5px] text-left h-[58px]\"\n                href=\"https:\/\/bedwenplants.co.uk\/magnolia-nigra-9cm-plants.html\"\n                :id=\"`slide-desc-7619-${$id('slider-id')}`\"\n            >\n                Magnolia &#039;Nigra&#039;            <\/a>\n        <\/div>\n      \n        \n                            \n        \n        \n        \n\n        <div class=\"mt-auto pt-3 flex flex-wrap items-center gap-y-4 gap-x-2\n            \">\n                            \n                        <div class=\"flex flex-wrap gap-2\">\n                                                                                                <\/div>\n        <\/div>\n    <\/div>\n<\/form>\n                    <\/li>\n                            <\/ul>\n        <\/div>\n        <script>\n    function initToolbar_6a5519258f07f() {\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\":\"name\",\"limitDefault\":15,\"url\":\"https:\\\/\\\/bedwenplants.co.uk\\\/shrubs\\\/trees.html\",\"formKey\":\"r9hrSJt4iEUb46f3\",\"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                 * 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, skipUenc: true});\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_6a5519258f07f()\"\n         class=\"toolbar toolbar-products\">\n                    <div class=\"w-full mb-[35px]\">\n                \n    \n    \n    <div class=\"flex justify-center order-2 col-span-4\">\n            <\/div>\n\n    \n    \n            <\/div>\n            <\/div>\n    <\/section>\n","navigation":"    <div\n        x-data=\"initLayeredNavigation()\"\n        x-init=\"checkIsMobileResolution()\"\n        @resize.window.debounce=\"checkIsMobileResolution()\"\n        @visibilitychange.window.debounce=\"checkIsMobileResolution()\"\n        class=\"block border border-container bg-container-darker p-4 md:border-0 md:bg-transparent md:py-0 md:px-0 my-6\"\n        role=\"region\"\n        aria-label=\"Product&#x20;filters\"\n    >\n        <h2\n            id=\"filters-heading\"\n            class=\"block-title\"\n        >\n            <button\n                type=\"button\"\n                @click=\"blockOpen = !blockOpen\"\n                class=\"block-title flex items-center justify-between w-full text-start\"\n                aria-controls=\"filters-content\"\n                :aria-expanded=\"blockOpen\"\n                :aria-disabled=\"!isMobile\"\n                :disabled=\"!isMobile ? '' : null\"\n            >\n                <span class=\"text-primary text-md md:text-3xl font-medium uppercase\">\n                    Shop By                <\/span>\n                <span\n                    class=\"py-1 px-1 bg-container-lighter rounded border border-container-darker md:hidden\"\n                    x-ref=\"LayeredNavigationMobileToggleIcon\"\n                >\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': blockOpen }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                <\/span>\n            <\/button>\n        <\/h2>\n        <div\n            id=\"filters-content\"\n            class=\"block-content filter-content hidden md:block pt-4\"\n            :class=\"{ 'hidden': !blockOpen }\"\n        >\n                        <a\n                href=\"#product-list\"\n                class=\"sr-only focus:not-sr-only bg-blue-600 text-white px-12 py-4 text-center block rounded-sm\"\n            >\n                Skip to product list            <\/a>\n                                                                            <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Growth Habit                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Growth&#x20;Habit&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_growth_habit=927\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Branching&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>Branching<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_growth_habit=917\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Bushy&#x20;filter,&#x20;3&#x20;available&#x20;products\"\n                            >\n                <span>Bushy<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_growth_habit=912\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Compact&#x20;filter,&#x20;1&#x20;available&#x20;product\"\n                            >\n                <span>Compact<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_growth_habit=930\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Shrub&#x20;filter,&#x20;6&#x20;available&#x20;products\"\n                            >\n                <span>Shrub<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_growth_habit=916\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Upright&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>Upright<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                                                                                                    <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Flowers In                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Flowers&#x20;In&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flowers_flowers_in=396\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Mar&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>Mar<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flowers_flowers_in=397\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Apr&#x20;filter,&#x20;8&#x20;available&#x20;products\"\n                            >\n                <span>Apr<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flowers_flowers_in=398\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"May&#x20;filter,&#x20;8&#x20;available&#x20;products\"\n                            >\n                <span>May<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flowers_flowers_in=399\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Jun&#x20;filter,&#x20;1&#x20;available&#x20;product\"\n                            >\n                <span>Jun<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Flower Colour                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Flower&#x20;Colour&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flower_flower_colour=953\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Pink&#x20;filter,&#x20;3&#x20;available&#x20;products\"\n                            >\n                <span>Pink<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flower_flower_colour=426\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Dark&#x20;Pink&#x20;filter,&#x20;1&#x20;available&#x20;product\"\n                            >\n                <span>Dark Pink<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flower_flower_colour=420\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Light&#x20;Pink&#x20;filter,&#x20;1&#x20;available&#x20;product\"\n                            >\n                <span>Light Pink<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flower_flower_colour=422\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Purple&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>Purple<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flower_flower_colour=418\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Red&#x20;filter,&#x20;6&#x20;available&#x20;products\"\n                            >\n                <span>Red<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?flower_flower_colour=417\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"White&#x20;filter,&#x20;1&#x20;available&#x20;product\"\n                            >\n                <span>White<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                                            <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Plant Size                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Plant&#x20;Size&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?plug_or_plant=1241\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"9cm&#x20;Plant&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>9cm Plant<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?plug_or_plant=874\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"9cm&#x20;Plant&#x20;x&#x20;2&#x20;filter,&#x20;5&#x20;available&#x20;products\"\n                            >\n                <span>9cm Plant x 2<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?plug_or_plant=1061\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"4L&#x20;Plant&#x20;filter,&#x20;4&#x20;available&#x20;products\"\n                            >\n                <span>4L Plant<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Hardiness                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Hardiness&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_hardiness=449\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Hardy&#x20;H6&#x20;filter,&#x20;11&#x20;available&#x20;products\"\n                            >\n                <span>Hardy H6<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Situation\/Aspect                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Situation&#x2F;Aspect&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_sun=614\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Full&#x20;Sun&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>Full Sun<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_sun=615\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"Full&#x20;Sun&#x2F;Part&#x20;Shade&#x20;filter,&#x20;9&#x20;available&#x20;products\"\n                            >\n                <span>Full Sun\/Part Shade<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                <div\n                        x-data=\"{\n                            open: false,\n                            id: $id('filter-option')\n                        }\"\n                        x-defer=\"intersect\"\n                        class=\"filter-option card py-1 my-2 rounded-tl-[10px] rounded-bl-[10px]\"\n                    >\n                        <h3 :id=\"`${id}-title`\">\n                            <button\n                                type=\"button\"\n                                @click=\"open = !open\"\n                                class=\"filter-options-title flex justify-between items-center cursor-pointer text-start hover:text-secondary-darker border-container w-full\"\n                                :class=\"{ 'border-b pb-4': open }\"\n                                :aria-controls=\"`${id}-content`\"\n                                :aria-expanded=\"open\"\n                            >\n                                <span class=\"title text-[0.8rem] md:text-[0.9rem] font-[500]\">\n                                    Height (Max.)                                    <span class=\"sr-only\"> filter<\/span>\n                                <\/span>\n                                    <span class=\"py-1 px-1 rounded border1 border-container\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"transition-transform transform duration-300 ease-in-out\" width=\"24\" height=\"24\" :class=\"{ 'rotate-180': open }\" aria-hidden=\"true\" focusable=\"false\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\/>\n<\/svg>\n                                <\/span>\n                            <\/button>\n                        <\/h3>\n                        <template x-if=\"open\">\n                            <div\n                                :id=\"`${id}-content`\"\n                                class=\"filter-options-content pt-3\"\n                            >\n                                \n<ol class=\"items\" aria-label=\"Height&#x20;&#x28;Max.&#x29;&#x20;filter&#x20;options\">\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_height=539\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"400cm&#x20;&#x28;4m&#x29;&#x20;filter,&#x20;5&#x20;available&#x20;products\"\n                            >\n                <span>400cm (4m)<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_height=1422\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"150-250cm&#x20;filter,&#x20;1&#x20;available&#x20;product\"\n                            >\n                <span>150-250cm<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_height=1271\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"200-400cm&#x20;filter,&#x20;2&#x20;available&#x20;products\"\n                            >\n                <span>200-400cm<\/span>\n                            <\/a>\n            <\/li>\n    <li>\n                    <a\n                href=\"https:\/\/bedwenplants.co.uk\/shrubs\/trees.html?filterable_height=1272\"\n                class=\"flex justify-between py-1 hover:text-black\"\n                                aria-label=\"400-800cm&#x20;filter,&#x20;3&#x20;available&#x20;products\"\n                            >\n                <span>400-800cm<\/span>\n                            <\/a>\n            <\/li>\n<\/ol>\n                            <\/div>\n                        <\/template>\n                    <\/div>\n                                                                <\/div>\n    <\/div>\n    <script>\n        function initLayeredNavigation() {\n            return {\n                isMobile: false,\n                blockOpen: false,\n                checkIsMobileResolution() {\n                    const mobileElement = this.$refs.LayeredNavigationMobileToggleIcon;\n                    this.isMobile = mobileElement\n                        ? getComputedStyle(mobileElement).display !== \"none\"\n                        : window.matchMedia('(max-width: 767px)').matches; \/\/ Fallback to `md` breakpoint\n                }\n            }\n        }\n    <\/script>\n","grid_layout":"default"}