<!doctype html>
<html lang="en">
    <head >
        <script>
    var require = {
        "baseUrl": "https://www.countrybaskets.co.uk/static/version1613637513/frontend/Bluedigital/countrybaskets/en_GB"
    };
</script>
        <meta charset="utf-8"/>
<meta name="robots" content="NOINDEX,FOLLOW"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no"/>
<title>Search results for: &#039;blog feed&#039; | Country Baskets</title>
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.countrybaskets.co.uk/static/version1613637513/_cache/merged/98841dc38d9a90b3bbf1c07cc3f0f6a9.min.css" />
<link  rel="stylesheet" type="text/css"  media="screen and (min-width: 768px)" href="https://www.countrybaskets.co.uk/static/version1613637513/frontend/Bluedigital/countrybaskets/en_GB/css/styles-l.min.css" />
<link  rel="stylesheet" type="text/css"  media="print" href="https://www.countrybaskets.co.uk/static/version1613637513/frontend/Bluedigital/countrybaskets/en_GB/css/print.min.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.css" />
<script  type="text/javascript"  src="https://www.countrybaskets.co.uk/static/version1613637513/_cache/merged/57d56f333f25d93d735f6030a5f62e6f.js"></script>
<link  rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Satisfy" />
<link  rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic" />
<link  rel="icon" type="image/x-icon" href="https://www.countrybaskets.co.uk/media/favicon/stores/1/favicon.png" />
<link  rel="shortcut icon" type="image/x-icon" href="https://www.countrybaskets.co.uk/media/favicon/stores/1/favicon.png" />
<meta name="p:domain_verify" content="b224aef1d9c264a0e175302595fea8e5"/>
<meta name="google-site-verification" content="fzKu04y4SymYEbtIkJYEsbKQOwY7mEcEULwYlX08HUc" />        <!-- BEGIN GOOGLE ANALYTICS CODE -->
<script type="text/x-magento-init">
{
    "*": {
        "Magento_GoogleAnalytics/js/google-analytics": {
            "isCookieRestrictionModeEnabled": 0,
            "currentWebsite": 1,
            "cookieName": "user_allowed_save_cookie",
            "ordersTrackingData": [],
            "pageTrackingData": {"optPageUrl":"","isAnonymizedIpActive":"0","accountId":"UA-7094445-1"}        }
    }
}
</script>
<!-- END GOOGLE ANALYTICS CODE -->
<link rel="stylesheet" type="text/css" media="all" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"/>    </head>
    <body data-container="body"
          data-mage-init='{"loaderAjax": {}, "loader": { "icon": "https://www.countrybaskets.co.uk/static/version1613637513/frontend/Bluedigital/countrybaskets/en_GB/images/loader-2.gif"}}'
        class="page-with-filter page-products catalogsearch-result-index page-layout-2columns-left">
        
<script>
    try {
        if (!window.localStorage || !window.sessionStorage) {
            throw new Error();
        }

        localStorage.setItem('storage_test', 1);
        localStorage.removeItem('storage_test');
    } catch(e) {
        (function () {
            var Storage = function (type) {
                var data;

                function createCookie(name, value, days) {
                    var date, expires;

                    if (days) {
                        date = new Date();
                        date.setTime(date.getTime()+(days * 24 * 60 * 60 * 1000));
                        expires = '; expires=' + date.toGMTString();
                    } else {
                        expires = '';
                    }
                    document.cookie = name + '=' + value+expires+'; path=/';
                }

                function readCookie(name) {
                    var nameEQ = name + '=',
                        ca = document.cookie.split(';'),
                        i = 0,
                        c;

                    for (i=0; i < ca.length; i++) {
                        c = ca[i];

                        while (c.charAt(0) === ' ') {
                            c = c.substring(1,c.length);
                        }

                        if (c.indexOf(nameEQ) === 0) {
                            return c.substring(nameEQ.length, c.length);
                        }
                    }

                    return null;
                }

                function setData(data) {
                    data = encodeURIComponent(JSON.stringify(data));
                    createCookie(type === 'session' ? getSessionName() : 'localStorage', data, 365);
                }

                function clearData() {
                    createCookie(type === 'session' ? getSessionName() : 'localStorage', '', 365);
                }

                function getData() {
                    var data = type === 'session' ? readCookie(getSessionName()) : readCookie('localStorage');

                    return data ? JSON.parse(decodeURIComponent(data)) : {};
                }

                function getSessionName() {
                    if (!window.name) {
                        window.name = new Date().getTime();
                    }

                    return 'sessionStorage' + window.name;
                }

                data = getData();

                return {
                    length: 0,
                    clear: function () {
                        data = {};
                        this.length = 0;
                        clearData();
                    },

                    getItem: function (key) {
                        return data[key] === undefined ? null : data[key];
                    },

                    key: function (i) {
                        var ctr = 0,
                            k;

                        for (k in data) {
                            if (ctr.toString() === i.toString()) {
                                return k;
                            } else {
                                ctr++
                            }
                        }

                        return null;
                    },

                    removeItem: function (key) {
                        delete data[key];
                        this.length--;
                        setData(data);
                    },

                    setItem: function (key, value) {
                        data[key] = value.toString();
                        this.length++;
                        setData(data);
                    }
                };
            };

            window.localStorage.__proto__ = window.localStorage = new Storage('local');
            window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session');
        })();
    }
</script>
    <script>
        require.config({
            deps: [
                'jquery',
                'mage/translate',
                'jquery/jquery-storageapi'
            ],
            callback: function ($) {
                'use strict';

                var dependencies = [],
                    versionObj;

                $.initNamespaceStorage('mage-translation-storage');
                $.initNamespaceStorage('mage-translation-file-version');
                versionObj = $.localStorage.get('mage-translation-file-version');

                
                if (versionObj.version !== 'c9d315629d44b42a4c0debebcca9ac91039cd2d6') {
                    dependencies.push(
                        'text!js-translation.json'
                    );

                }

                require.config({
                    deps: dependencies,
                    callback: function (string) {
                        if (typeof string === 'string') {
                            $.mage.translate.add(JSON.parse(string));
                            $.localStorage.set('mage-translation-storage', string);
                            $.localStorage.set(
                                'mage-translation-file-version',
                                {
                                    version: 'c9d315629d44b42a4c0debebcca9ac91039cd2d6'
                                }
                            );
                        } else {
                            $.mage.translate.add($.localStorage.get('mage-translation-storage'));
                        }
                    }
                });
            }
        });
    </script>

<script type="text/x-magento-init">
    {
        "*": {
            "mage/cookies": {
                "expires": null,
                "path": "/",
                "domain": ".www.countrybaskets.co.uk",
                "secure": false,
                "lifetime": "3600"
            }
        }
    }
</script>
    <noscript>
        <div class="message global noscript">
            <div class="content">
                <p>
                    <strong>JavaScript seems to be disabled in your browser.</strong>
                    <span>For the best experience on our site, be sure to turn on Javascript in your browser.</span>
                </p>
            </div>
        </div>
    </noscript>
<div class="page-wrapper"><header class="page-header"><div class="panel wrapper"><div class="panel header"><ul class="header links"><li><a href="https://www.countrybaskets.co.uk/customer/account/" >My Account</a></li><li class="authorization-link" data-label="or">
    <a href="https://www.countrybaskets.co.uk/customer/account/login/referer/aHR0cHM6Ly93d3cuY291bnRyeWJhc2tldHMuY28udWsvY2F0YWxvZ3NlYXJjaC9yZXN1bHQvaW5kZXgvP3E9YmxvZytmZWVk/">
        Sign In    </a>
</li>
<li class="item link compare" data-bind="scope: 'compareProducts'" data-role="compare-products-link">
    <a class="action compare no-display" title="Compare&#x20;Products"
       data-bind="attr: {'href': compareProducts().listUrl}, css: {'no-display': !compareProducts().count}"
    >
        Compare Products        <span class="counter qty" data-bind="text: compareProducts().countCaption"></span>
    </a>
</li>
<script type="text/x-magento-init">
{"[data-role=compare-products-link]": {"Magento_Ui/js/core/app": {"components":{"compareProducts":{"component":"Magento_Catalog\/js\/view\/compare-products"}}}}}
</script>
<li class="nav item"><a href="https://www.countrybaskets.co.uk/contact/">Contact Us</a></li><li class="nav item"><a href="https://www.countrybaskets.co.uk/branches/">Store Finder</a></li><li class="nav item"><a href="https://www.countrybaskets.co.uk/inspiration/blog/">Blog</a></li><li class="nav item"><a href="https://www.countrybaskets.co.uk/events/">Events</a></li><li><a href="https://www.countrybaskets.co.uk/customer/account/create/" >Create an Account</a></li></ul><a class="action skip contentarea" href="#contentarea"><span>Skip to Content</span></a>
</div></div><div class="header content"><span data-action="toggle-nav" class="action nav-toggle"><span>Toggle Nav</span></span>
    <a class="logo" href="https://www.countrybaskets.co.uk/" title="Country Baskets">
        <img src="https://www.countrybaskets.co.uk/media/logo/stores/1/logo.svg"
             alt="Country Baskets"
             width="460"             height="64"        />
    </a>

<div data-block="minicart" class="minicart-wrapper">
    <a class="action showcart" href="https://www.countrybaskets.co.uk/checkout/cart/"
       data-bind="scope: 'minicart_content'">
        <span class="text">My Basket</span>
        <span class="counter qty empty"
              data-bind="css: { empty: !!getCartParam('summary_count') == false && !isLoading() }, blockLoader: isLoading">
            <span class="counter-number"><!-- ko text: getCartParam('summary_count') --><!-- /ko --></span>
            <span class="counter-label">
            <!-- ko if: getCartParam('summary_count') -->
                <!-- ko text: getCartParam('summary_count') --><!-- /ko -->
                <!-- ko i18n: 'items' --><!-- /ko -->
            <!-- /ko -->
            </span>
        </span>
    </a>
            <div class="block block-minicart"
             data-role="dropdownDialog"
             data-mage-init='{"dropdownDialog":{
                "appendTo":"[data-block=minicart]",
                "triggerTarget":".showcart",
                "timeout": "2000",
                "closeOnMouseLeave": false,
                "closeOnEscape": true,
                "triggerClass":"active",
                "parentClass":"active",
                "buttons":[]}}'>
            <div id="minicart-content-wrapper" data-bind="scope: 'minicart_content'">
                <!-- ko template: getTemplate() --><!-- /ko -->
            </div>
                    </div>
        <script>
        window.checkout = {"shoppingCartUrl":"https:\/\/www.countrybaskets.co.uk\/checkout\/cart\/","checkoutUrl":"https:\/\/www.countrybaskets.co.uk\/checkout\/","updateItemQtyUrl":"https:\/\/www.countrybaskets.co.uk\/checkout\/sidebar\/updateItemQty\/","removeItemUrl":"https:\/\/www.countrybaskets.co.uk\/checkout\/sidebar\/removeItem\/","imageTemplate":"Magento_Catalog\/product\/image_with_borders","baseUrl":"https:\/\/www.countrybaskets.co.uk\/","minicartMaxItemsVisible":5,"websiteId":"1","maxItemsToDisplay":10,"storeId":"1","customerLoginUrl":"https:\/\/www.countrybaskets.co.uk\/customer\/account\/login\/referer\/aHR0cHM6Ly93d3cuY291bnRyeWJhc2tldHMuY28udWsvY2F0YWxvZ3NlYXJjaC9yZXN1bHQvaW5kZXgvP3E9YmxvZytmZWVk\/","isRedirectRequired":false,"autocomplete":"off","captcha":{"user_login":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"","refreshUrl":"https:\/\/www.countrybaskets.co.uk\/captcha\/refresh\/","isRequired":false}}};
    </script>
    <script type="text/x-magento-init">
    {
        "[data-block='minicart']": {
            "Magento_Ui/js/core/app": {"components":{"minicart_content":{"children":{"subtotal.container":{"children":{"subtotal":{"children":{"subtotal.totals":{"config":{"display_cart_subtotal_incl_tax":1,"display_cart_subtotal_excl_tax":0,"template":"Magento_Tax\/checkout\/minicart\/subtotal\/totals"},"children":{"subtotal.totals.msrp":{"component":"Magento_Msrp\/js\/view\/checkout\/minicart\/subtotal\/totals","config":{"displayArea":"minicart-subtotal-hidden","template":"Magento_Msrp\/checkout\/minicart\/subtotal\/totals"}}},"component":"Magento_Tax\/js\/view\/checkout\/minicart\/subtotal\/totals"}},"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/subtotal"}}},"component":"uiComponent","config":{"displayArea":"subtotalContainer"}},"item.renderer":{"component":"uiComponent","config":{"displayArea":"defaultRenderer","template":"Magento_Checkout\/minicart\/item\/default"},"children":{"item.image":{"component":"Magento_Catalog\/js\/view\/image","config":{"template":"Magento_Catalog\/product\/image","displayArea":"itemImage"}},"checkout.cart.item.price.sidebar":{"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/item\/price","displayArea":"priceSidebar"}}}},"extra_info":{"component":"uiComponent","config":{"displayArea":"extraInfo"}},"promotion":{"component":"uiComponent","config":{"displayArea":"promotion"}}},"config":{"itemRenderer":{"default":"defaultRenderer","simple":"defaultRenderer","virtual":"defaultRenderer"},"template":"Magento_Checkout\/minicart\/content"},"component":"Magento_Checkout\/js\/view\/minicart"}},"types":[]}        },
        "*": {
            "Magento_Ui/js/block-loader": "https\u003A\u002F\u002Fwww.countrybaskets.co.uk\u002Fstatic\u002Fversion1613637513\u002Ffrontend\u002FBluedigital\u002Fcountrybaskets\u002Fen_GB\u002Fimages\u002Floader\u002D1.gif"
        }
    }
    </script>
</div>


<div class="block block-search">
    <div class="block block-title"><strong>Search</strong></div>
    <div class="block block-content">
        <form class="form minisearch" id="search_mini_form" action="https://www.countrybaskets.co.uk/catalogsearch/result/" method="get">
            <div class="field search">
                <label class="label" for="search" data-role="minisearch-label">
                    <span>Search</span>
                </label>
                <div class="control">
                    <input id="search"
                           data-mage-init='{"quickSearch":{
                                "formSelector":"#search_mini_form",
                                "url":"https://www.countrybaskets.co.uk/search/ajax/suggest/",
                                "destinationSelector":"#search_autocomplete"}
                           }'
                           type="text"
                           name="q"
                           value="blog&#x20;feed"
                           placeholder="Search..."
                           class="input-text"
                           maxlength="128"
                           role="combobox"
                           aria-haspopup="false"
                           aria-autocomplete="both"
                           autocomplete="off"
                           aria-expanded="false"/>
                    <div id="search_autocomplete" class="search-autocomplete"></div>
                    <div class="nested">
    <a class="action advanced" href="https://www.countrybaskets.co.uk/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
</div>
                </div>
            </div>
            <div class="actions">
                <button type="submit"
                        title="Search"
                        class="action search">
                    <span>Search</span>
                </button>
            </div>
        </form>
    </div>
</div>
</div></header>    <div class="sections nav-sections">
                <div class="section-items nav-sections-items" data-mage-init='{"tabs":{"openedState":"active"}}'>
                                            <div class="section-item-title nav-sections-item-title" data-role="collapsible">
                    <a class="nav-sections-item-switch" data-toggle="switch" href="#store.menu">Menu</a>
                </div>
                <div class="section-item-content nav-sections-item-content" id="store.menu" data-role="content">
<nav class="navigation" data-action="navigation">
    <ul data-mage-init='{"menu":{"responsive":true, "expanded":true, "position":{"my":"left top","at":"left bottom"}}}'>
        <li><a class="home" href="/">Home</a></li>
        <li  class="level0 nav-1 category-item first level-top parent"><a href="https://www.countrybaskets.co.uk/artificial-flowers"  class="level-top" ><span>Artificial Flowers</span></a><ul class="level0 submenu boop cols-1"><li  class="level1 nav-1-1 category-item first"><a href="https://www.countrybaskets.co.uk/artificial-flowers/branches" ><span>Branches</span></a></li><li  class="level1 nav-1-2 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/bouquets-bushes-bundles" ><span>Bouquets, Bushes &amp; Bundles</span></a></li><li  class="level1 nav-1-3 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/display-flowers" ><span>Display Flowers</span></a></li><li  class="level1 nav-1-4 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/floral-collections" ><span>Floral Collections</span></a></li><li  class="level1 nav-1-5 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/artificial-fruit-vegetables" ><span>Artificial Fruit &amp; Vegetables</span></a></li><li  class="level1 nav-1-6 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/flower-stems" ><span>Flower Stems</span></a></li><li  class="level1 nav-1-7 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/garlands" ><span>Garlands</span></a></li><li  class="level1 nav-1-8 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/grasses" ><span>Grasses</span></a></li><li  class="level1 nav-1-9 category-item"><a href="https://www.countrybaskets.co.uk/artificial-flowers/potted-plants-trees" ><span>Potted Plants &amp; Trees</span></a></li><li  class="level1 nav-1-10 category-item last"><a href="https://www.countrybaskets.co.uk/artificial-flowers/wedding-flowers" ><span>Wedding Flowers</span></a></li></ul></li><li  class="level0 nav-2 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/artificial-greenery"  class="level-top" ><span>Artificial Greenery</span></a><ul class="level0 submenu boop cols-1"><li  class="level1 nav-2-1 category-item first"><a href="https://www.countrybaskets.co.uk/artificial-greenery/bushes-bundles" ><span>Bushes &amp; Bundles</span></a></li><li  class="level1 nav-2-2 category-item"><a href="https://www.countrybaskets.co.uk/artificial-greenery/branches" ><span>Branches</span></a></li><li  class="level1 nav-2-3 category-item"><a href="https://www.countrybaskets.co.uk/artificial-greenery/grasses" ><span>Grasses</span></a></li><li  class="level1 nav-2-4 category-item"><a href="https://www.countrybaskets.co.uk/artificial-greenery/trees-topiary-potted-plants" ><span>Trees, Topiary &amp; Potted Plants</span></a></li><li  class="level1 nav-2-5 category-item"><a href="https://www.countrybaskets.co.uk/artificial-greenery/stems-sprays" ><span>Stems &amp; Sprays</span></a></li><li  class="level1 nav-2-6 category-item last"><a href="https://www.countrybaskets.co.uk/artificial-greenery/wreaths-garlands" ><span>Wreaths &amp; Garlands</span></a></li></ul></li><li  class="level0 nav-3 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/floral-supplies"  class="level-top" ><span>Floral Supplies</span></a><ul class="level0 submenu boop cols-2"><li  class="level1 nav-3-1 category-item first"><a href="https://www.countrybaskets.co.uk/floral-supplies/baskets" ><span>Baskets</span></a></li><li  class="level1 nav-3-2 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/buckets-containers" ><span>Buckets &amp; Containers</span></a></li><li  class="level1 nav-3-3 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/basic-plastics" ><span>Basic Plastics</span></a></li><li  class="level1 nav-3-4 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/decorative-stones-gravel-sand" ><span>Decorative Stones, Gravel &amp; Sand</span></a></li><li  class="level1 nav-3-5 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/decorative-accessories" ><span>Decorative Accessories</span></a></li><li  class="level1 nav-3-6 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/dried-preserved" ><span>Dried &amp; Preserved</span></a></li><li  class="level1 nav-3-7 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/display-pieces" ><span>Display Pieces</span></a></li><li  class="level1 nav-3-8 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/floral-foam" ><span>Floral Foam</span></a></li><li  class="level1 nav-3-9 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/floristry-tools" ><span>Floristry Tools</span></a></li><li  class="level1 nav-3-10 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/gift-cards" ><span>Gift Cards</span></a></li><li  class="level1 nav-3-11 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/glues-tapes" ><span>Glues &amp; Tapes</span></a></li><li  class="level1 nav-3-12 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/funeral-memorial" ><span>Funeral &amp; Memorial</span></a></li><li  class="level1 nav-3-13 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/picks-pins" ><span>Picks &amp; Pins</span></a></li><li  class="level1 nav-3-14 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/flower-plant-care" ><span>Flower &amp; Plant Care</span></a></li><li  class="level1 nav-3-15 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/packaging-wrapping" ><span>Packaging &amp; Wrapping</span></a></li><li  class="level1 nav-3-16 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/ribbons-bows" ><span>Ribbons &amp; Bows</span></a></li><li  class="level1 nav-3-17 category-item"><a href="https://www.countrybaskets.co.uk/floral-supplies/floristry-wire" ><span>Floristry Wire</span></a></li><li  class="level1 nav-3-18 category-item last"><a href="https://www.countrybaskets.co.uk/floral-supplies/floristry-cards" ><span>Floristry Cards</span></a></li></ul></li><li  class="level0 nav-4 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/arts-crafts"  class="level-top" ><span>Arts &amp; Crafts</span></a><ul class="level0 submenu boop cols-1"><li  class="level1 nav-4-1 category-item first"><a href="https://www.countrybaskets.co.uk/arts-crafts/craft-accessories" ><span>Craft Accessories</span></a></li><li  class="level1 nav-4-2 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/buttons-beads" ><span>Buttons &amp; Beads</span></a></li><li  class="level1 nav-4-3 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/baking-craft" ><span>Baking Craft</span></a></li><li  class="level1 nav-4-4 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/crafting-tools" ><span>Crafting Tools</span></a></li><li  class="level1 nav-4-5 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/feathers" ><span>Feathers</span></a></li><li  class="level1 nav-4-6 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/paper-craft" ><span>Paper Craft</span></a></li><li  class="level1 nav-4-7 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/packaging-wrapping" ><span>Packaging &amp; Wrapping</span></a></li><li  class="level1 nav-4-8 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/ribbons-bows" ><span>Ribbons &amp; Bows</span></a></li><li  class="level1 nav-4-9 category-item"><a href="https://www.countrybaskets.co.uk/arts-crafts/spray-paint" ><span>Spray Paint</span></a></li><li  class="level1 nav-4-10 category-item last"><a href="https://www.countrybaskets.co.uk/arts-crafts/wool" ><span>Wool</span></a></li></ul></li><li  class="level0 nav-5 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/garden"  class="level-top" ><span>Garden</span></a><ul class="level0 submenu boop cols-1"><li  class="level1 nav-5-1 category-item first"><a href="https://www.countrybaskets.co.uk/garden/accessories" ><span>Accessories</span></a></li><li  class="level1 nav-5-2 category-item"><a href="https://www.countrybaskets.co.uk/garden/bird-houses-feeders" ><span>Bird Houses &amp; Feeders</span></a></li><li  class="level1 nav-5-3 category-item"><a href="https://www.countrybaskets.co.uk/garden/lanterns" ><span>Lanterns</span></a></li><li  class="level1 nav-5-4 category-item"><a href="https://www.countrybaskets.co.uk/garden/lights" ><span>Lights</span></a></li><li  class="level1 nav-5-5 category-item"><a href="https://www.countrybaskets.co.uk/garden/ornaments" ><span>Ornaments</span></a></li><li  class="level1 nav-5-6 category-item"><a href="https://www.countrybaskets.co.uk/garden/outdoor-tableware" ><span>Outdoor Tableware</span></a></li><li  class="level1 nav-5-7 category-item"><a href="https://www.countrybaskets.co.uk/garden/pots-planters" ><span>Pots &amp; Planters</span></a></li><li  class="level1 nav-5-8 category-item"><a href="https://www.countrybaskets.co.uk/garden/wall-decoration" ><span>Wall Decoration</span></a></li><li  class="level1 nav-5-9 category-item"><a href="https://www.countrybaskets.co.uk/garden/picks-stakes-windmills" ><span>Picks, Stakes &amp; Windmills</span></a></li><li  class="level1 nav-5-10 category-item last"><a href="https://www.countrybaskets.co.uk/garden/outdoor-toys" ><span>Outdoor Toys</span></a></li></ul></li><li  class="level0 nav-6 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/glassware-pottery"  class="level-top" ><span>Glassware &amp; Pottery</span></a><ul class="level0 submenu boop cols-2"><li  class="level1 nav-6-1 category-item first"><a href="https://www.countrybaskets.co.uk/glassware-pottery/glass-bud-vase" ><span>Glass Bud Vase</span></a></li><li  class="level1 nav-6-2 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/coloured-glass" ><span>Coloured Glass</span></a></li><li  class="level1 nav-6-3 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/decorative-pottery" ><span>Decorative Pottery</span></a></li><li  class="level1 nav-6-4 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/decorative-glass" ><span>Decorative Glass</span></a></li><li  class="level1 nav-6-5 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/display-pieces" ><span>Display Pieces</span></a></li><li  class="level1 nav-6-6 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/glass-fish-bowl" ><span>Glass Fish Bowl</span></a></li><li  class="level1 nav-6-7 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/jug" ><span>Jugs</span></a></li><li  class="level1 nav-6-8 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/glass-lily-vase" ><span>Glass Lily Vase</span></a></li><li  class="level1 nav-6-9 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/mirrored-glass" ><span>Mirrored Glass</span></a></li><li  class="level1 nav-6-10 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/basic-pottery" ><span>Basic Pottery</span></a></li><li  class="level1 nav-6-11 category-item"><a href="https://www.countrybaskets.co.uk/glassware-pottery/pots-planters" ><span>Pots &amp; Planters</span></a></li><li  class="level1 nav-6-12 category-item last"><a href="https://www.countrybaskets.co.uk/glassware-pottery/basic-glass-vase" ><span>Basic Glass Vase</span></a></li></ul></li><li  class="level0 nav-7 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/home"  class="level-top" ><span>Home</span></a><ul class="level0 submenu boop cols-2"><li  class="level1 nav-7-1 category-item first"><a href="https://www.countrybaskets.co.uk/home/baskets" ><span>Baskets</span></a></li><li  class="level1 nav-7-2 category-item parent"><a href="https://www.countrybaskets.co.uk/home/candles" ><span>Candles</span></a><ul class="level1 submenu boop cols-1"><li  class="level2 nav-7-2-1 category-item first"><a href="https://www.countrybaskets.co.uk/home/candelabra-candle-holders" ><span>Candelabra &amp; Candle Holders</span></a></li><li  class="level2 nav-7-2-2 category-item last"><a href="https://www.countrybaskets.co.uk/home/candles/rustic-candles" ><span>Rustic Candles</span></a></li></ul></li><li  class="level1 nav-7-3 category-item"><a href="https://www.countrybaskets.co.uk/home/clocks" ><span>Clocks</span></a></li><li  class="level1 nav-7-4 category-item"><a href="https://www.countrybaskets.co.uk/home/floral-collections" ><span>Floral Collections</span></a></li><li  class="level1 nav-7-5 category-item"><a href="https://www.countrybaskets.co.uk/home/photo-frames" ><span>Photo Frames</span></a></li><li  class="level1 nav-7-6 category-item"><a href="https://www.countrybaskets.co.uk/home/home-accessories" ><span>Home Accessories</span></a></li><li  class="level1 nav-7-7 category-item"><a href="https://www.countrybaskets.co.uk/home/heart-decorations" ><span>Heart Decorations</span></a></li><li  class="level1 nav-7-8 category-item"><a href="https://www.countrybaskets.co.uk/home/home-fragrance" ><span>Home Fragrance</span></a></li><li  class="level1 nav-7-9 category-item"><a href="https://www.countrybaskets.co.uk/home/kitchen" ><span>Kitchen</span></a></li><li  class="level1 nav-7-10 category-item"><a href="https://www.countrybaskets.co.uk/home/lighting" ><span>Lighting</span></a></li><li  class="level1 nav-7-11 category-item"><a href="https://www.countrybaskets.co.uk/home/plaques-canvases" ><span>Plaques &amp; Canvases</span></a></li><li  class="level1 nav-7-12 category-item last"><a href="https://www.countrybaskets.co.uk/home/vases-containers" ><span>Vases &amp; Containers</span></a></li></ul></li><li  class="level0 nav-8 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/parties-occasions"  class="level-top" ><span>Parties &amp; Occasions</span></a><ul class="level0 submenu boop cols-1"><li  class="level1 nav-8-1 category-item first"><a href="https://www.countrybaskets.co.uk/parties-occasions/birthday" ><span>Birthday</span></a></li><li  class="level1 nav-8-2 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/balloons-helium" ><span>Balloons &amp; Helium</span></a></li><li  class="level1 nav-8-3 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/baby-shower" ><span>Baby Shower</span></a></li><li  class="level1 nav-8-4 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/gifts" ><span>Gifts</span></a></li><li  class="level1 nav-8-5 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/gift-wrap" ><span>Gift Wrap</span></a></li><li  class="level1 nav-8-6 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/valentine-s-day" ><span>Valentine&#039;s Day</span></a></li><li  class="level1 nav-8-7 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/wedding" ><span>Wedding</span></a></li><li  class="level1 nav-8-8 category-item"><a href="https://www.countrybaskets.co.uk/parties-occasions/hen-party" ><span>Hen Party</span></a></li><li  class="level1 nav-8-9 category-item last"><a href="https://www.countrybaskets.co.uk/parties-occasions/frozen-2" ><span>Frozen 2</span></a></li></ul></li><li  class="level0 nav-9 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/packaging-wrapping"  class="level-top" ><span>Packaging &amp; Wrapping</span></a><ul class="level0 submenu boop cols-1"><li  class="level1 nav-9-1 category-item first"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/bags" ><span>Bags</span></a></li><li  class="level1 nav-9-2 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/cellophane" ><span>Cellophane</span></a></li><li  class="level1 nav-9-3 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/flower-boxes" ><span>Flower Boxes</span></a></li><li  class="level1 nav-9-4 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/fabric-roll" ><span>Fabric Roll</span></a></li><li  class="level1 nav-9-5 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/floristry-sleeves" ><span>Floristry Sleeves</span></a></li><li  class="level1 nav-9-6 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/glues-tapes" ><span>Glues &amp; Tapes</span></a></li><li  class="level1 nav-9-7 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/paper-roll" ><span>Paper Roll</span></a></li><li  class="level1 nav-9-8 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/ribbons-bows" ><span>Ribbons &amp; Bows</span></a></li><li  class="level1 nav-9-9 category-item"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/transporter-boxes" ><span>Transporter Boxes</span></a></li><li  class="level1 nav-9-10 category-item last"><a href="https://www.countrybaskets.co.uk/packaging-wrapping/tissue-paper" ><span>Tissue Paper</span></a></li></ul></li><li  class="level0 nav-10 category-item level-top parent"><a href="https://www.countrybaskets.co.uk/wedding-event"  class="level-top" ><span>Wedding &amp; Event</span></a><ul class="level0 submenu boop cols-2"><li  class="level1 nav-10-1 category-item first"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-accessories" ><span>Wedding Accessories</span></a></li><li  class="level1 nav-10-2 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/candles" ><span>Candles</span></a></li><li  class="level1 nav-10-3 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-flowers" ><span>Wedding Flowers</span></a></li><li  class="level1 nav-10-4 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-favours" ><span>Wedding Favours</span></a></li><li  class="level1 nav-10-5 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-gifts" ><span>Wedding Gifts</span></a></li><li  class="level1 nav-10-6 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/ribbons-bows" ><span>Ribbons &amp; Bows</span></a></li><li  class="level1 nav-10-7 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-stationery" ><span>Wedding Stationery</span></a></li><li  class="level1 nav-10-8 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/statement-pieces" ><span>Statement Pieces</span></a></li><li  class="level1 nav-10-9 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-trees" ><span>Wedding Trees</span></a></li><li  class="level1 nav-10-10 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-table-decorations" ><span>Wedding Table Decorations</span></a></li><li  class="level1 nav-10-11 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-venue-decorations" ><span>Wedding Venue Decorations</span></a></li><li  class="level1 nav-10-12 category-item"><a href="https://www.countrybaskets.co.uk/wedding-event/candelabra-candle-holders" ><span>Candelabra &amp; Candle Holders</span></a></li><li  class="level1 nav-10-13 category-item last"><a href="https://www.countrybaskets.co.uk/wedding-event/wedding-craft" ><span>Wedding Craft</span></a></li></ul></li>            </ul>
</nav>
</div>
                                            <div class="section-item-title nav-sections-item-title" data-role="collapsible">
                    <a class="nav-sections-item-switch" data-toggle="switch" href="#store.links">Account</a>
                </div>
                <div class="section-item-content nav-sections-item-content" id="store.links" data-role="content"><!-- Account links --></div>
                                    </div>
    </div>
<div class="top-container"><div class="rounded-ctas flex-stretch">
            <a class="col-sm-4 col-xs-12 cta" href="https://www.countrybaskets.co.uk/customer/account/create/">
            <img src="https://www.countrybaskets.co.uk/wp/wp-content/uploads/2017/07/not-a-member-yet-icon.svg" />
            <h3 class="font-serif ">
                Not a member yet?<br />
                <span class="text-"> <strong>Sign up- It's free & easy</strong> </span>
            </h3>
        </a>
            <a class="col-sm-4 col-xs-12 cta background-purple" href="https://www.countrybaskets.co.uk/branches/">
            <img src="https://www.countrybaskets.co.uk/wp/wp-content/uploads/2020/05/home_icon.svg" />
            <h3 class="font-serif  text-white">
                Opening Times<br />
                <span class="text-"><strong>Click Here</strong></span>
            </h3>
        </a>
            <a class="col-sm-4 col-xs-12 cta" href="https://www.countrybaskets.co.uk/delivery/">
            <img src="https://www.countrybaskets.co.uk/wp/wp-content/uploads/2018/10/Delivery.svg" />
            <h3 class="font-serif ">
                Order online for home delivery<br />
                <span class="text-"><strong>Delivery in 3-5 working days</strong></span>
            </h3>
        </a>
    </div></div><main id="maincontent" class="page-main"><a id="contentarea" tabindex="-1"></a>
<div class="page-title-wrapper">
    <h1 class="page-title"
                >
        <span class="base" data-ui-id="page-title-wrapper" >Search results for: &#039;blog feed&#039;</span>    </h1>
    </div>
<div class="page messages"><div data-placeholder="messages"></div><div data-bind="scope: 'messages'">
    <div data-bind="foreach: { data: cookieMessages, as: 'message' }" class="messages">
        <div data-bind="attr: {
            class: 'message-' + message.type + ' ' + message.type + ' message',
            'data-ui-id': 'message-' + message.type
        }">
            <div data-bind="html: message.text"></div>
        </div>
    </div>
    <div data-bind="foreach: { data: messages().messages, as: 'message' }" class="messages">
        <div data-bind="attr: {
            class: 'message-' + message.type + ' ' + message.type + ' message',
            'data-ui-id': 'message-' + message.type
        }">
            <div data-bind="html: message.text"></div>
        </div>
    </div>
</div>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Ui/js/core/app": {
                "components": {
                        "messages": {
                            "component": "Magento_Theme/js/view/messages"
                        }
                    }
                }
            }
    }
</script>
</div><div class="columns"><div class="column main"><div class="catalog-topnav amasty-catalog-topnav">
</div><input name="form_key" type="hidden" value="vBdgCMgax7EjGnEo" /><div id="authenticationPopup" data-bind="scope:'authenticationPopup'" style="display: none;">
    <script>
        window.authenticationPopup = {"autocomplete":"off","customerRegisterUrl":"https:\/\/www.countrybaskets.co.uk\/customer\/account\/create\/","customerForgotPasswordUrl":"https:\/\/www.countrybaskets.co.uk\/customer\/account\/forgotpassword\/","baseUrl":"https:\/\/www.countrybaskets.co.uk\/"};
    </script>
    <!-- ko template: getTemplate() --><!-- /ko -->
    <script type="text/x-magento-init">
        {
            "#authenticationPopup": {
                "Magento_Ui/js/core/app": {"components":{"authenticationPopup":{"component":"Magento_Customer\/js\/view\/authentication-popup","children":{"messages":{"component":"Magento_Ui\/js\/view\/messages","displayArea":"messages"},"captcha":{"component":"Magento_Captcha\/js\/view\/checkout\/loginCaptcha","displayArea":"additional-login-form-fields","formId":"user_login","configSource":"checkout"},"amazon-button":{"component":"Amazon_Login\/js\/view\/login-button-wrapper","sortOrder":"0","displayArea":"additional-login-form-fields","config":{"tooltip":"Securely login to our website using your existing Amazon details.","componentDisabled":true}}}}}}            },
            "*": {
                "Magento_Ui/js/block-loader": "https\u003A\u002F\u002Fwww.countrybaskets.co.uk\u002Fstatic\u002Fversion1613637513\u002Ffrontend\u002FBluedigital\u002Fcountrybaskets\u002Fen_GB\u002Fimages\u002Floader\u002D1.gif"
            }
        }
    </script>
</div>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Customer/js/section-config": {
                "sections": {"stores\/store\/switch":"*","stores\/store\/switchrequest":"*","directory\/currency\/switch":"*","*":["messages"],"customer\/account\/logout":["recently_viewed_product","recently_compared_product"],"customer\/account\/loginpost":"*","customer\/account\/createpost":"*","customer\/account\/editpost":"*","customer\/ajax\/login":["checkout-data","cart"],"catalog\/product_compare\/add":["compare-products"],"catalog\/product_compare\/remove":["compare-products"],"catalog\/product_compare\/clear":["compare-products"],"sales\/guest\/reorder":["cart"],"sales\/order\/reorder":["cart"],"checkout\/cart\/add":["cart"],"checkout\/cart\/delete":["cart"],"checkout\/cart\/updatepost":["cart"],"checkout\/cart\/updateitemoptions":["cart"],"checkout\/cart\/couponpost":["cart"],"checkout\/cart\/estimatepost":["cart"],"checkout\/cart\/estimateupdatepost":["cart"],"checkout\/onepage\/saveorder":["cart","checkout-data","last-ordered-items","checkout-fields","amasty-checkout-data"],"checkout\/sidebar\/removeitem":["cart"],"checkout\/sidebar\/updateitemqty":["cart"],"rest\/*\/v1\/carts\/*\/payment-information":["cart","checkout-data","last-ordered-items","instant-purchase","amasty-checkout-data"],"rest\/*\/v1\/guest-carts\/*\/payment-information":["cart","amasty-checkout-data"],"rest\/*\/v1\/guest-carts\/*\/selected-payment-method":["cart","checkout-data"],"rest\/*\/v1\/carts\/*\/selected-payment-method":["cart","checkout-data","instant-purchase"],"customer\/address\/*":["instant-purchase"],"customer\/account\/*":["instant-purchase"],"vault\/cards\/deleteaction":["instant-purchase"],"multishipping\/checkout\/overviewpost":["cart"],"authorizenet\/directpost_payment\/place":["cart","checkout-data"],"paypal\/express\/placeorder":["cart","checkout-data","amasty-checkout-data"],"paypal\/payflowexpress\/placeorder":["cart","checkout-data","amasty-checkout-data"],"persistent\/index\/unsetcookie":["persistent"],"review\/product\/post":["review"],"braintree\/paypal\/placeorder":["cart","checkout-data"],"wishlist\/index\/add":["wishlist"],"wishlist\/index\/remove":["wishlist"],"wishlist\/index\/updateitemoptions":["wishlist"],"wishlist\/index\/update":["wishlist"],"wishlist\/index\/cart":["wishlist","cart"],"wishlist\/index\/fromcart":["wishlist","cart"],"wishlist\/index\/allcart":["wishlist","cart"],"wishlist\/shared\/allcart":["wishlist","cart"],"wishlist\/shared\/cart":["cart"],"rest\/*\/v1\/guest-carts\/*\/collection-point\/select":["collection-point-result"],"rest\/*\/v1\/carts\/mine\/collection-point\/select":["collection-point-result"],"rest\/*\/v1\/guest-carts\/*\/realexpayments-restore-cart":["cart","checkout-data"],"rest\/*\/v1\/carts\/*\/realexpayments-restore-cart":["cart","checkout-data"]},
                "clientSideSections": ["checkout-data","cart-data","amasty-checkout-data"],
                "baseUrls": ["https:\/\/www.countrybaskets.co.uk\/"]            }
        }
    }
</script>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Customer/js/customer-data": {
                "sectionLoadUrl": "https\u003A\u002F\u002Fwww.countrybaskets.co.uk\u002Fcustomer\u002Fsection\u002Fload\u002F",
                "expirableSectionLifetime": 60,
                "expirableSectionNames": ["cart","persistent"],
                "cookieLifeTime": "3600",
                "updateSessionUrl": "https\u003A\u002F\u002Fwww.countrybaskets.co.uk\u002Fcustomer\u002Faccount\u002FupdateSession\u002F"
            }
        }
    }
</script>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Customer/js/invalidation-processor": {
                "invalidationRules": {
                    "website-rule": {
                        "Magento_Customer/js/invalidation-rules/website-rule": {
                            "scopeConfig": {
                                "websiteId": "1"
                            }
                        }
                    }
                }
            }
        }
    }
</script>
<script type="text/x-magento-init">
    {
        "body": {
            "pageCache": {"url":"https:\/\/www.countrybaskets.co.uk\/page_cache\/block\/render\/","handles":["default","catalogsearch_result_index"],"originalRequest":{"route":"catalogsearch","controller":"result","action":"index","uri":"\/catalogsearch\/result\/?q=blog+feed"},"versionCookieName":"private_content_version"}        }
    }
</script>


<button class="refine-your-search" data-toggle="collapse" data-target="#narrow-by-list">Refine your search ></button>
<script type="text/javascript">
    require([ 'jquery', 'jquery/ui'], function($) {
       $(".refine-your-search").click(function() {
           $("#narrow-by-list").toggle();
           $(".refine-your-search").toggle();
       });
    });
</script>

<ul class="search__result-tabs">
                    
                                    <li>
                    <a class="active" href="#">
                        Products                    </a>
                </li>
                                        
                            
            </ul>

<div class="message notice">
    <div>
        Your search returned no results.                    </div>
</div>

    <h3>Search Tips</h3>
<ul>
    <li>Double check your spelling.</li>
    <li>Try using single words.</li>
    <li>Try searching for an item that is less specific.</li>
    <li>You can always narrow your search results later</li>
</ul>
<div class="content-heading">
    <h2 class="title">May We Suggest These Products</h2>
    <p class="info">Here is what‘s new right now</p>
</div>
<p>
<div class="block widget block-products-list grid">
                <div class="block-content">
            <!-- new_products_content_widget_grid-->            <div class="product grid">
                <ol class="product-items widget-product-grid"><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/artificial-daisy-bush-white-49-cm-00248" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/00248.jpg" width="240" height="280" alt="Artificial Daisy Bush White 49 cm"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Artificial Daisy Bush White 49 cm" href="https://www.countrybaskets.co.uk/artificial-daisy-bush-white-49-cm-00248" class="product-item-link">
                                            Artificial Daisy Bush White 49 cm                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="3" data-price-box="product-id-3">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-3-widget-product-grid" data-price-amount="9.348001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£9.35</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-preserve-jar-metal-lid-0025402" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025402.jpg" width="240" height="280" alt="Kilner Preserve Jar Metal Lid"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Preserve Jar Metal Lid" href="https://www.countrybaskets.co.uk/kilner-preserve-jar-metal-lid-0025402" class="product-item-link">
                                            Kilner Preserve Jar Metal Lid                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="4" data-price-box="product-id-4">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-4-widget-product-grid" data-price-amount="1.548001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£1.55</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-clip-top-glass-bottle-500-ml-0025471" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025471.jpg" width="240" height="280" alt="Kilner Clip Top Glass Bottle 500 ml"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Clip Top Glass Bottle 500 ml" href="https://www.countrybaskets.co.uk/kilner-clip-top-glass-bottle-500-ml-0025471" class="product-item-link">
                                            Kilner Clip Top Glass Bottle 500 ml                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="7" data-price-box="product-id-7">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-7-widget-product-grid" data-price-amount="2.268001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£2.27</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-clip-top-glass-bottle-1-l-0025472" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025472.jpg" width="240" height="280" alt="Kilner Clip Top Glass Bottle 1 L"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Clip Top Glass Bottle 1 L" href="https://www.countrybaskets.co.uk/kilner-clip-top-glass-bottle-1-l-0025472" class="product-item-link">
                                            Kilner Clip Top Glass Bottle 1 L                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="8" data-price-box="product-id-8">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-8-widget-product-grid" data-price-amount="3.468001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£3.47</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-glass-clip-top-jar-500-ml-0025490" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025490.jpg" width="240" height="280" alt="Kilner Glass Clip Top Jar 500 ml"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Glass Clip Top Jar 500 ml" href="https://www.countrybaskets.co.uk/kilner-glass-clip-top-jar-500-ml-0025490" class="product-item-link">
                                            Kilner Glass Clip Top Jar 500 ml                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="9" data-price-box="product-id-9">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-9-widget-product-grid" data-price-amount="3.828001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£3.83</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-glass-clip-top-jar-1-l-0025491" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025491.jpg" width="240" height="280" alt="Kilner Glass Clip Top Jar 1 L"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Glass Clip Top Jar 1 L" href="https://www.countrybaskets.co.uk/kilner-glass-clip-top-jar-1-l-0025491" class="product-item-link">
                                            Kilner Glass Clip Top Jar 1 L                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="10" data-price-box="product-id-10">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-10-widget-product-grid" data-price-amount="4.188001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£4.19</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-jar-clip-top-350-ml-0025495" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025495.jpg" width="240" height="280" alt="Kilner Jar Clip Top 350 ml"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Jar Clip Top 350 ml" href="https://www.countrybaskets.co.uk/kilner-jar-clip-top-350-ml-0025495" class="product-item-link">
                                            Kilner Jar Clip Top 350 ml                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="11" data-price-box="product-id-11">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-11-widget-product-grid" data-price-amount="3.348001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£3.35</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                                                                    </li><li class="product-item col-xs-6 col-md-3">                        <div class="product-block">
                            <div class="product-item-info">
                                <a href="https://www.countrybaskets.co.uk/kilner-jar-clip-top-round-125-ml-0025496" class="product-item-photo">
                                    
<span class="product-image-container" style="width:240px;">
    <span class="product-image-wrapper" style="padding-bottom: 116.66666666667%;">
        <img class="product-image-photo" src="https://www.countrybaskets.co.uk/media/catalog/product/cache/8b60787e47df09e6f84000a82fa7562c/0/0/0025496.jpg" width="240" height="280" alt="Kilner Jar Clip Top Round 125 ml"></span>
</span>
                                </a>
                                <div class="product-item-details">
                                    <strong class="product-item-name">
                                        <a title="Kilner Jar Clip Top Round 125 ml" href="https://www.countrybaskets.co.uk/kilner-jar-clip-top-round-125-ml-0025496" class="product-item-link">
                                            Kilner Jar Clip Top Round 125 ml                                        </a>
                                    </strong>
                                    <div class="price-box price-final_price" data-role="priceBox" data-product-id="12" data-price-box="product-id-12">
        

<span class="price-container price-final_price tax weee">
        <span id="old-price-12-widget-product-grid" data-price-amount="2.868001" data-price-type="finalPrice" class="price-wrapper "><span class="price">£2.87</span></span>
        </span>
 inc VAT

</div>                                </div>
                            </div>
                        </div>
                        </li>                                    </ol></div>
                    </div>
    </div>
</p>
<script type="text/x-magento-init">
    {
        "#narrow-by-list": {
            "amShopbyFiltersSync": {
            }
        }
    }
</script>
<form class="amhideprice-form" id="amhideprice-form" method="post" style="display: none;" data-nofocus="true">
    <span class="amhideprice-close" data-amhide-js="close-popup"></span>
    <input name="form_key" type="hidden" value="" />
    <input name="product_id" type="hidden" value="" />
    <fieldset class="fieldset">
        <legend class="legend amhideprice-form-ledend">
            <span>Get a Quote for</span>
            <span style="font-weight: bolder;" class="product-name"></span>
        </legend>
        <br>
        <div class="field required">
            <label for="amhideprice-name" class="label">
                <span>Customer Name</span>
            </label>

            <div class="control">
                <input type="text" name="name" class="input-text" 
                      id="amhideprice-name" data-validate="{required:true}">
            </div>
        </div>
        <div class="field required">
            <label for="amhideprice-email" class="label">
                <span>Customer Email</span>
            </label>

            <div class="control">
                <input type="email"
                       name="email"
                       id="amhideprice-email" 
                       autocomplete="email"
                       value="" class="input-text"
                       data-validate="{required:true, 'validate-email':true}"
                       aria-required="true">
            </div>
        </div>
        <div class="field required">
            <label for="amhideprice-phone" class="label">
                <span>Phone Number</span>
            </label>

            <div class="control">
                <input type="text" name="phone" class="input-text "
                     id="amhideprice-phone" data-validate="{required:true}">
            </div>
        </div>
        <div class="field">
            <label for="amhideprice-comment" class="label">
                <span>Comment</span>
            </label>

            <div class="control">
                <textarea title="Comment"
                          name="comment" class="input-text"
                          id="amhideprice-comment"
                          data-validate="{'validate-no-html-tags':true}"></textarea>
            </div>
        </div>
            </fieldset>

    <div class="actions-toolbar">
        <div class="primary">
            <button type="submit" class="action submit primary"
                    title="Submit">
                <span>Submit</span>
            </button>
        </div>
    </div>
</form>
    <script>
        require([
            'jquery',
            'amScrollScript'
        ], function ($) {
            var bodyElem = $('body');
            if ($.data(bodyElem[0], 'mage-amScrollScript')) {
                bodyElem.amScrollScript('initialize');
            } else {
                bodyElem.amScrollScript({"actionMode":"auto","product_container":".products.products-grid:not(.amasty-banners), .products.products-list:not(.amasty-banners)","loadingImage":"https:\/\/www.countrybaskets.co.uk\/static\/version1613637513\/frontend\/Bluedigital\/countrybaskets\/en_GB\/Amasty_Scroll\/images\/amscroll-scroll.gif","pageNumbers":"0","pageNumberContent":"PAGE #","loadNextStyle":"background: #3A4F62;","loadingafterTextButton":"Load next","loadingbeforeTextButton":"Load previous","progressbar":{"enabled":"1","styles":"background: #3A4F62;"},"progressbarText":"PAGE %1 of %2","current_page":1});
            }
        });
    </script>
<div data-am-js="js-init">
    <script type="text/x-magento-init">
        {
            "[data-am-js='filter-item-default']": {
                "amShopbyFilterItemDefault": {
                    "collectFilters": 0                }
            }
        }
    </script>
</div>
</div><div class="sidebar sidebar-main">

<script type="text/x-magento-init">
    {
        ".sidebar #narrow-by-list": {
            "accordion": {
                "multipleCollapsible": true,
                "active": []
            }
        }
    }
</script>
<script type="text/x-magento-init">
    {
        ".products-grid": {
            "amShopbySwatchesChoose": {
                "listSwatches": []            }
        }
    }
</script>
    <div class="block block-wishlist" data-bind="scope: 'wishlist'">
        <div class="block-title">
            <strong role="heading" aria-level="2">My Wish List</strong>
            <!-- ko if: wishlist().counter -->
            <span data-bind="text: wishlist().counter" class="counter"></span>
            <!-- /ko -->
        </div>
        <div class="block-content">
            <strong class="subtitle">Last Added Items</strong>
            <!-- ko if: wishlist().counter -->
                <ol class="product-items no-display" id="wishlist-sidebar" data-bind="foreach: wishlist().items, css: {'no-display': null}">
                    <li class="product-item">
                        <div class="product-item-info">
                            <a class="product-item-photo" data-bind="attr: { href: product_url, title: product_name }">
                                <!-- ko template: {name: $data.image.template, data: $data.image} --><!-- /ko -->
                            </a>
                            <div class="product-item-details">
                                <strong class="product-item-name">
                                    <a data-bind="attr: { href: product_url }" class="product-item-link">
                                        <span data-bind="html: product_name"></span>
                                    </a>
                                </strong>
                                <div data-bind="html: product_price"></div>
                                <div class="product-item-actions">
                                    <!-- ko if: product_is_saleable_and_visible -->
                                    <div class="actions-primary">
                                        <!-- ko if: product_has_required_options -->
                                        <a href="#" data-bind="attr: {'data-post': add_to_cart_params}" class="action tocart primary"><span>Add to Basket</span></a>
                                        <!-- /ko -->
                                        <!-- ko ifnot: product_has_required_options -->
                                            <button type="button" class="action tocart primary" data-bind="attr: {'data-post': add_to_cart_params}"><span>Add to Basket</span></button>
                                        <!-- /ko -->
                                    </div>
                                    <!-- /ko -->
                                    <div class="actions-secondary">
                                        <a href="#"  data-bind="attr: {'data-post': delete_item_params}"
                                           title="Remove&#x20;This&#x20;Item"
                                           class="btn-remove action delete">
                                            <span>Remove This Item</span>
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </li>
                </ol>
                <div class="actions-toolbar no-display" data-bind="css: {'no-display': null}">
                    <div class="primary">
                        <a class="action details"
                           href="https://www.countrybaskets.co.uk/wishlist/"
                           title="Go&#x20;to&#x20;Wish&#x20;List"><span>Go to Wish List</span></a>
                    </div>
                </div>
            <!-- /ko -->
            <!-- ko ifnot: wishlist().counter -->
                <div class="empty">You have no items in your wish list.</div>
            <!-- /ko -->
        </div>
    </div>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Ui/js/core/app": {
                "components": {
                    "wishlist": {
                        "component": "Magento_Wishlist/js/view/wishlist"
                    }
                }
            }
        }
    }
</script>
</div></div></main><div class="page-bottom"><div class="content"><div class="sitewide-banner">
    <a href="https://www.countrybaskets.co.uk/artificial-flowers"><img class="sitewide-banner" src="https://www.countrybaskets.co.uk/wp/wp-content/uploads/2022/01/Banner_April-2018.png" alt="" title="" /></a>
</div>
</div></div><footer class="page-footer"><div class="footer-center page-main">
	<div class="ves-widget widget-html block head-office ">
		<div class="block-title"><strong><span>Head Office</span></strong></div>
		<div id="widget-html2749937011508267069" class="widget-inner block-content">
			<p><strong>Country Baskets<br> </strong>Ardsley Mills, Bradford Road<br>East Ardsley,<br>Leeds<br>WF3 2DW</p>
			<p><a href="mailto:help@countrybaskets.co.uk">help@countrybaskets.co.uk</a></p>
		</div>
	</div>
	<div class="ves-widget widget-links block">
		<div class="block-title">
			<strong><span>About Us</span></strong>
		</div>
		<div id="widget-links11830801751508267069" class="widget-inner block-content">
			<div class="panel-group">
				<ul class="nav-links">
					<li class="  link"><a href="/about">About Us</a></li>
					<li class="  link"><a href="/inspiration/blog">In The Press</a></li>
					<li class="  link"><a href="/events">Events</a></li>
					<li class="  link"><a href="/careers">Careers</a></li>
					<li class="sm facebook  link"><a target="_blank" href="https://www.facebook.com/CountryBaskets/?fref=ts">Facebook</a></li>
					<li class="sm twitter  link"><a target="_blank" href="https://twitter.com/countrybaskets">Twitter</a></li>
					<li class="sm pinterest  link"><a target="_blank" href="https://uk.pinterest.com/countrybaskets/">Pinterest</a></li>
					<li class="sm instagram  link"><a target="_blank" href="https://www.instagram.com/countrybaskets/">Instagram</a></li>
					<li class="sm youtube  link"><a target="_blank" href="https://www.youtube.com/channel/UCRdrjcKVeRKAQoTguO96V5g">YouTube</a></li>
				</ul>
			</div>
		</div>
	</div>
	<div class="ves-widget widget-links block">
		<div class="block-title"><strong><span>Need Help?</span></strong></div>
		<div id="widget-links4799530371508267069" class="widget-inner block-content">
			<div class="panel-group">
				<ul class="nav-links">
					<li class="  link"><a href="/payment-options">Payment Options</a></li>
					<li class="  link"><a href="/delivery">Shipping &amp; Delivery</a></li>
					<li class="  link"><a href="/returns-and-refunds">Returns &amp; Refunds</a></li>
					<li class="  link"><a href="/contact">Contact Us</a></li>
					<li class="  link"><a href="/branches">Find a Store</a></li>
					<li class="  link"><a href="/frequently-asked-questions">FAQs</a></li>
					<li class="  link"><a href="/terms-and-conditions">Terms &amp; Conditions</a></li>
					<li class="  link"><a href="/privacy-and-cookies">Privacy &amp; Cookies</a></li>
				</ul>
			</div>
		</div>
	</div>
</div><div class="container secureimages">
    <span class="ssl">Comodo SSL</span>
    <span class="maestro">Maestro Accepted</span>
    <span class="mastercard">Mastercard Accepted</span>
    <span class="visa">Visa Accepted</span>
    <span class="visa-electron">Visa Electron Accepted</span>
    <span class="paypal">PayPal Accepted</span>
</div>
</footer><script type="text/x-magento-init">
        {
            "*": {
                "Magento_Ui/js/core/app": {
                    "components": {
                        "storage-manager": {
                            "component": "Magento_Catalog/js/storage-manager",
                            "appendTo": "",
                            "storagesConfiguration" : {"recently_viewed_product":{"requestConfig":{"syncUrl":"https:\/\/www.countrybaskets.co.uk\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"recently_compared_product":{"requestConfig":{"syncUrl":"https:\/\/www.countrybaskets.co.uk\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"product_data_storage":{"updateRequestConfig":{"url":"https:\/\/www.countrybaskets.co.uk\/rest\/default\/V1\/products-render-info"},"allowToSendRequest":null}}                        }
                    }
                }
            }
        }
</script>
    <script type="text/javascript">
        require(['jquery'], function ($) {
            window.formToProtectOnPage = [];
            formsToProtect = ["form[action*=\"customer\/account\/createpost\"]","form[action*=\"newsletter\/subscriber\/new\"]","form[action*=\"review\/product\/post\"]","form[action*=\"contact\/index\/post\"]"];
            formsToProtect.forEach(function(item) {
                formToProtect = $(item)[0];
                if (formToProtect) {
                    window.formToProtectOnPage.push(formToProtect);
                }
            });

            if (window.formToProtectOnPage.length) {
                var recaptchaScript = document.createElement('script');
                recaptchaScript.src = 'https://www.google.com/recaptcha/api.js?onload=amInvisibleCaptchaOnloadCallback&render=explicit';
                recaptchaScript.attributes = 'async defer';
                document.body.appendChild(recaptchaScript);
            }

            window.amInvisibleCaptchaOnloadCallback = function () {
                for (var i = 0; i < window.formToProtectOnPage.length; i++) {
                    window.formToProtectOnPage[i].innerHTML +=
                        '<input type="hidden" name="amasty_invisible_token" value=""/>';
                }

                var id = "";
                if (id) {
                    var additionalForm = document.getElementById(id).form;
                    if (additionalForm) {
                        window.formToProtectOnPage.push(additionalForm);
                    }
                }

                for (var i = 0; i < window.formToProtectOnPage.length; i++) {
                    var form = window.formToProtectOnPage[i];
                    if (form.tagName.toLowerCase() != 'form') {
                        continue;
                    }
                    id = form.querySelector("[type='submit']");

                    (function(form, id) {
                        grecaptcha.render(id, {
                            'sitekey': '6Lc-clMUAAAAAFcuntctN9Eaiax3iVq5YN0Vmc7N',
                            'callback': function(token) {
                                if ($(form).valid()){
                                    form.querySelector("[name='amasty_invisible_token']").setAttribute('value', token)
                                    form.submit();
                                } else {
                                    grecaptcha.reset();
                                }
                            }
                        });
                    })(form, id);
                }
            };
        });
    </script>

</div>    </body>
</html>
